Skip to content

Commit 17209ed

Browse files
committed
merge alex's SVM notes
1 parent 050d5db commit 17209ed

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

content/Unit 4/Artificial Intelligence/Machine Learning/Support Vector Machine.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ The **margin** is defined as a distance from the hyperplane to the nearest data
77
The main goal of the algorithm is to **maximise** the margin between the two classes. The larger the margin, the better the model performs on new and unseen data. [^1]
88
![[Pasted image 20250822122600.png|220]]
99
## Non-linear SVMs
10-
(unlikely in SD)
10+
(not in SD)
1111
If data is not linearly separable, SVM functions to map the data into higher-dimensional space. This transformation helps SVMs find a new hyperplane within the new space.
12+
![[data_2d_to_3d_hyperplane-2746946971.png]]
1213

1314
[^1]: https://www.geeksforgeeks.org/machine-learning/support-vector-machine-algorithm/

content/Unit 4/Artificial Intelligence/Support Vector Machines.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)