Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 231 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 231 Bytes

PyTorch NLP from Scratch

  • char-rnn-classification Classifying names with a char-level RNN.

  • char-rnn-generation Generating names with a char-level RNN.

  • translation-attention Translation with a Seq2Seq network and Attention.