Skip to content

specdrake/SimpleNeuralNets

Repository files navigation

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

About

Simple Feedforward Neural Networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages