https://github.com/zsxkib/multi-layer-neural-network
multi-layer neural network built from scratch
https://github.com/zsxkib/multi-layer-neural-network
Last synced: 6 months ago
JSON representation
multi-layer neural network built from scratch
- Host: GitHub
- URL: https://github.com/zsxkib/multi-layer-neural-network
- Owner: zsxkib
- Created: 2019-06-20T22:18:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T23:39:55.000Z (over 5 years ago)
- Last Synced: 2025-04-01T13:08:36.847Z (6 months ago)
- Language: Python
- Homepage: https://sakib56.github.io
- Size: 20.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Layer Neural Network (2019)
### a basic multi-layer neural network built completely from scratch using numpy.## xor
to train and test the neural net on the xor data, just run ```python xor.py``` in the xor directory.## mnist
to train and test the neural net on the mnist handwritten digits data, just run ```python mnist.py``` in the mnist directory.