diff --git a/README.md b/README.md new file mode 100644 index 0000000..169fc82 --- /dev/null +++ b/README.md @@ -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)