An open API service indexing awesome lists of open source software.

https://github.com/wangle1218/depp-learning-tensorflow-tutorials

整理写过的深度学习文章和TensorFlow相关代码
https://github.com/wangle1218/depp-learning-tensorflow-tutorials

deeplearning tensorflow

Last synced: about 1 year ago
JSON representation

整理写过的深度学习文章和TensorFlow相关代码

Awesome Lists containing this project

README

          

# Depp learning & TensorFlow tutorials

本仓库里的代码均为本人学习深度学习算法所写的总结文章,以及使用 TensorFlow 所写的代码。文章发表在我的[知乎专栏](https://zhuanlan.zhihu.com/leemoo),后期会整理成 Markdown 格式提交到这个仓库。以下是索引:

### 1、使用TensorFlow 实现逻辑回归算法 [ [专栏文章](https://zhuanlan.zhihu.com/p/31075733) ,代码(未上传)]

### 2、梯度下降、反向传播、激活函数三个概念的综合介绍 [ [专栏文章](https://zhuanlan.zhihu.com/p/32714733) ]

### 3、深度学习中的常用正则化技术介绍 [[专栏文章](https://zhuanlan.zhihu.com/p/33058988)]

### 4、深度学习中的优化问题以及常用优化算法介绍 [[专栏文章](https://zhuanlan.zhihu.com/p/33175839)]

### 5、使用TensorFlow 实现全连接神经网络 [[专栏文章](https://zhuanlan.zhihu.com/p/33286042),[代码]() (链接未添加)]

### 6、卷积神经网络原理及其实现 [[专栏文章]()(未写),[代码]() (链接未添加)]

### 7、图像迁移学习原理及其实现 [[专栏文章]()(未写),[代码]() (未上传)]

### 8、使用卷积神经网络做文本情感分类 [[专栏文章]()(未写),[代码]() (未上传)]

### 9、循环神经网络原理及其实现 [[专栏文章]()(未写),[代码]() (未上传)]

### 10、TensorFlow 实现自然语言处理中的命名实体识别,分词,等 [[专栏文章]()(未写),[代码]() (未上传)]

### ……