cuMF / cumf_als

CUDA Matrix Factorization Library with Alternating Least Square (ALS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does CuMF support implicit feedback data?

hangelwen opened this issue · comments

Does CuMF support implicit feedback data?

Hi so far not. But it should not be difficult to add that, by changing the get_hermitian kernel. The solver kernel does not need to be changed.

@hangelwen
please check the implicit branch for the first commit of implicit MF. I have checked the correctness by comparing with the result from https://github.com/benfred/implicit .