Chapter 4 Parametric and Nonparametric Machine Learning Algorithms Flashcards
WHAT ARE PARAMETRIC LEARNING ALGORITHMS? P22
Algorithms that simplify the function to a known form are called parametric machine learning algorithms.
WHAT ARE THE 2 STEPS OF A PARAMETRIC ALGORITHM? P22
- Select a form for the function.
- Learn the coefficients for the function from the training data.
PARAMETRIC MACHINE LEARNING ALGORITHMS ARE OFTEN ALSO CALLED ….? P23
Linear machine learning algorithms
EXAMPLES OF PARAMETRIC ML ALGORITHMS? P23
Logistic Regression
Linear Discriminant Analysis
Perceptron
WHAT ARE NON-PARAMETRIC ML ALGORITHMS? P23
Algorithms that do not make strong assumptions about the form of the mapping function are called nonparametric machine learning algorithms.
EXAMPLES OF NON-PARAMETRIC ALGORITHMS? P24
K-nearest neighbors
Decision Trees
Naïve Bayes
Support Vector Machines