In this activity, you will make a multi-layer perceptron (MLP) model in the PyTorch deep learning package to perform classification of hand-written digits in the classic MNIST dataset. Each image is a ...
This repository comprises the noteboook MLP_Tutorial.ipynb, embedding a tutorial template that belongs originally to TensorFlow, alongside additional contents with relevant elaborations. The template ...