Neural Machine Translation models have replaced the conventional phrase based statistical translation methods since the former takes a generic, scalable, data-driven approach rather than relying on manual, hand-crafted features. The neural machine translation system is based on one neural network that is composed of two parts, one that is responsible for input language sentence and other part that handles the desired output language sentence.
For further reading the link of paper is given below.
![](https://static.wixstatic.com/media/40979d_0415c4668c454c1eadd61f0fb6b53b1b~mv2.png/v1/fill/w_869,h_459,al_c,q_90,enc_auto/40979d_0415c4668c454c1eadd61f0fb6b53b1b~mv2.png)
Comments