When learning Python many people don't really understand why so much underlines in the beginning of the methods, sometimes even in the end like__this_...
分类:
编程语言 时间:
2015-01-02 19:53:40
阅读次数:
278
原文为发表于Communications of the ACM 2012年第10期的“A Few Useful Things to Know About Machine Learning”,虽然发表于2012年,但是作者提出的观点对于今天仍有很多借鉴意义。作者:佩德罗·多明戈斯(Pedro Domi...
分类:
其他好文 时间:
2015-01-01 21:06:49
阅读次数:
691
什么是神经网络
人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的。
神经网络BP算法
BP...
分类:
其他好文 时间:
2014-12-28 20:54:23
阅读次数:
1132
相似度计算
@author:wepon
@blog:http://blog.csdn.net/u012162613/article/details/42213883
《Machine Learning in Action》笔记,相似度计算,基于python+numpy。
在推荐系统中,我们需要计算两个物品的相似度,对于物品的描述,一般都可以量化为一个向量,于是两个物品之...
分类:
其他好文 时间:
2014-12-28 15:37:23
阅读次数:
168
Android Studio提供了Windows、Mac OS X、Linux版本,用户根据自己的系统选择下载。下载和安装安装请参考:http://developer.android.com/sdk/installing/studio.html#InstallingAndroid Studio 的界...
分类:
移动开发 时间:
2014-12-27 22:57:56
阅读次数:
198
一:简介以及学习的途径
(1)吉布斯采样(Gibbs Sampling)及相关算法 (学习向Gibbs sampling, EM, MCMC算法 等的好地方)
1) 推荐大家读Bishop的Pattern Recognition and Machine Learning,讲的很清楚,偏理论一些;
2) 读artificial Intelligence,2、3版...
分类:
其他好文 时间:
2014-12-27 21:48:39
阅读次数:
304
Gradle has a very powerful incremental build feature. This means Gradle will not execute a task unless it is necessary. We can help Gradle and configu...
分类:
其他好文 时间:
2014-12-27 21:45:24
阅读次数:
201
In a previous post we learned how we can use the inputs and outputs properties to set properties or files that need to be checked to see if a task is ...
分类:
其他好文 时间:
2014-12-27 21:36:39
阅读次数:
168
zaish上一节讲了线性回归中L2范数的应用,这里继续logistic回归L2范数的应用。 先说一下问题:有一堆二维数据点,这些点的标记有的是1,有的是0.我们的任务就是制作一个分界面区分出来这些点。如图(标记是1的样本用+表示,0的用红点表示): 这其实是一个二分类问题,然后我们就想到了logis...
分类:
其他好文 时间:
2014-12-27 15:07:33
阅读次数:
293
Gradle Goodness: Task Output Annotations Create Directory AutomaticallyOne of the great features of Gradle is incremental build support. With incremen...
分类:
其他好文 时间:
2014-12-27 10:09:31
阅读次数:
250