Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 986 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 986 Bytes

Intro to NLP

Codes for everything I implemented while studying recurrent neural network architectures.
There's a separate ReadMe in each folder

This repo contains PyTorch implementation of :

  1. Word Embeddings
  2. Character level language modelling using Pokemon names
  3. Word level language modelling using Shakespeare's Sonnets

Resources

TO-DO :

  • Attention
  • Transformers