Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/49d6646dad660c920c3d8605b94682bf to your computer and use it in GitHub Desktop.
Save Tathagatd96/49d6646dad660c920c3d8605b94682bf to your computer and use it in GitHub Desktop.
num_inputs=784 #28x28 pixels
num_hid1=392
num_hid2=196
num_hid3=num_hid1
num_output=num_inputs
lr=0.01
actf=tf.nn.relu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment