Python 面试题与答案
Test your skills through the online practice test: Python Quiz Online Practice Test
相关差异对比
问题 106. What is SVM?
Support vector machine (SVM) is a supervised machine learning model that considers the classification algorithms for two-group classification problems. Support vector machine is a representation of the training data as points in space are separated into categories with the help of a clear gap that should be as wide as possible.
这有帮助吗?
添加评论
查看评论
用户评价最有帮助的内容:
- What is Python?
- How do I share global variables across modules?
- How do you set a global variable in a function in Python?
- What type of language is Python? Programming or Scripting?
- Why can't I use an assignment in an expression?