Coder Social home page Coder Social logo

dsc-svm-recap-notredame-se-ds-preview's Introduction

SVM Recap

Introduction

As you saw, support vector machines are another classification tool to add to your repertoire. While computationally expensive, they can be powerful tools providing substantial performance gains in many instances.

Objectives

You will be able to:

  • Recall the importance of the c parameter for SVMs
  • Recall common kernel functions and their associated hyperparameters

Kernel Functions

Probably the number one piece of information worth reviewing is some of the various kernel functions that you can apply:

  1. Radial Basis Functions (RBF)
    1. c
    2. $\gamma$, which can be specified using keyword gamma in sci-kit learn
  2. Polynomial Kernel
    1. $\gamma$, which can be specified using keyword gamma in sci-kit learn
    2. $r$, which can be specified using keyword coef0 in sci-kit learn
    3. $d$, which can be specified using keyword degree in sci-kit learn
  3. Sigmoid Kernel
    1. $\gamma$, which can be specified using keyword gamma in sci-kit learn
    2. $r$, which can be specified using keyword coef0 in sci-kit learn

Also recall that in general, c is the parameter for balancing standard accuracy metrics for tuning classifiers versus the decision boundary distance.

Summary

While it may appear that this section is a bit brief, Support Vector Machines are a powerful algorithm that deserve attention. In many cases, SVMs will have the top performance of out of the box classifiers from sci-kit learn. Moreover, learning to properly tune SVMs using kernels and an appropriate c value is critical. In the upcoming labs and lessons you'll further investigate and apply these concepts.

dsc-svm-recap-notredame-se-ds-preview's People

Contributors

mathymitchell avatar

Watchers

James Cloos avatar Kevin McAlear avatar  avatar Mohawk Greene avatar Victoria Thevenot avatar Yoan Ante avatar Belinda Black avatar Bernard Mordan avatar raza jafri avatar  avatar Joe Cardarelli avatar The Learn Team avatar Sophie DeBenedetto avatar  avatar Antoin avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Nicole Kroese  avatar Kaeland Chatman avatar Lisa Jiang avatar Vicki Aubin avatar Maxwell Benton avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.