evanmhm / NeuralNetworks

Neural Networking experiments from neuralnetworksanddeeplearning.com

Home Page:http://neuralnetworksanddeeplearning.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Networks

Python 2.7

About

This is just a repository to host some of the tests that I am doing with neural networks. I hope to incorporate pattern guessing, handwriting recognition, and more.

How to Run

Before running install dependencies using the text file and pip command:

$ pip install -r requirements.txt

Then run the program:

$ python run.py

Options

Currently there are two options -v and -i for verbose and amount of iterations, respectively. Verbose prints more in depth values of the process. Defining iterations will change how many iterations of training the network will go through. If you forget the options -h will give descriptions.

About

Neural Networking experiments from neuralnetworksanddeeplearning.com

http://neuralnetworksanddeeplearning.com

License:MIT License


Languages

Language:Python 100.0%