batch train
This commit is contained in:
parent
66ed7afb9f
commit
45f39130c1
3 changed files with 16 additions and 16 deletions
|
|
@ -26,6 +26,7 @@ Neural_Network* load_network(char* file);
|
|||
|
||||
void print_network(Neural_Network* network);
|
||||
|
||||
void batch_train(Neural_Network* network, Image** images, int amount, int batch_size);
|
||||
double measure_network_accuracy(Neural_Network* network, Image** images, int amount);
|
||||
Matrix* predict_image(Neural_Network* network, Image* image);
|
||||
|
||||
|
|
|
|||
Reference in a new issue