-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added proper references in documentation
- Loading branch information
1 parent
dcad442
commit 1a7a2e8
Showing
13 changed files
with
104 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@article{Koren:2010, | ||
author = {Koren, Yehuda}, | ||
title = {Factor in the Neighbors: Scalable and Accurate Collaborative Filtering}, | ||
journal = {}, | ||
year = {2010}, | ||
url = {http://courses.ischool.berkeley.edu/i290-dm/s11/SECURE/a1-koren.pdf}, | ||
} | ||
|
||
@book{Ricci:2010, | ||
author = {Ricci, Francesco and Rokach, Lior and Shapira, Bracha and Kantor, Paul B.}, | ||
title = {Recommender Systems Handbook}, | ||
year = {2010}, | ||
edition = {1st}, | ||
publisher = {}, | ||
} | ||
|
||
@article{salakhutdinov2008a, | ||
author = {Salakhutdinov, Ruslan and Mnih, Andriy}, | ||
journal = {}, | ||
title = {Probabilistic Matrix Factorization}, | ||
year = 2008, | ||
url = {http://papers.nips.cc/paper/3208-probabilistic-matrix-factorization.pdf}, | ||
} | ||
|
||
@article{Koren:2009, | ||
author = {Koren, Yehuda and Bell, Robert and Volinsky, Chris}, | ||
title = {Matrix Factorization Techniques for Recommender Systems}, | ||
journal = {}, | ||
year = {2009}, | ||
} | ||
|
||
@article{lemire2007a, | ||
author = {Daniel Lemire and Anna Maclachlan}, | ||
title = {Slope One Predictors for Online Rating-Based Collaborative Filtering}, | ||
journal = {}, | ||
year = {2007}, | ||
url = {http://arxiv.org/abs/cs/0702144}, | ||
} | ||
|
||
@article{Koren:2008:FMN, | ||
author = {Koren, Yehuda}, | ||
title = {Factorization Meets the Neighborhood: A Multifaceted Collaborative Filtering Model}, | ||
journal = {}, | ||
year = {2008}, | ||
url = {http://www.cs.rochester.edu/twiki/pub/Main/HarpSeminar/Factorization_Meets_the_Neighborhood-_a_Multifaceted_Collaborative_Filtering_Model.pdf}, | ||
} | ||
|
||
@article{George:2005, | ||
author = {George, Thomas and Merugu, Srujana}, | ||
title = {A Scalable Collaborative Filtering Framework Based on | ||
Co-Clustering}, | ||
journal = {}, | ||
year = {2005}, | ||
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.113.6458&rep=rep1&type=pdf}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ six>=1.10.0 | |
pytest>=3.0.3 | ||
sphinx | ||
sphinx_rtd_theme | ||
sphinxcontrib-bibtex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters