下面是一些开源的推荐系统的包,希望对大家有用。
1、http://lenskit.grouplens.org/
4、http://glaros.dtc.umn.edu/gkhome/software
6、http://www.ismll.uni-hildesheim.de/mymedialite/
7、用php实现的slopeone算法,http://code.google.com/p/openslopeone/
8、用php实现的推荐器,http://sourceforge.net/projects/vogoo/
Implementations
- The GraphLab Collaborative Filtering Library has implemented SVD++ for multicore: http://graphlab.org/pmf.html
- SVDFeature is a toolkit designed for feature-based matrix factorization, can be used to implement SVD++ and its extensions.
- LibFM can also be used to implement SVD++
- wooflix is a (not very fast) Python implementation of SVD++
- MyMediaLite: SVD++ source code on GitHub; see also [2]