@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N>
  skos:prefLabel "couche"@fr, "layer"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-DTNFF1QP-W> .

<http://data.loterre.fr/ark:/67375/8LP-DTNFF1QP-W>
  skos:example "La couche cachée correspond à la projection des mots d'entrée dans la matrice des poids. (Janod, Morchid, Dufour & Linares, 2015)"@fr, "La structure de la couche cachée non-linéaire est un hyper-paramètre du réseau. (Tafforeau, 2014)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "hidden layer"@en, "couche cachée"@fr ;
  dc:modified "2024-05-13T07:46:54"^^xsd:dateTime ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VMCM3QF5-1> ;
  skos:definition "Couche synthétique d'un réseau de neurones entre la couche d'entrée et la couche de sortie. ( <a href=\"https://datafranca.org/wiki/Couche_cachée\">https://datafranca.org/wiki/Couche_cachée</a>)"@fr, "Intermediate layer in a neural machine translation system in which the source text is processed according to a specific step. (Loterre)"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N> ;
  skos:hiddenLabel "Hidden layer"@en, "Couche cachée"@fr .

<http://data.loterre.fr/ark:/67375/8LP-VMCM3QF5-1>
  skos:prefLabel "hidden unit"@en, "module latent"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DTNFF1QP-W> .

