rixwew / pytorch-fm

Factorization Machine models in PyTorch
MIT License
1.04k stars 225 forks source link

Why FM uses embedding? #31

Open zsk66 opened 3 years ago

zsk66 commented 3 years ago

in rendle's paper, the optimized parameter is b w and v, why use emdedding vector here?

rixwew commented 3 years ago

Same reason as #32