LightGCN
2000년 도입 · 논문 46편에서 사용
LightGCN is a type of graph convolutional neural network (GCN), including only the most essential component in GCN (neighborhood aggregation) for collaborative filtering. Specifically, LightGCN learns user and item embeddings by linearly propagating them on the user-item interaction graph, and uses the weighted sum of the embeddings learned at all layers as the final embedding.
출처: LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation
소개 논문: LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation
Graph Models · GraphsRecommendation Systems · General