Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created January 13, 2018 19:37
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/dc7ce5c6c2b4ba2c43c43cea9c44d803 to your computer and use it in GitHub Desktop.
Save JoshVarty/dc7ce5c6c2b4ba2c43c43cea9c44d803 to your computer and use it in GitHub Desktop.
layer1_weights = tf.Variable(tf.random_normal([784, 10]))
layer1_bias = tf.Variable(tf.zeros([10]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment