Skip to content

Directory actions

More options

Directory actions

More options

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

SVM using Scikit-Learn in Python

The repository contains code for the blog post SVM using Scikit-Learn in Python.

download

There are three types of data:

  1. Linear Data without noise.
  2. Linear Data with noise.
  3. Non-Linear Data with noise.

Steps:

  1. cd <folder_name> (e.g. cd Linear-Data-With-Noise)
  2. Run python file: python3 <filename.py>

The data is in every folder. (Left and Right points)

Data Filenames:

  1. points_class_0.txt : Points of one class.
  2. points_class_1.txt : Point of second class.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.