首页 > 其他 > 详细

coursera deeplearning

时间:2020-03-18 12:04:01      阅读:66      评论:0      收藏:0      [点我收藏+]

deeplearning在coursera总共有5章节,分别如下

技术分享图片

1neural networks and deep learning

1.1introduction to deep learning

ReLU function: rectified linear unite 修正线性单元

1.1.1supervised learning with neural networks

some applications and their networks

技术分享图片

最后一行autonomous driving是custom and highbrit neural network architecture

structured data: based on the database or list

1.2logistic regression as a neural network

1.2.1logistic regression

在引入神经网络之前,首先搭建模型,建立logistic regression模型

output: yhat = sigma * (wT*x + b) = sigma(z) =1/(1+e^(-z))

技术分享图片

 

1.3logistic regression cost function

 

coursera deeplearning

原文:https://www.cnblogs.com/yuyukun/p/12516454.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!