SL Naive Bayes classifier Flashcards

1
Q

An approximation of a relationship between an input and an output

A

Model

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

An approach to finding a solution which is typically faster but less accurate than optimal solution

A

Heuristic

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

A distribution which evaluates a particular outcome as binary

A

Bernoulli Distribution

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

Indicates the probability of a particular class regardless of the features of some example

A

Prior

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

The probability of some features given a particular class

A

Likelihood

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

The denominator of the Naive Bayes classifier

A

Evidence

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

The probability of a class given some features

A

Posterior

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

The list of words that the Naive Bayes classifier recognizes

A

Vocabulary

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

A type of additive smoothing which migrates the chance of encountering zero probabilities within the Naive Bayes classifier

A

Laplace Smoothing

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

The splitting of some raw textual input into individual words or elements

A

Tokenization

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

The process of transforming raw inputs into something a model can perform training and predictions

A

Featurization

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

Used in a step of featuring. It transforms some input into something else

A

Vectorizer

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

A word typically discarded which doesn’t add much predictive value

A

Stop word

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

Removing the ending modifiers of words leaving the stem of the word

A

Stemming

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

A more calculated form of stemming which ensures the proper lemma results from removing the word modifiers

A

Lemmatization

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