- 1、本文档共21页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
外文:
Introduction to Recommender System
Approaches of Collaborative Filtering: Nearest Neighborhood and Matrix Factorization
“We are leaving the age of information and entering the age of recommendation.”
Like many machine learning techniques, a recommender system makes prediction based on users’ historical behaviors. Specifically, it’s to predict user preference for a set of items based on past experience. To build a recommender system, the most two popular approaches are Content-based and Collaborative Filtering.
Content-based?approach requires a good amount of information of items’ own features, rather than using users’ interactions and feedbacks. For example, it can be movie attributes such as genre, year, director, actor etc., or textual content of articles that can extracted by applying Natural Language Processing.?Collaborative Filtering, on the other hand, doesn’t need anything else except users’ historical preference on a set of items. Because it’s based on historical data, the core assumption here is that the users who have agreed in the past tend to also agree in the future. In terms of user preference, it usually expressed by two categories.?Explicit Rating, is a rate given by a user to an item on a sliding scale, like 5 stars for Titanic. This is the most direct feedback from users to show how much they like an item.?Implicit Rating, suggests users preference indirectly, such as page views, clicks, purchase records, whether or not listen to a music track, and so on. In this article, I will take a close look at collaborative filtering that is a traditional and powerful tool for recommender systems.
Nearest Neighborhood
The standard method of Collaborative Filtering is known as?Nearest Neighborhood?algorithm. There are user-based CF and item-based CF. Let’s first look at?User-based CF. We have an n × m matrix of ratings, with user u?, i = 1, ...n and item p?, j=1, …m. Now we want to predict the rating r?? if target user i did not watch/rate an item j. The
您可能关注的文档
- STM32F103VET6最小系统板原理图.pdf
- STM32F103ZET6核心板 电路图-彩色.pdf
- STM32F207中文数据手册.pdf
- STM32F407ZGT6核心板原理图.pdf
- STM32录音模块电路图.pdf
- STM32智能小车视频教程 STM32 GPIO工作原理.pdf
- STPS60SM200CW;中文规格书,Datasheet资料.pdf
- StyleWriter_简介和使用方法(官方翻译过来的).pdf
- sunding顺东码表SD-576C简体中文说明书.pdf
- svn多版本库环境的搭建.pdf
- 新消费时代下的体育产业升级路径:2025年健康生活理念引领的消费趋势报告.docx
- 数字音乐产业版权保护与运营现状分析:2025年行业政策及市场趋势研究报告.docx
- 数字音乐平台2025年版权保护与运营市场竞争力研究报告.docx
- 数字音乐版权保护与版权保护行业市场分析报告.docx
- 数字音乐版权保护与运营中的版权保护意识培养研究报告.docx
- 数字音乐版权保护与运营市场调研与分析报告.docx
- 新一代战斗机推进系统:2025年绿色能源技术进展报告.docx
- 新一代战斗机综合航电系统与武器系统融合技术发展趋势报告.docx
- 新一代战斗机航空燃料高效利用与关键技术发展趋势报告.docx
- 新一代战斗机航空电子对抗装备市场前景预测与分析研究报告.docx
最近下载
- 2023年海水养殖产品项目运营管理方案.docx
- 2025-2026学年部编版历史七年级下册期末复习练习题(含答案) .pdf VIP
- 事业编结构化面试题库面试视频案例.pdf VIP
- AQ 3036-2010 危险化学品重大危险源 罐区现场安全监控装备设置规范(高清-安全-行业标准).pdf
- 特斯拉生产制造革命,一体化压铸(1).pptx
- 《流体力学》刘鹤年第二版(1-9章全)课后习题及答案.doc
- 4年级下册英语试卷.doc VIP
- 泰开LVQB系列SF6电流互感器安装使用说明书.pdf
- 《中国国民心理健康发展报告(2024~2024)》.pptx VIP
- 2024电力巡检无人机自动机场技术标准.pdf
文档评论(0)