Created
July 29, 2019 22:11
-
-
Save josetapadas/c6895e3ce565cf2727883ca3be7726ac to your computer and use it in GitHub Desktop.
Gradient descent iteration 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
******** iteration: 5 | |
b 30.592 | |
db -7.8160000000000025 | |
step_size -0.592 | |
******** iteration: 6 | |
b 30.7104 | |
db -7.579200000000007 | |
step_size -0.1184 | |
******** iteration: 7 | |
b 30.73408 | |
db -7.531839999999995 | |
step_size -0.023680000000000003 | |
******** iteration: 8 | |
b 30.738816 | |
db -7.522368 | |
step_size -0.004736000000000001 | |
******** iteration: 9 | |
b 30.7397632 | |
db -7.5204736000000025 | |
step_size -0.0009472000000000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment