This project implements a simple Convolutional Neural Network (CNN) in C from scratch.
A convolutional layer with a subsequent Rectified Linear Unit (ReLU) activation. This structure forms the cornerstone of many sophisticated image processing and computer vision systems.