A Logistic Regression model is trained to recognize all handwritten digits from 0 to 9. After training, the model predicts custom digit images stored in the test dataset folder. A second Logistic ...
A deep learning project that recognizes handwritten digits (0–9) using a Convolutional Neural Network (CNN) trained on the MNIST dataset. The application provides an interactive drawing canvas where ...