A Neural Net In Pytorch

Posted on Fri 16 March 2018 in Basics • Tagged with Neural net, Pytorch, Deep learning

The theory is all really nice, but let's actually build a neural net and train it! We'll see how a simple neural net with one hidden layer can learn to recognize digits very efficiently.


Continue reading