This repository contains a TensorFlow/Keras implementation of a Feed-Forward Neural Network (FFN) trained to classify MNIST & Fashion-MNIST dataset.
The FFN model is defined using the subclassing method in TensorFlow/Keras. Here's a brief overview of the architecture:
After training for 10 epochs, the model achieves an accuracy of 98.25% on MNIST and 88.93% on Fashion MNIST test data.