Skip to content

Instantly share code, notes, and snippets.

@ayemos
Created April 29, 2017 13:28
Show Gist options
  • Save ayemos/d18a2d9da5c1b24d57056566f248b355 to your computer and use it in GitHub Desktop.
Save ayemos/d18a2d9da5c1b24d57056566f248b355 to your computer and use it in GitHub Desktop.
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