icyc0re / bd914

Big Data Project 2014 - Foursquare project
6 stars 1 forks source link

Filtering component #12

Closed gavra0 closed 10 years ago

gavra0 commented 10 years ago

By analyzing data that is accessible (https://github.com/icyc0re/bd914/wiki/Available-data), and reading Chapter 3 from http://www.cs.bme.hu/nagyadat/Recommender_systems_handbook.pdf suggest a Filtering Component of the recommender. This component is responsible for matching between user profiles and items to be recommended to that user.

mpagli commented 10 years ago

I'd like to do this one :)

mpagli commented 10 years ago

Report 1 on the filtering component


Insights
Other ideas I'd like to consider
Next step

The next step for me is to keep reviewing filtering and profiling methods. I will also join Sprlye to implement a basic version of the computation presented in the insights part.

References

[1] coursera videos modules 2 & 3 [2] Recommender Systems: An Introduction, chapter 3 [3] Recommender systems handbook, chapter 2,3 [4] Mining of Massive Datasets, chapter 9

ElSeidy commented 10 years ago

:+1: good short read!