Skip to content

Trained simple feed forward neural network on MNIST and F-MNIST Dataset. using model subclassing and custom training loop

Notifications You must be signed in to change notification settings

NishantkSingh0/MNIST-FMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Subclassing Feed-Forward Neural Network (FFN) for MNIST & Fashion MNIST classification.

Overview

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

Model Architecture

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

Screenshot (119)

Custom Training

Screenshot (117) Screenshot (118)

Results

After training for 10 epochs, the model achieves an accuracy of 98.25% on MNIST and 88.93% on Fashion MNIST test data.

Screenshot (120)

About

Trained simple feed forward neural network on MNIST and F-MNIST Dataset. using model subclassing and custom training loop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published