Created
September 24, 2017 12:40
-
-
Save emilwallner/fa45aceb498d8c298c06502471d50aed to your computer and use it in GitHub Desktop.
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
#Large learning rate | |
network = regression(network, | |
optimizer='adam', | |
loss='categorical_crossentropy', | |
learning_rate=0.01) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment