A Simple neural network library in lua.
The easiest way to get started is using Rojo plugin. This can be install using cargo package manager.
MacOS/Linux:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shWindows:
Get executable
Or if you would rather follow installation guide from the rust book
cargo install rojoMake sure git is installed, then run:
git clone https://github.com/ch1ru/lua_nn.gitcd git\lua_nn\src
rojo build