AI Rookies

NMT — Neural Machine Translation

Fact

A way to translate text between languages using neural networks.

In Plain Words

NMT is the bilingual friend at the cafeteria table. It hears the whole sentence, then says it in normal human words.

You meet it on webpages and subtitles. You also see it in support chats. Tricky terms and rare languages still need a human check.

Related Concepts

Seq2Seq
Seq2Seq was a main early setup for neural translation.

Bahdanau Attention
Bahdanau Attention helps the model match key words in long sentences.

Transformer
Transformer uses self-attention to make neural translation stronger.

Real-time AI Translation
Real-time AI Translation often uses NMT for speech and subtitles.