sm823zw / Recommendation-System-Using-GNNs

This repository contains the code for building a recommendation system using Graph Neural Networks(GNNs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repository contains the code for building a recommendation system using Graph Neural Networks(GNNs).


Languages

Language:Jupyter Notebook 100.0%