推荐系统开源包
1. LibFM
2. Svdfeature
项目主页:http://apex.sjtu.edu.cn/apex_wiki/svdfeature
3. Libsvm和Liblinear
libsvm项目主页:http://www.csie.ntu.edu.tw/~cjlin/libsvm/
liblinear项目主页:http://www.csie.ntu.edu.tw/~cjlin/liblinear/
初次使用必读:practical guide
libsvm的开发心得by林智仁:http://www.csie.ntu.edu.tw/~cjlin/talks/kdd.pdf
4. rt-rank
项目主页:http://research.engineering.wustl.edu/~amohan/
rt-rank中实现了推荐系统中常见的random forests和gradient boosted decision trees这两种方法,使用起来很方便。
5. Mahout
项目主页:http://mahout.apache.org/
6.EasyRec
项目主页:http://easyrec.org/
7:Duine Recommender
项目主页:http://www.duineframework.org/
8. MyMediaLite
项目主页:http://www.ismll.uni-hildesheim.de/mymedialite/
9. GraphLab 和 GraphChi
GraphLab项目主页:http://graphlab.org/
GraphChi项目主页:http://graphlab.org/graphchi/
GraphChi的下载地址:https://code.google.com/p/graphchi/downloads/detail?name=graphchi_src_v0.1.2_toolkits.tar.gz
CF for GraphChi: http://bickson.blogspot.com/2012/08/collaborative-filtering-with-graphchi.html