9 lines
130 B
C
9 lines
130 B
C
|
#ifndef TRAINING_H
|
||
|
#define TRAINING_H
|
||
|
|
||
|
#include "structure.h"
|
||
|
|
||
|
void training(Neural_Network *network, int nb_repetition);
|
||
|
|
||
|
#endif
|