Skip to content

Instantly share code, notes, and snippets.

View SRILAKSHMI-Analyst's full-sized avatar

srilakshmi SRILAKSHMI-Analyst

View GitHub Profile
#!/usr/bin/env python
# coding: utf-8
# # **Support Vector Machine(svm)**
#
#
# **"Support Vector Machine" (SVM) is a supervised machine learning algorithm which can be used for both classification or regression challenges.we perform classification by finding the hyper-plane that differentiate the two classes.**\
# **Types of Kernel**\
# **1.Linear Kernel**\
# **2.Polynomial Kernel**\