Research Article

Point-of-Interest Recommendation Model Based on Graph Convolutional Neural Network

Algorithm 2

Recommendation List Generation.
Input Model parameters , Recommendation request
Output Recommended list
1. Calculate the user preference scores for the POI according to Equation (6);
2. Sort the POIs in descending order of preference score;
3. Take the first POIs to form a recommendation list for the user.