LCARS: A Location-Content-Aware Recommender System
Authors: Hongzhi Yin, Peking University; Yizhou Sun, ; Bin Cui, Peking University; Zhiting Hu, ; Ling Chen
FISM: Factored Item Similarity Models for Top-N Recommender Systems
Santosh Kabbur, University of Minnesota; George Karypis, University of Minnesota
Making Recommendations from Multiple Domains
Wei Chen, National University of Singapore; Wynne Hsu, National University of Singapore; Mong-Li Lee, National University of Singapore
Combining Latent Factor Model with Location Features for Event-based Group Recommendation
Wei Zhang, Department of Computer Science; Jianyong Wang, Tsinghua University
A New Collaborative Filtering Approach for Increasing the Aggregate Diversity of Recommender Systems
Katja Niemann, Fraunhofer FIT; Martin Wolpers, Fraunhofer Institute for Applied Information Technology
Silence is also evidence: Interpreting dwell time for recommendation from Psychological Perspective
Peifeng Yin, Pennsylvania State University; Ping Luo, HP Lab; Wang-Chien Lee, ; Min Wang, Google Research
Learning Geographical Preferences for Point-of-Interest Recommendation
Bin Liu, Rutgers Univ; Yanjie Fu, Rutgers University; ZIjun Yao, Rutgers Univ; Hui Xiong, Rutgers, the State University of New Jersey
Collaborative Matrix Factorization with Multiple Similarities for Predictin Drug-Target Interactions
Xiaodong Zheng, Fudan University; Hao Ding, Fudan University; Hiroshi Mamitsuka, Kyoto University; Shanfeng Zhu, Fudan University

有20多篇是有关社会网分析的

Unsupervised Link Prediction Using Aggregative Statistics on Heterogeneous Social Networks
Tsung-Ting Kuo, National Taiwan University; Rui Yan, Peking University; Yu-Yang Huang, National Taiwan University; Perng-Hwa Kung, National Taiwan University; Shou-De Lin, National Taiwan University
Link Prediction with Social Vector Clocks
Conrad Lee, University College Dublin; Bobo Nick, Konstanz UniversitŠt; Ulrik Brandes, Konstanz UniversitŠt; P‡draig Cunningham, University College Dublin

KDD 2013推荐系统论文的更多相关文章

  1. CIKM 2013推荐系统论文总结

    这几天在家没事,介绍几篇CIKM上关于推荐系统的文章, Personalized Influence Maximization on Social Networks Social Recommenda ...

  2. 计算广告、推荐系统论文以及DSP综述

    http://www.huxmarket.com/detail/2966 DSP场景假定前提: 以CTR预估为例,向广告主以CPC(OCPC)方式收费,向ADX以CPM方式付费.投放计划受预算限制,在 ...

  3. 【推荐系统论文笔记】Introduction To Recommender Systems: Algorithms and Evaluation

    这篇论文比较短,正如题目所说,主要还是简单地介绍了一下推荐系统的一些算法以及评估的方法. 推荐系统之前是基于关键字信息的过滤系统,后来发展成为协同过滤系统,解决了两个问题:1.通过人工审核去评价那些具 ...

  4. KDD 2018 | 最佳论文:首个面向Facebook、arXiv网络图类的对抗攻击研究

    8 月 19 日至 23 日,数据挖掘顶会 KDD 2018 在英国伦敦举行,昨日大会公布了最佳论文等奖项.最佳论文来自慕尼黑工业大学的研究者,他们提出了针对图深度学习模型的对抗攻击方法,是首个在属性 ...

  5. 推荐系统论文之序列推荐:KERL

    KERL: A Knowledge-Guided Reinforcement Learning Modelfor Sequential Recommendation 摘要 ‍时序推荐是基于用户的顺序行 ...

  6. CVPR 2013 录用论文【待更新】

    完整录用论文官方链接:http://www.pamitc.org/cvpr13/program.php 过段时间CvPaper上面应该会有正文链接 今年有关RGB-D摄像机应用和研究的论文渐多起来了. ...

  7. DLRS(近三年深度学习应用于推荐系统论文汇总)

    Recommender Systems with Deep Learning Improving Scalability of Personalized Recommendation Systems ...

  8. WSDM 2014推荐系统论文

    Xiao Yu, Hao Ma, Paul Hsu, Jiawei Han On Building Entity Recommender Systems Using User Click Log an ...

  9. DLRS(深度学习应用于推荐系统论文汇总--2017年8月整理)

    Recommender Systems with Deep Learning Alessandro:ADAAlessandro Suglia, Claudio Greco, Cataldo Musto ...

随机推荐

  1. unity 工具开发基础

    using System.Collections; using System.Collections.Generic; using System.IO; using System.Text; usin ...

  2. Redis介绍与安装

    一.redis简介 (一)什么是redis 1.redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value 内存数据库. 2.特点:读写性能强悍 支持丰 ...

  3. C语言入门语法

    一.数据类型 常量 1.通过预处理声明常量 #include <stdio.h> #define PRICE 100 int main() { printf("价格:%d\n&q ...

  4. linux 修改用户主目录(转载)

    第一:修改/etc/passwd文件 第二:usermod命令 详细说明如下: 第一种方法: vi /etc/passwd 找到要修改的用户那几行,修改掉即可.此法很暴力,建议慎用. 第二种:user ...

  5. unity 中 protobuff 的用法 一句话攻略

    (一)unity 添加 pb 的 dll 支持.1,从GitHub上下载protobuf源码 (源码链接:https://github.com/google/protobuf),找到 csharp 分 ...

  6. CXF - 拦截器获取调用方法

    没想到要弄这么一个东西. 起初只是想用interceptor记录一下webservice调用日志,后来却被要求在页面展示. 展示容易,但只是展示webservice的地址无法让用户从中明白什么. 那么 ...

  7. 【转】XDocument简单入门

    1.什么是XML? 2.XDocument和XmlDocument的区别? 3.XDocument 4.XmlDocument 5.LINQ to XML 6.XML序列化与反序列化 因为这几天用到了 ...

  8. 使用axis2调用webservice需要导入的依赖

    <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> &l ...

  9. spring-boot-maven-plugin 插件

    添加了spring-boot-maven-plugin插件后,当运行maven打包的命令,项目会被打包成一个可以直接运行的jar包,使用"java -jar"可以直接运行. 当项目 ...

  10. log4j2分层输出日志

    在java mvc框架开发过程中,我们经常的将代码分为类似controller(控制层).service(业务层).rpc(远程接口调用层).dao(数据层)等层级,如果将所有层级的日志全部都打到一个 ...