Skip to content

Implementing House Price basic Problem from Scratch(Gradient Descent Approach)

Notifications You must be signed in to change notification settings

sreejith3534/Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linear-Regression

Implementing House Price problem using Gradient Descent Aprroach

I have implemented the Algorithm using just the equations as it will highlight you how the agorithms performs on basis of your text reading. First of all I will take the Dataset and will normalise it to a given standard,as it is necessary otherwise it have to make huge calculations and wil consume system memory,so i have normalize it between -3 and +3 and after that i have used Gradient Descent which involves cost function and updation of Hypothesis to get the desired result.

You can see that cost Function has tend to zero over the iterations which means our model has been fit according to the Data, and we can therefore take that Hypothesis.

About

Implementing House Price basic Problem from Scratch(Gradient Descent Approach)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published