Skip to content

Instantly share code, notes, and snippets.

@vrjkmr
Created September 4, 2017 03:02
Show Gist options
  • Save vrjkmr/8429ab292c75080e7fe4a372bdeac2e2 to your computer and use it in GitHub Desktop.
Save vrjkmr/8429ab292c75080e7fe4a372bdeac2e2 to your computer and use it in GitHub Desktop.
# Network parameters
n_hidden_1 = 128 # Units in first hidden layer
n_hidden_2 = 128 # Units in second hidden layer
n_input = 784 # Fashion MNIST data input (img shape: 28*28)
n_classes = 10 # Fashion MNIST total classes (0–9 digits)
n_samples = fashion_mnist.train.num_examples # Number of examples in training set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment