代码改变世界

理解Python命名机制

2016-03-06 19:11 by GarfieldEr007, 239 阅读, 0 推荐, 收藏, 编辑
摘要:理解Python命名机制 本文最初发表于恋花蝶的博客(http://blog.csdn.net/lanphaday),欢迎转载,但必须保留此声明且不得用于商业目的。谢谢。 引子 我热情地邀请大家猜测下面这段程序的输出: class A(object): def __init__(self): sel 阅读全文

Python、Lua和Ruby比较——脚本语言大P.K.

2016-03-06 19:09 by GarfieldEr007, 540 阅读, 0 推荐, 收藏, 编辑
摘要:译者按:Python、lua和ruby在C/C++是日渐式微的情况下,在java/.net的围歼中努力抗争的三个当红小生。在Tom Gutschmidt的著作《Game Programmng with Python, Lua and Ruby》一书中,介绍了三种语言在游戏中的应用,其中尤为了不起的是 阅读全文

快速入门:十分钟学会PythonTutorial - Learn Python in 10 minutes

2016-03-04 21:18 by GarfieldEr007, 369 阅读, 0 推荐, 收藏, 编辑
摘要:This tutorial is available as a short ebook. The e-book features extra content from follow-up posts on various Python best practices, all in a conveni 阅读全文

机器学习算法之旅A Tour of Machine Learning Algorithms

2016-03-04 18:50 by GarfieldEr007, 622 阅读, 0 推荐, 收藏, 编辑
摘要:In this post we take a tour of the most popular machine learning algorithms. It is useful to tour the main algorithms in the field to get a feeling of 阅读全文

Facebook 工程师是如何高效工作的?

2016-03-04 14:04 by GarfieldEr007, 243 阅读, 0 推荐, 收藏, 编辑
摘要:编者按:Facebook 的工程师有哪些高效工作的经验呢?软件工程师访谈了多位 Facebook 的高产工程师,总结了他们的共同经验以及晋级之路,供各位参考。 成为高效开发者这件事你可以通过经验、书本、或者试验和错误来学习。但成为高效开发者的最有效方式之一是直接向高效开发者学习。我访谈了 Faceb 阅读全文

卷积神经网络用于视觉识别Convolutional Neural Networks for Visual Recognition

2016-03-01 20:20 by GarfieldEr007, 682 阅读, 0 推荐, 收藏, 编辑
摘要:Table of Contents: Architecture Overview ConvNet Layers Convolutional Layer Pooling Layer Normalization Layer Fully-Connected Layer Converting Fully-C 阅读全文

深度学习研究组Deep Learning Research Groups

2016-03-01 20:10 by GarfieldEr007, 445 阅读, 0 推荐, 收藏, 编辑
摘要:Deep Learning Research Groups Some labs and research groups that are actively working on deep learning: University of Toronto - Machine Learning Group 阅读全文

深度学习数据集Deep Learning Datasets

2016-03-01 20:08 by GarfieldEr007, 937 阅读, 0 推荐, 收藏, 编辑
摘要:Datasets These datasets can be used for benchmarking deep learning algorithms: Symbolic Music Datasets Piano-midi.de: classical piano pieces (http://w 阅读全文

深度学习阅读列表 Deep Learning Reading List

2016-03-01 20:06 by GarfieldEr007, 799 阅读, 0 推荐, 收藏, 编辑
摘要:Reading List List of reading lists and survey papers: Books Deep Learning, Yoshua Bengio, Ian Goodfellow, Aaron Courville, MIT Press, In preparation. 阅读全文

Expectation Maximization-EM(期望最大化)-算法以及源码

2016-03-01 19:35 by GarfieldEr007, 946 阅读, 0 推荐, 收藏, 编辑
摘要:在统计计算中,最大期望(EM)算法是在概率(probabilistic)模型中寻找参数最大似然估计的算法,其中概率模型依赖于无法观测的隐藏变量(Latent Variable)。最大期望经常用在机器学习和计算机视觉的数据聚类(Data Clustering) 领域。最大期望算法经过两个步骤交替进行计 阅读全文
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 111 下一页