码迷,mamicode.com
首页 >  
搜索关键字:explained variance    ( 303个结果
Disk performance counter
http://blogs.technet.com/b/askcore/archive/2012/03/16/windows-performance-monitor-disk-counters-explained.aspxhttp://blogs.technet.com/b/askcore/archi...
分类:其他好文   时间:2015-11-04 12:58:12    阅读次数:169
Covariance and Contravariance in C#, Part Two: Array Covariance
http://blogs.msdn.com/b/ericlippert/archive/2007/10/17/covariance-and-contravariance-in-c-part-two-array-covariance.aspxC# implements variance in two ...
分类:Windows程序   时间:2015-09-22 10:04:30    阅读次数:203
Bias and Variance 偏置和方差
偏置和方差参考资料:http://scott.fortmann-roe.com/docs/BiasVariance.html http://www.cnblogs.com/kemaswill/Bias-variance 分解是机器学习中一种重要的分析技术。给定学习目标和训练集规模,它可以把一种学习....
分类:其他好文   时间:2015-09-12 16:06:39    阅读次数:246
Scala中Variance代码实战及其在Spark中的应用源码解析之Scala学习笔记-40
package com.leegh.parameterization/** * @author Guohui Li */class Personclass Student extends Personclass C[+T](val args: T)trait Friend[-T] { def ma....
分类:其他好文   时间:2015-09-02 09:19:34    阅读次数:141
或许是python yield最好的答案 ?
地址:http://pyzh.readthedocs.org/en/latest/the-python-yield-keyword-explained.html#yield译者:hit9原文:http://stackoverflow.com/questions/231767/the-python-y...
分类:编程语言   时间:2015-09-02 00:10:37    阅读次数:143
python yield最好的答案
地址:http://pyzh.readthedocs.org/en/latest/the-python-yield-keyword-explained.html#yield译者:hit9原文:http://stackoverflow.com/questions/231767/the-python-y...
分类:编程语言   时间:2015-09-02 00:01:26    阅读次数:179
Bootstrap aggregating (Bagging) & Boosting
Booststrap aggregating (有些地方译作:引导聚集),也就是通常为大家所熟知的bagging。在维基上被定义为一种提升机器学习算法稳定性和准确性的元算法,常用于统计分类和回归中。而Boosting在维基中被定义为一种主要用来减少偏差(Bias)和同时也可降低方差(Variance...
分类:其他好文   时间:2015-08-16 21:16:33    阅读次数:183
2.9 Model Selection and the Bias–Variance Tradeoff
结论模型复杂度↑Bias↓Variance↓ 例子$y_i=f(x_i)+\epsilon_i,E(\epsilon_i)=0,Var(\epsilon_i)=\sigma^2$ 使用knn做预测,在点$x_0$处的Excepted prediction error: ...
分类:其他好文   时间:2015-08-14 01:00:23    阅读次数:126
Python 之 sklearn 实现 PCA 降维
关于 PCA 算法的讲解文章不胜枚举,这里主要谈一谈 基于 Python 中 sklearn 模块的 PCA 算法实现。Explained Variance 累计贡献率 又名 累计方差贡献率 不要简单理解为 解释方差,它是 PCA 降维维度的重要指标,一般选取累计贡献率在90%左右的维度作为PCA 降维的参考维度。在识别算法的实现过程中,当我们求得某一数据库各类别特征参考维度时,取最大维度作为每一...
分类:编程语言   时间:2015-08-11 18:42:38    阅读次数:497
OVS ARP Responder – Theory and Practice
PrefixIn the GRE tunnels post I’ve explained how overlay networks are used for connectivity and tenant isolation. In the l2pop post, or layer 2 popula...
分类:其他好文   时间:2015-08-10 13:34:04    阅读次数:155
303条   上一页 1 ... 21 22 23 24 25 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!