码迷,mamicode.com
首页 >  
搜索关键字:explained    ( 121个结果
或许是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
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
git 从其他分支检出指定的commit到当前分支
http://think-like-a-git.net/sections/rebase-from-the-ground-up/cherry-picking-explained.htmlGit's own online help has a great, if characteristically t...
分类:其他好文   时间:2015-08-06 10:41:43    阅读次数:145
/proc/meminfo详解
/proc/meminfo Explained "Free," "buffer," "swap," "dirty." What does it all mean? If you said, "something to do with the Summer of ‘68", you may need a primer on ‘meminfo‘. The entries in the /proc...
分类:其他好文   时间:2015-08-05 20:35:31    阅读次数:170
iOS 动画系列之动画解释
动画解释译文http://blog.jobbole.com/69111/原文 http://www.objc.io/issues/12-animations/animations-explained/
分类:移动开发   时间:2015-08-05 20:01:38    阅读次数:150
Basics of Ensemble Learning Explained in Simple English
Basics of Ensemble Learning Explained in Simple EnglishIntroductionEnsemble modeling is a powerful way to improve performance of your model. It usuall...
分类:其他好文   时间:2015-08-04 20:55:50    阅读次数:156
设计模式 学习资料总结
设计模式对于编程还是很重要的,掌握常用的设计模式,好处多多,比如:帮助我们更好的可重用代码、让代码更容易被他人理解、保证代码可靠性等等。在这儿收集了一些学习设计模式的资料,供大家一起学习。 1.     我给媳妇解释设计模式 系列,非常好的资料,通俗易懂,推荐! http://www.oschina.net/translate/how-i-explained-design-pa...
分类:其他好文   时间:2015-08-02 21:46:02    阅读次数:184
Design Pattern Explained 读书笔记四——Strategy
## Strategy Pattern ##What?Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from the clients that use it. ——GOF定义一系列算...
分类:其他好文   时间:2015-07-31 01:22:27    阅读次数:160
121条   上一页 1 ... 7 8 9 10 11 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!