Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created January 13, 2018 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshVarty/9ce4dff8a30bb06bbf3980008cc035f8 to your computer and use it in GitHub Desktop.
Save JoshVarty/9ce4dff8a30bb06bbf3980008cc035f8 to your computer and use it in GitHub Desktop.
learning_rate = 0.01
optimizer = tf.train.GradientDescentOptimizer(learning_rate).minimize(cost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment