Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangxudong/deeplearning
深度学习相关的模型训练、评估和预测相关代码
https://github.com/yangxudong/deeplearning
Last synced: 13 days ago
JSON representation
深度学习相关的模型训练、评估和预测相关代码
- Host: GitHub
- URL: https://github.com/yangxudong/deeplearning
- Owner: yangxudong
- Created: 2018-07-23T09:00:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T06:01:32.000Z (over 3 years ago)
- Last Synced: 2024-10-15T10:05:12.848Z (28 days ago)
- Language: Python
- Size: 64 MB
- Stars: 1,012
- Watchers: 35
- Forks: 378
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - deeplearning - 深度学习相关的模型训练、评估和预测相关代码 (Python)
README
# 介绍
常用的深度学习模型训练、评估和预测相关代码,基于Tensorflow高阶API(Estimator)实现;尽量做到可读性和通用性较好。
部分模型子目录下有较详细的文档介绍!
关于其中某些模型的介绍,请参考文章[《主流CTR预估模型的演化及对比》](https://zhuanlan.zhihu.com/p/35465875)!《[深度CTR预估模型中的特征自动组合机制演化简史](https://zhuanlan.zhihu.com/p/52876883)》
除非特殊说明,本项目的代码都是基于tensorflow 1.6.0开发。
推荐阅读:
1. [基于Tensorflow高阶API构建大规模分布式深度学习模型系列: 开篇](https://zhuanlan.zhihu.com/p/38470806)
2. [基于Tensorflow高阶API构建大规模分布式深度学习模型系列:基于Dataset API处理Input pipeline](https://zhuanlan.zhihu.com/p/38421397)
3. [基于Tensorflow高阶API构建大规模分布式深度学习模型系列: 自定义Estimator(以文本分类CNN模型为例)](https://zhuanlan.zhihu.com/p/41473323)
4. [基于Tensorflow高阶API构建大规模分布式深度学习模型系列:特征工程 Feature Column](https://zhuanlan.zhihu.com/p/41663141)
5. [基于Tensorflow高阶API构建大规模分布式深度学习模型系列:CVR预估案例之ESMM模型](https://zhuanlan.zhihu.com/p/42214716)## 后记
- 欢迎关注我的知乎专栏:[算法工程师的自我修养](https://zhuanlan.zhihu.com/yangxudong)
- 欢迎收藏我的个人博客,会不定期更新:[https://yangxudong.github.io](https://yangxudong.github.io),
或者国内镜像:[https://xudongyang.coding.me](https://xudongyang.coding.me)