Brain

Neural Network in C (Work in progress)

Feedforward neural network with backpropagation in C to classify handwritten digits from the MNIST dataset.

Run tests:
make all && cd test && make all && cd ..
test/network_test
test/misc_functions_test