NeuACF icon indicating copy to clipboard operation
NeuACF copied to clipboard

Implementation of paper Aspect-Level Deep Collaborative Filtering via Heterogeneous Information Networks

Results 8 NeuACF issues
Sort by recently updated
recently updated
newest added

Thanks for your code sincerely,but now there are some errors in the code you had shared,for example,no definition about len(mat_list)==4,maybe you delete some code.Can you upload or send the corre...

When I try to run matlab `gen_PathSimMat_MUM_amovie.m`, I got two errors. > Unable to read file 'amovie'. No such file or directory. > Undefined function or variable 'UI'. Then, I...

Hello, Thank you for your work,when I run the code following your steps, I meet the following question, can you tell me how to solve the problem? (NeuACF) F:\NeuACF\src>python ./acf.py...

(.venv) mldl@ub1604:~/ub16_prj/NeuACF/src$ python3.6 ./acf.py ../dataset/amazon/ --mat "U.UIU,I.IUI,U.UITIU,I.ITI,U.UIVIU,I.IVI,U.UICIU,I.ICI" --epochs 40 --last_layer_size 64 --batch_size 1024 --num_of_neg 10 --learn_rate 0.00005 --num_of_layers 2 --mat_select median /home/mldl/v_pub_py36/.venv/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility....

Is it a specific number or the number when the model converges? Thank you very much.

Thanks for your codes and data sincerely!And in your paper,the addtional information such as actors of movie is crawled from IMDB,would you mind to provide the movielens with it?

Hello, can you provide matlab code for HR and NDCG? thank you very much!

Thanks for your code sincerely, I have already run it successfully on amazon movie dataset by the four similarity matrixes you provided. But running the matlab code requires the UI.data...