Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudwu/neuralnet

Toy neural network
https://github.com/cloudwu/neuralnet

Last synced: 1 day ago
JSON representation

Toy neural network

Awesome Lists containing this project

README

        

# Toy neural network

It's a C/Lua implementation of a feedforward neural network in the book "[Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com/)".

1. Download MNIST data from http://yann.lecun.com/exdb/mnist/ , and put them into data/
2. Build lua modules mnist and ann with lua 5.4
3. run `lua network.lua`