Difference between revisions of "SVDFeature"
| Line 8: | Line 8: | ||
== External links == | == External links == | ||
| − | * | + | * [ http://apex.sjtu.edu.cn/apex_wiki/svdfeature | Project homepage ] |
| − | * | + | * [ http://mloss.org/software/view/333/| Project page at mloss.org ] |
[[Category: Software]] | [[Category: Software]] | ||
Revision as of 10:56, 23 September 2011
SVDFeature is a toolkit designed to solve the feature-based matrix factorization efficiently. Unlike traditional engineering approaches for collaborative filtering which requires writing specific code for each algorithm, SVDFeature develop new models just by defining new features. The feature-based setting allows us to include many kinds of information into the model, making the model informative. Using the toolkit, we can easily incorporate information such as temporal dynamics, neighborhood relationship, and hierarchical information into the model. Besides rating prediction, it is also capable of doing pairwise ranking tasks for item prediction.
Using the toolkit, we built the best single model reported in track 1 KDDCup'11. SVDFeature is distributed under apache-2.0.
External links
- [ http://apex.sjtu.edu.cn/apex_wiki/svdfeature | Project homepage ]
- [ http://mloss.org/software/view/333/%7C Project page at mloss.org ]