Midter Ai fundendametal reviewer 1 Flashcards

1
Q

Hierarchical clustering is a type of ______________ technique.

A

Clustering

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

How are batch learning algorithms typically used?

A

To predict continuous values in batch mode

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

How is the line of best fit calculated using the least squares method?

A

By minimizing 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
4
Q

How can the problem of producing suboptimal results if the clusters are not spherical be addressed in the k-means algorithm?

A

By using a hierarchical clustering approach

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

How does supervised learning differ from unsupervised learning?

A

Supervised learning involves labeled data, while unsupervised learning involves unlabeled data

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

How does the k-means algorithm determine which data points belong to which cluster?

A

By computing the distance between data points and the centroid of each cluster

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

How does the least squares method handle outliers in the data set?

A

It ignores them

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

How can the sensitivity to the initial placement of centroids be addressed in the k-means algorithm?

A

By using the k-means++ initialization method

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

Can the Naive Bayes classifier handle missing or incomplete data?

A

Yes, it can handle missing or incomplete data

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

Hierarchical clustering can be either

A

Agglomerative, divisive

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

Hierarchical clustering is a type of ______________ clustering.

A

Hierarchical

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

How is KNIME different from other data analysis tools?

A

t allows users to build custom data pipelines

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

How can users access the KNIME Marketplace?

A

All of the above

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

How does the Naive Bayes classifier calculate the probability of a data point belonging to a particular class?

A

By using the Bayes theorem

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

How is the Hebb rule used in the training of a neural network?

A

It is used to adjust the weights of the neural network based on the input and output

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

How is the final set of clusters determined in the k-means algorithm?

A

By selecting the set of clusters that minimize the sum of squared errors

13
Q

Hierarchical clustering is sensitive to the ______________ of the data.

A

All of the above

14
Q

Can the least squares method be used for multiple linear regression?

A

Yes

15
Q

How is the Hebb rule different from the delta rule?

A

The Hebb rule uses the error between the output and target to update the weights, while the delta rule uses the input and output

16
Q

Can the least squares method be used for nonlinear data sets?

A

No