This repo for NLP laps to cover the following tobics:
- Basics of python to be used in teh following labs
- Basic text processing tools like nltk library
- Building language models: n-grams and RNN
- Using Text classifiers: Naive Bayes and Logistic regression
- Create model embeddigns from scratch
- Pytorch Basics and common mistakes
- Named entity recognition task uisng LSTM impelemented using pytorch