Randomized quicksort(随机化快速排序)running time is independent of input ordering.no assumption about the input distribution.(无需对输入序列分布做任何假设)no specific inpu...
分类:
编程语言 时间:
2015-01-04 22:48:05
阅读次数:
443
PDF versionPMFA discrete random variable $X$ is said to have a Poisson distribution with parameter $\lambda > 0$, if the probability mass function of ...
分类:
其他好文 时间:
2015-01-03 00:54:43
阅读次数:
167
目标分布(Target Distribution)
在实际情形中,训练数据的误标签的情况,输入数据某一维不准确的情况,都可能导致数据信息不精准,产生噪声数据。
由于受到噪声的影响,我们现在可以把y也看做是一种概率分布,y也是从某种分布中取样而来的,即y~P(y|x)。
这里的P(y|x)被称为目标分布。
回头来看,我们可以把学习的目标总结为,在常见的输入(符合P(x...
分类:
其他好文 时间:
2015-01-02 11:01:42
阅读次数:
158
PDF下载链接PMFIf the random variable $X$ follows the binomial distribution with parameters $n$ and $p$, we write $X \sim B(n, p)$. The probability of gett...
分类:
其他好文 时间:
2015-01-02 06:20:24
阅读次数:
214
Struts2下载及简介一、Struts2下载:进入网址:http://struts.apache.org/download.cgi#struts23163可以下载最新的Struts2。1、Full Distribution:下载Struts2的完整版。该版包括Struts2的示例应用、空示例应用、...
分类:
其他好文 时间:
2015-01-01 12:22:04
阅读次数:
263
mysql版本:5.6 【http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.22.tar.gz】官方参考:http://dev.mysql.com/doc/refman/5.6/en/installing-source-distribution.h...
分类:
数据库 时间:
2014-12-30 11:15:45
阅读次数:
311
Linux内核编译是一件简单却费事的事。
但是独立的编译linux内核会帮助你很好的理解Linux内核的工作机理。
首先编译linux内核我们需要在当前linux操作系统下安装gcc编译器,因为我是Centos distribution版本
yum install gcc
接下来安装依赖环境:
yum install ncurses-devel
现在我们以lin...
分类:
系统相关 时间:
2014-12-29 16:52:45
阅读次数:
150
确保Gralde已经安装好。1.用idea新建一个gralde的project,新建时注意选use local gradle distribution,虽然官方文档上说如果配制gradle的环境变量后idea能自动找gradle的路径,但通过实践,还是选上好。不选idea还是找不到依赖的包.另外注意...
分类:
其他好文 时间:
2014-12-28 15:25:39
阅读次数:
299
该程序摘自官网教程;1、首先去Jetty官网,下载jetty-distribution-9.2.6.v20141205.zip,JettyJar包,解压到任意目录;2、使用Eclipse新建一个Java Project,命名为helloworld-jetty;3、选中工程,右键->propertie...
分类:
其他好文 时间:
2014-12-25 20:03:53
阅读次数:
237
对于Struts、spring、hibernate大体上去过一遍之后,就是针对这个几个框架的整合了。对ssh框架异常熟悉、能够在1个小时搞定这些无聊的配置的程序猿,请飘过。
整合的环境
hibernate-distribution-3.6.0.Final-dist
spring-framework-2.5.6.SEC01-with-dependencies
str...
分类:
其他好文 时间:
2014-12-19 00:41:08
阅读次数:
605