Skip to main content

All Questions

2 votes
0 answers
327 views

Is kernalized linear regression parametric or nonparametric?

We know that for linear regression, we can predict: $$\hat{y} = w^Tx +b$$ Where $w$ is the parameter that minimizes the square loss. It is easy to prove that for the final solution using gradient ...
Ibrahim's user avatar
  • 21
10 votes
1 answer
9k views

Why KNN and SVM with a gaussian are non-parametric models?

I was told that these two are non-parametric models. But I can't figure out why, especially for KNN. Could anyone answer my questions?
Hanamichi's user avatar
  • 653