摘要: 代码如下: # encoding :utf-8 import io # 文件数据流 import datetime import matplotlib.pyplot as plt import tensorflow as tf from tensorflow import keras # 导入常见网 阅读全文
posted @ 2020-01-03 15:30 Z_He 阅读(2118) 评论(0) 推荐(0) 编辑
摘要: # encoding :utf-8 import tensorflow as tf from tensorflow import keras # 导入常见网络层, sequential容器, 优化器, 损失函数 from tensorflow.keras import layers, Sequent 阅读全文
posted @ 2020-01-03 15:19 Z_He 阅读(1041) 评论(0) 推荐(0) 编辑