Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudwu/neuralnet
Toy neural network
https://github.com/cloudwu/neuralnet
Last synced: 1 day ago
JSON representation
Toy neural network
- Host: GitHub
- URL: https://github.com/cloudwu/neuralnet
- Owner: cloudwu
- License: mit
- Created: 2023-03-08T02:18:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T06:24:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T01:17:07.604Z (9 days ago)
- Language: C
- Size: 19.5 KB
- Stars: 228
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - cloudwu/neuralnet - 03 star:0.2k fork:0.0k Toy neural network (C)
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`