Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 587FC10E12 for ; Wed, 12 Jun 2013 01:46:50 +0000 (UTC) Received: (qmail 21797 invoked by uid 500); 12 Jun 2013 01:46:50 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 21753 invoked by uid 500); 12 Jun 2013 01:46:50 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 21745 invoked by uid 500); 12 Jun 2013 01:46:50 -0000 Delivered-To: apmail-incubator-hama-commits@incubator.apache.org Received: (qmail 21742 invoked by uid 99); 12 Jun 2013 01:46:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 01:46:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jun 2013 01:46:49 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id DBA21AD0 for ; Wed, 12 Jun 2013 01:46:28 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 12 Jun 2013 01:46:28 -0000 Message-ID: <20130612014628.1580.61537@eos.apache.org> Subject: =?utf-8?q?=5BHama_Wiki=5D_Update_of_=22MultiLayerPerceptron=22_by_YexiJia?= =?utf-8?q?ng?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for chan= ge notification. The "MultiLayerPerceptron" page has been changed by YexiJiang: http://wiki.apache.org/hama/MultiLayerPerceptron?action=3Ddiff&rev1=3D10&re= v2=3D11 =3D=3D What is Multilayer Perceptron? =3D=3D A [[http://en.wikipedia.org/wiki/Multilayer_perceptron|multilayer percept= ron]] is a kind of feed forward [[http://en.wikipedia.org/wiki/Artificial_n= eural_network|artificial neural network]], which is a mathematic model insp= ired by the biological neural network. The multilayer perceptron can be used for various machine learning tasks = such as classification and regression. + = + = + {{https://docs.google.com/drawings/d/1DCsL5UiT6eqglZDaVS1Ur0uqQyNiXbZDAbD= WtiSPWX8/pub?w=3D813&h=3D368}} + = = =3D=3D How Multilayer Perceptron works? =3D=3D To be added...