博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[转]推荐系统的循序进阶读物
阅读量:5216 次
发布时间:2019-06-14

本文共 1949 字,大约阅读时间需要 6 分钟。

 

为了方便大家从理论到实践,从入门到精通,循序渐进系统地理解和掌握推荐系统相关知识。特做了个读物清单。大家可以按此表阅读,也欢迎提出意见和指出未标明的经典文献以丰富各学科需求(为避免初学者疲于奔命,每个方向只推荐几篇经典文献)。
1. 中文综述(了解概念-入门篇)
a) 个性化推荐系统的研究进展
b) 个性化推荐系统评价方法综述
2. 英文综述(了解概念-进阶篇)
a) 2004ACMTois-Evaluating collaborative filtering recommender systems
b) 2004ACMTois -Introduction to Recommender Systems - Algorithms and evaluation
c) 2005IEEEtkde Toward the next generation of recommender systems - A survey of the state-of-the-art and possible extensions
3. 动手能力(实践算法-入门篇)
a) 2004ACMtois Item-based top-N recommendation algorithms(协同过滤)
b) 2007PRE Bipartite network projection and personal recommendation(网络结构)
4. 动手能力(实践算法-进阶篇)
a) 2010PNAS-Solving the apparent diversity-accuracy dilemma of recommender systems (物质扩散和热传导)
b) 2009NJP Accurate and diverse recommendations via eliminating redundant correlations (多步物质扩散)
c) 2008EPL Effect of initial configuration on network-based Recommendation (初始资源分配问题)
5. 推荐系统扩展应用(进阶篇)
a) 2009EPJB Predicting missing links via local information(相似性度量方法)
b) 2010theis-Evaluating Collaborative Filtering over time(基于时间效应的博士论文)
c) 2009PA Personalized recommendation via integrated diffusion on user-item-tag tripartite graphs (基于标签的三部分图方法)
d) 2004LNCS Trust-aware collaborative filtering for recommender systems(基于信任机制)
e) 1997CA-Fab_content-based, collaborative recommendation(基于文本信息)
6. 推荐结果的解释(进阶篇)
a) 2000CSCW-Explaining Collaborative Filtering Recommendations
b) 2011PRE-Information filtering via biased heat conduction
c) 2011PRE- Information filtering via preferential diffusion
d) 2010EPL Link Prediction in weighted networks - The role of weak ties
e) 2010EPL-Solving the cold-start problem in recommender systems with social tags
7. 推荐系统综合篇(专著、大型综述、博士论文)
a) 2005Ziegler-thesis-Towards Decentralized Recommender Systems
b) 2010Recommender Systems Handbook

 

转自:http://blog.sciencenet.cn/home.php?mod=space&uid=210641&do=blog&id=508634

 

转载于:https://www.cnblogs.com/terencezhou/archive/2012/05/03/2480803.html

你可能感兴趣的文章
c++ map
查看>>
exit和return的区别
查看>>
ThinkPHP5.1安装
查看>>
在Mac OS X中搭建STM32开发环境(2)
查看>>
vi 常用命令
查看>>
js += 含义(小知识)
查看>>
B2321 [BeiJing2011集训]星器 数学&&物理
查看>>
反馈的基础概述
查看>>
使用python绘制根轨迹图
查看>>
Xammp修改端口
查看>>
201571030319 四则运算
查看>>
RestTemplate 调用本地服务 connection refused
查看>>
简单粗略的三级字典
查看>>
JITCompiler、NGen.exe及.NET Native
查看>>
.NET方向高级开发人员面试时应该事先考虑的问题
查看>>
对Java抽象类的简单理解
查看>>
欢迎使用f MWeb
查看>>
Android WebView设置背景透明
查看>>
php修改session的保存方式
查看>>
sublime text 3插件---File Header配置
查看>>