A Deep Learning project that recognizes handwritten digits using a Convolutional Neural Network (CNN) trained on the MNIST dataset with TensorFlow/Keras. This project implements a Convolutional Neural ...
A deep learning image classification project built from scratch using a custom Convolutional Neural Network (CNN) architecture. Designed with clean OOP principles — every component is a class with a ...