/clothing-detection-cnn

replicating a convolutional neural network that identifies and categorizes clothes from the MNIST database

Primary LanguageJupyter Notebook

clothing-detection-cnn

replicating a convolutional neural network that identifies and categorizes clothes from the MNIST database

based on this tutorial by the brilliant Albert Lai, with a fix for the PyTorch output shape runtime error, code explanations and notes with simplified explanations of deep learning concepts, and a matplotlib output visualizer.