batch train

This commit is contained in:
Thomas 2023-09-23 20:44:13 +02:00
parent 3557c28392
commit 2cf75cc1ac
2 changed files with 40 additions and 3 deletions

View file

@ -29,4 +29,4 @@ void print_network(Neural_Network* network);
double measure_network_accuracy(Neural_Network* network, Image** images, int amount);
Matrix* predict_image(Neural_Network* network, Image* image);
void train_network(Neural_Network* network, Image *image, int label);
Matrix ** train_network(Neural_Network* network, Image *image, int label);