动漫推荐系统| Python,惊喜,Jupyter 该项目的目标是开发基于协作的动漫推荐器系统,该系统能够基于数据库信息(包括总用户历史记录和评级ID用户反馈)生成个性化的独特和相关动漫推荐列表,数据来源来自Kaggle。 com 。 有两个关联的数据集,评级数据集和动漫数据集。 评分数据集包含来自7,516个用户的7,813,737个评分(评分等级:1-10),涉及12294种动漫,密度为0.92%; 动漫数据集包含有关每个动漫的信息,共有7列(anime_id,名称,类型,类型,剧集,评分和成员)。 我将python和SUPRISE软件包一起使用,并利用定制的内置数据清理和模型评估程序,研究了各种协作过滤(CF)算法,包括基于项目的KNNWithMeans,SVD,共聚和SVDpp。 SVD在基于nDCG(排名准确性指标)为用户推荐相关动漫的排名列表方面表现最好,而又不牺牲太多速
2023-03-24 15:21:58 2.81MB JupyterNotebook
1
群组推荐系统 [WIP] 该存储库包含 Group Recommendation 的最新研究论文、数据集和源代码(如果有)。 免费免费创建 PR 进行合并。 基于记忆的方法 偏好聚合 CoFeel:在群组推荐系统中使用情绪进行社交互动。 RecSys 2012 。 [ ] 具有部分信息的产品评级的数学建模和分析。 TKDD 2010 。 [ ] 通过纳入社会关系互动来增强群体推荐。 集团 2010 年。 [ ] 用于委员会决策的组推荐系统中的偏好聚合。 RecSys 2009 。 [ ] 一种考虑群组成员交互的群组推荐系统。 专家系统应用程序2008 年。 [ ] 基于用户档案合并的多观众电视节目推荐。 乌梅 2006 年。 [ ] 自适应无线电:使用否定首选项实现共识。 集团 2005 年。 [ ] 超过其成员的总和:群组推荐系统的挑战。 AVI 2004 。
1
个性化推荐已经成为我们在线用户体验中无处不在的一部分。今天,推荐通常被实现为从系统到用户的单向通信。然而,近年来,我们发现人们对对话式推荐系统(CRS)越来越感兴趣。这些系统能够与用户进行交互式对话,通常使用自然语言,目标是根据用户观察到的需求和偏好提供合适的建议。虽然会话推荐不是一个新的领域,但最近自然语言处理技术和深度学习的发展显著地刺激了这一领域的新研究。 在本教程中,我们将对对话式推荐系统领域的现有研究进行多方面的调研。我们将首先讨论CRS的典型技术架构和可能的交互模式。然后,我们将专注于这些系统可以依赖的各种类型的知识,并详细说明这些系统通常必须支持的计算任务。在本教程的最后一部分中,我们将强调当前的方法以及在评估复杂的交互式软件解决方案(如对话式推荐系统)时面临的公开挑战。
2022-07-29 09:07:50 9.73MB 机器学习
1
随着网络信息的爆炸式增长,推荐系统在缓解信息过载方面发挥了重要作用。由于推荐系统具有重要的应用价值,这一领域的研究一直在不断涌现。近年来,图神经网络(GNN)技术得到了广泛的关注,它能将节点信息和拓扑结构自然地结合起来。由于GNN在图形数据学习方面的优越性能,GNN方法在许多领域得到了广泛的应用。在推荐系统中,主要的挑战是从用户/项目的交互和可用的边信息中学习有效的嵌入用户/项目。由于大多数信息本质上具有图结构,而网络神经网络在表示学习方面具有优势,因此将图神经网络应用于推荐系统的研究十分活跃。本文旨在对基于图神经网络的推荐系统的最新研究成果进行全面的综述。具体地说,我们提供了基于图神经网络的推荐模型的分类,并阐述了与该领域发展相关的新观点。
1
该文章是快手公司与中科大合作产出的资源型论文,即发布了一个几乎全是观测值的稠密数据集KuaiRec,该数据集包含了1411个用户对3327个短视频的交互行为,稠密度高达99.6%(一般推荐系统公开数据集的稠密度在1%以下)。“稠密数据集”意味着用户-物品矩阵中几乎没有缺失值,即每个用户都看了每个视频且留下了反馈。
2022-04-06 03:13:09 969KB 推荐算法
1
People increasingly use social networks to manage various aspects of their lives such as communication, collaboration, and information sharing. A user’s network of friends may offer a wide range of important benefits such as receiving online help and support and the ability to exploit professional opportunities. One of the most profound properties of social networks is their dynamic nature governed by people constantly joining and leaving the social networks. The circle of friends may frequently change when people establish friendship through social links or when their interest in a social relationship ends and the link is removed. This book introduces novel techniques and algorithms for social network-based recommender systems. Here, concepts such as link prediction using graph patterns, following recommendation based on user authority, strategic partner selection in collaborative systems, and network formation based on “social brokers” are presented. In this book, well-established graph models such as the notion of hubs and authorities provide the basis for authority-based recommendation and are systematically extended towards a unified Hyperlink Induced Topic Search (HITS) and personalized PageRank model. Detailed experiments using various real-world datasets and systematic evaluation of recommendation results proof the applicability of the presented concepts.
2021-12-16 10:53:12 3.25MB 推荐系统 社交网络 信任计算 链路预测
1
Recommender systems are practically a necessity for keeping a site's content current, useful, and interesting to visitors. Recommender systems are everywhere, helping you find everything from movies to jobs, restaurants to hospitals, even romance. Practical Recommender Systems goes behind the curtain to show readers how recommender systems work and, more importantly, how to create and apply them for their site. This hands-on guide covers scaling problems and other issues they may encounter as their site grows. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
2021-12-13 11:08:15 12.86MB Practical Re
1
人工神经网络 纸质数据和代码 这是AAAI 2019论文: 的代码。 我们已经在Tensorflow和Pytorch中实现了我们的方法。 这是我们在论文中使用的两个数据集。 下载数据集后,您可以将它们放在文件夹datasets/ : 友情链接: ://2015.recsyschallenge.com/challenge.html DIGINETICA: ://cikm2016.cs.iupui.edu/cikm-cup或 文件夹datasets/包含一个小的数据集sample ,可用于测试代码的正确性。 我们还写了解释该论文。 用法 您需要先运行文件datasets/preprocess.py来预处理数据。 例如: cd datasets; python preprocess.py --dataset=sample cd datasets; python preproces
1
Recommender Systems An Introduction PDF
2021-11-16 21:02:01 1.79MB Recommender pdf
1
FDU-Recommender-Systems-for-Douban-Movie-master 2.zip
2021-09-01 09:00:05 57.9MB 人工智能
1