神经网络是如何一步步进行计算的,以及对计算过程的向量化Z1(2),Z2(2),Z3(2) are just weighted linear combination of input value x1,x2,x3.上图右边灰色框里面的为Z(2),为3*1矩阵。a1(2)=g(Z1(2))......a...
分类:
其他好文 时间:
2015-11-25 18:57:42
阅读次数:
186
Classification is one of the major problems that we solve while working on standard business problemsacross industries. In this article we’ll be discu...
分类:
其他好文 时间:
2015-11-24 21:14:32
阅读次数:
431
This is the 2nd part of the series. Read the first part here:Logistic Regression Vs Decision Trees Vs SVM: Part IIn this part we’ll discuss how to cho...
分类:
其他好文 时间:
2015-11-24 21:09:23
阅读次数:
302
http://blog.sina.com.cn/s/blog_6833a4df0100nazk.html1. 线性代数 (Linear Algebra):我想国内的大学生都会学过这门课程,但是,未必每一位老师都能贯彻它的精要。这门学科对于Learning是必备的基础,对它的透彻掌握是必不可少的。我在...
分类:
其他好文 时间:
2015-11-24 20:18:03
阅读次数:
170
CSS3 Gradient介绍参考地址:http://www.cnblogs.com/lhb25/archive/2013/01/30/css3-linear-gradient.htmlhttp://www.zhangxinxu.com/wordpress/?p=3639效果图:html: c...
分类:
Web程序 时间:
2015-11-24 14:31:07
阅读次数:
1844
Linear Regression with One VariableModel RepresentationRecall that in *regression problems*, we are taking input variables and trying to map the outpu...
分类:
其他好文 时间:
2015-11-18 02:02:18
阅读次数:
198
CSS3 Gradient 分为linear-gradient(线性渐变)和radial-gradient(径 向渐变)。而我们今天主要是针对线性渐变来剖析其具体的用法。为了更好的应用CSS3 Gradient,我们需要先了解一下目前的几种现代浏览器的内核,主要有Mozilla(Firefox,Fl...
分类:
其他好文 时间:
2015-11-17 18:50:10
阅读次数:
133
前言实验内容:Exercise:Learning color features with Sparse Autoencoders。即:利用线性解码器,从100000张8*8的RGB图像块中提取彩色特征,这些特征会被用于下一节的练习理论知识:线性解码器和http://www.cnblogs.com/t...
分类:
其他好文 时间:
2015-11-14 16:36:12
阅读次数:
2227
webkit内核的浏览器,例如(chrome,safari等)background:-webkit-gradient(linear,0 0,0 100%,from(#000000),to(#ffffff));第一个参数表示渐变类型(type),可以是linear(线性渐变)或者radial(径向渐变...
分类:
Web程序 时间:
2015-11-13 20:53:37
阅读次数:
1033
DZY Loves Topological SortingProblem DescriptionA topological sort or topological ordering of a directed graph is a linear ordering of its vertices su...
分类:
其他好文 时间:
2015-11-10 20:55:05
阅读次数:
257