80 likes | 197 Views
CF tools. COMP 4332 Tutorial 10 April 12 Yin Zhu yinz@cse.ust.hk. Models & Tools. KNN Models Implement yourself Matrix Factorization Models Probabilistic MF [ DEMO ] Factorization machines [ DEMO ]. KNN Model. Similar-User based Prediction: Similar-Item based Prediction:.
E N D
CF tools COMP 4332 Tutorial 10 April 12 Yin Zhu yinz@cse.ust.hk
Models & Tools • KNN Models • Implement yourself • Matrix Factorization Models • Probabilistic MF [DEMO] • Factorization machines [DEMO]
KNN Model • Similar-User based Prediction: • Similar-Item based Prediction: Neighborhood similarity Base rating Normalization factor
k n n VT k X U m m Matrix Factorization Model Item parameters User parameters Base Ratings
PMF Demo • Matlab code: • http://www.mit.edu/~rsalakhu/BPMF.html • Implement PMF & Bayesian PMF • PMF is much faster than BPMF
Factorization Machine Demo • libFM, its manual and paper