/Projects/c-neural-network/c-neural-network19 July 2024·35 words·1 minAuthorJake RoggenbuckI am currently studying Computer Sciencec-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) {}