A Mobile E-Commerce Recommendation Algorithm Based on Data Analysis
Jianxi Zhang,Changfeng Zhang
DOI: https://doi.org/10.1007/978-981-15-8462-6_55
2020-10-06
Abstract:With the development of the Internet and the change of consumption concept, e-commerce platform has become the primary way of shopping. In this case, personalized recommendation system has become the main way to find favorite businesses, and also become the main means to sell goods on the platform. n the recommendation system of e-commerce platform, collaborative filtering recommendation algorithm is the most widely used. The main idea of the algorithm is to find the similar neighbor set of the target user, and recommend the user preference of the neighbor set to the target user as a recommendation.In this paper, a collaborative filtering recommendation algorithm based on context information is proposed, which focuses on the influence of user context information on the similarity calculation between users in the recommendation algorithm in the mobile Internet environment. The algorithm takes the user location information and user trust relationship as the key factors. First, the algorithm preprocesses the original score data through SVD to alleviate the scarcity of data, then generates a list of merchant candidate recommendations based on the score similarity of users Using collaborative filtering. And then calculates the travel cost of each merchant in the candidate recommendation list to the target user according to the location context, and adjusts the recommendation weight of the merchant in the list, Finally, the final Top-N merchants are generated to recommend to the target users.In the end of this paper, through the experimental simulation of the proposed algorithm, and compared with the traditional collaborative filtering recommendation algorithm, it is proved that the algorithm further improves the effectiveness and accuracy of the recommendation algorithm.