Finnegan

An extensible custom neural net.

View the Project on GitHub uglyboxer/finnegan

finnegan

by Cole Howard

An extensible custom neural net with a serious nod to I Am Trask

Documentation, Test Coverage, and Travis TBA

Coverage Status Build Status

To Get Started

Copy the contents of finnegan (the main repo) and from inside that folder run the command:

$ python3 finnegan/net_launch.py

To adjust hyper-parameters or choose dataset: Open net_launch.py and adjust as needed at the bottom of the file. The dataset can be switched by commenting out the appropriate line at the bottom and uncommneting the other. Or simply:

from Network import network

And feed it the appropriate parameters.