Skip to content

anandtushar111/Lowess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lowess


**Locally Weighted Regression**
1) Read and Normalise Datasets
2) Generate W for every query point!
3) No training is involved, directly make prediction using closed form solution we derived! (X'WX)inv * X'WY where X' is X_Transpose
4) Find the best value of Tau(Bandwidth Parameter)[Cross Validation]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published