SSSxCCC / Recommender-System

A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.
MIT License
410 stars 93 forks source link

MKR召回率 #5

Open sjb961121 opened 4 years ago

sjb961121 commented 4 years ago

您好,我在使用MKR的时候发现召回率与原文差距巨大,请问是什么原因呢

SSSxCCC commented 3 years ago

原作者的代码在这里:https://github.com/hwwang55/MKR 我尽可能还原了作者的算法实现,我自己实测差距也不是很大,你如果感觉差距大可以用原作者的代码试试