本篇介紹簡易的number detection
實作資料庫:mnist
1 | import numpy as np |
Downloading data from https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz 11493376/11490434 [==============================] - 0s 0us/step 11501568/11490434 [==============================] - 0s 0us/step
1 | from keras import models |
1 | plt.imshow(X_test[1]) |