Machine Learning-Perception machine

Source: Internet
Author: User

Summary:

1. Introduction

2. Model

3. Strategy

4. Algorithms

4.1 Original Questions

4.2 Duality problem

Content:

1. Introduction

The Perceptron is a linear classification model of two classification, and the output is +1,-1. The discrete hyper-plane of the perceptual machine corresponding to the input space belongs to the discriminant model. Perceptron is the basis of neural network and support vector machine.

2. Model

Or, where

3. Strategy

    

4. Algorithms

4.1 Original Questions

Input: Linear sub-dataset, learning rate A (0<a<=1)

(1) Select the initial value w0,b0=0

(2) Selecting data in the training set (Xi,yi)

(3) If the W:=w+ayixi,b:=b+ayi

(4) Loop Execution (2) ~ (3) until no wrong classification point

4.2 Duality problem

       

   

 

Machine Learning-Perception machine

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.