A simple neural net in numpy

Posted on Tue 20 March 2018 in Basics • Tagged with Neural Net, Back Propagation

Now that we have seen how to build a neural net in pytorch, let's try to take it a step further and try to do the same thing in numpy.


Continue reading