Skip to content

silvanajackoub/Multivariant-linear-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

-Multivariant-linear-regression

  • Generate 1000 linear samples that follow the following equation:
  • Y = 5X1 + 3X2 + 1.5X3 + 6
  • Hint: generate the Xs randomely.
  • Use built-in function to split the data to (Train & Test)
  • Implement Apply least Squares method
  • Print the final weights & Accuracy
  • use the HousingPrice dataset
  • Loss & gradientDecent functions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published