Slide 9
Slide 9 text
Copyright © 2015 M3, Inc. All Rights Reserved
recommendation サーベイ
● latent factor model
○ Collaborative Filtering (CF)
○ Matrix Factarization (MF)
○ Bayesian Personalized Ranking (BPR)
○ WARP loss、K-Order Static loss
● graph
○ PageRank, ItemRank
○ bipartite graph recommendation
● deep
○ Wide & Deep Learning
■ マルチモーダルをconcatするDNNでranking
○ GRU4Rec
■ sequenceを使い時系列を考慮
○ collaborative deep learning
■ CF行列をNNで最適化する
○ Graph Convolutional Network (GCN)
■ Pintarest,RecSys 2018とか有名(ノード同士の関係度を教師として解く)
[1806.01973] Graph Convolutional Neural
Networks for Web-Scale Recommender Systems
[1708.04396] BiRank: Towards Ranking on Bipartite Graphs