AI/ML
What is the difference between parametric and non-parametric models? Give examples of each.
Parametric models have fixed parameters (Linear Regression, Logistic Regression). Non-parametric models grow with data (KNN, Decision Trees, Kernel SVM).