Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhkhuc committed Feb 13, 2017
1 parent 60d7257 commit f6e6934
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Minimal tutorials for [PyTorch](https://github.com/pytorch/pytorch) adapted
from Alec Radford's [Theano tutorials](https://github.com/Newmu/Theano-Tutorials).

0. [Tensor multiplication](0_multiply.py)
1. [Linear Regression](1_linear_regression.py)
2. [Logistic Regression](2_logistic_regression.py)
3. [Neural Network](3_neural_net.py)
4. [Modern Neural Network](4_modern_neural_net.py)
5. [Convolutional Neural Network](5_convolutional_net.py)

0 comments on commit f6e6934

Please sign in to comment.