UnderstandingNLP
UnderstandingNLP copied to clipboard
Natural Language Processing Analysis
NLP-Notes:
This Repository contains Notebooks and Notes on NLP
Tricks and Tips:
Huggingface Trick:
-
Download all files in Huggingface model directly
-
Parallel Model Training:
General Tricks:
-
QUAIL Dataset: A better question answering Benchmark
-
Stratified K Fold sampling for Multilabel by Abhishek Thakur:
-
Watch GPU and Memory uses Every second in the terminal:
watch -n 1 nvidia-smi
Links and Blogs:
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: