|
|
|
|
|
by ivansavz
3345 days ago
|
|
Very nice idea. What is the objective function (loss function) that `back_propagate` is optimizing exactly? I'm new to the world of NN, so really excited to see NN code that works from first principles. Reminds me of https://github.com/mnielsen/neural-networks-and-deep-learnin... Perhaps a little more detail about the math behind the code would be in order? I'd be happy to help out. Another cool direction would be to convert the python code to cython and see how much faster it will run... |
|