Replies: 1 comment
-
example: this example is same as taking larger steps in machine learning. if you take larger and larger steps the model will pass the results, but it will never reach that actual result. so recommended learning rate is 0.01 or 0.001 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
General question. This is linear regression model.
I would expect optimiser function to only care about model's parameters. Why train steps has influence in learning?
Model parameters:
Training steps which work ok:
Training steps which makes the model get stuck:
Beta Was this translation helpful? Give feedback.
All reactions