Preview

Support Vector Machine

Best Essays
Open Document
Open Document
2395 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Support Vector Machine
Support Vector Machine
Luyang Liu
152003815
I. Introduction

Support vector machines (SVMs) are a basic machine learning method for supervised learning models with associated learning algorithms that analyze data and recognize patterns, used for classification and regression analysis. Introduced by Vladimir Vapnik and his colleagues, SVMs are a relatively new learning method used for binary classification. The basic idea is to find a hyperplane which separates the d-dimensional data perfectly into its two classes.

Given a set of training examples, each marked as belonging to one of two categories, an SVM training algorithm builds a model that assigns new examples into one category or the other, making it a non-probabilistic binary linear classifier. 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 which side of the gap they fall on.

SVM can be considered as a revision of logistic regression. Logistic regression is also used to predict a binary response from a binary predictor, used for predicting the outcome of a categorical dependent variable (i.e., a class label) based on one or more predictor variables (features). While logistic regression considers more on overall distributions of the classes, SVM seems consider more on the boundaries of the classes are more informative than the overall distributions.

However, since example data is often not linearly separable, SVM's introduce the notion of a “kernel induced feature space” which casts the data into a higher dimensional space where the data is separable. Typically, casting into such a space would cause problems computationally, and with overfitting. The key insight used in SVM's is that the higher-dimensional space doesn't need to be dealt with directly (as it turns out, only the

You May Also Find These Documents Helpful

  • Good Essays

    If the stream is not old and data that is accumulated is not old , then the given updatable Naïve Bayes can have fast adaptation to concept changes and solve problem of Concept drift.…

    • 496 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Pt1420 Unit 1 Assignment

    • 303 Words
    • 2 Pages

    IBM Multimedia Analysis and Retrieval System [8]. The service enabled users to train new classifiers in December 2015.…

    • 303 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    The Learning Tree

    • 598 Words
    • 2 Pages

    In the novel, The Learning Tree, written by Gordon Parks, is a character by the name of Newt Winger. He is a kind black teenager who is a constant victim of racism by the opposing whites. In the play, Antigone, is a character by the name of Antigone who is a daughter of a former king. She has a strong moral character and the will to accomplish anything. As I compare these two characters, one will begin to see the close similarities between the two in will, moral character to do what is right, and other aspects of life.…

    • 598 Words
    • 2 Pages
    Good Essays
  • Good Essays

    In his work Bundesen discusses 3 types of perceptual categories, namely a color category, a shape category and a location category \cite{tva}. Our image retrieval model is founded mainly on color analysis. Therefore, we can follow the notation proposed in \cite{tva} with the assumption that perceptual categories are represented solely by colors.…

    • 389 Words
    • 2 Pages
    Good Essays
  • Good Essays

    The data mining model chosen for this project is the Naïve Bayes classification model. This…

    • 642 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Acrostic Poems

    • 989 Words
    • 4 Pages

    This lesson will also provide practice categorizing a variety of objects according to observable characteristics.…

    • 989 Words
    • 4 Pages
    Better Essays
  • Powerful Essays

    Murphy, G. L., & Wisniewski, E. J. (1989). Categorizing objects in isolation and in scenes: What a…

    • 4234 Words
    • 17 Pages
    Powerful Essays
  • Best Essays

    It Essay - Data Mining

    • 1998 Words
    • 8 Pages

    He, J. (2009). Advances in Data Mining: History and Future. Third International Symposium on Intelligent . Retrieved November 1, 2012, from http://ieeexplore.ieee.org.ezproxy.lib.ryerson.ca/stamp/stamp.jsp?tp=&arnumber=5370232&tag=1…

    • 1998 Words
    • 8 Pages
    Best Essays
  • Good Essays

    Learning Theory

    • 517 Words
    • 3 Pages

    The learning theory proposes that attachment behaviours are learnt through the imitation of the attachment figures meaning they are not innate. One explanation of how this happens is through Classical Conditioning. In the Learning Theory Classical Conditioning is the forming of an attachment through association. The Learning Theory states that when a baby is born they naturally want food. When the mother feeds the baby it automatically associates the food which is the primary reinforces with its mother who is the secondary reinforces. Therefore an attachment is formed with the mother because she is giving what the baby needs most. Another explanation of how attachments are learned according to the Learning Theory is through Operant Conditioning. Operant Conditioning involves reinforcement or a reward to maintain a relationship. Dollard and Miller stated that all babies are born (like Classical Conditioning) with a need to reduce feelings of hunger. When the mother feeds the baby it acts as a positive reinforcement or a reward on the behaviour of the baby. The reward that the baby receives is a positive reward.…

    • 517 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Theories of Human Behavior

    • 2214 Words
    • 9 Pages

    • Classification – the ability to group objects together on the basis of common features…

    • 2214 Words
    • 9 Pages
    Powerful Essays
  • Powerful Essays

    Learning Theory

    • 1969 Words
    • 8 Pages

    Nowadays, probably as never before, scientists are extremely interested in the process of learning. Naturally, a number of different theories aiming at the explanation of this process were developed. It is quite difficult to decide what theory is better and more successful. On the other hand, we can say that all of them have to be analyzed in order to help us realize the main trends in learning theories. It will lead us to our own view on this problem as well as to understanding of what we should take into consideration in bringing up and educating of children.…

    • 1969 Words
    • 8 Pages
    Powerful Essays
  • Powerful Essays

    Opinions categorizer: Next is to categorize these opinions into positive and negative category by using the Naive Bayes. Naïve Bayes Classifier is a well known probabilistic classifier which describes its application to text. In order to incorporate unlabelled data, the foundation Naïve Bayes was build. The task of learning of a generative model is to estimate the parameters using labeled training data only. The estimated parameters are used by the algorithm to classify new documents by calculating which class the generated the given document belongs to. The probabilities of the positive and negative count are found according to the nouns (features) using Naive Bayes classifier [47].…

    • 736 Words
    • 3 Pages
    Powerful Essays
  • Good Essays

    Naive Bayes

    • 7200 Words
    • 29 Pages

    Given a set of objects, each of which belongs to a known class, and each of which has a known vector of variables, our aim is to construct a rule which will allow us to assign future objects to a class, given only the vectors of variables describing the future objects. Problems of this kind, called problems of supervised classification, are ubiquitous, and many methods for constructing such rules have been developed. One very important method is the na¨ve Bayes…

    • 7200 Words
    • 29 Pages
    Good Essays
  • Good Essays

    Pattern Recognition

    • 261 Words
    • 2 Pages

    In machine learning, pattern recognition is the assignment of a label to a given input value. An example of pattern recognition is classification, which attempts to assign each input value to one of a given set of classes (for example, determine whether a given email is "spam" or "non-spam"). However, pattern recognition is a more general problem that encompasses other types of output as well. Other examples are regression, which assigns a real-valued output to each input; sequence labeling, which assigns a class to each member of a sequence of values (for example, part of speech tagging, which assigns a part of speech to each word in an input sentence); and parsing, which assigns a parse tree to an input sentence, describing the syntactic structure of the sentence.…

    • 261 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    1 GROUP PRESENTATION BY: RIDA WAHID SHAFIA ASKARI DANIYAL ARSHAD 2 OUTLINE DBMS DATA MINING APPLICATIONS RELATIONSHIP 3 DATA BASE MANAGEMENT SYSTEM A complete system used for managing digital databases that allow storage of data, maintenance of data and searching data. 4 DATA MINING  Also known as Knowledge discovery in databases (KDD).  Data mining consists of techniques to find out hidden pattern or unknown information within a large amount of raw data. 5 EXAMPLE…

    • 714 Words
    • 6 Pages
    Satisfactory Essays

Related Topics