Building a PyTorch binary classification multi-layer perceptron from the ground up
This assumes you know how to programme in Python and know a little about n-dimensional arrays and how to work with them in numpy (don’t worry if you don’t I got you covered). PyTorch is a pythonic way of building Deep Learning neural networks from scratch. This is something I have been learning over the…