线性回归器,基于MATLAB仿真我要分享

Linear regression, based on MATLAB simulation

matlab 回归 仿真 基于 线性

关注次数: 128

下载次数: 0

文件大小: 15.02 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:ex1.m - Octave script that will help step you through the exercise ex1 multi.m - Octave script for the later parts of the exercise ex1data1.txt - Dataset for linear regression with one variable ex1data2.txt - Dataset for linear regression with multiple variables submit.m - Submission script that sends your solutions to our servers [?] warmUpExercise.m - Simple example function in Octave [?] plotData.m - Function to display the dataset [?] computeCost.m - Function to compute the cost of linear regression [?] gradientDescent.m - Function to run gradient descent [y] computeCostMulti.m - Cost function for multiple variables [y] gradientDescentMulti.m - Gradient descent for multiple variables [y] featureNormalize.m - Function to normalize features [y] normalEqn.m - Function to compute the normal equations


English Description:

Octave - script that will help ex1.m step you through the exercise


代码预览