• Stars
    star
    108
  • Rank 320,099 (Top 7 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python code for Hacker's guide to Neural Networks - Andrej Karpathy blog

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.