Skip to content

SpacePirate/cml-ex1-linear-regression

Repository files navigation

Coursera - Machine Learning by Andrew Ng

https://www.coursera.org/learn/machine-learning

Exercise 1: Linear-Regression

In this exercise, you will implement linear regression and get to see it work on data. Before starting on this programming exercise, we strongly recom- mend watching the video lectures and completing the review questions for the associated topics.
To get started with the exercise, you will need to download the starter code and unzip its contents to the directory where you wish to complete the exercise. If needed, use the cd command in Octave/MATLAB to change to this directory before starting this exercise.
You can also find instructions for installing Octave/MATLAB in the \En- vironment Setup Instructions" of the course website.

Files included in this exercise

ex1.m - Octave/MATLAB script that steps you through the exercise
ex1 multi.m - Octave/MATLAB 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/MATLAB
[?] 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
? indicates files you will need to complete
y indicates optional exercises

About

Coursera Machine Learning by Andrew Ng - Exercise 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages