Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 700 Bytes

MoRGH

MoRGH is used in movie recommender systems. This is our implementation of MoRGH to predict the movies which a person can be interested based on a hybrid approach of collaborative filtering and content based.

Under Review in Journal of Intelligent Information Systems

MoRGH: Movie Recommender System using GNNs on Heterogeneous Graphs

Authors: S.S. Ziaee, H. Rahmani, M. Nazari, M. Aghajani

MoRGH main steps:

MoRGH main Steps

Notes:

To run the codes please use these versions of softwares and libraries:

Python 3.9, Pytorch 1.11, torch geometric 2.0.4, Numpy 1.18.1, and Pandas 1.0.1.