keitakurita/practical-torchtext
A set of tutorials for torchtext
These tutorials help you learn how to process text data for common natural language processing tasks. You'll input raw text and learn how to prepare it for machine learning models, leading to outputs like categorized text or predicted next words in a sequence. This is for anyone building or understanding text-based AI, particularly researchers and data scientists working with PyTorch.
185 stars. No commits in the last 6 months.
Use this if you are a researcher or data scientist who needs clear, practical examples to effectively use the torchtext library for text classification or language modeling within the PyTorch ecosystem.
Not ideal if you are looking for a plug-and-play solution for text analysis rather than a learning resource for a specific deep learning library.
Stars
185
Forks
54
Language
Jupyter Notebook
License
—
Category
Last pushed
Jan 31, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/keitakurita/practical-torchtext"
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》中文翻译