《電子技術(shù)應(yīng)用》
您所在的位置:首頁 > 其他 > 设计应用 > 基于混合聚类与融合用户兴趣的协同过滤推荐算法
基于混合聚类与融合用户兴趣的协同过滤推荐算法
2022年电子技术应用第4期
麻 天1,2,余本国3,张 静1,2,宋文爱1,2,景 昱1
1.中北大学 软件学院,山西 太原030051;2.山西省军民融合软件工程技术研究中心,山西 太原030051; 3.海南医学院 生物医学信息与工程学院,海南 海口571199
摘要: 推荐效率低、推荐质量有待提高等问题普遍存在于传统协同过滤推荐算法中,为了改善并解决这些问题,在协同过滤推荐算法中将混合聚类与用户兴趣偏好融合,经过验证推荐质量有显著提升。首先根据用户的个人相关信息构建Canopy+bi-Kmeans的一种多重混合聚类模型,采用提出的混合聚类模型把所有用户划分成多个聚类簇,将每个用户的兴趣偏好融合到生成的聚类簇中,形成新的相似度计算模型;其次利用基于TF-IDF算法的权重归类方法计算用户对标签的权重,并使融入时间系数的指数衰减函数捕捉用户兴趣偏好随时间的变化;最后使用加权融合将用户偏好和混合聚类模型相结合,匹配到更相似的邻居用户,计算出项目评分并进行推荐。利用公开数据集对比实验证明,提出的方法能够提高推荐质量和推荐可靠性。
中圖分類號: TP399
文獻(xiàn)標(biāo)識碼: A
DOI:10.16157/j.issn.0258-7998.212086
中文引用格式: 麻天,余本國,張靜,等. 基于混合聚類與融合用戶興趣的協(xié)同過濾推薦算法[J].電子技術(shù)應(yīng)用,2022,48(4):29-33.
英文引用格式: Ma Tian,Yu Benguo,Zhang Jing,et al. Collaborative filtering recommendation algorithm based on hybrid clustering and user preferences fusion[J]. Application of Electronic Technique,2022,48(4):29-33.
Collaborative filtering recommendation algorithm based on hybrid clustering and user preferences fusion
Ma Tian1,2,Yu Benguo3,Zhang Jing1,2,Song Wenai1,2,Jing Yu1
1.Software School,North University of China,Taiyuan 030051,China; 2.Shanxi Military and Civilian Integration Software Engineering Technology Research Center,Taiyuan 030051,China; 3.School of Biomedical Information and Engineering,Hainan Medical University,Haikou 571199,China
Abstract: Problems such as low recommendation efficiency and recommendation quality to be improved generally exist in the traditional collaborative filtering recommendation algorithm. In order to improve and solve these problems, the collaborative filtering recommendation algorithm integrates mixed clustering with user interests and preferences, and the recommendation quality has been significantly improved after verification. Firstly, a multiple mixed clustering model of Canopy+ Bi-Kmeans was constructed according to the personal information of users. The proposed mixed clustering model was used to divide all users into multiple clusters, and the interest preferences of each user were fused into the generated clusters to form a new similarity calculation model. Secondly, the weight classification method based on TF-IDF algorithm is used to calculate the weight of users on labels, and the exponential decay function incorporating time coefficient is used to capture the change of users′ interest preference with time. Finally, weighted fusion is used to combine user preferences with mixed clustering model to match more similar neighbor users, calculate project scores and make recommendations. The experimental results show that the proposed method can improve the recommendation quality and reliability.
Key words : recommendation algorithm;weight label;time attenuation coefficient;exponential decay function;hybrid clustering

0 引言

    在信息快速發(fā)展的現(xiàn)代社會中,推薦算法已經(jīng)普遍出現(xiàn)在人們的生活中,給人類生活無形中帶來巨大便利[1],如短視頻推薦[2]、音樂歌曲推薦[3]、新聞信息推薦[4]。協(xié)同過濾推薦算法在工程上更容易實(shí)現(xiàn)。該算法分為兩類:基于用戶的協(xié)同過濾推薦算法(user-based collaborative filtering)和基于項(xiàng)目的協(xié)同過濾推薦算法(item-based collaborative filtering)[5]。簡言之:物以類聚,人以群分。雖然協(xié)同過濾推薦算法與其他推薦算法相比有很多優(yōu)點(diǎn),但解決推薦效率低、推薦質(zhì)量低、冷啟動和稀疏矩陣等問題一直是研究者不斷努力改進(jìn)的方向[6]。其中在計(jì)算不同用戶之間的相似性時也存在很多問題,相似度計(jì)算不精準(zhǔn)是影響推薦準(zhǔn)確性的一個關(guān)鍵因素[1]

    很多研究學(xué)者提出很多方法改進(jìn)以上存在的問題。趙偉等在傳統(tǒng)K-means聚類算法的基礎(chǔ)上做了改進(jìn),有效地解決了有關(guān)用戶聚類的一些問題[7]。王蓉等提出了一種混合聚類與融合屬性特征的協(xié)同過濾推薦算法,在一定程度上能提高推薦效率,解決冷啟動問題,為聚類算法在推薦系統(tǒng)中的研究開辟了新思路[6]

    本文依據(jù)上述學(xué)者的思路,改進(jìn)了算法,通過建立Canopy+bi-Kmeans混合聚類模型[8]和一種改進(jìn)的相似度計(jì)算方法,提出一種基于混合聚類與融合用戶偏好的協(xié)同過濾推薦算法,從而可以達(dá)到提高推薦可靠性、提高推薦精度的效果。利用 MovieLens數(shù)據(jù)集進(jìn)行試驗(yàn)得出結(jié)果表明,該算法不僅能有效解決存在的冷啟動問題,而且可提高推薦算法效率。




本文詳細(xì)內(nèi)容請下載:http://www.tom3567.com/resource/share/2000004048




作者信息:

麻  天1,2,余本國3,張  靜1,2,宋文愛1,2,景  昱1

(1.中北大學(xué) 軟件學(xué)院,山西 太原030051;2.山西省軍民融合軟件工程技術(shù)研究中心,山西 太原030051;

3.海南醫(yī)學(xué)院 生物醫(yī)學(xué)信息與工程學(xué)院,海南 海口571199)




wd.jpg

此內(nèi)容為AET網(wǎng)站原創(chuàng),未經(jīng)授權(quán)禁止轉(zhuǎn)載。
主站蜘蛛池模板: 韩国v欧美v日本v亚洲| 精品久久中出| 日韩精品一区二区三区丰满| 国产精品美女在线| 国产精品久久久久久久乖乖 | 中文精品一区二区三区 | 国产日韩精品视频| 精品麻豆av| 亚洲国产欧美一区二区三区不卡 | 国产精品视频导航| 国产美女久久久| 久久国产精品久久精品国产| 日韩专区中文字幕| 欧美交换配乱吟粗大25p| 久久五月天婷婷| 欧美精品在线观看91| 国产日韩av高清| 精品国产免费人成电影在线观... 精品国产一区二区三区久久久狼 精品国产一区二区三区久久狼黑人 | 欧美日韩国产免费一区二区三区| 69精品小视频| 午夜精品99久久免费| 亚洲中文字幕无码一区二区三区| 久久久国产成人精品| 秋霞久久久久久一区二区| 欧美国产综合在线V| 热久久这里只有精品| 久久天天躁狠狠躁夜夜爽蜜月| 国产精品视频色| 日韩中文字幕在线视频| 狠狠97人人婷婷五月 | 久久av在线播放| 国产精品视频永久免费播放| 国产精品精品久久久久久| 青青青在线观看视频| 在线丝袜欧美日韩制服| 日本一区二区在线视频| 久久国产精品精品国产色婷婷| 日本高清久久一区二区三区| 国产精品美女av| 国产成a人亚洲精v品在线观看| 日韩不卡av|