Merge remote-tracking branch 'origin/Development' into Development

This commit is contained in:
Jakob Stornig 2023-09-21 11:22:43 +02:00
commit 0f7a0a5f11
2 changed files with 7 additions and 3 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;