-
Notifications
You must be signed in to change notification settings - Fork 1
Relevant Resources
-
Resources about the GraphChi / GraphLab System
-
[GraphLab Homepage] (http://graphlab.org/)
-
[Distributed GraphLab Paper] (https://www.select.cs.cmu.edu/publications/paperdir/vldb2012-low-gonzalez-kyrola-bickson-guestrin-hellerstein.pdf)
-
[GraphChi Paper] (http://select.cs.cmu.edu/publications/paperdir/osdi2012-kyrola-blelloch-guestrin.pdf)
-
[GraphChi GitHub project] (https://github.com/GraphChi)
-
[Setting up GraphChi Java (Danny's blog)] (http://bickson.blogspot.com/2013/02/setting-up-java-graphchi-development.html)
-
Collaborative Filtering using GraphChi C++ (Danny's blog) (Excellent resource)
-
Relevant Research Papers on Recommendation Systems
-
[ALS (Alternating Least Sqaures)] (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.173.2797&rep=rep1&type=pdf)
-
[SVD++] (http://public.research.att.com/~volinsky/netflix/kdd08koren.pdf)
-
[Bayesian Probabilistic Matrix Factorization] (http://www.cs.utoronto.ca/~amnih/papers/bpmf.pdf) [Matlab Code] (http://www.utstat.toronto.edu/~rsalakhu/BPMF.html)
-
[Factorization Machines] (http://www.libfm.org/)
-
Useful External Java Libraries:
-
Other Recommendation System Libraries and Projects
-
Other useful things