MrChrisJohnson / implicit-mf

Implicit matrix factorization as outlined in http://yifanhu.net/PUB/cf.pdf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very fast ALS on GPUs

wei-tan opened this issue · comments

Hi Chris, I have been following your work on using MF to recommend music, great work!
We have an extremely fast ALS implementation on GPUs: https://github.com/wei-tan/CuMF/ . It is an order or magnitude faster than Spark ALS.

For now we do not support implicit-mf but it would be straightforward to add that. Maybe you find this interesting to you.
Thanks,
Wei

Nice! Thanks for sharing, I'll check it out.

On Mon, Sep 19, 2016 at 3:17 PM, Wei Tan notifications@github.com wrote:

Hi Chris, I have been following your work on using MF to recommend music,
great work!
We have an extremely fast ALS implementation on GPUs:
https://github.com/wei-tan/CuMF/ . It is an order or magnitude faster
than Spark ALS.

For now we do not support implicit-mf but it would be straightforward to
add that. Maybe you find this interesting to you.
Thanks,
Wei


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AA4qQtmDRmogAF2UZ9Q0389BXN2xJPLGks5qru3DgaJpZM4KA6rM
.

Closing since this isn't actually an issue.