SIGKDD历年Best Papers

作者:我爱机器学习
原文链接:SIGKDD历年Best Papers
| SIGKDD(Data Mining)(1997-2016) | |||
| 年份 | 标题 | 一作 | 一作单位 |
| 2016 | FRAUDAR: Bounding Graph Fraud in the Face of Camouflage | Bryan Hooi | Carnegie Mellon University |
| 2015 | Efficient Algorithms for Public-Private Social Networks | Flavio Chierichetti | Sapienza University of Rome |
| 2014 | Reducing the Sampling Complexity of Topic Models | Aaron Li | Carnegie Mellon University |
| 2013 | Simple and Deterministic Matrix Sketching | Edo Liberty | Yahoo! Research |
| 2012 | Searching and Mining Trillions of Time Series Subsequences under Dynamic Time Warping | Thanawin Rakthanmanon | University of California Riverside |
| 2011 | Leakage in Data Mining: Formulation, Detection, and Avoidance | Shachar Kaufman | Tel-Aviv University |
| 2010 | Large linear classification when data cannot fit in memory | Hsiang-Fu Yu | National Taiwan University |
| Connecting the dots between news articles | Dafna Shahaf | Carnegie Mellon University | |
| 2009 | Collaborative Filtering with Temporal Dynamics | Yehuda Koren | Yahoo! Research |
| 2008 | Fastanova: an efficient algorithm for genome-wide association study | Xiang Zhang | University of North Carolina at Chapel Hill |
| 2007 | Predictive discrete latent factor models for large scale dyadic data | Deepak Agarwal | Yahoo! Research |
| 2006 | Training linear SVMs in linear time | Thorsten Joachims | Cornell University |
| 2005 | Graphs over time: densification laws, shrinking diameters and possible explanations | Jure Leskovec | Carnegie Mellon University |
| 2004 | A probabilistic framework for semi-supervised clustering | Sugato Basu | University of Texas at Austin |
| 2003 | Maximizing the spread of influence through a social network | David Kempe | Cornell University |
| 2002 | Pattern discovery in sequences under a Markov assumption | Darya Chudova | University of California Irvine |
| 2001 | Robust space transformations for distance-based operations | Edwin M. Knorr | University of British Columbia |
| 2000 | Hancock: a language for extracting signatures from data streams | Corinna Cortes | AT&T Laboratories |
| 1999 | MetaCost: a general method for making classifiers cost-sensitive | Pedro Domingos | Universidade Técnica de Lisboa |
| 1998 | Occam’s Two Razors: The Sharp and the Blunt | Pedro Domingos | Universidade Técnica de Lisboa |
| 1997 | Analysis and Visualization of Classifier Performance: Comparison under Imprecise Class and Cost Di… | Foster Provost | NYNEX Science and Technology |
SIGKDD历年Best Papers的更多相关文章
- ICML历年Best Papers
作者:我爱机器学习原文链接:ICML历年Best Papers ICML (Machine Learning)(1999-2016) 2016 Dueling Network Architecture ...
- CVPR历年Best Papers
作者:我爱机器学习原文链接:CVPR历年Best Papers CVPR (Computer Vision)(2000-2016) 年份 标题 一作 一作单位 2016 Deep Residual L ...
- 如何教你在NIPS会议上批量下载历年的pdf文档(另附04~14年NIPS论文下载链接)
如何获得NIPS会议上批量下载的链接? NIPS会议下载网址:http://papers.nips.cc/ a.点击打开上述网站,进入某一年的所有会议,例如2014年,如下图 b.然后对着当前网页点击 ...
- KDD2015,Accepted Papers
Accepted Papers by Session Research Session RT01: Social and Graphs 1Tuesday 10:20 am–12:00 pm | Lev ...
- 历年NOIP水题泛做
快noip了就乱做一下历年的noip题目咯.. noip2014 飞扬的小鸟 其实这道题并不是很难,但是就有点难搞 听说男神错了一个小时.. 就是$f_{i,j}$表示在第$i$个位置高度为$j$的时 ...
- International Conference for Smart Health 2015 Call for Papers
Advancing Informatics for healthcare and healthcare applications has become an international researc ...
- IEEE/ACM ASONAM 2014 Industry Track Call for Papers
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...
- Call for Papers IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM)
IEEE/ACM International Conference on Advances in Social Network Analysis and Mining (ASONAM) 2014 In ...
- Call for Papers International Conference for Smart Health (ICSH) 2014
Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...
随机推荐
- Python -- 数据加载、存储与文件格式
标签(空格分隔): Python 读入读出通常可以划分为几个大类:读取文本文件和其他更高效的磁盘存储格式,加载数据库中的数据,利用Web API操作网络资源. 读写文本格式的数据 pandas提供了一 ...
- 彻底卸载Visual Studio 2013、Visual Studio 2015
彻底卸载 Visual Studio 2013. Visual Studio 2015 以及后续各种版本使用方法0. 解压下载的 TotalUninstaller.zip 文件1. 使用 admini ...
- Query Designer:Condition,根据KeyFigure值来过滤数据
声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ...
- http cookie相关
http://www.webryan.net/2011/08/wiki-of-http-cookie/
- SQL Server优化常用SQL语句
--所有没有主键的表 select name from sysobjects where xtype='U' and id not in ( select i.parent_obj from syso ...
- jQuery get() 函数
get() 函数 用于获取当前jQueryobject对象所匹配的DOM元素 语法 jQueryobject.get(index)//因为在JQuery中.很多时候和[]等价所以jQueryobjec ...
- HTML5 十大新特性(六)——地理定位
简单地用一句话概括就是,使用js获取浏览器当前所在的地理坐标,实现LBS(Location Based Service,基于定位的服务). 下面写一下它的基本调用: if(navigator.geol ...
- Html5浏览器缓存 sessionStorage 与 localStorage
一.sessionStorage: 浏览关闭会话结束就被清除:(不能跨页面) localStorage:永久保存: 二.使用 var storage = window.sessionStorage; ...
- python3 购物程序
要求: 一.启动程序后,选择是商家还是用户 1.选择商家用户 输入用户名,密码进入 选择增加商品及价格:格式: 商品名称 价格 选择编辑商品及价格:根据提示进行操作 2.选择用户 输入用户名,密码进 ...
- ie8兼容性(不支持trim 、readonly光标、乱码encodeURI())
IE8下String的Trim()方法失效的解决方案 1.用jquery的trim()方法,$.trim(str)就可以了. 2.String扩展: 第一种 String.prototype.trim ...