Practical Pytorch

Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
Alternatives To Practical Pytorch
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pytorch Tutorial27,137
2 months ago85mitPython
PyTorch Tutorial for Deep Learning Researchers
Githubdaily23,515
2 months ago152
坚持分享 GitHub 上高质量、有趣实用的开源技术教程、开发者工具、编程网站、技术资讯。A list cool, interesting projects of GitHub.
Awesome Pytorch List14,103
4 months ago4
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Nlp Tutorial12,403
6 months ago34mitJupyter Notebook
Natural Language Processing Tutorial for Deep Learning Researchers
Haystack11,0062a day ago29July 06, 2022435apache-2.0Python
:mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
The Incredible Pytorch9,875
a day ago1mit
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Pytorch Tutorial7,372
6 months ago28mitJupyter Notebook
Build your neural network easy and fast, 莫烦Python中文教学
Tutorials7,295
a day ago189bsd-3-clausePython
PyTorch tutorials.
Machine Learning Collection5,693
a month ago92mitPython
A resource for learning about Machine learning & Deep Learning
Pytorch Seq2seq4,548
4 months ago56mitJupyter Notebook
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Alternatives To Practical Pytorch
Select To Compare


Alternative Project Comparisons
Readme

These tutorials have been merged into the official PyTorch tutorials. Please go there for better maintained versions of these tutorials compatible with newer versions of PyTorch.


Practical Pytorch

Learn PyTorch with project-based tutorials. These tutorials demonstrate modern techniques with readable code and use regular data from the internet.

Tutorials

Series 1: RNNs for NLP

Applying recurrent neural networks to natural language tasks, from classification to generation.

Series 2: RNNs for timeseries data

  • WIP Predicting discrete events with an RNN

Get Started

The quickest way to run these on a fresh Linux or Mac machine is to install Anaconda:

curl -LO https://repo.continuum.io/archive/Anaconda3-4.3.0-Linux-x86_64.sh
bash Anaconda3-4.3.0-Linux-x86_64.sh

Then install PyTorch:

conda install pytorch -c soumith

Then clone this repo and start Jupyter Notebook:

git clone http://github.com/spro/practical-pytorch
cd practical-pytorch
jupyter notebook

Recommended Reading

PyTorch basics

Recurrent Neural Networks

Machine translation

Attention models

Other RNN uses

Other PyTorch tutorials

Feedback

If you have ideas or find mistakes please leave a note.

Popular Pytorch Projects
Popular Tutorials Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Jupyter Notebook
Pytorch
Tutorials
Natural Language Processing
Neural
Translation
Recurrent Neural Networks
Sequence To Sequence
Machine Translation
Pytorch Tutorial
Nlg
Natural Language Generation