2.2. Probabilistic and Search Based Methods Flashcards

1
Q

What is a Bayesian classifier?

A

A probabilistic model that applies Bayes’ theorem for classification tasks.

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

What are probabilistic methods in machine learning?

A

Techniques that use probability distributions to model uncertainty in data.

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

How does the Naive Bayes classifier work?

A

It assumes independence among features and calculates the probability of each class.

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

What is the role of prior probability in Bayesian methods?

A

It represents the initial belief about the probability of a class before observing the data.

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

What is a decision tree?

A

A search-based method that splits data into subsets based on feature values to make predictions.

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

What is the significance of likelihood in probabilistic models?

A

It measures how well the model explains the observed data given a specific class.

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

What is a search-based method in machine learning?

A

Techniques that explore the solution space to find optimal or near-optimal solutions.

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

How do genetic algorithms function as search-based methods?

A

They use evolutionary principles to optimize solutions through selection, crossover, and mutation.

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

What is the purpose of heuristic search methods?

A

To find solutions more efficiently by using rules of thumb or educated guesses.

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

What is the A* algorithm?

A

A search algorithm that finds the shortest path by combining cost and heuristic estimates.

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

How do probabilistic graphical models represent data?

A

They use graphs to depict the relationships between random variables and their conditional dependencies.

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

What is the Markov Chain Monte Carlo (MCMC) method?

A

A probabilistic method used for sampling from complex distributions.

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

How do search-based methods handle large solution spaces?

A

They use strategies like pruning and optimization techniques to reduce the search area.

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

What is the role of the likelihood function in probabilistic models?

A

It quantifies how well a model explains the observed data.

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

What are the applications of probabilistic and search-based methods?

A

They are used in natural language processing, computer vision, and optimization problems.

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