@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-GKGZ083L-Z>
  skos:prefLabel "plongement"@fr, "embedding"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-DT4PS9GB-0> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-DT4PS9GB-0>
  skos:hiddenLabel "Embedding layer"@en, "Couche de plongement"@fr ;
  skos:definition "A special hidden layer placed at the beginning of a neural network to convert words or tokens into word embeddings."@en, "Couche d'un réseau neuronal placée comme première couche pour initialiser les représentations des tokens en entrée avant qu'elles ne soient propagées à travers le reste du réseau."@fr ;
  skos:altLabel "couche d'embedding"@fr ;
  skos:prefLabel "embedding layer"@en, "couche de plongement"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-GKGZ083L-Z> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

