Skip to content

implementing a machine learning algorithm to predict house prices based on historical data in C programming language, done during Rutgers cs 211

Notifications You must be signed in to change notification settings

michael566-sys/house-price-prediction-machine-learning-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

house-price-prediction-machine-learning-algorithm

Implementing a linear regression machine learning algorithm to predict house prices based on historical data.

Given: historical data Output: predicted price for each houses

Algorithms implemented:

  1. Gauss-Jordan Elimination for computing inverses
  2. Matrix multiplication, subtraction
  3. Matrix subtraction
  4. Malloc funciton in C programming
  5. file input and ouput

Instruction:

Once downloaded the codes, save house-price-prediction-machine-learning-algorithm

  1. Type 'make' in terminal, then press return
  2. Download trainA.txt, testA.txt, and resultA.txt, and save them in the save directory as fourth.c
  3. Enter "./fourth trainA.txt testA.txt" in the terminal and press return
  4. the resulting house prices should be the same as those in resultA.txt

About

implementing a machine learning algorithm to predict house prices based on historical data in C programming language, done during Rutgers cs 211

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published