码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
Introduction_Pseudocode
This pseudocode from the book:> _ Anany LevitinNote that throughout the paper, we assume that inputs to algorithms fall within their specified ranges ...
分类:其他好文   时间:2015-05-23 22:39:13    阅读次数:254
Spark安装简介
1.简介 Spark 是一个基于内存计算的开源的集群计算系统,目的是让数据分析更加快速,由加州大学伯克利分校 AMP 实验室 (Algorithms,Machines,and People Lab) 开发,可用来构建大型的、低延迟的数据分析应用程序。spark-sql还能提供比较完整的sql的功能....
分类:其他好文   时间:2015-05-21 22:29:03    阅读次数:201
What are the advantages of different classification algorithms?
What are the advantages of different classification algorithms?For instance, if we have large training data set with approx more than 10000 instances ...
分类:其他好文   时间:2015-05-20 20:32:02    阅读次数:306
GitHub同步已经Fork的开源代码
最近Fork了一个很不错的C++实现的算法集(https://github.com/xtaci/algorithms),如何与开源代码同步的问题也就产生了,同步方式如下: 1 首先,在自己的GitHub上Fork此开源代码,然后Clone到本地 git clone https://github.com/lanbing510/algorithms.git 2 需要同步时,执行以下命令...
分类:其他好文   时间:2015-05-19 00:47:05    阅读次数:166
Strong TLS configuration on servers
- Use certificates with at least sha-256 hash algorithms (including intermediate certificates).- Use strong cipher suites (only 3 are allowed on my se...
分类:其他好文   时间:2015-05-16 01:28:28    阅读次数:160
OpenCV_Tutorials——CORE MODULE.THE CORE FUNCTIONALITY——Adding (blending) two images using OpenCV
目标在教程中你会学到: 1、什么事线性混合,它有什么用。 2、如何使用addWeighted将两个图像相加理论注意:下面的解释来自Richard Szeliski写的《Computer Vision:Algorithms and Application》。在前面的教程中,我们已经学习了一些像...
分类:其他好文   时间:2015-05-15 19:40:38    阅读次数:223
druid.io使用技术简介: Hyperloglog
druid.io 使用Hyperloglog 估计基数参照如下连接http://blog.codinglabs.org/articles/algorithms-for-cardinality-estimation-part-i.htmlhttp://blog.codinglabs.org/artic...
分类:其他好文   时间:2015-05-14 18:08:30    阅读次数:1250
Deep Learning Overview
[Ref:http://en.wikipedia.org/wiki/Deep_learning]Definition:a branch of machine learning based on a set of algorithms that attempt to model high-level ...
分类:其他好文   时间:2015-05-13 21:31:14    阅读次数:134
使用kd-tree加速k-means
0.目录前置知识思路介绍详述1 确定h的中心点2 算法步骤java实现1.前置知识 本文内容基于《Accelerating exact k-means algorithms with geometric reasoning》 KDTree k-means 2.思路介绍 k-mean...
分类:其他好文   时间:2015-04-29 19:01:42    阅读次数:549
ML—随机森林·1
Introduction to Random forest(Simplified)With increase in computational power, we can now choose algorithms which perform very intensive calculations....
分类:其他好文   时间:2015-04-28 17:39:58    阅读次数:367
784条   上一页 1 ... 59 60 61 62 63 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!