- 资源介绍
- 更新记录
- 安装教程
若有个人部署运行问题,点击右侧客服按钮咨询站长
站长联系方式
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


猜你喜欢
-
城乡规划与建筑工程学院本科毕业论文(设计)开题答辩工作安排的通知
2021-06-09 -
建筑工程科技毕业论文选题推荐
2021-06-08 -
智能家居环境小护士 毕业论文+硬件设计原理图+软件设计源码
2021-06-10 -
基于PHP的网络教学平台设计与实现毕业论文+任务书+开题报告+附录代码
2021-06-08 -
塑件轴注射工艺分析及模具设计说明书(论文)+任务书+选题审批表+开题论证表及记录+中期表+CAD图纸
2021-06-08 -
基于J2EE的网上体育用品销售系统设计与实现(SSH)毕业论文+任务书+开题+中期表+答辩PPT+项目源码及数据库
2021-06-08 -
基于Arduino的遥控电子密码锁的设计毕业设计论文+实物图+原理图+程序+外文翻译及原文
2021-06-08 -
中小企业品牌营销研究毕业论文+开题报告+文献综述
2021-06-08 -
基于单片机MC9S12XS128的两轮自平衡小车设计毕业论文+原理图+实物制作教程+下机位程序及app安装文件+视频演示地址
2021-06-08 -
基于VMware的高校虚拟桌面系统设计与实施毕业设计论文
2021-06-10
-
毕业论文如何撰写英文摘要
2021-06-08 -
网易云音乐的品牌竞争力研究 毕业论文+开题报告+外文翻译及原文
2021-06-08 -
富蕴八钢球厂35kv降压变电所初步设计毕业论文+初稿+答辩PPT+设备表+CAD图纸
2021-06-09 -
基于嵌入式QT界面GPS定位系统设计与实现毕业论文+项目源码+答辩PPT
2021-06-08 -
基于JSP的在线购物系统的设计与实现 毕业论文+任务书
2021-06-08 -
众焱公司网络平台建设=传输网的规划与设计毕业论文+开题报告+拓扑图+检测报告
2021-06-09 -
基于STM32的户外环境监测系统的设计(STM32、APP、WIFI)毕业论文+原理图+电路图+论文附录程序
2021-06-09 -
某高层政府办公行政中心大楼建筑电气设计计算说明书(论文)+任务书+开题报告+文献综述+外文翻译及原文+cad图纸
2021-06-08 -
基于SSH的企业车辆管理系统的设计与实现毕业论文+源码+数据库+辅导视频
2021-06-09 -
旅行路线可视化研究与实现毕业论文+设计源码+外文翻译
2021-06-10
猜你在找
99源码网 » 基于内容的菜谱推荐系统毕业论文+任务书+设计源码+sql文件
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-10Hi,初次和大家见面了,请多关照!