Collaborative Deep Learning for Recommender Systems
ph
- CF는 sparse할 때 약하다. CTR(Collaborative topic regression)이 등장.
- CF cannot be used for new products
- hierarchical Bayesian model인 CDL(Collaborative Deep Learning)을 제안한다.
- deep representation learning은 dl로,
- rating은 CF로.
- CF의 단점때문에 보조정보(auxiliary information)을 이용하는 method 많이들씀
- loosely coupled
- 보조정보 처리 후 CF에 넣음
- tightly coupled
- the rating information can guide the learning of features
- Collaborative topic regression (CTR) [1] is a recently proposed tightly coupled method. It is a probabilistic graphical model that seamlessly integrates a topic model, latent Dirichlet allocation (LDA) [2], and a model-based CF method, probabilistic matrix factorization (PMF) [3].
- loosely coupled