一、下載 Mnist 資料
# 1.匯入 Keras 及相關模組
import numpy as np
import pandas as pd
from keras.utils import np_utils
# 用來後續將 label 標籤轉為 one-hot-encoding
np.random.seed(10)
# 2.下載 mnist data
from keras.datasets import mnist
Are you sure to leave this team?
Once you delete your team, all team notes will be deleted and cannot be recovered. Please ensure you've exported or transfered these notes.
Enter team name before deleting it:
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up