Skip to content

A simple neural network model implemented in TensorFlow and Keras to classify handwritten digits from the MNIST dataset.

License

Notifications You must be signed in to change notification settings

Sara-Esm/MNIST-Classifier-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

MNIST-Classifier-TensorFlow

This project uses TensorFlow to build and train a neural network for classifying handwritten digits from the MNIST dataset. The model consists of a simple architecture with one hidden layer and a custom callback that stops training once the accuracy surpasses 99%.

Features

  • TensorFlow Implementation: Utilizes 'tf.keras' to create and train the model.
  • Simple Model Architecture: Includes one hidden layer with ReLU activation.
  • Custom Callback: Stops training when accuracy exceeds 99%.
  • Data Normalization: Input data is normalized for better model performance.

Results

The model achieves 99% accuracy on the training set.

Dependencies

  • TensorFlow

About

A simple neural network model implemented in TensorFlow and Keras to classify handwritten digits from the MNIST dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published