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
關注者數147
派生數1.1k
提交數89
已啟用問題?
問題數128
打開的問題數77
拉請求數6
打開的拉請求數13
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?