Skip to content

A python class demonstrating a general neural network, which allows the user to define the structure of the network and train it using training sets.

License

Notifications You must be signed in to change notification settings

mr-briggs/General-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

General Neural Network

A basic neural network designed in Python with numpy.

The file main.py provides the NeuralNetwork class which allows a user to initialize a network with any number of layers and nodes. After training (ie. using the train_from_file function), the user can use the interact function to get an outcome from the network, displaying the confidence of each output node.

About

A python class demonstrating a general neural network, which allows the user to define the structure of the network and train it using training sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages