摘要: 在我们使用tensorflow时,如果不能使用函数式api进行编程,那么一些复杂的神经网络结构就不会实现出来,只能使用简单的单向模型进行一层一层地堆叠。如果稍微复杂一点,遇到了Resnet这种带有残差模块的神经网络,那么用简单的神经网络堆叠的方式则不可能把这种网络堆叠出来。下面我们来使用函数式API 阅读全文
posted @ 2020-06-28 19:10 Geeksongs 阅读(1060) 评论(0) 推荐(0) 编辑
摘要: tensorflow搭建卷积神经网络非常简单,我们使用卷积神经网络对fashion mnist数据集进行图片分类,首先导包: import tensorflow as tf from tensorflow import keras import matplotlib.pyplot as plt im 阅读全文
posted @ 2020-06-28 18:52 Geeksongs 阅读(1940) 评论(0) 推荐(0) 编辑

Coded by Geeksongs on Linux

All rights reserved, no one is allowed to pirate or use the document for other purposes.