Skip to content

Commit

Permalink
Misc readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhkhuc committed Feb 13, 2017
1 parent 77e5f71 commit 4ee3ccb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
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)
<ol start="0">
<li><a href="0_multiply.py">Tensor multiplication</a></li>
<li><a href="1_linear_regression.py">Linear Regression</a></li>
<li><a href="2_logistic_regression.py">Logistic Regression</a></li>
<li><a href="3_neural_net.py">Neural Network</a></li>
<li><a href="4_modern_neural_net.py">Modern Neural Network</a></li>
<li><a href="5_convolutional_net.py">Convolutional Neural Network</a></li>
</ol>

0 comments on commit 4ee3ccb

Please sign in to comment.