Skip to content

Instantly share code, notes, and snippets.

@DiegoAgher
Created January 3, 2019 19:50
Show Gist options
  • Save DiegoAgher/ec824186442fb333ae683566e4ed0a05 to your computer and use it in GitHub Desktop.
Save DiegoAgher/ec824186442fb333ae683566e4ed0a05 to your computer and use it in GitHub Desktop.
mnist_keras
from keras.datasets import mnist
(x_train, y_train), (x_test, y_test) = mnist.load_data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment