Skip to content

Python implementation of "Collaborative Filtering on a Budget" by Karatzoglou et al

Notifications You must be signed in to change notification settings

carlineng/HashCoFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Implementation of "Collaborative Filtering On a Budget" by Karatzoglou et.
al.

Python class that allows you to perform large scale collaborative filtering
tasks.  Makes use of hash kernels to bound the memory usage of the program,
independent of the feature space, or size of the corpus.

See "Hash Kernels for Structured Data" by Shi et. al. for more details.

Depends on the mmhash python package

About

Python implementation of "Collaborative Filtering on a Budget" by Karatzoglou et al

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages