Support Vector Machine SVM

Tags: #machine learning #svm

Equation

$$\max_{w,b} \frac{2}{||w||} \\ s.t.\ y_{i}(w^{T}x_{i} + b) \geq 1, i=1,2,...,m \\ L(w,b,\alpha)=\frac{1}{2}||w||^2 + \sum^{m}_{i=1}a_{i}(1-y_{i}(w^{T}x_{i} + b))$$

Latex Code

                                 \max_{w,b} \frac{2}{||w||} \\
            s.t.\ y_{i}(w^{T}x_{i} + b) \geq 1, i=1,2,...,m  \\ 
            L(w,b,\alpha)=\frac{1}{2}||w||^2 + \sum^{m}_{i=1}a_{i}(1-y_{i}(w^{T}x_{i} + b))
                            

Have Fun

Let's Vote for the Most Difficult Equation!

Introduction

Equation


Find optimal hyper plane

Dual problem Lagrangian Relaxation

Latex Code

            \max_{w,b} \frac{2}{||w||} \\
            s.t.\ y_{i}(w^{T}x_{i} + b) \geq 1, i=1,2,...,m  \\ 
            L(w,b,\alpha)=\frac{1}{2}||w||^2 + \sum^{m}_{i=1}a_{i}(1-y_{i}(w^{T}x_{i} + b))
        

Explanation

Latex code for Support Vector Machine (SVM).

  • : Dual problem Lagrangian Relaxation
  • : Weight of Linear Classifier
  • : Classifier
  • : Decision Boundary

Related Documents

Related Videos

Discussion

Comment to Make Wishes Come True

Leave your wishes (e.g. Passing Exams) in the comments and earn as many upvotes as possible to make your wishes come true


  • Vance Shepard
    I have my heart set on passing this test.
    2024-02-28 00:00

    Reply


    Kathryn Olson reply to Vance Shepard
    Gooood Luck, Man!
    2024-03-10 00:00:00.0

    Reply


  • Elliot Stone
    Crossing my fingers to pass this test.
    2023-08-25 00:00

    Reply


    Oscar Meyer reply to Elliot Stone
    Nice~
    2023-08-26 00:00:00.0

    Reply


  • Brent Shaw
    Needing to pass this test more than anything.
    2024-04-23 00:00

    Reply


    Jonathan Nelson reply to Brent Shaw
    Best Wishes.
    2024-05-04 00:00:00.0

    Reply