An open API service indexing awesome lists of open source software.

https://github.com/keivanipchihagh/nlp-in-depth

Learning and experimenting NLP techniques and models for MachineLearning & DeepLearning from resources - Code included
https://github.com/keivanipchihagh/nlp-in-depth

deep-learning embedding glove lstm machine-learning nlp word2vec

Last synced: 7 months ago
JSON representation

Learning and experimenting NLP techniques and models for MachineLearning & DeepLearning from resources - Code included

Awesome Lists containing this project

README

          

# NLP-In-Depth
My journey in learning advanced stuff about NLP - Resources, code and models included

### Resources
- [Quick Guide to NLP](https://towardsdatascience.com/your-guide-to-natural-language-processing-nlp-48ea2511f6e1)
- [Gensim Documentation](https://radimrehurek.com/gensim/auto_examples/index.html)
- [Word2Vec Documentation](https://radimrehurek.com/gensim/auto_examples/tutorials/run_word2vec.html#sphx-glr-auto-examples-tutorials-run-word2vec-py)
- [GloVe Documentation](https://nlp.stanford.edu/projects/glove/)
- [Hugging Face NLP Course](https://huggingface.co/course/chapter1)