Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 422 Bytes

NLP_PyTorch

Following the NLP from Scratch guide by PyTorch. 3 Projects are involved:

  1. Classify names into language of origin
  2. Generate names from languages
  3. Translate text from French to English

For the first project, I used my CPU to train, which was quite slow. So for the other two, I'll use Jupyter Notebook on the Google Colab GPU.