Skip to content

Instantly share code, notes, and snippets.

@bartvollebregt
Last active January 22, 2017 12:40
Show Gist options
  • Save bartvollebregt/39c6a3ff4d25ece9971465da871fea55 to your computer and use it in GitHub Desktop.
Save bartvollebregt/39c6a3ff4d25ece9971465da871fea55 to your computer and use it in GitHub Desktop.
- Tried setting the learning rate to 0.0001
Result: Only getting 7.77 as output
- Tried setting the learning rate to 0.0002
Result: Predicted values increasing at every epoch, eventually outputting ? for too large Integer
- Tried setting the learning rate to 0.0002 with 10 epochs
Result: Predicted values still increasing, ending with very high predicted values.
Starting to thinks that this can't really be a setting problem...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment