Hi, I'm Bang,
I have a question about the implementation of time-svd++ algorithm.
In the term which represents the perspective of implicit feedback in formula (14) - paper "Koren - Collaborative filtering with temporal dynamics",
as my understand, y_j should be a D-dimensional vector (D is the number of latent features) but in the time-svd++ implementation of graphchi, y_j is scalar.
Is this implementation of time-svd++ the same with the original implementation which can get the results reported in the paper?
Thank you,
Bang