Skip to content

This is the project submission codes for semester project for GML-FA course IIT Kharagpur by Ramashish Gupta, Shakti Prasad Nanda and Shashank Sundi

Notifications You must be signed in to change notification settings

ramashisx/Recommender_System_using_HS-GCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommender System using HS-GCN model

This is the project submission codes for semester project for GML-FA course IIT Kharagpur

By Ramashish Gupta, Shakti Prasad Nanda and Shashank Sundi

HS-GCN: Hamming Spatial Graph Convolutional Networks for Recommendation.

File specification

  • preprocessing.py : loads the raw data in path ./raw_data, and the results are saved in path ./para and then obtains the triplets for model training, and the results are saved in path ./para.
  • HSGCN_model.py : implements the model framework of HS-GCN.
  • model_train.py : the training process of model.
  • model_test.py : the testing process of model.

Usage

  • Execution sequence

    The execution sequence of codes is as follows: preprocessing.py--->model_train.py--->model_test.py

Credits

  • Original Implementation link

About

This is the project submission codes for semester project for GML-FA course IIT Kharagpur by Ramashish Gupta, Shakti Prasad Nanda and Shashank Sundi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages