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
A deep learning project for classifying handwritten digits using TensorFlow and storing results in a PostgreSQL database. This project includes scripts for image processing, deep learning model development, and database management.
A "Hello World" ML neural network project features a FastAPI docker image for digit predictions and a React frontend where users can draw digits to see instant predictions
The MNIST dataset was used to train a neural network having a single linear layer with SoftMax employed in the criterion function (Cross Entropy Loss) to classify handwritten digits in classes 0 to 9. The model yielded a 92% accuracy on the MNIST test dataset in 10 training epochs.
Handwritten Digit Classification on MNIST Dataset, Utilising Only Traditional Machine Learning Techniques and a Custom Feature Extractor, achieving highest accuracy of 98.08% with the same.
The handwritten digit recognition is the ability of computers to recognize human handwritten digits. It is a hard task for the machine because handwritten digits are not perfect and can be made with many different classifier model
A simple neural network emulator of a multilayer perceptron without using external library methods for classification digits (0, 1, 2 and 3) represented as an array of 0 and 1.
I have implemented a Conv2d algo to classify the hand made digits data which can be found on Kaggle . Got an accuracy of 99.76. To download the data for this model go to https://www.kaggle.com/c/digit-recognizer