2018年9月19日

keras第一课:Cifar分类

摘要: from keras.datasets import cifar10 #keras自带mnist/cifar10/cifar100等数据集的演示功能import numpy as np#np.random.seed(10) #随机数 数据准备 (x_img_train,y_label_train), 阅读全文

posted @ 2018-09-19 08:52 4c4853 阅读(298) 评论(0) 推荐(0) 编辑

导航