This commit is contained in:
Thomas 2023-09-23 21:33:51 +02:00
parent 45f39130c1
commit accb195dd9
4 changed files with 67 additions and 47 deletions

View file

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