samarjit98/Neural-Network-C
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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