What is: LightGCN?
Source | LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
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.