首页 > 代码库 > 机器学习笔记(三)- from Andrew Ng的教学视频

机器学习笔记(三)- from Andrew Ng的教学视频

week four:

Non-linear hypotheses:Neural Networks

技术分享-->x1 and x2

x1 XNOR x2 ->a1->x1 and x2;a2->(not x1) and (not x2);->h(x),a1 OR a2

 

the method is a new approach

 

cost function:

技术分享

技术分享

总的来说,后向传播的神经网络中的delt的求解就是对于cost函数对每个参数求偏导的过程,所以具有理论上的可行性。

机器学习笔记(三)- from Andrew Ng的教学视频