support

In machine learning, support-vector machines (SVMs, also support-vector networks) are supervised learning models with associated learning algorithms that analyze data used for classification and regression analysis. The Support Vector Machine (SVM) algorithm is a popular machine learning tool that offers solutions for both classification and regression problems. Developed at AT&T Bell Laboratories by Vapnik with colleagues (Boser et al., 1992, Guyon et al., 1993, Vapnik et al., 1997), it presents one of the most robust prediction methods, based on the statistical learning framework or VC theory proposed by Vapnik and Chervonekis (1974) and Vapnik (1982, 1995). Given a set of training examples, each marked as belonging to one or the other of two categories, an SVM training algorithm builds a model that assigns new examples to one category or the other, making it a non-probabilistic binary linear classifier (although methods such as Platt scaling exist to use SVM in a probabilistic classification setting). An SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a clear gap that is as wide as possible. New examples are then mapped into that same space and predicted to belong to a category based on the side of the gap on which they fall.
In addition to performing linear classification, SVMs can efficiently perform a non-linear classification using what is called the kernel trick, implicitly mapping their inputs into high-dimensional feature spaces.
When data are unlabelled, supervised learning is not possible, and an unsupervised learning approach is required, which attempts to find natural clustering of the data to groups, and then map new data to these formed groups. The support-vector clustering algorithm, created by Hava Siegelmann and Vladimir Vapnik, applies the statistics of support vectors, developed in the support vector machines algorithm, to categorize unlabeled data, and is one of the most widely used clustering algorithms in industrial applications.

View More On Wikipedia.org
  • 86

    josher

    Well-known Member
    • Posts
      6,745
    • Likes
      176
    • Points
      0
  • 17

    Junayeg

    Active Member
    • Posts
      453
    • Likes
      18
    • Points
      0
  • 11

    INSP DDK

    Well-known Member
    • Posts
      1,638
    • Likes
      28
    • Points
      0
  • 11

    Gun Ryed

    • Posts
      334
    • Likes
      15
    • Points
      0
  • 9

    nerobdms™

    • Posts
      610
    • Likes
      37
    • Points
      0
  • 6

    anowar_virus

    Active Member From Hanoi
    • Posts
      403
    • Likes
      0
    • Points
      16
  • 5

    Lrayon

    Well-known Member
    • Posts
      579
    • Likes
      5
    • Points
      0
  • 3

    luaice

    Member
    • Posts
      175
    • Likes
      2
    • Points
      0
  • 3

    Ripon_Manikganj

    • Posts
      129
    • Likes
      3
    • Points
      0
  • 3

    Khijirp

    Active Member
    • Posts
      250
    • Likes
      0
    • Points
      0
  • 3

    Jinda

    From China
    • Posts
      1,008
    • Likes
      37
    • Points
      48
  • 2

    \/\/imran

    Junior Member
    • Posts
      85
    • Likes
      0
    • Points
      0
  • 2

    MTTECHNOLOGY

    Member
    • Posts
      147
    • Likes
      1
    • Points
      0
  • 2

    ::.anjan.::

    Active Member
    • Posts
      388
    • Likes
      1
    • Points
      0
  • 1

    JannatLui

    Well-known Member
    • Posts
      2,836
    • Likes
      14
    • Points
      0
  • 1

    SuperHiro

    Well-known Member
    • Posts
      898
    • Likes
      14
    • Points
      0
  • 1

    Tushuer

    Well-known Member
    • Posts
      606
    • Likes
      25
    • Points
      0
  • 1

    TOWHID

    Member
    • Posts
      176
    • Likes
      1
    • Points
      0
  • 1

    Tmitu

    Active Member
    • Posts
      276
    • Likes
      9
    • Points
      0
  • 1

    manik.gangni

    Active Member
    • Posts
      399
    • Likes
      8
    • Points
      0
  • Top