Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-09-12 21:33:43 +0300
committerGitHub <noreply@github.com>2016-09-12 21:33:43 +0300
commit85c976b33d2ab7da370a5558e7077a6084727f04 (patch)
tree31f069d66a1bf38b1abcf2ea61ba8800e00112bf
parentdb8f8334d4c50de58b65664f706323b47420bbb7 (diff)
parent1aa28e9082aa7fef34b24477e3b9dc166093abe8 (diff)
Merge pull request #60 from Atcold/patch-1
Updated Video Tutorials section of website
-rw-r--r--docs/tutorials.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials.md b/docs/tutorials.md
index b043362..f2ffe53 100644
--- a/docs/tutorials.md
+++ b/docs/tutorials.md
@@ -6,7 +6,7 @@ permalink: /docs/tutorials.html
prev: getting-started.html
---
-###Notebooks
+### Notebooks
- [Deep Learning with Torch - A 60-minute blitz](https://github.com/soumith/cvpr2015/blob/master/Deep Learning with Torch.ipynb)
- [NNGraph - graph style neural networks](https://github.com/soumith/cvpr2015/blob/master/NNGraph Tutorial.ipynb)
@@ -15,8 +15,9 @@ prev: getting-started.html
### Video Tutorials
* [An introduction to Torch. Implementing Convolution Neural Networks and Recurrent Neural Networks by Nicholas Leonard](http://on-demand.gputechconf.com/gtc/2015/webinar/torch7-applied-deep-learning-for-vision-natural-language.mp4)
+* [Torch Video Tutorials](https://github.com/Atcold/torch-Video-Tutorials). Covers the basics (*Lua*, *Torch*'s `Tensor` and `image` package) and intruduces the concepts of neural networks, forward and backward propagation (both by-hand using `Tensor`s and with the `nn` package). More topics will be added soon.
-###Slides and EC2 Image
+### Slides and EC2 Image
- [Slides](https://github.com/soumith/cvpr2015/blob/master/cvpr-torch.pdf)