Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.27 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.27 KB

Recommended-System-PyTorch

Recommended system(2018-2019)

参考腾讯开源工具PyTorch On Angel, arming PyTorch with a powerful Parameter Server, which enable PyTorch to train very big models.

Data

(Fin)

  1. movielen data
  2. Criteo data

Embedding

(Fin)

  1. sparse features
  2. sequence features
  3. dense features

CTR 模型

(WIP)

model structure
FM FM
FFM FFM
DeepFM-201703 DeepFM
xDeepFM-2018 xDeepFM
AFM-201708 AFM
NFM-201708 NFM
FGCNN-201904 FGCNN
MLR MLR
NFFM NFFM
WDL WDL
PNN-201611 PNN
CIN CIN
CCPM-201510 CCPM
AutoInt-201810 AutoInt
DCN-201708 DCN
DSIN DSIN
FNN-201601 FNN
DIEN DIEN
DIN-201706 DIN

Refrences

  1. 《推荐系统实践》
  2. [email protected]:dawenl/vae_cf.git
  3. [email protected]:eelxpeng/CollaborativeVAE.git
  4. [email protected]:hidasib/GRU4Rec.git
  5. [email protected]:hexiangnan/neural_collaborative_filtering.git
  6. [email protected]:NVIDIA/DeepRecommender.git
  7. shenweichen/DeepCTR