Description A lattice point (x, y) in the first quadrant (x and y are integers greater than or equal to 0), other than the origin, is visible from the ...
分类:
其他好文 时间:
2017-08-02 10:07:10
阅读次数:
205
近期在看CF的相关论文,《Collaborative Filtering for Implicit Feedback Datasets》思想非常好,非常easy理解。可是从目标函数 是怎样推导出Xu和Yi的更新公式的推导过程却没有非常好的描写叙述。所以以下写一下 推导: 首先对Xu求导: 当中Y是i ...
分类:
数据库 时间:
2017-08-01 20:39:19
阅读次数:
196
Datasets for ranking (LETOR datasets) MSLR-WEB10k and MSLR-WEB30k You’ll need much patience to download it, since Microsoft’s server seeds with the sp ...
分类:
其他好文 时间:
2017-07-31 10:50:22
阅读次数:
302
摘要:RDD是Spark中极为重要的数据抽象,这里总结RDD的概念,基本操作Transformation(转换)与Action,RDDs的特性,KeyValue对RDDs的Transformation(转换)。 1.RDDs是什么 Resilient distributed datasets(弹性分 ...
分类:
其他好文 时间:
2017-07-28 20:51:04
阅读次数:
271
参看这篇论文:http://www.diva-portal.org/smash/get/diva2:811111/FULLTEXT01.pdf The CIFAR datasets are subsets of 60 000 images from the Tiny Image dataset wi ...
分类:
其他好文 时间:
2017-07-23 16:31:09
阅读次数:
224
摘要: 本文提出了分布式内存抽象的概念——弹性分布式数据集(RDD,Resilient Distributed Datasets)。它同意开发者在大型集群上运行基于内存的计算。RDD适用于两种应用,而现有的数据流系统对这两种应用的处理并不高效:一是迭代式算法,这在图应用和机器学习领域非经常见。二是交 ...
分类:
其他好文 时间:
2017-07-23 10:04:08
阅读次数:
251
Open Data for Deep Learning Here you’ll find an organized list of interesting, high-quality datasets for machine learning research. We welcome your co ...
分类:
其他好文 时间:
2017-07-19 21:56:35
阅读次数:
306
下载数据包 链接:https://grouplens.org/datasets/movielens/1m/ 解压: 四个文件分别是数据介绍,电影数据表,电影评分表,用户表 进行电影数据分析 进入ipython,新建一个项目 从用户表读取用户信息 警告原因,C语言实现的引擎不支持某些特性,最终用Pyt ...
分类:
其他好文 时间:
2017-07-16 15:43:14
阅读次数:
413
1.数据下载地址 http://pan.baidu.com/s/1ge9bJIN 2.这些数据已经分过类别-webkb 20newsGroup R8,预处理 分词 stemming 词频统计 3.这些数据数据下载地址 http://ana.cachopo.org/datasets-for-singl ...
分类:
Web程序 时间:
2017-07-14 10:19:51
阅读次数:
309
1 Introduction 1.1 Dataset scikit-learn提供了一些标准数据集(datasets),比如用于分类学习的iris 和 digits 数据集,还有用于归约的boston house prices 数据集。 其使用方式非常简单如下所示: $ python >>> fro ...
分类:
其他好文 时间:
2017-07-06 22:52:58
阅读次数:
235