Replies: 1 comment
-
Partially answering my own question here but I discovered that by decreasing the learning rate below what we used in the example allowed for a much better fit. |
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.
-
First of all: Great Course I'm learning a lot. I was messing around with the model and changing variables to get a better intuitive feel for how the LinearRegressionModel works and I ran into an interesting situation where as I increase the number of data points I reached a point where the model no longer learned. The loss function fails to decrease so I suspect it has to do with some to do with it but I haven't come up with a good reason for why. (I changed end = 100 so len(X_train) = 4000. It gets stuck like this regardless of the number of epochs I run.
Beta Was this translation helpful? Give feedback.
All reactions