自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

渐近自由

只要有朝那个方向的分运动,你就离它越来越近

  • 博客(5)
  • 收藏
  • 关注

原创 Neural Networks and Deep Learning CH4

Two caveatsUniversality with one input and one outputMany input variablesExtension beyond sigmoid neurons这一章比较简单,主要证明了为什么神经网络可以计算任意的连续函数。无论这个函数是什么,总存在一个神经网络,对任意的输入xx,可以从网络中得到近似的f(x)f(x)。当函数有多个输入多个输出

2016-10-25 15:45:14 609

原创 Neural Networks and Deep Learning CH3

The cross-entropy cost functionIntroducing the cross-entropy cost functionUsing the cross-entropy to classify MNIST digitsWhat does the cross-entropy mean Where does it come fromSoftmaxOverfitting

2016-10-21 18:21:01 866

原创 Neural Networks and Deep Learning CH2

Warm up a fast matrix-based approach to computing the output from a neural networkThe two assumptions we need about the cost functionThe Hadamard productBackpropagationThe four fundamental equation

2016-10-14 11:23:50 821

原创 leetcode刷题记录

1. Two Sum  (2016.10.11)题意:给一组数,寻找其中和为target的两个数,返回他们的index。解法:暴力可过,map可过(技巧是边维护边遍历,这样可以剔除相同数不同index的情况),set可过(也是边维护边遍历)。2. Add Two Numbers  (2016.10.12)题意:将两个用链表反向存储的数做加法,求结果。e.g   l1:

2016-10-13 21:13:26 658

原创 Neural Networks and Deep Learning CH1

CHAPTER 1 Using neural nets to recognize handwritten digitsPerceptronsSigmoid neuronsThe architecture of neural networksA simple network to classify handwritten digitsLearning with gradient descen

2016-10-07 16:23:40 701

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除