摘要
大数据时代的推荐系统可以帮助用户从海量信息中高效地获取自己的潜在需求,是大数据在互联网领域的典型应用。文章介绍了利用Python语言实现的一个基于物品的协同过滤算法推荐系统,给出了系统的基本架构、系统的具体实现过程及相应代码。
The recommendation system in the big data era can help users to obtain their potential needs efficiently from the huge amount of information,which is a typical application of big data in the Internet field.A recommendation system based on object-based collaborative filtering algorithm and implemented with Python language is introduced in this paper,and the basic architecture of the system,the specific implementation process of the system,and the corresponding code are given.
作者
张玉叶
Zhang Yuye(Dept.of computer ,Jinan Vocational Colleage,Jinan,Shandong 250014,China)
出处
《计算机时代》
2019年第6期59-62,共4页
Computer Era
关键词
大数据
推荐系统
协同过滤
PYTHON
big data
recommendation system
collaborative filtering
Python