Skip to content

This is the code for the "Classifying Data using Gradient Descent" by Siraj Raval on Youtube

Notifications You must be signed in to change notification settings

Emesgee/Classifying_Data_Using_a_Support_Vector_Machine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Classifying_Data_Using_a_Support_Vector_Machine

This is the code for the "Classifying Data using a Support Vector Machine" by Siraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval on how to use a Support Vector Machine to classify some data. Basically, we create an n-1 dimensional hyperplane that linearly seperates a set of classes in n-dimensional space. Awesome AF. This model is able to tell what category something is of, be that text or numbers or videos or images.

Dependencies

  • numpy
  • matplotlib

Usage

Just run jupyter notebook in terminal and it will run in your browser.

Install Jupyter here i've you haven't.

Credits

The credits for this code go to maviccprp. ive merely created a wrapper to get people started.

About

This is the code for the "Classifying Data using Gradient Descent" by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%