graydonhope / Housing-Prices-Estimator

Plotting data, linear regression with one variable, gradient descent, and cost function implementation on housing prices data. This program uses linear regression to calculate housing prices based on training parameters given,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-Linear-Regression

This program uses linear regression to calculate housing prices based on the training parameters given. Involves: plotting data, linear regression with one variable, gradient descent / cost function, feature normalization, and linear regression with multiple variables.

Some theory about the project...

Linear Regression Cost Function Forumla: cost function

Gradient Descent (updating all theta values simultaneously): gradient descent

Hypothesis Function:

hypothesis

Vectorized Cost Function: vectorized cost function

Implementation based off of Standford Universities Machine Learning course/data.

About

Plotting data, linear regression with one variable, gradient descent, and cost function implementation on housing prices data. This program uses linear regression to calculate housing prices based on training parameters given,


Languages

Language:MATLAB 100.0%