Skip to content

Neural Network from scratch in python. Allows multiple hidden layers

Notifications You must be signed in to change notification settings

bennetdev/neuralNetworkFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neuralNetworkFromScratch

Neural Network from scratch in python. Allows multiple hidden layers

NeuralNetwork(10, 5, 10) for a neural network with 5 nodes in the hidden layer

NeuralNetwork(10, [5, 5], 10) for a neural network with 2 hidden layers and 5 nodes each

About

Neural Network from scratch in python. Allows multiple hidden layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages