from keras.layers import Dense, Dropout, Flatten, Conv2D, MaxPooling2D 然後呼叫Sequential() 建立空的模型物件, 再用其add() 方法將卷積層1 與池 ...
確定! 回上一頁