Lab Expt 6 SVM Classifer With Feature Kernel Techniques
Lab Expt 6 SVM Classifer With Feature Kernel Techniques
Lab Expt 6 SVM Classifer With Feature Kernel Techniques
Experiment 6
201090013
Shrishail Dolle
201090026
Arnav
201090072
Shashank Patvekar
201090051
Atharva Yesansure
Aim: Implement SVM (Support Vector Machine) Classifier with Feature
Kernel Techniques – Linear, RBF and Polynomial Kernel Classifiers.
Software Used: Python 3, Jupyter Notebook
Theory:
• Support Vector Machines (SVM) is a Machine Learning Algorithm which
can be used for many different tasks (Figure 1).
• In this article, I will explain the mathematical basis to demonstrate how
this algorithm works for binary classification purposes.
Code:
• Importing all necessary libraries and required modules
• The dataset used is a custom dataset – seeds.csv
Conclusion:
• The usage, meaning and theory behind using SVM classifiers are
understood.
• Using a custom dataset, the accuracies have been found for
differentkernels for SVM classifiers.
• Linear, RBF and Polynomial Kernel SVM Classifers were
implemented successfully using Scikit learn and different
libraries.
• The performance, accuracy, decision boundary plots, support
vectorkernels are determined.