- 资源介绍
- 更新记录
- 安装教程
摘 要
现在电影资源是网络资源的重要组成部分,随着网络上电影资源的数量越来越庞大,设计电影个性化推荐系统迫在眉睫。所以本文旨在为每一个用户推荐与其兴趣爱好契合度较高的电影。
本系统包含电影前端展示界面、电影评分板块、推荐算法的实现以及后端数据库的设计。其中实现推荐算法是整个电影推荐系统的核心,系统采用爬虫技术和协同过滤算法,是推荐领域最出名也是应用最广泛的推荐算法。所以系统拟采用两种协同过滤算法给出两种不同的推荐结果,一种是基于用户的协同过滤算法,另一种是基于物品的协同过滤算法,用户可以根据两种推荐结果更加合理的选择合适的电影。系统采用了改进之后的ItemCF-IUF和UserCF-IIF算法,对计算用户相似度和物品相似度的计算都做出了改进。最后通过计算两种算法的准确率(Precision)、召回率(Recall)和流行度从而对系统进行评测、并比较了两种算法各自的优势和劣势。实验证明,改进后的算法比原始的协同过滤算法推荐效果要好,准确率更高。整个系统涉及到的编程语言包含Python、Html5、JQuery、CSS3以及MySQL数据库编程。用到的框架是Django重量级web框架,通过该框架连接系统的前、后端.用户首先需要 填写用户名、密码以及邮箱注册系统,然后才能登陆推荐系统。
论文首先阐述推荐系统的研究现状以及意义,随后介绍了相关的推荐算法,重点介绍协同过滤算法,并对系统实现所需技术进行了研究,接着介绍了整个推荐系统的实现,最后对整个项目进行了回顾与总结。
关键词:爬虫技术;电影推荐系统;协同过滤;基于邻域推荐;个性化服务
Abstract
Now film resources are an important part of network resources. With the increasing number of film resources on the network, it is urgent to design a personalized recommendation system for movies. So the purpose of this article is to recommend movies with high fit with each user’s interests.
The system includes the film front-end display interface, film scoring board, recommendation algorithm implementation and back-end database design. The implementation of recommendation algorithm is the core of the whole film recommendation system, the system uses crawler technology and collaborative filtering algorithm, is the most famous and widely used recommendation algorithm in the field of recommendation. So the system uses two kinds of collaborative filtering algorithm to give two different recommendation results, one is based on the user’s collaborative filtering algorithm, the other is based on the object’s collaborative filtering algorithm, the user can choose the appropriate film more reasonably according to the two recommended results. An improved ItemCF-IU was used in the system F and UserCF-IIF algorithms, the calculation of user similarity and object similarity is improved. The system is evaluated by calculating the accuracy (Precision), recall (Recall) and popularity of the two algorithms, and the advantages and disadvantages of the two algorithms are compared. Experiments show that the improved algorithm is more effective and accurate than the original collaborative filtering algorithm. The programming languages involved in the whole system include Python、Html5、JQuery、CSS3 and MySQL database programming. Dj is the framework used ango heavyweight web framework through which the front and back ends of the system are connected. Users first need to fill in the user name, password and mailbox registration system before landing the recommendation system.
This paper first describes the research status and significance of the recommendation system, then introduces the relevant recommendation algorithm, focuses on the collaborative filtering algorithm, and studies the technology needed to implement the system, then introduces the implementation of the whole recommendation system, and finally reviews and summarizes the whole project.
Keywords:crawler technology;movie recommendation system;collaborative filtering; neighborhood-based recommendation; personalized service
目 录


















猜你喜欢
-
基于PLC的矿泉水自动瓶装控制系统设计毕业论文+任务书+开题报告+梯形图+三菱程序
2021-06-09 -
机械手三维模型设计说明书(论文)+开题报告+cad图纸+sw三维图+仿真视频
2021-06-08 -
毕业论文答辩技巧大全
2021-06-09 -
大沱湾水电站拦河闸坝设计毕业论文+任务书+cad图纸+设计资料
2021-06-08 -
小型吸尘器的设计毕业论文+任务书+开题报告+翻译及原文+cad图纸+proe三维图+答辩申请表等
2021-06-09 -
基于Matlab-gui信号系统设计毕业论文+开题报告+文献资料+设计源码
2021-06-09 -
火车站网络系统规划设计毕业论文
2021-06-08 -
基于Java的连连看游戏设计与实现论文+任务书+开题+答辩+翻译+源码
2021-06-10 -
智能物料运输小车设计与实现毕业论文+代码+电路图
2021-06-08 -
苏北某十六层住宅楼给水排水工程设计毕业设计论文说明书
2021-06-10
-
基于Hadoop的用户购买行为的商品推荐系统毕业论文+任务书+java项目源码
2021-06-10 -
基于ASP.NET的企业进销存管理系统的设计和实现(APP+网页)毕业论文+项目源码
2021-06-08 -
220kv线路继电保护设计 毕业论文+开题报告+开题答辩PPT
2021-06-10 -
主变10kv 220kV、容量63MVA的风电场设计说明书(论文)+cad图纸
2021-06-08 -
数电课设的网上管理系统毕业论文+任务书+开题报告+答辩PPT+设计源码+外文翻译及原文
2021-06-09 -
基于Python图书管理系统毕业论文+开题报告+设计源码
2021-06-10 -
基于JavaAWT组件的推箱子游戏设计与实现毕业论文+任务书+翻译及原文+答辩+源码+辅导视频
2021-06-09 -
广告与品牌形象的塑造论文
2021-05-22 -
基于JavaEE的进销存管理系统的设计与实现毕业论文+任务书+开题报告+答辩PPT+源码+数据库+辅导视频
2021-06-08 -
当前全球面临的重大环境问题及对策研究论文开题报告
2021-06-10
猜你在找
99源码网 » 基于python爬虫的电影推荐网站的设计与实现毕业论文+初稿+项目源码+安装说明+使用说明
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-08Hi,初次和大家见面了,请多关照!