alvations/tsundoku
PyTorch Tutorials for NLP with Deep Learning
This project provides a series of educational notebooks to help Python developers understand and apply deep learning techniques specifically for Natural Language Processing (NLP). It guides you through creating NLP tasks using tools like Word2Vec and building various language models, from traditional N-grams to modern Transformers. This is for developers looking to build AI models that can process, understand, or generate human language.
No commits in the last 6 months.
Use this if you are a Python developer who wants to learn the fundamentals and advanced concepts of deep learning for NLP, using practical, hands-on examples.
Not ideal if you are a non-developer seeking a ready-to-use NLP application or someone unfamiliar with Python programming and machine learning basics.
Stars
17
Forks
17
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 21, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/alvations/tsundoku"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译