Giter Site home page Giter Site logo

dsc-svm-recap-dc-ds-111819's Introduction

Support Vector Machines - 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.

Kernel Functions

Probably the most important information worth reviewing is some of the various kernel functions that you can apply:

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

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

Summary

While it may appear that this section was a bit brief, Support Vector Machines are a powerful algorithm that deserve attention, so make sure you investigate them properly. Moreover, learning to properly tune SVMs using kernels and an appropriate c value is critical.

dsc-svm-recap-dc-ds-111819's People

Contributors

mathymitchell avatar h-parker avatar sumedh10 avatar cheffrey2000 avatar

Watchers

James Cloos avatar  avatar Mohawk Greene avatar Victoria Thevenot avatar Bernard Mordan avatar Otha avatar raza jafri avatar  avatar Joe Cardarelli avatar The Learn Team avatar  avatar  avatar Matt avatar Antoin avatar  avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Ahmed avatar Nicole Kroese  avatar Kaeland Chatman avatar Lisa Jiang avatar Vicki Aubin avatar Maxwell Benton avatar  avatar

Forkers

vyjayanthipp

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.