@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-GKGZ083L-Z>
  skos:prefLabel "plongement"@fr, "embedding"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-G106S232-Z> .

<http://data.loterre.fr/ark:/67375/8LP-G106S232-Z>
  skos:hiddenLabel "Embedding matrix"@en, "Matrice de plongement"@fr ;
  a skos:Concept ;
  dc:modified "2024-06-28T08:42:43"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:altLabel "matrice d'embedding"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-GKGZ083L-Z> ;
  skos:prefLabel "embedding matrix"@en, "matrice de plongement"@fr ;
  skos:definition "In the context of word embedding techniques, a table that maps each word in a vocabulary to its corresponding dense vector representation, enabling machine learning models to effectively process and understand natural language text."@en, "Matrice qui associe des tokens à leurs représentations vectorielles en entrée d'un modèle d'apprentissage automatique."@fr .

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