« Traduction automatique neuronale » : différence entre les versions


m (Claude COULOMBE a déplacé la page Neural Machine Translation vers Neural Machine Translation (NMT) : ajout de l'abréviation courante - pourrait faire l'objet d'une nouvelle entrée)
(nouveau terme)
Balise : Éditeur de wikicode 2017
Ligne 1 : Ligne 1 :
== Domaine ==
== Domaine ==
[[Category:Vocabulary]] Vocabulary
 
[[Catégorie:Apprentissage profond]] Apprentissage profond
[[Category:Vocabulary]]<br>
[[Category:Intelligence artificielle]]Intelligence artificielle<br>
[[Category:Traitement de la langue naturelle]]Traitement de la langue naturelle<br>
[[Catégorie:Apprentissage automatique]]Apprentissage automatique<br>
[[Catégorie:Apprentissage profond]]Apprentissage profond<br>
[[Category:Coulombe]]Coulombe<br>
[[Catégorie:Scotty]]<br>
 
== Définition ==
== Définition ==
   
   
Ligne 10 : Ligne 16 :


== Français ==
== Français ==
 
traduction automatique neuronale
   
   
== Anglais ==
== Anglais ==


'''Neural Machine Translation (NMT)'''
'''Neural Machine Translation (NMT)'''
Ligne 23 : Ligne 25 :
• Sequence to sequence learning with neural networks
• Sequence to sequence learning with neural networks
• Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation
• Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation
Synonym: neuronal machine translation

Version du 24 avril 2019 à 22:21

Domaine


Intelligence artificielle
Traitement de la langue naturelle
Apprentissage automatique
Apprentissage profond
Coulombe

Définition

Français

traduction automatique neuronale

Anglais

Neural Machine Translation (NMT)

An NMT system uses Neural Networks to translate between languages, such as English and French. NMT systems can be trained end-to-end using bilingual corpora, which differs from traditional Machine Translation systems that require hand-crafted features and engineering. NMT systems are typically implemented using encoder and decoder recurrent neural networks that encode a source sentence and produce a target sentence, respectively. • Sequence to sequence learning with neural networks • Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation

Synonym: neuronal machine translation