1 / 8

COMP 4332 Tutorial 10 April 12 Yin Zhu yinz@cset.hk

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:.

Download Presentation

COMP 4332 Tutorial 10 April 12 Yin Zhu yinz@cset.hk

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CF tools COMP 4332 Tutorial 10 April 12 Yin Zhu yinz@cse.ust.hk

  2. Models & Tools • KNN Models • Implement yourself • Matrix Factorization Models • Probabilistic MF [DEMO] • Factorization machines [DEMO]

  3. KNN Model • Similar-User based Prediction: • Similar-Item based Prediction: Neighborhood similarity Base rating Normalization factor

  4. Matrix Factorization

  5. Predicting missing values as recommendation

  6. k n n VT k X U m m Matrix Factorization Model Item parameters User parameters Base Ratings

  7. PMF Demo • Matlab code: • http://www.mit.edu/~rsalakhu/BPMF.html • Implement PMF & Bayesian PMF • PMF is much faster than BPMF

  8. Factorization Machine Demo • libFM, its manual and paper

More Related