Skip to content
/ BUIR Public
forked from donalee/BUIR

Bootstrapping User and Item Representations for One-Class Collaborative Filtering

Notifications You must be signed in to change notification settings

hyunjunju/BUIR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUIR: Bootstrapping User and Item Representations for One-Class Collaborative Filtering

Overview

Our BUIR framework optimizes the representations of positively-related users and items (i.e., users and their highly preferred items) similar to each other, without explicitly using negative user-item interactions.

Run the codes

  • python
  • pytorch

BUIR using a simple encoder (with a single embedding layer)

python main.py --dataset toy-dataset --model buir-id --gpu <gpu-device-idx>

BUIR using a GCN-based encoder

python main.py --dataset toy-dataset --model buir-nb --gpu <gpu-device-idx>

Citation

TBD

About

Bootstrapping User and Item Representations for One-Class Collaborative Filtering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%