from keras.datasets import mnist import matplotlib.pyplot as plt (train_images, train_labels), ... plt.imshow(digit, cmap=plt.cm.binary)
確定! 回上一頁