题目一 支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane) 题目二 相关文章: 2021-06-01 2021-09-06 2021-07-09 2021-07-15 2021-07-22 2021-09-18 2021-04-22 2021-08-20