Merge remote-tracking branch 'origin/Development' into Development
This commit is contained in:
commit
0f7a0a5f11
2 changed files with 7 additions and 3 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