Machine Learning is Fun Part 5: Language Translation with Deep Learning and the Magic of Sequences
So how do we program a computer to translate human language? The simplest approach is to replace every word in a sentence with the translated word in the target language. This is easy to implement because all you need is a dictionary to look up each word's translation. But the results are bad because it ignores grammar and context. So the next thing you might do is start adding language-specific rules to improve the results.
Aug-22-2016, 11:55:51 GMT
- Technology: