Artificial neural Network (Artificial neural netwroks) Note--Training algorithm of discrete multi-output perceptron

Source: Internet
Author: User

This is an extension of the discrete single output perceptron algorithm

Related symbolic definitions refer to the artificial neural network (Artificial neural netwroks) Note-discrete single output perceptron algorithm

Ok,start our Game

1. Initialization weight matrix W;

2. Repeat the following process until the training is complete:

2.1 For each sample (X,y), repeat the following procedure:

2.1.1 Input x;

2.1.2 Calculation o=f (XW);

2.1.3 for J=1 to M does the following:

if Oj != Yj then
if Oi=0 then for i=1 to n
Wij=Wij+Xi
else for i=1 to n do
Wij=Wij-Xi

Where the O=f (XW) represents the output by activating the function, this explains

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.