Here's my first attempt at creating a rudimental neural network in C I'm just trying to comprehend how a neural network works, i'm no expert by any means
It's a model of images recognition, I've chosen this dataset at this link among many others I have also converted it to plain text.
I'm making use of two other libraries i've written, they are located in the lib subfolder (Here's the repo of the matrices' one). Instruction to correctly compile a c file including those libraries are located in the mak.txt file