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

Attributes

Cognitive Computing
cognitive computing
informatique cognitive
cognitive computing
Ansatz der Computertechnologie, der versucht, Computertechnik wie ein menschliches Gehirn agieren zu lassen.
Use of computerized models to simulate the human thought process in complex situations where the answers may be ambiguous and uncertain.
2023-03-21T09:45:18.2791970Z
414890
https://www.termdat.bk.admin.ch/entry/414890
Zeit, online, Die Cogs kommen, 2015-02-15 ([Internet, 2016-12-05](http://www.zeit.de/zeit-wissen/2015/02/kuenstliche-intelligenz-cognitive-computing-cogs))
Techtarget "cognitive computing" ([Internet, 2022-03-15](https://www.techtarget.com/searchenterpriseai/definition/cognitive-computing))
Le magazine IT, Définitions, "informatique cognitive" ([Internet, 2016-12-05](http://www.lemagit.fr/definition/Informatique-cognitive))
Wired.it, La nuova frontiera del cognitive computing, 2014-05-23 ([Internet, 2017-02-15](https://www.wired.it/attualita/tech/2014/05/23/la-nuova-frontiera-del-cognitive-computing/))
DOM: künstliche Intelligenz
DOM: artificial intelligence; EXP: the term cognitive computing is typically used to describe AI systems that simulate human thought; human cognition involves real-time analysis of the real-world environment, context, intent and many other variables that inform a person's ability to solve problems
DOM: intelligence artificielle; EXP: l'informatique cognitive consiste en la simulation de processus de pensée humaine dans un modèle informatisé
DOM: intelligenza artificiale; EXP: i sistemi di cognitive computing sono abili, ad esempio, nell’estrarre la conoscenza conservata nei dati destrutturati, nelle varie forme disponibili come è il linguaggio naturale e di “dialogare” o presentano delle caratteristiche di problem solving di tipo neuromorfico
Techtarget "cognitive computing" ([Internet, 2022-03-15](https://www.techtarget.com/searchenterpriseai/definition/cognitive-computing))
Le magazine IT, Définitions, "informatique cognitive" ([Internet, 2016-12-05](http://www.lemagit.fr/definition/Informatique-cognitive))
Wired.it, La nuova frontiera del cognitive computing, 2014-05-23 ([Internet, 2017-02-15](https://www.wired.it/attualita/tech/2014/05/23/la-nuova-frontiera-del-cognitive-computing/))
nach Ryte Wiki, "Cognitive Computing" ([Internet, 2023-03-21](https://de.ryte.com/wiki/Cognitive_Computing))
after Techtarget "cognitive computing" ([Internet, 2022-03-15](https://www.techtarget.com/searchenterpriseai/definition/cognitive-computing))
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
Incoming Relationships: No results found.
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.