Chapter 4 Parametric and Nonparametric Machine Learning Algorithms Flashcards

1
Q

WHAT ARE PARAMETRIC LEARNING ALGORITHMS? P22

A

Algorithms that simplify the function to a known form are called parametric machine learning algorithms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHAT ARE THE 2 STEPS OF A PARAMETRIC ALGORITHM? P22

A
  1. Select a form for the function.
  2. Learn the coefficients for the function from the training data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

PARAMETRIC MACHINE LEARNING ALGORITHMS ARE OFTEN ALSO CALLED ….? P23

A

Linear machine learning algorithms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

EXAMPLES OF PARAMETRIC ML ALGORITHMS? P23

A

Logistic Regression
Linear Discriminant Analysis
Perceptron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

WHAT ARE NON-PARAMETRIC ML ALGORITHMS? P23

A

Algorithms that do not make strong assumptions about the form of the mapping function are called nonparametric machine learning algorithms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

EXAMPLES OF NON-PARAMETRIC ALGORITHMS? P24

A

K-nearest neighbors
Decision Trees
Naïve Bayes
Support Vector Machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly