Final assignment in Coursera Course: Deep Neural Networks with PyTorch
-
Updated
Nov 4, 2023 - Jupyter Notebook
Final assignment in Coursera Course: Deep Neural Networks with PyTorch
A TensorFlow/Keras CNN classifier for Fashion MNIST achieving 91% accuracy. Includes model training, evaluation, and visualization scripts.
Fashion-MNIST-Classification-using-Dense-Neural-Network addresses a classification problem on the Fashion MNIST dataset. With 60K training and 10K test samples of 28x28 grayscale images, the dataset spans 10 classes. Leveraging Keras, this project explores Dense Neural Networks using both Sequential and Functional APIs for efficient classification.
Add a description, image, and links to the fashion-mnist-classification-assignment topic page so that developers can more easily learn about it.
To associate your repository with the fashion-mnist-classification-assignment topic, visit your repo's landing page and select "manage topics."