Skip to content

Commit

Permalink
Update method description in gradient descent.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Jun 10, 2024
1 parent b730053 commit 644d4d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ protected void internalParameterGradientStep(int epoch) {

/**
* Take a step in the direction of the negative gradient of the weights.
* Return the total change in the weights.
*/
protected void symbolicWeightGradientStep(int epoch) {
if (!symbolicWeightLearning) {
Expand Down

0 comments on commit 644d4d9

Please sign in to comment.