Introduction to Artificial Neural networks (3)--An application example of multilayer artificial neural network

Source: Internet
Author: User

1 Introduction

An XOR operation is a commonly used calculation in a computer:

0 XOR 0 = 0

0 XOR 1 = 1

1 XOR 0 = 1

1 XOR 1 = 0

We can use the code in the first article to calculate this result Http://files.cnblogs.com/gpcuster/ANN1.rar (need to modify the training set), we can find that the results of learning does not satisfy us, because the single layer of neural network learning ability is limited , you need to use more complex networks to learn.

In this article, we will use a new multilayer neural network to learn.

2 use and description of the sample program

The use of this program and the introduction of Artificial neural network (1)-Single-layer artificial neural network applications similar, you can refer to http://www.cnblogs.com/gpcuster/archive/2008/05/22/1204456.html

But one more computational operation (XOR), as shown in figure:

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.