Midterm Ai fundamentals reviewer 3 Flashcards

1
Q

What is an example of a batch learning algorithm used for clustering tasks?

A

K-means

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

What is a perceptron?

A

A type of artificial neuron that can be trained to recognize patterns

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

What is a directed acyclic graph (DAG)?

A

A graph in which the edges do not have a direction and there are cycles

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

What is an example of a regression task in supervised learning?

A

Predicting the price of a house based on its characteristics

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

What is an example of a batch learning algorithm used for feature selection tasks?

A

Recursive feature elimination

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

What is a node in a Bayesian network?

A

All of the above

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

What is a parent node in a Bayesian network?

A

A node that is a direct ancestor of another node in the network

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

What is an example of a batch learning algorithm used for dimensionality reduction tasks?

A

Principal component analysis

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

What is an example of a batch learning algorithm used for regression tasks?

A

Linear regression

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

What does the least squares method aim to minimize?

A

The sum of the squares of the errors between the data points and the line of best fit

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

What is an example of a classification task in supervised learning?

A

Determining whether an email is spam or not

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

What is a key characteristic of Bayesian networks?

A

They are based on probability theory

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

What is an example of a batch learning algorithm?

A

All of the above

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

What is a batch learning algorithm?

A

An algorithm that processes all of the training data at once

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

What is KNIME used for?

A

All of the above

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

What is a Bayesian network used for?

A

All of the above

15
Q

What is an example of a latent variable?

A

A hidden or unobserved variable that affects the observed variables

16
Q

What is an example of a real-world application of directed acyclic graphs (DAGs)?

A

All of the above

17
Q

What is an edge in a Bayesian network?

A

A probabilistic relationship between two variables

18
Q

What is an example of a batch learning algorithm used for classification tasks?

A

Support vector machine