NLP from Scratch¶
In these three-part series you will build and train a basic character-level Recurrent Neural Network (RNN) to classify words.
You will learn:
How to construct Recurrent Neural Networks from scratch
Essential data handling techniques for NLP
How to train an RNN to identify the language origin of words.
Before you begin, we recommend that you review the following:
Learn how to use an RNN to classify names into their language of origin.
Expand the RNN we created in Part 1 to generate names from languages.
Create a sequence-to-sequence model that can translate your text from French to English.