码迷,mamicode.com
首页 > Web开发 > 详细

Machine Learning - IX. Neural Networks Learning (Week 5)

时间:2015-03-07 21:22:47      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:machine learning   机器学习   andrew   

http://blog.csdn.net/pipisorry/article/details/44119187

机器学习Machine Learning - Andrew NG courses学习笔记

Neural Networks Learning 神经网络学习

Neural Networks are one of the most powerful learning algorithms that we have today.

Cost Function代价函数

技术分享

Note: 对于multi-class classfication,要求K>=3. if we had two classes then, we will need to use only one output unit.{[01]+[10]和0+1效果一样}

技术分享

Note: h of x subscript i, to denote the ith output.That is h of x is a K dimensional vector.

Except that we don‘t sum over the terms corresponding to these bias values


Backpropagation Algorithm BP反向传播算法



Backpropagation Intuition反向传播直觉知识



Implementation Note_ Unrolling Parameters执行节点展开参数



Gradient Checking梯度检查



Random Initialization随机初始化



Putting It Together组合在一起



Autonomous Driving自动驾驶




from:http://blog.csdn.net/pipisorry/article/details/44119187


Machine Learning - IX. Neural Networks Learning (Week 5)

标签:machine learning   机器学习   andrew   

原文地址:http://blog.csdn.net/pipisorry/article/details/44119187

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!