You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses a Neural Network (NN) to classify handwritten digits from the MNIST dataset (42,000 images). The model is built with TensorFlow/Keras, normalizes pixel values, and predicts digits…