ycjuan / libffm

A Library for Field-aware Factorization Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA support

thomasjungblut opened this issue · comments

Did you think about porting this to CUDA/CUBLAS?

We do not have plan to implement it on CUDA / CUBLAS yet. Note that unlike neural nets, in FFM there is no matrix-matrix multiplications. Therefore the speedup may not as good as NNs.