SVM(Support Vector Machine)
Across
- 2. The primary task where SVM is used to assign labels to inputs
- 6. A decision boundary that separates data into classes
- 7. A commonly used kernel that handles non-linear relationships
- 8. Allows some misclassification to handle non-separable data
- 9. The distance between the separating hyperplane and the closest data points
Down
- 1. A modeling error when a model learns noise instead of pattern
- 3. A type of SVM that works when data is linearly separable
- 4. Data points that lie closest to the decision boundary
- 5. A function that transforms data into higher-dimensional space