practical-pytorch

PyTorch tutorials demonstrating modern techniques with readable code

Github星跟踪图

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.

主要指标

概览
名称与所有者spro/practical-pytorch
主编程语言Jupyter Notebook
编程语言Jupyter Notebook (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2017-01-22 01:28:10
推送于2021-07-01 04:34:00
最后一次提交2018-07-28 22:10:08
发布数0
用户参与
星数4.5k
关注者数146
派生数1.1k
提交数89
已启用问题?
问题数128
打开的问题数77
拉请求数6
打开的拉请求数12
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?