- 资源介绍
- 更新记录
- 安装教程
若有个人部署运行问题,点击右侧客服按钮咨询站长
站长联系方式
QQ:3484724101
摘要
细分到菜谱推荐方面,推荐系统大多使用协同过滤的推荐算法,存在用户行为过少难以推荐,冷启动困难以及众多新物品难以被发现等问题。本文改变思路,使用基于内容的推荐算法,侧重找到食谱与食谱之间内在的相似性,而不是依靠
用户的历史行为进行推荐,能够有效解决以上问题。同时还对系统的其他部分进行研究,定义了如何对菜谱进行结构化的设计与存储,如何对推荐的结果进行回测和评价分析,通过搭建网站作为前台显示页面的技术等。研究过程中主要使用 Java 代码来实现推荐算法,食谱的结构化存储使用MySQL 数据库,系统设计开发完成后通过网页的形式来进行展示。使用 jsp 技术编写网页,Tomcat 进行托管,设计模式使用 MVC 架构,用到 DAO 模式来完成与数据库的连接,主要开发工具为 Intellij IDEA。
Abstract
Segmentation to the diet recommended, most of the recommended system using
collaborative filtering recommended algorithm, there are too few user behavior is
difficult to recommend, cold start difficult and many new items difficult to be found
and other issues. This article changes the idea, the use of content-based
recommendation algorithm, focusing on finding the inherent similarity between
recipes and recipes, rather than relying on the user’s historical behavior to recommend,
can effectively solve the above problems. At the same time, it also studies the other
parts of the system, defines how to design and store the recipe, how to evaluate and
evaluate the recommended results, and build the website as the technology of
displaying the page in the foreground.
In the course of the study, Java code is used to implement the recommended
algorithm. The structured storage of the recipe uses the MySQL database. After the
system design and development is completed, it is displayed in the form of web pages.
Using jsp technology to write web pages, Tomcat hosting, design mode using MVC
architecture, using DAO mode to complete the connection with the database, the main
development tool for the Intellij IDEA.
Keywords: recommendation system, content – based recommendation algorithm, text
similarity
目录
摘要 …………………………………………………….. I
目录 …………………………………………………… III
1 绪论 …………………………………………………… 1
1.1 课题研究的背景和意义 …………………………………….. 1
1.2 国内外研究现状 ………………………………………….. 2
1.3 课题的主要工作以及论文结构 ……………………………….. 3
2 基于内容的推荐系统的概述 …………………………………. 5
2.1 引言 …………………………………………………… 5
2.2 数据的收集和存储 ………………………………………… 5
2.3 基于内容的推荐算法 ………………………………………. 6
2.4 对推荐结果的评价 ………………………………………… 7
2.5 本章小结 ……………………………………………….. 8
3 基于内容的菜谱推荐方法 …………………………………… 9
3.1 引言 …………………………………………………… 9
3.2 对文本进行分词 ………………………………………….. 9
3.3 文本相似度计算 …………………………………………. 10
3.4 基于同义词词林扩展的相似度计算 …………………………… 12
3.5 推荐算法实验 …………………………………………… 15
3.6 本章小结 ………………………………………………. 19
4 推荐系统的搭建与评价 ……………………………………. 20
4.1 引言 ………………………………………………….. 20
4.2 推荐系统架构 …………………………………………… 20
4.3 推荐系统的功能 …………………………………………. 21
4.4 对推荐结果的评价 ……………………………………….. 24
4.5 本章小结 ………………………………………………. 26
5 推荐系统性能测试与展望 ………………………………….. 27
5.1 引言 ………………………………………………….. 27
5.2 系统性能测试和优化 ……………………………………… 27
5.3 对推荐系统的展望 ……………………………………….. 30
5.4 本章小结 ………………………………………………. 31
6 总结 ………………………………………………….. 32
参考文献 ………………………………………………… 33
翻译部分 ………………………………………………… 36


猜你喜欢
-
基于JAVA的电子书城系统源码和论文+开题报告
2021-06-10 -
铺砖机机械结构设计说明书(论文)+cad图纸+Solidworks三维图
2021-06-08 -
校园一卡通管理信息系统的设计与实现毕业论文+项目Java源码+答辩PPT
2021-06-08 -
基于Django的租房数据展示系统设计与实现毕业论文+开题报告+外文翻译及原文+答辩PPT+项目源码及数据库
2021-06-08 -
某四层办公楼施工组织设计说明书(论文)+建筑结构cad图纸+施工平面图cad+施工计划进度表cad
2021-06-08 -
基于JavaWeb的电子政系统设计与实现 毕业论文+任务书+开题报告+英文文献及翻译+实习报告+答辩PPT+项目源码及数据库文件
2021-06-08 -
客户资源管理系统设计论文.+设计源码
2021-06-10 -
西安电子科技大学网络教育本科生毕业论文(设计)规范
2021-06-08 -
江苏某住宅招标文件及标底设计论文+开题+翻译+计算+招投标文件+cad图纸+套价表等
2021-06-10 -
Unity3D微信小游戏平台的设计与实现毕业论文+开题报告+答辩+源码
2021-06-10
-
邛崃市的变电站(110KV)设计说明书(论文)+任务书+CAD图纸
2021-06-08 -
基于Delphi7的木马程序的查杀设计与实现毕业论文+任务书+开题报告+文献综述+外文翻译+项目源码及EXE运行文件
2021-06-08 -
C6140型普通车床改造数控机床设计说明书(论文)+任务书+开题报告+设计概述+cad图纸
2021-06-09 -
工程管理专业毕业毕业论文(设计)几点说明
2021-06-08 -
TND360数控车床纵向进给系统设计说明书(论文)+任务书+cad图纸
2021-06-08 -
台虎钳的车床加工工艺设计说明书(论文)+任务书+开题+中期检查+工艺过程卡+cad图纸+三维图纸+答辩PPT+评阅表
2021-06-08 -
JBH-09B型光纤激光加工机设计说明书(论文)+任务书+cad图纸+Solidworks三维图
2021-06-08 -
广东工商职业技术大学毕业设计(论文)统一格式的规定
2021-06-08 -
机械工程 (高起本、专升本 业余、函授)毕业设计(论文)指导书
2021-06-08 -
2019届论文中后期工作注意事项
2021-06-09
猜你在找
99源码网 » 基于内容的菜谱推荐系统毕业论文+任务书+设计源码+sql文件
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-10Hi,初次和大家见面了,请多关照!