正在加载图片...
第16卷第2期 智能系统学报 Vol.16 No.2 2021年3月 CAAI Transactions on Intelligent Systems Mar.2021 D0:10.11992/tis.201907034 网络出版地址:https:/ns.cnki.net/kcms/detail/23.1538.TP.20200714.0944.008.html 用户一兴趣点耦合关系的兴趣点推荐方法 孟祥福,齐雪月,张全贵,张霄雁,王丽 (辽宁工程技术大学电子与信息工程学院,辽宁葫芦岛125105) 摘要:在基于位置的社交网络(LBSNs)中,如何利用用户和兴趣点的属性(或特征)之间的耦合关系,为用户做 出准确的兴趣点推荐是当前的研究热点。现有的矩阵分解推荐方法利用用户对兴趣点的评分进行推荐,但评级 矩阵通常非常稀疏,并且没有考虑用户和兴趣点在各自属性方面的耦合关系。本文提出了一种基于深度神经网 络的兴趣点推荐框架,首先采用K-means算法对兴趣点按地理位置进行聚类,使位置相近的兴趣点聚为一类:然 后,构建一个卷积神经网络模型,用来学习用户和兴趣点在各自属性(如用户年龄与兴趣点位置之间)上的显式 关联关系:同时,构建另外一个神经网络模型,模拟机器学习中的矩阵分解方法,根据用户的签到行为,深入挖掘 用户与兴趣点之间的隐式关联关系。最后,将用户与兴趣点之间的显式和隐式关联关系进行集成,综合表征用 户-兴趣点之间的耦合关系,然后将学习到的用户-兴趣点耦合关系输入到一个全连接网络中进行兴趣点推荐。 本文所提出的模型在Y©p数据集上进行了评估,实验结果表明该模型在兴趣点推荐方面有较高的推荐准确性。 关键词:兴趣点推荐;K-means:协同过滤:耦合关系:卷积神经网络;位置影响:数据挖掘:基于位置的社交网 络:属性信息 中图分类号:TP311文献标志码:A文章编号:1673-4785(2021)02-0228-09 中文引用格式:孟样福,齐雪月,张全贵,等.用户-兴趣点耦合关系的兴趣点推荐方法{.智能系统学报,2021,16(2): 228-236. 英文引用格式:MENG Xiangfu,,QI Xueyue,.ZHANG Quangui,etal.A POI recommendation approach based on user-POI coup- ling relationships[J].CAAI transactions on intelligent systems,2021,16(2):228-236 A POI recommendation approach based on user-POI coupling relationships MENG Xiangfu,QI Xueyue,ZHANG Quangui,ZHANG Xiaoyan,WANG Li (School of Electronic and Information Engineering,Liaoning Technical University,Huludao 125105,China) Abstract:In location-based social networks,a hot research topic is the development of methods for making accurate re- commendations to users by taking advantage of the coupling relationships between user attributes (or features)and points of interest(POIs).Current POI recommendation approaches mainly leverage the matrix factorization technique based on user ratings of POIs.These approaches routinely confront the problem of rating matrix sparsity,and do not consider the coupling relationships between the respective attributes,such as the descriptive information and comments of users and POIs.In this paper,we propose a POI recommendation framework based on a deep neural network.First,a K-means algorithm is used to cluster POIs by their geographical locations,so that POIs with high location proximity are grouped into one category.Then,a convolutional neural network model is designed to identify the explicit correlations between the respective attributes of users and POIs,for example,the correlation between the age of users and the loca- tion of POIs.Another neural network model is designed to simulate the matrix factorization method in machine learning. This model can examine the implicit relationships between users and POIs based on the users'POl check-in data.Lastly. the explicit and implicit relationships between users and POIs are integrated to comprehensively represent the user-POI coupling relationships.The learned user-POI coupling relationships are input into a fully connected network for recom- mendation.The proposed model was evaluated on the Yelp data set,and the experimental results show that it achieves high recommendation accuracy. Keywords:POI recommendation;K-means;collaborative filtering;coupling relationships;convolutional neural net- work;location effect;data mining;location-based social network (LBSN);attribute information 收稿日期:2019-07-18.网络出版日期:2020-07-14. 基金项目:国家自然科学基金面上项目(61772249) 近年来,随着移动互联网技术和智能设备的 通信作者:孟祥福.E-mail:maxi@126.com 飞速发展,用户可以方便地获取个人的实时位DOI: 10.11992/tis.201907034 网络出版地址: https://kns.cnki.net/kcms/detail/23.1538.TP.20200714.0944.008.html 用户−兴趣点耦合关系的兴趣点推荐方法 孟祥福,齐雪月,张全贵,张霄雁,王丽 (辽宁工程技术大学 电子与信息工程学院,辽宁 葫芦岛 125105) 摘 要:在基于位置的社交网络 (LBSNs) 中,如何利用用户和兴趣点的属性(或特征)之间的耦合关系,为用户做 出准确的兴趣点推荐是当前的研究热点。现有的矩阵分解推荐方法利用用户对兴趣点的评分进行推荐,但评级 矩阵通常非常稀疏,并且没有考虑用户和兴趣点在各自属性方面的耦合关系。本文提出了一种基于深度神经网 络的兴趣点推荐框架,首先采用 K-means 算法对兴趣点按地理位置进行聚类,使位置相近的兴趣点聚为一类;然 后,构建一个卷积神经网络模型,用来学习用户和兴趣点在各自属性(如用户年龄与兴趣点位置之间)上的显式 关联关系;同时,构建另外一个神经网络模型,模拟机器学习中的矩阵分解方法,根据用户的签到行为,深入挖掘 用户与兴趣点之间的隐式关联关系。最后,将用户与兴趣点之间的显式和隐式关联关系进行集成,综合表征用 户−兴趣点之间的耦合关系,然后将学习到的用户−兴趣点耦合关系输入到一个全连接网络中进行兴趣点推荐。 本文所提出的模型在 Yelp 数据集上进行了评估,实验结果表明该模型在兴趣点推荐方面有较高的推荐准确性。 关键词:兴趣点推荐;K-means;协同过滤;耦合关系;卷积神经网络;位置影响;数据挖掘;基于位置的社交网 络;属性信息 中图分类号:TP311 文献标志码:A 文章编号:1673−4785(2021)02−0228−09 中文引用格式:孟祥福, 齐雪月, 张全贵, 等. 用户−兴趣点耦合关系的兴趣点推荐方法 [J]. 智能系统学报, 2021, 16(2): 228–236. 英文引用格式:MENG Xiangfu, QI Xueyue, ZHANG Quangui, et al. A POI recommendation approach based on user-POI coup￾ling relationships[J]. CAAI transactions on intelligent systems, 2021, 16(2): 228–236. A POI recommendation approach based on user-POI coupling relationships MENG Xiangfu,QI Xueyue,ZHANG Quangui,ZHANG Xiaoyan,WANG Li (School of Electronic and Information Engineering, Liaoning Technical University, Huludao 125105, China) Abstract: In location-based social networks, a hot research topic is the development of methods for making accurate re￾commendations to users by taking advantage of the coupling relationships between user attributes (or features) and points of interest (POIs). Current POI recommendation approaches mainly leverage the matrix factorization technique based on user ratings of POIs. These approaches routinely confront the problem of rating matrix sparsity, and do not consider the coupling relationships between the respective attributes, such as the descriptive information and comments of users and POIs. In this paper, we propose a POI recommendation framework based on a deep neural network. First, a K-means algorithm is used to cluster POIs by their geographical locations, so that POIs with high location proximity are grouped into one category. Then, a convolutional neural network model is designed to identify the explicit correlations between the respective attributes of users and POIs, for example, the correlation between the age of users and the loca￾tion of POIs. Another neural network model is designed to simulate the matrix factorization method in machine learning. This model can examine the implicit relationships between users and POIs based on the users’ POI check-in data. Lastly, the explicit and implicit relationships between users and POIs are integrated to comprehensively represent the user-POI coupling relationships. The learned user-POI coupling relationships are input into a fully connected network for recom￾mendation. The proposed model was evaluated on the Yelp data set, and the experimental results show that it achieves high recommendation accuracy. Keywords: POI recommendation; K-means; collaborative filtering; coupling relationships; convolutional neural net￾work; location effect; data mining; location-based social network (LBSN); attribute information 近年来,随着移动互联网技术和智能设备的 飞速发展,用户可以方便地获取个人的实时位 收稿日期:2019−07−18. 网络出版日期:2020−07−14. 基金项目:国家自然科学基金面上项目 (61772249). 通信作者:孟祥福. E-mail: marxi@126.com. 第 16 卷第 2 期 智 能 系 统 学 报 Vol.16 No.2 2021 年 3 月 CAAI Transactions on Intelligent Systems Mar. 2021
向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有