https://github.com/specdrake/simpleneuralnets
Simple Feedforward Neural Networks.
https://github.com/specdrake/simpleneuralnets
Last synced: over 1 year ago
JSON representation
Simple Feedforward Neural Networks.
- Host: GitHub
- URL: https://github.com/specdrake/simpleneuralnets
- Owner: specdrake
- Created: 2020-09-25T04:27:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T17:16:08.000Z (over 5 years ago)
- Last Synced: 2025-01-18T06:09:50.608Z (over 1 year ago)
- Language: Python
- Size: 16.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleNeuralNets
Simple Feedforward Neural Networks. (Adapted from http://neuralnetworksanddeeplearning.com/)
Use ``train.py`` to train the neural net on MNIST database.
Change the image to the image you want to use in ``imgtool.py``
## Usage
1) ``python3 train.py``
2) ``python3 imgtool.py``
3) ``python3 detectf.py``