@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-XFS4266S-2>
  skos:example "Our analysis shows that our CapsNet performs nearly as well as a more complex LSTM under certain training conditions but not others and that our CapsNet almost always outperforms our CNN. (Zupon, Rafique & Surdeanu, 2020)"@en, "Overall the LSTM performs best in most conditions but the CapsNet often comes close. (Zupon, Rafique & Surdeanu, 2020)"@en, "This paper investigates the CapsNet architecture in comparison with LSTMs and CNNs. (Zupon, Rafique & Surdeanu, 2020)"@en ;
  skos:prefLabel "capsule neural network"@en, "réseau neuronal à capsules"@fr ;
  skos:altLabel "CapsNet"@en, "CapsNet"@fr ;
  skos:definition "A type of neural network that imitates biological neural organization by using \"capsule\" which is a group of neurons representing parameters of an object or an object part. (Adapted from Khikmatullaev et al., Capsule Neural Networks for Text Classification (thesis), 2019)"@en, "Type de réseau de neurones artificiels du domaine de l'apprentissage automatique dont l'architecture est basée sur celle d'un réseau neuronal convolutif et dont l'objectif principal est l'étude, la compréhension et la classification d'images. (Adapté de Wikipédia)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:hiddenLabel "Capsule neural network"@en, "Réseau neuronal à capsules"@fr ;
  dc:modified "2024-05-03T08:20:43"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q55080127> ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-FZXXSFHX-G>
  skos:prefLabel "neural networks model"@en, "modèle de réseaux de neurones"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-XFS4266S-2> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
