Skip to content

SachinGautam7/TensorFlow-digit-recognition

Repository files navigation

TensorFlow-digit-recognition

This project builds and trains a neural network to recognize handwritten digits from the MNIST dataset.

  • Architecture:
    • Input layer (784)
    • Dense(512, ReLU)
    • Dense(256, ReLU)
    • Dense(128, ReLU)
    • Dropout(0.5)
    • Dense(10, Softmax)

The trained model is saved to disk and can predict digits from new images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages