Deep Neural Network for MNIST Handwriting Recognition
1.0
Deep Neural Network for MNIST Handwriting Recognition
|
▼ util | |
mnist-stats.c | Utitlies for displaying details of processing the MNIST data set in the terminal screen |
mnist-stats.h | Utitlies for displaying details of processing the MNIST data set in the terminal screen |
mnist-utils.c | Utitlies for handling the MNIST data set files |
mnist-utils.h | Utitlies for handling the MNIST data set files |
screen.c | Utitlies for advanced input and output to the terminal screen |
screen.h | Utitlies for advanced input and output to the terminal screen |
▼ wip | |
debug.c | |
knn.c | KNN classification |
knn.h | |
netdefs.c | |
swarm.c | |
swarm.h | |
dnn.c | Core network library for a deep neural network |
dnn.h | Core network library for a deep neural network |
main.c |