Skip to content

cvolny/Python-Neural-Network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

A pure python implementation of a neural network.  

Original Author: Neil Schemenauer <nas@arctrix.com>
Modified Author: James Howard <james.w.howard@gmail.com>
Modified Author: Christopher J. Volny <cvolny@gmail.com>

1. Custom patterns entered from command line
2. Early Stopping
3. Configurable number of hidden nodes
4. Uses python logging to better configure verbose output
5. Refactored to better support multiple training methods
6. Uses numpy for matrix/array work


TODO:
	COMMENTS!
	Training:
		- GA
		- PSO
	Regression:
		- readd regression support that cvolny broke
	Basian weight decay:
		- cvolny to learn what this is!

About

A pure python implementation of a neural network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%