@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-VMCM3QF5-1>
  skos:hiddenLabel "Module latent"@fr, "Hidden unit"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:definition "A node or neuron within a hidden layer in a neural network model that is responsible for capturing dependencies and representations of the input data."@en, "Nœud ou neurone situé au sein d'une couche cachée dans un modèle de réseau neuronal qui capture les relations de dépendances et les représentations des données d'entrée."@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-DTNFF1QP-W> ;
  dc:modified "2024-06-28T09:50:49"^^xsd:dateTime ;
  skos:altLabel "latent unit"@en, "module caché"@fr ;
  skos:prefLabel "module latent"@fr, "hidden unit"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-DTNFF1QP-W>
  skos:prefLabel "couche cachée"@fr, "hidden layer"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VMCM3QF5-1> .

