Skip to content
/ AdaMCL Public
forked from PasaLab/AdaMCL

PyTorch implementation of AdaCML

Notifications You must be signed in to change notification settings

zjj1333/AdaMCL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaMCL: Adaptive Multi-View Fusion Contrastive Learning for Collaborative Filtering

This is the official PyTorch implementation of AdaMCL:

Overview

We propose a novel adaptive multi-view fusion contrastive learning framework, named (AdaMCL), for graph collaborative filtering.

Requirements

recbole==1.0.0
python==3.7.7
pytorch==1.7.1

Quick Start

python main.py --dataset ml-1m

You can replace ml-1m to yelp, amazon-books, gowalla-merged or alibaba to reproduce the results reported in our paper.

About

PyTorch implementation of AdaCML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.1%
  • C++ 19.7%
  • Cython 7.2%