Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 329 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 329 Bytes

HG_NeuralNetwork

Python code for Hacker's guide to Neural Networks - Andrej Karpathy blog The original example code is written in Javascript so here we are trying to create a python verstion of example code without changing any variable and funcation name hence the same explanation will be valid for the python example too.