You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ji...@apache.org on 2015/09/02 14:35:36 UTC

svn commit: r1700790 - /incubator/singa/site/trunk/content/markdown/docs/mlp.md~

Author: jinyang
Date: Wed Sep  2 12:35:36 2015
New Revision: 1700790

URL: http://svn.apache.org/r1700790
Log:
add new images

Modified:
    incubator/singa/site/trunk/content/markdown/docs/mlp.md~

Modified: incubator/singa/site/trunk/content/markdown/docs/mlp.md~
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/mlp.md%7E?rev=1700790&r1=1700789&r2=1700790&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/mlp.md~ (original)
+++ incubator/singa/site/trunk/content/markdown/docs/mlp.md~ Wed Sep  2 12:35:36 2015
@@ -1,11 +1,5 @@
----
-layout: post
-title:  Example --- MultiLayer Perceptron
-category : docs
-tags : [example, mlp]
----
-{% include JB/setup %}
 
+# MLP Example
 
 Multilayer perceptron (MLP) is a feed-forward artificial neural network model.
 A MLP typically consists of multiple directly connected layers, with each layer fully
@@ -73,7 +67,7 @@ this MNIST dataset.
 ### Neural net
 
 <div style = "text-align: center">
-<img src = "http://singa.incubator.apache.org/assets/image/mlp-example.png" style = "width: 230px">
+<img src = "http://singa.incubator.apache.org/images/mlp-example.png" style = "width: 230px">
 <br/><strong>Figure 1 - Net structure of the MLP example. </strong></img>
 </div>