Can you please elaborate?
Because from what I have read and researched, SVD "works" as a simple instantiation of matrix factorization.
In the libFMpaper there is the parameter d =2, if we set it to 1 or 0 shouldn't it work similarly to SVD?
How would you recommend I change/use the matrix factorization of libFM? My point is to use libFM, cause I do have SVD implemented using mahout.
Could you point me to where this parameter d is in the code? Cause I have been studying the code carefully and it's not easily identified.