-
Hello. I have a use case which I was solving using Since in my use case the entries are probabilities, I tried initializing with a constant value Currently I'm working with a squared loss and AdaGrad (initially I was trying SGD but I've seen better results with AdaGrad) using FunkMF. My final question would be about your thoughts about using FMRegressor vs FunkMF in this particular use case. At the moment I am not interested in including any other features, but rather in the vanilla matrix factorization task. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@gbolmier can you take a look if you're around? @ananiask8 do you have some data to work with?
Good question. Again, @gbolmier will know more than I do. |
Beta Was this translation helpful? Give feedback.
-
Hey @ananiask8 👋
Yes, I think you want to add randomization here to help the model learning different weights focusing on different aspects of the problem.
I would suggest you to go through our couple of guides on matrix factorization if you haven't yet, might be useful to you. From my own experience, I had more success with SGD for optimization and an Hope this helps :) |
Beta Was this translation helpful? Give feedback.
Hey @ananiask8 👋
Yes, I think you want to add randomization here to help the model learning different weights focusing on different aspects of the problem.