You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+98-1
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,104 @@ The following datasets are very popular in **Recommender Systems**, below are al
138
138
139
139
> - Content: Part of the data has been first collected using the Kaggle API to retrieve the full list datasets, then each URL reference has been leveraged with a Python script in order to retrieve more detailed information.
140
140
141
-
141
+
142
+
143
+
# A collection of resources for Recommender Systems (RecSys)
-[Benchmarks of approximate nearest neighbor libraries](https://github.com/erikbern/ann-benchmarks)
153
+
- Classic Matrix Facotirzation
154
+
-[Matrix Factorization: A Simple Tutorial and Implementation in Python](http://www.quuxlabs.com/blog/2010/09/matrix-factorization-a-simple-tutorial-and-implementation-in-python/)
155
+
-[Matrix Factorization Techiques for Recommendaion Systems](https://datajobs.com/data-science-repo/Recommender-Systems-[Netflix].pdf)
-[Factorization Meets the Neighborhood: a Multifaceted Collaborative Filtering Model](http://www.cs.rochester.edu/twiki/pub/Main/HarpSeminar/Factorization_Meets_the_Neighborhood-_a_Multifaceted_Collaborative_Filtering_Model.pdf)
-[Collaborative Deep Learning for Recommender Systems](http://www.wanghao.in/CDL.htm)
207
+
-[Collaborative Denoising Auto-Encoders for Top-N Recommender Systems](https://dl.acm.org/citation.cfm?id=2835837)
208
+
-[Collaborative recurrent autoencoder: recommend while learning to fill in the blanks](https://dl.acm.org/citation.cfm?id=3157143)
209
+
-[TensorFlow Wide & Deep Learning](https://www.tensorflow.org/tutorials/wide_and_deep)
210
+
-[Deep Neural Networks for YouTube Recommendations](https://research.google.com/pubs/pub45530.html)
211
+
-[Collaborative Memory Network for Recommendation Systems](https://arxiv.org/abs/1804.10862)
212
+
-[Variational Autoencoders for Collaborative Filtering](https://dl.acm.org/citation.cfm?id=3186150)
213
+
214
+
## Online Courses
215
+
-[Recommender Systems Specialization](https://zh-tw.coursera.org/specializations/recommender-systems), University of Minnesota
216
+
-[Introduction to Recommender Systems: Non-Personalized and Content-Based](https://zh-tw.coursera.org/learn/recommender-systems-introduction), University of Minnesota
217
+
218
+
## RecSys-related Competitions
219
+
-[Kaggle](https://www.kaggle.com/) - product recommendations, hotel recommendations, job recommendations, etc.
220
+
- ACM RecSys Challenge
221
+
-[WSDM Cup 2018](https://wsdm-cup-2018.kkbox.events/)
222
+
-[Million Song Dataset Challenge](https://www.kaggle.com/c/msdchallenge)
-[Kdd 2014 Tutorial - the recommender problem revisited](https://www.slideshare.net/xamat/kdd-2014-tutorial-the-recommender-problem-revisited)
233
+
234
+
## Articles
235
+
-[Matrix Factorization: A Simple Tutorial and Implementation in Python](http://www.quuxlabs.com/blog/2010/09/matrix-factorization-a-simple-tutorial-and-implementation-in-python/)
0 commit comments