$30
Final Project
Deep Learning Model for Image Classification
About the Data
MNIST Fashion Dataset
Instructions:
Create a Google Colab / Jupyter Notebook.
Explore the relationships between the output label and features. Plots are always helpful for such kinds of analysis.
Create your Deep Learning Model, which classifies the data into the given classes.
(It is always helpful to plot losses and accuracy against these quantities to better understand how changing them is affecting your training process.)
(I recommend using Google Colab to avoid all the installation-related issues. You don’t need to install anything. You can work right from your browser.
For more info, please go through this link: https://towardsdatascience.com/getting-started-with-googlecolab-f2fff97f594c )