码迷,mamicode.com
首页 >  
搜索关键字:algorithms    ( 784个结果
动态规划 uva 1025
Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the first station of Algorithms City Metro, examining the ti...
分类:其他好文   时间:2015-08-07 11:16:34    阅读次数:130
scikit-learn(工程中用的相对较多的模型介绍):1.12. Multiclass and multilabel algorithms
http://scikit-learn.org/stable/modules/multiclass.html 在实际项目中,我们真的很少用到那些简单的模型,比如LR、kNN、NB等,虽然经典,但在工程中确实不实用。 今天我们关注在工程中用的相对较多的 Multiclass and multilabel algorithms。 warning:sciki...
分类:其他好文   时间:2015-08-07 09:40:47    阅读次数:284
Spark
Spark及其生态圈简介注】该系列文章以及使用到安装包/测试数据 可以在《倾情大奉送--Spark入门实战系列》获取1、简介1.1Spark简介Spark是加州大学伯克利分校AMP实验室(Algorithms, Machines, and People Lab)开发通用内存并行计算框架。Spark在...
分类:其他好文   时间:2015-08-06 08:13:31    阅读次数:444
Spark历险记之编译和远程任务提交
Spark简介 Spark是加州大学伯克利分校AMP实验室(Algorithms, Machines, and People Lab)开发通用内存并行计算框架。Spark在2013年6月进入Apache成为孵化项目,8个月后成为Apache顶级项目,速度之快足见过人之处,Spark以其先进的设计理念...
分类:其他好文   时间:2015-08-05 20:22:50    阅读次数:857
STL之内存管理
STL以泛型思维为基础,提供了6大组件:容器(containers)、算法(algorithms)、迭代器(iterators)、仿函数(functors)、适配器(adapters)、分配器(allocators)。容器: vector、list、deque、set、map等,用来存放数据。从实....
分类:其他好文   时间:2015-08-04 10:40:27    阅读次数:91
Spark入门实战系列--1.Spark及其生态圈简介
【注】该系列文章以及使用到安装包/测试数据 可以在《倾情大奉送--Spark入门实战系列》获取1、简介1.1Spark简介Spark是加州大学伯克利分校AMP实验室(Algorithms, Machines, and People Lab)开发通用内存并行计算框架。Spark在2013年6月进入Ap...
分类:其他好文   时间:2015-08-04 09:25:55    阅读次数:193
On Explainability of Deep Neural Networks
On Explainability of Deep Neural Networks«Learning F# Functional Data Structures and Algorithms is Out!On Explainability of Deep Neural NetworksDuring...
分类:Web程序   时间:2015-08-03 22:35:53    阅读次数:240
Multiplication algorithm
A multiplication algorithm is an algorithm (or method) to multiply two numbers. Depending on the size of the numbers, different algorithms are in use....
分类:其他好文   时间:2015-08-03 16:35:17    阅读次数:104
使用X.509数字证书加密解密实务(二)-- 使用RSA证书加密敏感数据
一、使用RSA证书加、解密敏感数据X.509证书标准支持三种不对称加密算法:RSA, DSA, Diffie-Hellman algorithms。最常用的是RSA算法。所以本文就以前面章节使用makecert工具生成的生成的MyTestCert证书进行加密解密,这个证书具有RSA算法1024位的密...
分类:其他好文   时间:2015-08-02 23:04:36    阅读次数:123
784条   上一页 1 ... 54 55 56 57 58 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!