Skip to content

Commit 571795d

Browse files
fix: Restore last corrupted heading emoji on SVM page
The 'Implementation using Libraries' H2 on the Support Vector Machines page still rendered as '=" Implementation using Libraries' (the 🔢 emoji had been mojibaked to two stray ASCII bytes). Restored the emoji so the site is fully free of encoding corruption.
1 parent 9c9b804 commit 571795d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Machine-Learning/Support Vector Machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $$\min_{w,b,\xi,\xi^*} \frac{1}{2}||w||^2 + C\sum_{i=1}^n (\xi_i + \xi_i^*)$$
121121
- $w^T x_i + b - y_i \leq \varepsilon + \xi_i^*$
122122
- $\xi_i, \xi_i^* \geq 0$
123123

124-
## =" Implementation using Libraries
124+
## 🔢 Implementation using Libraries
125125

126126
### Scikit-learn Implementation
127127

0 commit comments

Comments
 (0)