Skip to content

Commit

Permalink
Updated Video Tutorials section of website
Browse files Browse the repository at this point in the history
  • Loading branch information
Atcold authored Sep 12, 2016
1 parent db8f833 commit 1aa28e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)


0 comments on commit 1aa28e9

Please sign in to comment.