Skip to content

ZiyaoGeng/SimpleCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SimpleCF

Collaborative filtering that based on user behavior design is one of the most well-known, influential and widely used models in the recommendation world. Therefore, I share my code(ItemCF and UserCF) for a simple start.

Code catalogue

.
├── dataset
│   └── ml-1m
│  	└── ratings.dat
├── sim_matrix
│   ├── i2i***.pkl 
│   └── u2u***.pkl
├── ItemCF.py
├── ItemCF_main.py
├── UserCF.py
├── UserCF_main.py
├── __init__.py
├── evaluate.py
└── utils.py

Details

Dataset: ml-1m dataset and utils.py contains details for processing dataset.

About

A simple start for collaborative filtering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages