test
This commit is contained in:
parent
45f39130c1
commit
accb195dd9
4 changed files with 67 additions and 47 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue