Lua and Torch
Lua language
Torch
First contact with Lua
print("Hello World") -- First thing, note that there is no main...
--[[
This is how we do a multi-line comment
on lua, to execute a lua program just use...
lua someFile.lua
]]Lua datatypes
Doing some math
Lua include (require)

Conditionals
Loops
Functions
Tables
Object oriented programming
File I/O
Run console commands
First contact with Torch
Some Matrix operations
Doing operations on GPU
Plotting

Starting with nn (XOR problem)
Define the loss function
Training Manually
Test the network
Trainning with optimim
Test the network
Last updated