Guest User

Untitled

a guest
May 20th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def show_digit(x_list):
  2. x_array = np.asfarray(x_list).reshape((28, 28))
  3. plt.imshow(x_array, cmap='Greys', interpolation='None')
Add Comment
Please, Sign In to add comment