practical-pytorch

PyTorch tutorials demonstrating modern techniques with readable code

Github stars Tracking Chart

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

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.

Overview

Name With Ownerspro/practical-pytorch
Primary LanguageJupyter Notebook
Program languageJupyter Notebook (Language Count: 2)
Platform
License:MIT License
Release Count0
Created At2017-01-22 01:28:10
Pushed At2021-07-01 04:34:00
Last Commit At2018-07-28 22:10:08
Stargazers Count4.5k
Watchers Count148
Fork Count1.1k
Commits Count89
Has Issues Enabled
Issues Count128
Issue Open Count77
Pull Requests Count6
Pull Requests Open Count13
Pull Requests Close Count4
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top