Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vivien Kraus
Julien le Perceptron
Compare Revisions
5b0c904eeca5b6a32160e6afc2aa1456c37881dc...7a8c5de0f5c470d9fad374807a66dbd475f2ceab
Commits (1)
Fix the reported modification
· 7a8c5de0
Vivien Kraus
authored
Nov 25, 2019
7a8c5de0
Hide whitespace changes
Inline
Side-by-side
julien.c
View file @
7a8c5de0
...
...
@@ -220,7 +220,7 @@ gradient_layer (size_t n_inputs, const double *restrict inputs,
abs_g
=
-
g
;
}
weights
[
i_weight
++
]
-=
learning_rate
*
g
;
*
sum_updates
+=
abs_g
;
*
sum_updates
+=
learning_rate
*
abs_g
;
*
n_updates
+=
1
.
0
;
}
}
...
...