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
Commits
7a8c5de0
Commit
7a8c5de0
authored
Nov 25, 2019
by
Vivien Kraus
Browse files
Fix the reported modification
parent
5b0c904e
Pipeline
#189573
passed with stages
in 14 minutes and 18 seconds
Changes
1
Pipelines
1
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
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment