上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 什么是GAN 实现代码 import tensorflow as tffrom tensorflow i... 阅读全文
posted @ 2020-12-10 23:38 gemoumou 阅读(349) 评论(0) 推荐(0)
摘要: 基本去噪自编码器 import tensorflow as tfimport matplotlib.pyplot ... 阅读全文
posted @ 2020-12-10 21:18 gemoumou 阅读(909) 评论(0) 推荐(0)
摘要: 一维卷积 航空公司评论数据集 import tensorflow as tfimport matplotlib.py... 阅读全文
posted @ 2020-12-10 14:36 gemoumou 阅读(663) 评论(0) 推荐(0)
摘要: import tensorflow as tfimport matplotlib.pyplot as plt%matplotl... 阅读全文
posted @ 2020-12-10 10:51 gemoumou 阅读(608) 评论(0) 推荐(0)
摘要: 什么是RNN? 代码 import tensorflow as tfimport matplotlib.pyplot... 阅读全文
posted @ 2020-12-05 00:11 gemoumou 阅读(350) 评论(0) 推荐(0)
摘要: UNET图像语义分割模型简介 代码 import tensorflow as tfimport ... 阅读全文
posted @ 2020-12-03 12:53 gemoumou 阅读(1608) 评论(0) 推荐(0)
摘要: 图像语义分割简介 图像语义分割网络结构-FCN 上采样 代码实现 import ... 阅读全文
posted @ 2020-11-29 21:24 gemoumou 阅读(1079) 评论(1) 推荐(0)
摘要: 常见图像处理的任务 图像定位 图像定位网络架构 Oxford-IIIT数据集 代码 import tensor... 阅读全文
posted @ 2020-11-27 00:45 gemoumou 阅读(521) 评论(0) 推荐(0)
摘要: 模型保存(tf.keras保存模型) 保存 Tf.Keras 模型保存为 HDF5 文件Keras 使用了 h5py Pytho... 阅读全文
posted @ 2020-11-22 21:34 gemoumou 阅读(1506) 评论(0) 推荐(0)
摘要: `` import tensorflow as tffrom tensorflow import kerasimport... 阅读全文
posted @ 2020-11-22 00:56 gemoumou 阅读(1521) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页