deep learning with Python(弗朗索瓦·肖萊) 筆記(二)

第二章:神經網絡的數學基礎 使用keras進行MNIST手寫體進行分類: 1.加載數據集: from keras.datasets import mnist (train_images,train_labels), (test_images,test_labels)=mnist.load_data() 查看數據; train_images.shape  (60000,28,28) 2.網絡架構:
相關文章
相關標籤/搜索