Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yossefmohamed/svm_simple_implementation


https://github.com/yossefmohamed/svm_simple_implementation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SVM_simple_implementation

Classify whether a customer purchased the SUV or not based on the customer’s age and salary.


#### Here's the CVS data

![CVS data](https://www.mltut.com/wp-content/uploads/2020/12/SVM-1.jpg)



#### we wil split the dataset into X and Y. Here X represents independent variables "Age and Salary"and Y represents dependent variables "purchased". which we use them as Training set.

### we got 93% accuracy

### here's the output graph from matplotlib

![output](https://www.mltut.com/wp-content/uploads/2020/12/svm7.png)

### *we have 7 wrong predictions only*