akeapen / Classifying_Data_Using_a_Support_Vector_Machine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%