lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello Community,

I learned artificial neural networks these days, just for fun. 

I implemented a simple feedforward neural network and a convolutional neural network in lua (with a small pure C library) for MNIST handwritten digit classification.

I think someone might be interested in my code :)

https://github.com/cloudwu/neuralnet

--
http://blog.codingnow.com