/Intro-to-NLP

PyTorch implementations of word embeddings and language modelling.

Primary LanguageJupyter Notebook

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