Created
July 30, 2018 05:52
-
-
Save Tathagatd96/49d6646dad660c920c3d8605b94682bf 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
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