SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

GPT
GPT
GPT
GPT
Auf einem künstlichen neuronalen Netz basierendes Sprachmodell, das mit riesigen Textmengen aus dem Internet trainiert worden ist, menschenähnliche Texte generiert, Fragen beantwortet oder Programmcode erstellt.
Artificial neural network based on the transformer architecture, pre-trained on large datasets of unlabelled text, and able to generate novel human-like conversational text.
Réseau de neurones artificiels basé sur l'architecture transformateur, pré-entraîné sur de vastes ensembles de textes non étiquetés, capable de générer de nouveaux textes en imitant le style conversationnel de type humain.
Rete neurale artificiale basata sull'architettura transformer, pre-allenata su grandi insiemi di testi non etichettati, in grado di generare testi simili a quelli umani.
Microsoft, Deep Learning und Machine Learning in Azure Machine Learning ([Internet, 2022-11-29](https://learn.microsoft.com/de-de/azure/machine-learning/concept-deep-learning-vs-machine-learning))
World Economic Forum, Generative AI: a game-changer that society and industry need to be ready for ([Internet, 2023-01-09](https://www.weforum.org/agenda/2023/01/davos23-generative-ai-a-game-changer-industries-and-society-code-developers/))
tecno android, GPT-4: un balzo in avanti in ChatGPT e le nuove possibilità nell'AI ([Internet, 2023-04-11](https://tecnoandroid.net/it/chatgpt-gpt-4/))
Business IA, Glossaire termes IA, "GPT" ([Internet, 2023-04-11](https://www.business-ia.com/glossaire-termes-ai/))
EXP: these AI systems are called "generative" because they can generate new text based on the input they receive, "pretrained" because they are trained on a large corpus of text data before being fine-tuned for specific tasks, and "transformers" because they use a transformer based neural network architecture to process input text and generate output text
after World Economic Forum, Generative AI: a game-changer that society and industry need to be ready for ([Internet, 2023-01-09](https://www.weforum.org/agenda/2023/01/davos23-generative-ai-a-game-changer-industries-and-society-code-developers/))
nach Bigdata Insider, Was ist der Generative Pretrained Transformer 3 (GPT-3)? ([Internet, 2021-04-07](https://www.bigdata-insider.de/was-ist-der-generative-pretrained-transformer-3-gpt-3-a-1011085/))
after Wikipedia, Generative pre-trained transformer ([Internet, 2023-04-27](https://en.wikipedia.org/wiki/Generative_pre-trained_transformer)) and ZDNET, What is GPT-4? ([Internet, 2023-04-26](https://www.zdnet.com/article/what-is-gpt-4-heres-everything-you-need-to-know/))
d'après Business IA, Glossaire termes IA, "GPT" ([Internet, 2023-04-11](https://www.business-ia.com/glossaire-termes-ai/)) et Wikipedia, "GPT-3" ([Internet, 2023-04-11](https://fr.wikipedia.org/wiki/GPT-3))
secondo Wikipedia, GPT-3 ([Internet, 2023-04-11](https://it.wikipedia.org/wiki/GPT-3)) e tecno android, GPT-4: un balzo in avanti in ChatGPT([Internet, 2023-04-11](https://tecnoandroid.net/it/chatgpt-gpt-4/))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part Generative Pretrained Transformer
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.