Skip to content
#

rbf-kernel

Here are 55 public repositories matching this topic...

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 rbf-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 rbf-kernel topic, visit your repo's landing page and select "manage topics."

Learn more