Last active
January 22, 2017 12:40
-
-
Save bartvollebregt/39c6a3ff4d25ece9971465da871fea55 to your computer and use it in GitHub Desktop.
This file contains 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
- 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