Skip to content

Used CNN approach to train model on MNIST and F-MNIST dataset.

Notifications You must be signed in to change notification settings

NishantkSingh0/CNN-MNIST-FMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Subclassing Convolutional Neural Network (CNN) for MNIST & Fashion MNIST classification.

Overview

This repository contains a TensorFlow/Keras implementation of a Convolutional Neural Network (CNN) trained to classify MNIST & Fashion-MNIST dataset.

Model Architecture

The CNN model is defined using the subclassing method in TensorFlow/Keras. Here's a brief overview of the architecture:

Screenshot (95)

Training

Both model is trained using the Adam optimizer with sparse categorical cross-entropy loss.

Screenshot (96)

Results

After training for 10 epochs, the model achieves an accuracy of 99.45% on MNIST & 92.12% on Fashion MNIST.

Screenshot (97)

About

Used CNN approach to train model on MNIST and F-MNIST dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published