The Wayback Machine - https://web.archive.org/web/20190326212450/https://github.com/hunkim/PyTorchZeroToAll
Skip to content
Simple PyTorch Tutorials Zero to ALL!
Branch: master
Clone or download
hunkim Merge pull request #22 from jaejun-yoo/patch-1
Remove unnecessary parenthesis
Latest commit edd7ba1 Mar 28, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
data Added name_classify Nov 3, 2017
slides Updated slides Nov 12, 2017
.gitignore
.travis.yml Added travis Nov 11, 2017
01_basics.py Updated PDFs Oct 11, 2017
02_manual_gradient.py fixed GPU Oct 22, 2017
03_auto_gradient.py Updated PDFs Oct 11, 2017
05_linear_regression.py
06_logistic_regression.py
07_diabets_logistic.py Added name_classify Nov 3, 2017
08_1_dataset_loader.py Added name_classify Nov 3, 2017
08_2_dataset_loade_logistic.py Updated slides Nov 12, 2017
09_01_softmax_loss.py
09_2_softmax_mnist.py
10_1_cnn_mnist.py
11_1_toy_inception_mnist.py Added char rnn and seq2seq Oct 31, 2017
12_1_rnn_basics.py
12_2_hello_rnn.py
12_3_hello_rnn_seq.py Fixed rnn hidden shape bugs Mar 24, 2018
12_4_hello_rnn_emb.py
13_1_rnn_classification_basics.py
13_2_rnn_classification.py
13_3_char_rnn.py
13_4_pack_pad.py Updated slides Nov 12, 2017
14_1_seq2seq.py
14_2_seq2seq_att.py
README.md Merge branch 'master' of github.com:hunkim/PyTorchZeroToAll Nov 12, 2017
name_dataset.py
requirements.txt Added name_classify Nov 3, 2017
seq2seq_models.py
text_loader.py

README.md

Build Status

PyTorchZeroToAll

Quick 3~4 day lecture materials for HKUST students.

Video Lectures: (RNN TBA)

Slides

If you cannot access the GoogleDoc for somehow, please check out pdf files in slides. However, slides in GoogleDrive are always latest. We really appreciate your comments.

Previous Lectures

You can’t perform that action at this time.