Exam 15: Machine Learning: Classification, Regression and Clustering  

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following statements is false?

(Multiple Choice)
4.9/5
(31)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(35)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(29)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(48)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(29)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(28)

Consider the following code and output: In [57]: for k in range(1, 20, 2): )..: kfold = KFold(n_splits=10, random_state=11, shuffle=True) )..: knn = KNeighborsClassifier(n_neighbors=k) )..: scores = cross_val_score(estimator=knn, )..: X=digits.data, y=digits.target, cv=kfold) )..: print(f'k={k:<2}; mean accuracy={scores.mean():.2%}; ' + )..: f'standard deviation={scores.std():.2%}') )..: K=1 ; mean accuracy=98.83%; standard deviation=0.58% K=3 ; mean accuracy=98.78%; standard deviation=0.78% K=5 ; mean accuracy=98.72%; standard deviation=0.75% K=7 ; mean accuracy=98.44%; standard deviation=0.96% K=9 ; mean accuracy=98.39%; standard deviation=0.80% K=11; mean accuracy=98.39%; standard deviation=0.80% K=13; mean accuracy=97.89%; standard deviation=0.89% K=15; mean accuracy=97.89%; standard deviation=1.02% K=17; mean accuracy=97.50%; standard deviation=1.00% K=19; mean accuracy=97.66%; standard deviation=0.96% Which of the following statements is false?

(Multiple Choice)
4.8/5
(28)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(34)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(35)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(34)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(36)

Which of the following statements about the k-means clustering algorithm is false?

(Multiple Choice)
4.9/5
(33)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(35)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(45)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(50)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(35)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(37)

Unsupervised machine learning uses ________ algorithms.

(Multiple Choice)
4.9/5
(32)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(42)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(35)
Showing 21 - 40 of 66
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)