試卷名稱:111年 - 111 學士後醫學系招生考試試題:計算機概論與程式設計#137107
年份:111年
科目:【阿摩】未分類題庫
27. Machine learning can be divided into supervised learning and unsupervised learning. The two problems most commonly dealt with in supervised learning are regression and classification.
When you predict the target to be a continuous numerical value, we call it regression; if the target is discrete, we call it classification. Which one of the following common algorithms is NOT a classification algorithm?
(A) SVM
(B) Linear
(C) Decision trees
(D) KNN
(E) Naive Bayes