-
Notifications
You must be signed in to change notification settings - Fork 0
anandtushar111/Lowess
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
**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 0
No packages published