Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created January 13, 2018 19:37
Embed
What would you like to do?
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