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

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.

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``