码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
EM算法
EM算法本文试图用最简单的例子、最浅显的方式说明EM(Expectation Maximization)算法的应用场景和使用方法,而略去公式的推导和收敛性的证明。以下内容翻译自《Data-Intensive Text Processingwith MapReduce》。Maximum Likelih...
分类:编程语言   时间:2015-08-29 21:29:34    阅读次数:274
[LeetCode]Maximum Depth of Binary Tree
Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root ...
分类:其他好文   时间:2015-08-29 16:48:03    阅读次数:173
reduce的数目到底和哪些因素有关
reduce的数目到底和哪些因素有关1、我们知道map的数量和文件数、文件大小、块大小、以及split大小有关,而reduce的数量跟哪些因素有关呢?设置mapred.tasktracker.reduce.tasks.maximum的大小可以决定单个tasktracker一次性启动reduce的数目...
分类:其他好文   时间:2015-08-28 21:18:34    阅读次数:278
HDU 1056.HangOver【水!水!水!】【8月28】
HangOver Problem Description How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming that the car...
分类:其他好文   时间:2015-08-28 19:52:20    阅读次数:130
统计学习方法 李航---第6章 逻辑回归与最大熵模型
第6章 逻辑回归与最大熵模型逻辑回归(logistic regression)是统计学习中的经典分类方法。最大嫡是概率模型学习的一个准则将其推广到分类问题得到最大熵模型(maximum entropymodel)。逻辑回归模型与最大熵模型都属于对数线性模型。6.1 逻辑回归模型定义6.1(逻辑分布)...
分类:其他好文   时间:2015-08-28 19:15:16    阅读次数:569
【leetcode每日一题】149.Max Points on a line
题目:Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 解析:题目要求是给定n个2维的点,求出总共有多少个点在同一条直线上。由数学知识可知,给定三个点a,b,c,如果三个点在一条直线上,则a和b的斜率与c和d的斜率是相同的。用哈希表来做,针对每个点...
分类:其他好文   时间:2015-08-28 17:52:12    阅读次数:205
[LeetCode]Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree. For example:Given the below binary tree, 1 ...
分类:其他好文   时间:2015-08-28 00:29:50    阅读次数:131
服务器socket
做了一个web项目,放在服务器上运行一段时间就报错了。java.net.SocketException: No buffer space available (maximum connections reached?): connectat java.net.DualStackPlainSocket...
分类:其他好文   时间:2015-08-27 20:45:18    阅读次数:217
ProgressBar
基本信息设置 progressBar1.Maximum = 1000; //设置ProgressBar的最大值 progressBar1.Value = 0; //ProgressBar的初始值 progressBar1.Step = 5; //ProgressBar的增长度 for (i...
分类:其他好文   时间:2015-08-27 02:06:57    阅读次数:131
统计学习方法 李航---第6章 逻辑回归与最大熵模型
第6章 逻辑回归与最大熵模型逻辑回归(logistic regression)是统计学习中的经典分类方法。最大嫡是概率模型学习的一个准则将其推广到分类问题得到最大熵模型(maximum entropy model)。逻辑回归模型与最大熵模型都属于对数线性模型。6.1 逻辑回归模型定义6.1(逻辑分布...
分类:其他好文   时间:2015-08-26 23:55:55    阅读次数:760
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!