CNNS (Convolutional Neural Networks) is a little package for developing simple neural networks, such as CNN (you don't say?) and MLP.
Any PR's (new layers, learning optimizators, Excel-examples, bug-fixes) to improve this library will be appreciated.
- CNN (convolutional neural network)
- MLP (multilayer perceptron)
Installation is pretty simple:
go get github.com/LdDl/cnns
Just look into examples folder
For some people it is really hard to understand algorithms without step-by-step examples. So we provide some in xlsx-based files
If you have troubles or questions please open an issue.