This document summarizes an application of machine learning techniques to location-based social networks. It discusses two applications:
1) GeoSRS, a hybrid social recommender system that provides personalized venue recommendations to users. It extracts data from Foursquare using an API, performs text modeling on tip content, and generates recommendations using both collaborative and content-based approaches.
2) Tweet-SCAN, an event discovery technique that identifies dense groups of geolocated tweets close in space, time, and topic to discover real-world events. It extends the DBSCAN clustering algorithm and represents tweet topics using probabilistic models. The technique is evaluated on tweets from Barcelona events.
Related topics: