Skip to content

digitalarbeiter/simplenn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Neural Network

Somewhat refactored and simplified version of Joel Grus' awesome live coding madness:

https://www.youtube.com/watch?v=o64FV-ez6Gw

https://github.com/joelgrus/joelnet

I don't fancy type hints: they just doesn't solve a problem I'm having, and lead to tons of empty boiler plate classes that exist just to satisfy all the type hints. If I wanted that, I'd just use C++ or Java, which are so much better at this whole typing business.

Links

Optimizer: Stochastic Gradient Descent (SGD)

Error Function: Mean Squared Error (MSE)

Maths:

Releases

No releases published

Packages

No packages published

Languages