Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 562 Bytes

File metadata and controls

7 lines (4 loc) · 562 Bytes

Recommendation Systems using Graph Neural Networks

This repository contains the code for building a recommendation system using Graph Neural Networks(GNNs). It contains pytorch implementation of this paper. The project aims to use GNNs to create a recommendation system and learn the joint embeddings of each user and item which are part of the given graph.

The block diagram of the model is shown as below -

image