Skip to content

CNNinC-v1.0

Latest
Compare
Choose a tag to compare
@usamahz usamahz released this 18 Sep 01:43
· 1 commit to main since this release

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.