randomize_network
This commit is contained in:
parent
e86009ecf5
commit
95b234d7e0
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue