Skip to content

Commit

Permalink
csj
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse-csj committed Jul 18, 2019
1 parent 6f15117 commit 4990aea
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# TensorFlow_Practice For Recommendation System
# TensorFlow_Practice For Recommendation system

# 1. 介绍
机器学习与深度学习系列~
仓库主要分享推荐系统相关论文和一些关于推荐的传统模型和深度模型学习实践代码,持续更新中。

# 2. 目录
## 2.1 广告CTR预估系列

- [x] LR(Logistic Regression) + GBDT
- [x] MLP(LS-PLM)
- [x] FM
- [x] FFM
- [x] FNN
- [x] PNN(IPNN OPNN PNN*
- [x] Wide & Deep
- [x] DeepFM
- [x] DIN
- [x] NFM
- [x] AFM
- [x] DCN-Deep Cross Network

## 2.2 推荐系统
- [x] Deep Neural Network for Youtube Recommendations

## 2.3 深度学习
- [x] LSTM原理与实践

## 2.4 学习笔记
- [x] Batch Normalization
- [x] TensorLayer

基于tensorflow的关于推荐的传统模型及深度模型demo

0 comments on commit 4990aea

Please sign in to comment.