- 1、本文档共59页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于用户行为推荐系统设计与实现实验室
PAGE \* MERGEFORMATII
基于用户行为的推荐系统
设计与实现
摘要
随着互联网技术的迅速发展,互联网及网络用户的规模也正在不断扩大,它承载信息也越来越大,如何将用户可能会感兴趣的信息直接呈现给用户,是互联网发展中一个亟待解决的问题。推荐系统可以由此应运而生。目前最常用的推荐算法有基于内容过滤的推荐算法、基于协同过滤的推荐算法和混合推荐算法等。但是这些方法都有着各自的优缺点和使用的环境,因此应在不同的环境下选择相应的算法。
个性化推荐是目前研究的比较多的技术。通过分析用户的行为日志,发现用户兴趣和行为之间的关系,在显示界面采取“推送”的方式,从大量的信息中过滤出用户可能会感兴趣的信息,然后根据一定的算法将用户可能感兴趣的信息进行排序,最后在前台页面展示。
本文将个性化推荐相关技术引入校园信息分享平台Share中,分析用户的历史??索行为,协同过滤算法为基础,建立用户兴趣模型,找出用户的兴趣,然后在系统中抽取出用户可能感兴趣的信息,然后以一定的方式推荐给用户。本文主要工作如下:
本文先对推荐领域的常用的算法、理论及相关技术进行了介绍,详细介绍了基于内容过滤、基于协同过滤、基于隐马尔可夫模型等算法和然后分析了他们各自的优缺点。同时还简要介绍了推荐系统的相关指标。
基于信息分享平台Share系统的用户行为特点,首先给出了相关技术的定义,然后根据用户的有哪些信誉好的足球投注网站日志,根据一定的算法从中提取出用户行为序列,然后根据用户的行为序列找出临近用户中当前用户可能感兴趣的信息。并给出了行为相似性算法。
根据用户行为序列对用户进行了建模。对项目的排序结合了用户协同等多方面因素的算法。
最后以校园信息分享平台Share为背景,设计并实现了基于用户行为的推荐系统。对系统架构和系统主要模块进行了详细设计,并分析了主要模块的具体功能。论文的最后对推荐系统进行了实验测试,通过分析实验结果给出了系统的不足之处,并对系统的下一步工作进行了展望。
关键词:推荐系统,用户行为,系统日志,行为序列
PAGE \* MERGEFORMATIII
Abstract
With the rapid development of Internet technology, the Internet and network users are expanding scale, it carries information is more and more large, How to directly present the information which the user might be interested to the user, this is a problem to be solved when the Internet developing. Recommendation system can thus come into being. At present the most commonly used methods are based on content filtering recommendation algorithm, based on collaborative filtering recommendation algorithm and hybrid recommendation algorithm, etc. However, these methods all have their own advantages and disadvantages, and the use of the environment, so choose corresponding algorithm in different environmental conditions.
Personalized recommendation is one kind of emerging information filtering technology. It found that data from the users historical behavior of the users interest in the preferences, with the method of push, the information of interest to the user to filter out large amounts of data, and according to the degree of the information which the user interested, according to a certain way
文档评论(0)