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
Neural Network implementation of a Roman Numeral Classifier. The classifier is trained on images of handwritten numbers
About
A Python-based neural network project for classifying handwritten Roman numerals from image data. Implements image preprocessing, model training, and evaluation in a Jupyter Notebook, demonstrating core concepts of computer vision and supervised deep learning.