huangjunheng / recommendation_model

练习下用pytorch来复现下经典的推荐系统模型, 如MF, FM, DeepConn, MMOE, PLE, DeepFM, NFM, DCN, AFM, AutoInt, ONN, FiBiNET, DCN-v2, AFN, DCAP等
505 stars 116 forks source link

About PLE #3

Open IrvingZJU opened 2 years ago

IrvingZJU commented 2 years ago

It looks like you're just implementing the CGC model in the PLE paper (or, of course, as a special case of PLE).