Skip to content

Linear regression with multiple variables to predict the prices of houses.

Notifications You must be signed in to change notification settings

amoghasubramanya/Linear_regression-multiple_variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear_regression-multiple_variables

Files: Dataset:ex1data2.txt Implementation: MultivariateLR.py Results: Results.png, CostvsIterations.png Linear regression with multiple variables to predict the prices of houses. Suppose you are selling your house and you want to know what a go o d market price would be. One way to do this is to first collect information on recent houses sold and make a model of housing prices. The file ex1data2.txt contains a training set of housing prices in Portland, Oregon. The first column is the size of the house (in square feet), the second column is the number of bedrooms, and the third column is the price of the house.

About

Linear regression with multiple variables to predict the prices of houses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages