Skip to content

SimonF24/NeuralNetFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetFromScratch

A neural network class supporting dense neural networks with ReLU activation functions, mean squared error loss and backpropagation coded from scratch importing only numpy. Created as a test of my understanding. This is not intended to be a particularly fast, efficient, or extensible implementation.

About

A neural network coded from scratch using only numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages