Recommender-System icon indicating copy to clipboard operation
Recommender-System copied to clipboard

A developing recommender system in tensorflow2. Algorithm: UserCF, ItemCF, LFM, SLIM, GMF, MLP, NeuMF, FM, DeepFM, MKR, RippleNet, KGCN and so on.

Results 19 Recommender-System issues
Sort by recently updated
recently updated
newest added

`ModuleNotFoundError: No module named 'Recommender_System'` 请问报这个错误是什么原因呀? 我也创建了`__init__.py`

大佬您好,请问为什么预测集的auc一开始就能有这么高,第一轮就能达到85+呀,一般不都是从50慢慢经过训练上升的嘛

**IndexError: list index out of range** 数组里是空的,值是从哪儿来的呢? ![1626848767(1)](https://user-images.githubusercontent.com/67093279/126441656-cb2f5c1b-97ae-4de7-ad49-4aac707b3295.jpg)

![图片](https://user-images.githubusercontent.com/67093279/125545752-34ae80ef-e5fa-49c2-b5db-f70c04a15e9f.png)

![图片](https://user-images.githubusercontent.com/67093279/125545752-34ae80ef-e5fa-49c2-b5db-f70c04a15e9f.png)

请问kg文件夹下的图数据是怎么产生的? 本人科研小白

请问kg文件夹下的图数据是怎么产生的? 本人科研小白

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

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

您好,我运行代码的时候产生了这样的问题 File "D:\Code\Recommender-System-master\Recommender_System\algorithm\RippleNet\train.py", line 62, in train train_batch(ui, label) tensorflow.python.framework.errors_impl.InternalError: 2 root error(s) found. (0) Internal: Blas xGEMMBatched launch failed : a.shape=[16384,1,16], b.shape=[16384,1,16], m=16, n=16, k=1, batch_size=16384 [[node MatMul_5 (defined...