This Repository contains Notebooks and Notes on NLP
-
Stratified K Fold sampling for Multilabel by Abhishek Thakur:
-
Watch GPU and Memory uses Every second in the terminal:
watch -n 1 nvidia-smi
Topic Modeling:
Word Embedding:
- What is Word Embedding
- Word Embeddings Transform Text Numbers
- king man woman queen why
- word2vec-tutorial-the-skip-gram-model
- word2vec-tutorial-part-2-negative-sampling/
RNN Blogs:
LSTM:
- Understanding LSTM
- LSTM Implementation
- time-series-prediction-lstm-recurrent-neural-networks-python-keras
- time-series-forecasting-long-short-term-memory-network-python
- multivariate-time-series-forecasting-lstms-keras
- multi-step-time-series-forecasting-long-short-term-memory-networks-python/
- Exploring LSTM
Attention:
Transformers: