Artificial Intelligence Fundamentals by Michelle
Esperal
Midterm Quiz 1
Marks 20.00/20.00
Grade 100.00 out of 100.00
Question 1
How are batch learning algorithms typically used?
To predict continuous values in batch mode
Question 2
How can the problem of producing suboptimal results if the clusters are not spherical be
addressed in the k-means algorithm?
By using a hierarchical clustering approach
Question 3
How does the Naive Bayes classifier calculate the probability of a data point belonging to a
particular class?
By using the Bayes theorem
Question 4
Hierarchical clustering is a type of ______________ technique.
Clustering
Question 5
How can users access the KNIME Marketplace?
All of the above
Question 6
How is the line of best fit calculated using the least squares method?
By minimizing the sum of the squares of the errors between the data points and the
line of best fit
Question 7
Hierarchical clustering can be either ______________ or ______________.
Agglomerative, divisive
Question 8
How can the sensitivity to the initial placement of centroids be addressed in the k-means
algorithm?
By using the k-means++ initialization method
Question 9
Hierarchical clustering is sensitive to the ______________ of the data.
All of the above
Question 10
Can the least squares method be used for multiple linear regression?
Yes
Question 11
Can the least squares method be used for nonlinear data sets?
No
Question 12
How does supervised learning differ from unsupervised learning?
Supervised learning involves labeled data, while unsupervised learning involves
unlabeled data
Question 13
How does the least squares method handle outliers in the data set?
It ignores them
Question 14
Can the Naive Bayes classifier handle missing or incomplete data?
Yes, it can handle missing or incomplete data
Question 15
How is the Hebb rule different from the delta rule?
The Hebb rule uses the error between the output and target to update the weights,
while the delta rule uses the input and output
Question 16
How is KNIME different from other data analysis tools?
It allows users to build custom data pipelines
Question 17
How does the k-means algorithm determine which data points belong to which cluster?
By computing the distance between data points and the centroid of each cluster
Question 18
Hierarchical clustering is a type of ______________ clustering.
Hierarchical
Question 19
How is the Hebb rule used in the training of a neural network?
It is used to adjust the weights of the neural network based on the input and output
Question 20
How is the final set of clusters determined in the k-means algorithm?
By selecting the set of clusters that minimize the sum of squared errors