sigir16-eals icon indicating copy to clipboard operation
sigir16-eals copied to clipboard

Experiments codes for SIGIR'16 paper "Fast Matrix Factorization for Online Recommendation with Implicit Feedback "

Results 2 sigir16-eals issues
Sort by recently updated
recently updated
newest added

Hi, Prof. He! In the _ItemKNN.java_, the similarity matrix is a diagonal matrix but the method _buildModel_items_ only seems to calculate the values in the lower triangular part and doesn't...

Hello, I'm having problem implement your code. The data we use is movieLens100k, and we would like to have the output of predicted rating matrix. Thank you very much.