fani-lab / OpeNTF

Neural machine learning methods for Team Formation problem.
Other
20 stars 14 forks source link

2016 - Springer - Recommender Systems by Aggarwal, Charu C #146

Open karan96 opened 2 years ago

karan96 commented 2 years ago

Title: Recommender Systems Author: Aggarwal, Charu C Year: 2016 Venue: Springer

Chapter: - 9. TIME- AND LOCATION-SENSITIVE RECOMMENDER SYSTEMS

Section: - 9.4 Location-Aware Recommender Systems

The author explains that any recommender systems that takes into account location can be considered a special case of context-aware recommeder systems. The author explains few of the common ways in which location affects the recommendation process: -

  1. A case where location is considered to be associated with the user but not with the item, in our case a team containing that specific user/location. In this case, the users are spatial, whereas the items are not. This is called preference locality.
  2. Travel Locality where the location is associated with the item than the users. Users can specify their desire of location which we can use to limit or search space. Hence in this case items are spatial and not the users.
  3. A use case where both, the user and the location, are spatial.

Key Point - Usage of multidimensional model by treating location as a context, associating a hierarchical taxonomy of grid regions with the spatial location, and then reducing the problem to a traditional collaborative filtering application within one of the hierarchical regions of the grid.

Preference Locality:

Travel Locality:

hosseinfani commented 2 years ago

@karan96 The book is not recent but it gives you a good direction. I would suggest finding recent papers in each of the categories that this book introduces. Then linked them here and start reading them to come up with a method for our own project.