spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
ArchivedCovers character-level and sequence-to-sequence RNN architectures for NLP tasks including text classification, generation, and machine translation with attention mechanisms. Implements practical applications like name classification, Shakespeare text generation, and neural machine translation using PyTorch's autograd and embedding layers. Jupyter notebooks demonstrate end-to-end workflows with internet-sourced datasets and GloVe word vectors.
4,543 stars. No commits in the last 6 months.
Stars
4,543
Forks
1,087
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jul 01, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/spro/practical-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
huggingface/naacl_transfer_learning_tutorial
Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in...