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

Attributes

Deep Learning
deep learning
apprentissage profond
deep learning
Spezielle Methode der Informationsverarbeitung, die künstliche neuronale Netze mit zahlreichen Zwischenschichten zwischen Eingabeschicht und Ausgabeschicht einsetzt und dadurch eine umfangreiche innere Struktur herausbildet.
Subset of machine learning based on artificial neural networks in which multiple layers of processing are used to extract progressively higher level features from large amounts of data.
Apprentissage automatique qui utilise un réseau de neurones artificiels composé d’un grand nombre de couches dont chacune correspond à un niveau croissant de complexité dans le traitement et l’interprétation des données.
Insieme di tecniche basate su reti neurali artificiali organizzate in diversi strati, dove ogni strato calcola i valori per quello successivo affinché l'informazione venga elaborata in maniera sempre più completa, simulando il comportamento del cervello umano.
2023-10-27T08:53:46.8485110Z
477869
https://www.termdat.bk.admin.ch/entry/477869
Microsoft, Microsoft erklärt: Was ist Deep Learning? Definition & Funktionen von DL, 2020-04-09 ([Internet, 2020-09-02](https://news.microsoft.com/de-de/microsoft-erklaert-was-ist-deep-learning-definition-funktionen-von-dl/))
IBM, What is deep learning? ([Internet, 2020-04-30](https://www.ibm.com/topics/deep-learning))
FranceTerme, "apprentissage profond" ([Internet, 2020-04-30](http://www.culture.fr/franceterme/terme/INFO946?from=list&francetermeSearchTerme=deep+fake&francetermeSearchDomaine=0))
Treccani, Vocabolario, "deep learning" ([Internet, 2020-07-30](http://www.treccani.it/vocabolario/deep-learning_%28Neologismi%29/))
DOM: artificial intelligence
DOM: künstliche Intelligenz; EXP: Teilbereich des Machine Learning (maschinelles Lernen)
DOM: intelligence artificielle; EXP: l’apprentissage profond est notamment utilisé dans la détection automatique d’objets au sein d’images et dans la traduction automatique
DOM: intelligenza artificiale; GRM: loc. inv. m.; USG: corrente
FranceTerme, "apprentissage profond" ([Internet, 2020-04-30](http://www.culture.fr/franceterme/terme/INFO946?from=list&francetermeSearchTerme=deep+fake&francetermeSearchDomaine=0))
nach Microsoft, Microsoft erklärt: Was ist Deep Learning? Definition & Funktionen von DL, 2020-04-09 ([Internet, 2020-09-02](https://news.microsoft.com/de-de/microsoft-erklaert-was-ist-deep-learning-definition-funktionen-von-dl/))
FranceTerme, "apprentissage profond" ([Internet, 2020-04-30](http://www.culture.fr/franceterme/terme/INFO946?from=list&francetermeSearchTerme=deep+fake&francetermeSearchDomaine=0))
nach Wikipedia, "Deep Learning" ([Internet, 2020-09-02](https://de.wikipedia.org/wiki/Deep_Learning))
after Oxford Dictionaries, "deep learning" ([Internet, 2020-04-30](https://premium.oxforddictionaries.com/definition/english/deep-learning?q=deep+learning)) and IBM, What is deep learning? ([Internet, 2020-04-30](https://www.ibm.com/topics/deep-learning))
secondo Wikipedia, "apprendimento profondo" ([Internet, 2020-05-04](https://it.wikipedia.org/wiki/Apprendimento_profondo))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
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.