Skip to content

Commit 035e489

Browse files
authored
Merge pull request #88 from paulinder/patch-1
fix gradient descent optimization algorithm link
2 parents 3c8e16b + d20d313 commit 035e489

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)