课程笔记
课程/深度学习/前沿技术
Keras入门
介绍
章节
问答
笔记
姚骥同学
2020-03-07
import matplotlib.pyplot as plt
index=27
plt.imshow(x_train[index])
0赞 · 0采集
MariaBrown
2019-08-27
1.使用自己的数据集做一个猫咪识别器,流程:
0赞 · 3采集
数据加载中...