Skip to content

Instantly share code, notes, and snippets.

@Bornlex
Created February 24, 2020 16:29
Show Gist options
  • Save Bornlex/901d0428b03f5e9eedce7ebdfd9ccfa0 to your computer and use it in GitHub Desktop.
Save Bornlex/901d0428b03f5e9eedce7ebdfd9ccfa0 to your computer and use it in GitHub Desktop.
(x_train, y_train), (x_test, y_test) = mnist.load_data()
x_train = x_train / 256
y_train = y_train / 256
np.random.shuffle(x_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment