Skip to content

Commit

Permalink
added images
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzazi abir committed Aug 22, 2022
1 parent 9ebf8c0 commit 29774c4
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions wiki/MachineLearning/Support-Vector-Machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
- Intro to the subject (SVM, soft margin, hard margin)
- How to use it
- Example using csv file and Dataframe
- Point on:
- Parallel branch about unfinished work
- Unfinished work for Hard Margin QP
- Unfinished work for Hard Margin SGD (link to the japanese github repo code example)
-
- Example using csv file and Dataframe (cancer, iris, ...)
-->

Repository: https://github.com/pharo-ai/Support-Vector-Machines
Expand All @@ -27,14 +23,15 @@ Depending on the dataset and how we want to classify it there are three approach
## Soft Margin


## Example
## Example (maybe remove title)

For example:

Given 20 input vectors

<p align="center">
<img src="./img/1.png " height="350" />
<img src="./img/2.png " height="350" />
<img src="./img/3.png " height="350" />
</p>


## Note (move to readme with src code)

0 comments on commit 29774c4

Please sign in to comment.