Skip to content

tbertinmahieux/implicit-mf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

implicitMF

Python implementation of implicit matrix factorization as outlined in http://labs.yahoo.com/files/HuKorenVolinsky-ICDM08.pdf.

Requires numpy version 1.7.1 or greater and scipy version 0.12.0 or greater.

This fork adds a multithreaded version: mf_threads.py that speeds things up a little bit.

Note: because of Python's GIL, we actually use processes, not threads.

About

Implicit matrix factorization as outlined in http://www2.research.att.com/~yifanhu/PUB/cf.pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%