# Tensorflow Learning **Repository Path**: wangzhaohao/Tensorflow-Learning ## Basic Information - **Project Name**: Tensorflow Learning - **Description**: Tensorflow学习笔记 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tensorflow Learning #### 介绍 Tensorflow学习笔记,代码主要来源:《TensorFlow 深度学习与应用实践》 清华大学出版社 #### Lesson5 建立一个隐藏层的神经网络实现回归分析 [建立一个隐藏层的神经网络实现回归分析](https://blog.csdn.net/xundh/article/details/82754412) #### Lesson6 梯度下降算法 [梯度下降算法](https://blog.csdn.net/xundh/article/details/82750199) #### Lesson9 MNIST手写体识别 [MNIST手写体识别](https://blog.csdn.net/xundh/article/details/82850006) #### Lesson10 使用深度卷积神经网络实现MNIST手写体识别 1. [单层卷积神经网络](https://blog.csdn.net/xundh/article/details/82873679) 1. [多层神经网络](https://blog.csdn.net/xundh/article/details/82873679) #### Lesson14 TensorFlow实现LeNet5实例 1. [TensorFlow实现LeNet实例](https://blog.csdn.net/xundh/article/details/82924423) 1. [TensorFlow实现LeNet实例(模块化设计)](https://blog.csdn.net/xundh/article/details/82924423)