码迷,mamicode.com
首页 >  
搜索关键字:datasets    ( 544个结果
poj3090 Visible Lattice Points [欧拉函数]
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
Alternating Least Squares(ASL) for Implicit Feedback Datasets的数学推导以及用Python实现
近期在看CF的相关论文,《Collaborative Filtering for Implicit Feedback Datasets》思想非常好,非常easy理解。可是从目标函数 是怎样推导出Xu和Yi的更新公式的推导过程却没有非常好的描写叙述。所以以下写一下 推导: 首先对Xu求导: 当中Y是i ...
分类:数据库   时间:2017-08-01 20:39:19    阅读次数:196
Learning to rank (software, datasets)
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
RDDs基本操作、RDDs特性、KeyValue对RDDs
摘要:RDD是Spark中极为重要的数据抽象,这里总结RDD的概念,基本操作Transformation(转换)与Action,RDDs的特性,KeyValue对RDDs的Transformation(转换)。 1.RDDs是什么 Resilient distributed datasets(弹性分 ...
分类:其他好文   时间:2017-07-28 20:51:04    阅读次数:271
CNN---不平衡样本与过采样
参看这篇论文: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
[Berkeley]弹性分布式数据集RDD的介绍(RDD: A Fault-Tolerant Abstraction for In-Memory Cluster Computing 论文翻译)
摘要: 本文提出了分布式内存抽象的概念——弹性分布式数据集(RDD,Resilient Distributed Datasets)。它同意开发者在大型集群上运行基于内存的计算。RDD适用于两种应用,而现有的数据流系统对这两种应用的处理并不高效:一是迭代式算法,这在图应用和机器学习领域非经常见。二是交 ...
分类:其他好文   时间:2017-07-23 10:04:08    阅读次数:251
Open Data for Deep Learning
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
MovieLens电影数据分析
下载数据包 链接:https://grouplens.org/datasets/movielens/1m/ 解压: 四个文件分别是数据介绍,电影数据表,电影评分表,用户表 进行电影数据分析 进入ipython,新建一个项目 从用户表读取用户信息 警告原因,C语言实现的引擎不支持某些特性,最终用Pyt ...
分类:其他好文   时间:2017-07-16 15:43:14    阅读次数:413
文本分类,聚类数据源--webkb 20newsGroup R8
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
scikit-learn 框架
1 Introduction 1.1 Dataset scikit-learn提供了一些标准数据集(datasets),比如用于分类学习的iris 和 digits 数据集,还有用于归约的boston house prices 数据集。 其使用方式非常简单如下所示: $ python >>> fro ...
分类:其他好文   时间:2017-07-06 22:52:58    阅读次数:235
544条   上一页 1 ... 39 40 41 42 43 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!