Building a Translation System In Minutes – Towards Data Science – Medium

#artificialintelligence 

Sequence-to-sequence(seq2seq)[1] is a versatile structure and capable of many things (language translation, text summarization[2], video captioning[3], etc.). For a short introduction to seq2seq, here are some good posts: [4][5]. Sean Robertson's tutorial notebook[6] and Jeremy Howard's lectures [6][7] are great starting points to get a firm grasp on the technical details of seq2seq. However, I'd try to avoid implementing all these details myself when dealing with real-world problems. It's usually not a good idea to reinvent the wheel, especially when you're very new to this field.