Skip to content

Commit d20d313

Browse files
authored
fix gradient descent optimization algorithm link
sebastian ruder updated the domain of his site.
1 parent 3c8e16b commit d20d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mla/neuralnet/optimizers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111
References:
1212
13-
Gradient descent optimization algorithms http://sebastianruder.com/optimizing-gradient-descent/index.html
13+
Gradient descent optimization algorithms https://ruder.io/optimizing-gradient-descent/
1414
"""
1515

1616

0 commit comments

Comments
 (0)