Tutorials for learning Torch Edit on GitHub
Notebooks
- Deep Learning with Torch - A 60-minute blitz
- NNGraph - graph style neural networks
- Character-level Recurrent networks. An introduction to real-world nngraph RNN training. Original code by @karpathy
- Deep-Q Reinforcement learning to play Atari games
Video Tutorials
- An introduction to Torch. Implementing Convolution Neural Networks and Recurrent Neural Networks by Nicholas Leonard
- Torch Video Tutorials. Covers the basics (Lua, Torch’s
Tensor
andimage
package) and intruduces the concepts of neural networks, forward and backward propagation (both by-hand usingTensor
s and with thenn
package). More topics will be added soon.