Skip to content
/ CHCF Public

A pytorch implementation of Criterion-based heterogeneous collaborative filtering for multi-behavior implicit recommendation

Notifications You must be signed in to change notification settings

luoxiao12/CHCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A pytorch implementation for paper "Criterion-based Heterogeneous Collaborative Filtering for Multi-behavior Implicit Recommendation" [TKDD 2023]

REQUIREMENTS

  1. pytorch 1.4
  2. loguru
  3. scipy
  4. sklearn

DATASETS

[BeiBei][https://github.com/chenchongthu/EHCF] [Taobao][https://github.com/chenchongthu/EHCF]

EXPERIMENTS

Here we use the GMF as the CF basic model.

How to train Beibei : python search.py 0 [GPU_ID]

How to train Taobao : python search.py 1 [GPU_ID]

Our model will be restored in the checkpoints.

About

A pytorch implementation of Criterion-based heterogeneous collaborative filtering for multi-behavior implicit recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages