摘要
针对现有协同过滤算法普遍存在数据稀疏、可扩展性低、计算量大的缺点,提出一种基于BC-AW的协同过滤推荐算法,引入联合聚类(Block Clust,BC)和正则化迭代最小二乘法(Alternating least squares with Weighted regularization,AW),首先对原评分矩阵进行用户—项目双维度的联合聚类,接着产生具有相同模式评分块的多个子矩阵,通过分析得出这些子矩阵规模远小于原评分矩阵,从而有效降低预测阶段的计算量.然后分别对每个子矩阵应用正则化迭代最小二乘法来预测子矩阵的未知评分,进而实现推荐.经仿真实验表明,本文算法与传统的协同过滤算法比较,能有效改善稀疏性、可扩展性和计算量的问题.
Aiming at the weaknesses of sparse data, low scalability and large computing existing in the current collaborative filtering algorithm, a Block Clust-Alternating least squares with Weighted regularization(BC-AW)collaborative filtering recommendation algorithm is proposed. Firstly, the user and the item of the original scoring matrix are jointly clustered and several submatrixes with the same scoring mode are generated. According to the research, the scale of these submatrixes is far less than the original scoring matrix which effectively decreases the computational complexity in the prediction process. Then, the regularized iterative least-square method is applied to each submatrix to predict its score. Hence recommendation is realized. The simulation results reveal that the proposed algorithm can effectively improve sparsity, expand scalability, and reduce computing compared with the traditional one.
作者
张志强
李改
ZHANG Zhi-Qiang;LI Gai(School of Electronics and Information Engineering, Shunde Polytechnic, Shunde 528300, China;School of Computer Science and Technology, Huazhong University of Science &Technology, Wuhan 430074, China;School of Information Science &Technology, Sun Yat-Sen University, Guangzhou 510006, China)
出处
《计算机系统应用》
2018年第5期198-202,共5页
Computer Systems & Applications
基金
国家自然科学基金(41072247)
广东省自然科学基金(2016A030310018)
广东省哲学社会科学项目(GD16XJY36)
顺德职业技术学院重点教研项目(2014-SZJGXM06)
关键词
协同
过滤
联合聚类
正则化迭代最小二乘法
collaborative
filtering
joint cluster
regularized iterative least-square method