├── CNN ├── DCGAN ├── GPU模型 ├── Python, tensorflow 环境搭建 ├── RNN网络搭建 ├── Tensor2Tensor模型 ├── gym强化学习环境 ├── minst逻辑回归(keras) ├── tensorflow占位符 ├── tensorflow简介,常量,变量用法 ├── tf.data简介 ├── tf2.0 ├── tf2.0-keras ├── 保存和读取权重 ├── 共享名称,变量 ├── 卷积层 ├── 变分自动编码器 ├── 图像分类项目 ├── 图像数据增强 ├── 在移动设备上部署机器学习模型 ├── 基于注意力的翻译 ├── 强化学习 ├── 快速执行 ├── 池化层和全连接层 ├── 线性模型 ├── 自定义模型 ├── 词向量 ├── 迁移学习 └── 风格迁移 /CNN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/CNN -------------------------------------------------------------------------------- /DCGAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/DCGAN -------------------------------------------------------------------------------- /GPU模型: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/GPU模型 -------------------------------------------------------------------------------- /Python, tensorflow 环境搭建: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/Python, tensorflow 环境搭建 -------------------------------------------------------------------------------- /RNN网络搭建: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/RNN网络搭建 -------------------------------------------------------------------------------- /Tensor2Tensor模型: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/Tensor2Tensor模型 -------------------------------------------------------------------------------- /gym强化学习环境: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/gym强化学习环境 -------------------------------------------------------------------------------- /minst逻辑回归(keras): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/minst逻辑回归(keras) -------------------------------------------------------------------------------- /tensorflow占位符: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/tensorflow占位符 -------------------------------------------------------------------------------- /tensorflow简介,常量,变量用法: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/tensorflow简介,常量,变量用法 -------------------------------------------------------------------------------- /tf.data简介: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/tf.data简介 -------------------------------------------------------------------------------- /tf2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/tf2.0 -------------------------------------------------------------------------------- /tf2.0-keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/tf2.0-keras -------------------------------------------------------------------------------- /保存和读取权重: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/保存和读取权重 -------------------------------------------------------------------------------- /共享名称,变量: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/共享名称,变量 -------------------------------------------------------------------------------- /卷积层: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/卷积层 -------------------------------------------------------------------------------- /变分自动编码器: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/变分自动编码器 -------------------------------------------------------------------------------- /图像分类项目: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/图像分类项目 -------------------------------------------------------------------------------- /图像数据增强: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/图像数据增强 -------------------------------------------------------------------------------- /在移动设备上部署机器学习模型: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/在移动设备上部署机器学习模型 -------------------------------------------------------------------------------- /基于注意力的翻译: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/基于注意力的翻译 -------------------------------------------------------------------------------- /强化学习: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/强化学习 -------------------------------------------------------------------------------- /快速执行: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/快速执行 -------------------------------------------------------------------------------- /池化层和全连接层: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/池化层和全连接层 -------------------------------------------------------------------------------- /线性模型: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/线性模型 -------------------------------------------------------------------------------- /自定义模型: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/自定义模型 -------------------------------------------------------------------------------- /词向量: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/词向量 -------------------------------------------------------------------------------- /迁移学习: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/迁移学习 -------------------------------------------------------------------------------- /风格迁移: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIspeakeryhl/tensorflow-/HEAD/风格迁移 --------------------------------------------------------------------------------