spro/practical-pytorch
A collection of Jupyter Notebook tutorials demonstrating NLP techniques with PyTorch, including RNNs for classification, generation, and translation.

Velocity · 7d
+1.3
★ / day
Trend
→steady
star history
This repository provides project-based tutorials for learning PyTorch focused on natural language processing. It covers character-level RNNs for name classification and text generation, sequence-to-sequence networks with attention for translation, GloVe word vectors, and sentiment analysis. The tutorials use Jupyter Notebooks with readable code and real internet data.