This project implements a simple Convolutional Neural Network (CNN) from scratch using Python and NumPy. The CNN is designed to classify images from a dataset, showcasing fundamental concepts in deep learning and computer vision.
- NumPy: For all matrix operations and numerical computations.
Install it using:pip install numpy