# deeplearning **Repository Path**: greitzmann/deeplearning ## Basic Information - **Project Name**: deeplearning - **Description**: 深度学习相关的模型训练、评估和预测相关代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-26 - **Last Updated**: 2021-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)