Skip to content

Instantly share code, notes, and snippets.

@avloss
Created March 10, 2017 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avloss/7a7286f77c50f238ec1e80084289b095 to your computer and use it in GitHub Desktop.
Save avloss/7a7286f77c50f238ec1e80084289b095 to your computer and use it in GitHub Desktop.
%matplotlib inline
import matplotlib.pyplot as plt
number = mnist.train.next_batch(1)[0]
plt.imshow(number.reshape(28,28))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment