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
Developed a convolutional neural network using the TensorflowJS library that successfully recognizes and classifies
handwritten digits with 97.16% accuracy. Trained using approximately 60,000 images from Keras’ MNIST dataset.
About
Simple convolutional neural network created with Tensorflow that successfully recognizes and classifies handwritten digits from the MNIST dataset.