Skip to content
#

polynomial-kernel

Here are 18 public repositories matching this topic...

This code reads a dataset i.e, "Heart.csv". Preprocessing of dataset is done and we divide the dataset into training and testing datasets. Linear, rbf and Polynomial kernel SVC are applied and accuracy scores are calculated on the test data. Also, a graph is plotted to show change of accuracy with change in "C" value.

  • Updated Sep 29, 2020
  • Python

This project focuses on classifying pulsar stars using the Support Vector Machine (SVM) algorithm, a powerful method in the realm of supervised learning. The goal is to automate the identification process of pulsar stars from candidates collected during surveys, based on predictive modeling.

  • Updated Mar 17, 2024
  • Python

Support Vector Machines (SVMs in short) are supervised machine learning algorithms that are used for classification and regression purposes. In this kernel, I have build a Support Vector Machines classifier to classify a Pulsar star. I have used the Predicting a Pulsar Star dataset for this project.

  • Updated Aug 29, 2022
  • Jupyter Notebook

SVMs are used for Classification as well as Regression problems. However, it is primarily used for Classification problems. #%% md # The Technique (Support Vector Machine) Support Vector Machine or SVM is one of the most popular Supervised Learning algorithms, which is used for Classification as well as Regression problems. However, primarily, i…

  • Updated May 20, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the polynomial-kernel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polynomial-kernel topic, visit your repo's landing page and select "manage topics."

Learn more