没有合适的资源?快使用搜索试试~ 我知道了~
from keras.datasets import mnist import numpy as np from keras import models from keras import layers from keras.models import load_model import matplotlib.pyplot as plt from keras import optimizers # 1.4.1.1 (x_train, y_train), (x_test, y_test) = mnist.load_data() # 下载数据集 print('shape of x_train:' + str(x_train.shape)) print('shape of x_test:' + str(x_test.shape)) print('shape of y_train:' + str(y_train.shape)) print('shape of y_test:' + str(y_test.shape)) # 1.4.1.2 x_train_vec_total = x_trai
资源推荐
资源评论
资源评论
Mrrunsen
- 粉丝: 9506
- 资源: 514
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功