randomize_network

This commit is contained in:
Ghost_Element 2023-09-21 11:18:37 +02:00
parent e86009ecf5
commit 95b234d7e0
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,7 @@ typedef struct {
int output_size;
Matrix* weights_output;
//Matrix* bias_output; // do we need it?
Matrix* bias_output;
//Matrix* output; as local variable given to function
double learning_rate;