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
- Host: GitHub
- URL: https://github.com/keivanipchihagh/nlp-in-depth
- Owner: keivanipchihagh
- License: apache-2.0
- Created: 2021-07-09T19:16:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T10:38:09.000Z (about 4 years ago)
- Last Synced: 2025-01-11T21:22:35.278Z (9 months ago)
- Topics: deep-learning, embedding, glove, lstm, machine-learning, nlp, word2vec
- Language: Jupyter Notebook
- Homepage: https://github.com/keivanipchihagh/NLP-In-Depth
- Size: 21.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)