@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-W5408R37-4>
  skos:altLabel "hidden embedding"@en, "latent representation"@en, "représentation cachée"@fr, "état latent"@fr, "état caché"@fr, "hidden state"@en ;
  skos:hiddenLabel "Hidden representation"@en, "Représentation latente"@fr ;
  skos:definition "Représentation de l'apprentissage fait à partir des données brutes à la sortie des couches cachées d'un réseau de neurones. (Data Franca)"@fr, "The abstract multidimensional space associated to each layer of a neural network where the representation of the learned data is implicitly built. Latent space contains the meaningful internal features representations of learned data, which makes it not directly interpretable. (Kaadoud et al., Explainable AI: a narrative review at the crossroad of Knowledge Discovery, Knowledge Representation and Representation Learning, 2021)"@en ;
  dc:modified "2024-06-27T07:53:06"^^xsd:dateTime ;
  skos:example "Cet état caché final est ensuite donné comme entrée au décodeur. (Cruys, 2019)"@fr ;
  skos:prefLabel "représentation latente"@fr, "hidden representation"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-G6QQLXS1-G> .

<http://data.loterre.fr/ark:/67375/8LP-G6QQLXS1-G>
  skos:prefLabel "modèle de représentation"@fr, "representation model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-W5408R37-4> .

