Skip to content

使用了随机梯度下降法(SGD)和批量梯度下降法(BGD)解决单层感知机问题RMSProp法和和Adam法解决线性回归问题

Notifications You must be signed in to change notification settings

msctc8998759/gradient-descent-algorithm-of-Linear-regression

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradient-descent-algorithm-of-Linear-regression

使用了随机梯度下降法(SGD)、RMSProp法和和Adam法解决线性回归问题
使用数据为iris中Petal.Length作为输入变量,Petal.Width为目标变量
下载后分别按说明运行对应的m文件即可

About

使用了随机梯度下降法(SGD)和批量梯度下降法(BGD)解决单层感知机问题RMSProp法和和Adam法解决线性回归问题

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%