Probabilistic-Matrix-Factorization icon indicating copy to clipboard operation
Probabilistic-Matrix-Factorization copied to clipboard

Python Implementation of Probabilistic Matrix Factorization(PMF) Algorithm for building a recommendation system using MovieLens ml-100k | GroupLens dataset

Results 3 Probabilistic-Matrix-Factorization issues
Sort by recently updated
recently updated
newest added

作者您好!,在读您的代码的时候,这段代码不理解。 batch_idx = np.mod(test, shuffled_order.shape[0]) 其中test代表每次训练数据块的索引。 shuffled_order.shape[0]代表整个训练集的乱序索引。它们取模表示什么? 谢谢!

Hi, I noticed you've not added a license to your code, this legally prohibits anybody else from using it (your code is not really "open source"). Is that intentional, as...

When i run the code.it gives me this error SyntaxError: No ASCII character '\xe6' in file LoadData.py on line 12, but no encoding declared What can be the possible solution...