Skip to content

arubiales/SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Support Vector Machines

In this repository We are going to:

  1. explain in a quick and easy way SVM (Support Vector Machines).
  2. Create a SVR and SVC model with Scikit-learn library.
  3. Explain hyperparameters of SMV models.
  4. Inteprete the output of our models.