An open API service indexing awesome lists of open source software.

https://github.com/samarjit98/neural-network-c

A simple neural network coded from scratch in C.
https://github.com/samarjit98/neural-network-c

backpropagation c machine-learning mnist neural-network

Last synced: about 1 year ago
JSON representation

A simple neural network coded from scratch in C.

Awesome Lists containing this project

README

          

A simple neural network coded from scratch in C.

To train on MNIST:

gcc -o train train.c
./train [num-epochs] [batch-size] [learning-rate]

MNIST dataset obtained from :- https://github.com/takafumihoriuchi/MNIST_for_C