总结斯坦福2015李飞飞教授以及Andrej Karpathy教授的上课的slides中关于CNN的一些内容一:神经网络实验的基本策略:1.对输入数据进行预处理:
2.网络结构和数据集设置:(1)-随机初始化weights为一些比较小的数(fan-in,fan-out),bias设置为0(2)-利用好cv集,可以在少量epoch的结果下选择最好的params,然后进行更多的epoch3.分析实验结...
分类:
其他好文 时间:
2015-08-09 20:44:59
阅读次数:
222
参考:https://codesachin.wordpress.com/2015/08/05/on-the-biasvariance-tradeoff-in-machine-learning/ 之前一直没搞明白什么是bias,什么是variance,现在看看这篇博文。 当你的模型太简单...
分类:
系统相关 时间:
2015-08-06 09:24:59
阅读次数:
371
http://cos.name/2013/01/lda-math-mcmc-and-gibbs-sampling/3.1 随机模拟随机模拟(或者统计模拟)方法有一个很酷的别名是蒙特卡罗方法(Monte Carlo Simulation)。这个方法的发展始于20世纪40年代,和原子弹制造的曼哈顿计划密...
分类:
其他好文 时间:
2015-08-02 23:14:30
阅读次数:
349
Refers toDynamic Sampling and Rendering of Algebraic Point Set SurfacesGrowing Least Squares for the Analysis of Manifolds in Scale-Space
分类:
其他好文 时间:
2015-07-31 23:27:41
阅读次数:
188
参考:http://scikit-learn.org/stable/modules/learning_curve.html
estimator's generalization error can be decomposed in terms of
bias, variance and noise. The bias of
an estimator is its avera...
分类:
其他好文 时间:
2015-07-30 11:33:18
阅读次数:
157
所谓自我服务偏好(self-serving bias)是指对自己、自己的行为以及他人的行为以一种有利于自我的方式所进行的判断或解释。从查理·芒格口中所说,这算是一种潜意识的极端的意识形态,我们应该尽量避免。为了避免,必须对此意识的存在和自身有足够的了解。 生活当中,我们会不知不觉地踩入“雷...
分类:
其他好文 时间:
2015-07-28 09:07:34
阅读次数:
245
源码:https://github.com/cheesezhe/Coursera-Machine-Learning-Exercise/tree/master/ex5Introduction:In this exercise, you will implement regularized linear...
分类:
系统相关 时间:
2015-07-24 15:40:53
阅读次数:
468
为什么样本方差(sample variance)的分母是 n-1?(補充一句哦,題主問的方差 estimator 通常用 moments 方法估計。如果用的是 ML 方法,請不要多想不是你們想的那樣, 方差的 estimator 的期望一樣是有 bias 的,有興趣的同學可以自己用正態分佈算算看。)...
分类:
其他好文 时间:
2015-07-20 21:04:28
阅读次数:
173
Computational Methods in Bayesian AnalysisComputational Methods in Bayesian Analysis【Markov chain Monte Carlo】【Gibbs Sampling】【The Metropolis-Hastings...
分类:
其他好文 时间:
2015-06-27 19:48:24
阅读次数:
133
The Basic Image AlgorithmS C/C++ Library (BIAS) is the code base for research and software development of computer vision, motion estimation and 3d re...
分类:
其他好文 时间:
2015-06-14 22:36:12
阅读次数:
192