Skip to main content
  1. Projects/

c-neural-network

·35 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

c-neural-network #

Build
C

A neural network written in the C programming language.

Similar Projects: #

Todo #

I still need to add these functions

void feedforward(struct NeuralNetwork nn) {}

void backprop(struct NeuralNetwork nn) {}