6 ms·
Did something similar a while back [1], best way to learn neural nets and backprop. Just using Numpy also makes sure you get the math right without having to de
by csantini 9mo ago
Did something similar a while back [1], best way to learn neural nets and backprop. Just using Numpy also makes sure you get the math right without having to deal with higher level frameworks or c++ libraries.
[1] https://github.com/santinic/claudioflow https://github.com/santinic/claudioflow
- butanyways 9mo agoIts nice! Yeah a lot of the heavy lifting is done by Numpy.