Skip to content

Program that uses Machine Learning to predict house prices based on historical data. Algorithm being implemented is known as "One-shot learning" or linear regression with the least square error as the error measure.

License

Notifications You must be signed in to change notification settings

zainsiddiqui/Predicting-House-Prices-using-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting-House-Prices-using-Machine-Learning

Program that uses Machine Learning to predict house prices based on historical data. The algorithm that is being implemented is known as "One-shot learning" which is linear regression with the least square error as the error measure.

  • Project uses C programming language.
  • Price of house is computed using the following equation: y = w0 + w1.x1 + w2.x2 + w3.x3 + w4.x4
  • Inverse is being computed using the Gauss-Jordan Elimination method.

Sample Training Data: image

Sample Test Data: image

Sample Price Output:

image

All use of this code must comply with the Rutgers University Code of Student Conduct.

About

Program that uses Machine Learning to predict house prices based on historical data. Algorithm being implemented is known as "One-shot learning" or linear regression with the least square error as the error measure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published