@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-CRMR9QX2-T>
  skos:prefLabel "traduction automatique neuronale"@fr, "neural machine translation"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GRGH8VG1-G> .

<http://data.loterre.fr/ark:/67375/8LP-GRGH8VG1-G>
  skos:definition "Approach to machine translation that uses deep learning neural networks to directly translate sequences of words from one language to another. It typically consists of a two-part model: an encoder that reads in the input sentence and generates a thought vector representation of its meaning, and a decoder that takes the thought vector and produces the output sentence word by word."@en, "Type de traduction automatique neuronale basé sur un modèle de réseaux de neurones artificiels, qui permet de traduire des séquences d'une langue source vers une langue cible."@fr ;
  dc:modified "2024-04-29T14:16:45"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CRMR9QX2-T> ;
  skos:prefLabel "seq2seq neural machine translation"@en, "traduction automatique neuronale par modèle séquence-à-séquence"@fr .

