Contains different course tutorials and jupyter notebook file for applying different Deep Learning models in different NLP tasks such as text classification, summarization, translation, etc.
- basic concepts
- Text representation, BoW, Word vectors
- Naive Bayes
- Logistic Regression
- fastText model
- Deep models
- RNNs and LSTMs
- Convolutional neural networks for text classification
- RCNN (Recurrent convolutional neural networks for text classification
- AWD LSTMs and ULFiT approach
- Transformers (Bert, XLNet, etc.)