Below provided links are helpful for learning to implement Deep Learning architectures in Torch. As Torch uses Lua programming lanuage, it becomes essential to learn it. Lua is very easy programming language and can be easily understood by people having knowledge of any OOP supporting language.
- General overview of Torch packages is very well collated at this site
- For Deep Learning nn reading about nn package is a must. This can be found at this site Also, if someone want to search for a particular thing in Torch nn package, can refer to this site with searhable contents.
- Comprehensive Lua Tutorials can now be found on Tutorials Point
- One can also read the online available book Programming in Lua, which is not difficult to understand.
- A very helpful Lua cheatsheet
- Lua Reference Mannal 5.3
All the Best!