Deep Learning Compact Notes

简介: 一份深度学习的笔记

Linear Regression

Logistic Regression For Classification

Find a linear hyperplane to separate the data, better that output the probability of class

  • Linear model:

z(w,x)=wx

  • Link Function:

ˆp(z)=11+exp(z)

  • Cross entropy loss:

l(y,ˆp)=ylogˆp+(1y)log(1ˆp)

  • Cost Function:

L(w,{xi,yi}mi=1)=mi=1log(1+exp(wxi))yiwxi

  • Gradient:

wL(w,{xi,yi}mi=1)=(11+exp(wxi)yi)xi

The backpropagation algorithm works through the layers of deeper neural networks to calculate error gradients w.r.t to weights

目录
打赏
0
0
0
0
1
分享
相关文章
【博士每天一篇文献-模型】Meta-Learning Based Tasks Similarity Representation for Cross Domain Lifelong Learning
本文提出了一种基于元学习的跨域终身学习框架,通过跨域三元组网络(CDTN)学习任务间的相似性表示,并结合自注意模块与软注意网络(SAN)来增强特征提取和任务权重分配,以提高学习效率并减少对先前知识的遗忘。
68 1
【博士每天一篇文献-模型】Meta-Learning Based Tasks Similarity Representation for Cross Domain Lifelong Learning
PointNet++:Deep Hierarchical Feature Learning on Points Sets in a Metrci Space 学习笔记
PointNet++:Deep Hierarchical Feature Learning on Points Sets in a Metrci Space 学习笔记
99 0
Review on the Recent Welding Research with Application of CNN-Based Deep Learning
Guo等人16)将CNN应用于线管制造过程中的电阻焊,提出了一种正常焊缝与缺陷焊缝的分类模型,准确率达到99.01%。
134 0
【Papernotes】Applying Deep Learning To Airbnb Search
这篇论文详细地记录了 Airbnb 将深度学习引入搜索排名的实践经验,有失败以及对失败的反思,还有在反思的基础上取得的成功。
462 0
【Papernotes】Applying Deep Learning To Airbnb Search
论文笔记之:Heterogeneous Face Attribute Estimation: A Deep Multi-Task Learning Approach
Heterogeneous Face Attribute Estimation: A Deep Multi-Task Learning Approach  2017.11.28    Introduction:   人脸属性的识别在社会交互,提供了非常广泛的信息,包括:the person’s ...
Deep Learning vs. Machine Learning vs. Pattern Recognition
Deep learning, machine learning, and pattern recognition are highly relevant topics commonly used in the field of robotics with artificial intelligence.
4577 0
NLP related basic knowledge with deep learning methods
NLP related basic knowledge with deep learning methods  2017-06-22       First things first >>>>>>>>>>>>>>>>>>>>>>>> Some great blogs:   1.