/Projects/c-neural-network/c-neural-network19 July 2024·35 words·1 minAuthorJake RoggenbuckWorking at Capital One as a SWE Intern and Conducting Programming Language Researchc-neural-network #A neural network written in the C programming language.Similar Projects: #assembly-mllinear-regression-rsTodo #I still need to add these functionsvoid feedforward(struct NeuralNetwork nn) {} void backprop(struct NeuralNetwork nn) {}