You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/09/18 17:30:26 UTC

svn commit: r1703887 - in /incubator/singa/site/trunk/content: markdown/community/team-list.md markdown/develop/how-contribute.md markdown/docs/examples.md markdown/docs/rnn.md markdown/index.md resources/images/rnnlm.png

Author: wangwei
Date: Fri Sep 18 15:30:26 2015
New Revision: 1703887

URL: http://svn.apache.org/viewvc?rev=1703887&view=rev
Log:
correct link errors in front page

Added:
    incubator/singa/site/trunk/content/resources/images/rnnlm.png   (with props)
Modified:
    incubator/singa/site/trunk/content/markdown/community/team-list.md
    incubator/singa/site/trunk/content/markdown/develop/how-contribute.md
    incubator/singa/site/trunk/content/markdown/docs/examples.md
    incubator/singa/site/trunk/content/markdown/docs/rnn.md
    incubator/singa/site/trunk/content/markdown/index.md

Modified: incubator/singa/site/trunk/content/markdown/community/team-list.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/community/team-list.md?rev=1703887&r1=1703886&r2=1703887&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/community/team-list.md (original)
+++ incubator/singa/site/trunk/content/markdown/community/team-list.md Fri Sep 18 15:30:26 2015
@@ -27,7 +27,6 @@ A successful project requires many peopl
 |Sheng Wang	    |wangsh@apache.org	  |National University of Singapore	|
 |Wei Wang	      |wangwei@apache.org	  |National University of Singapore	|
 |Yuan Wang      |wangyuan@corp.netease.com  |NetEase                    |
-|Wei Wu         |hzwuw2014@corp.netease.com |NetEase                    |
 |Zhongle Xie	  |zhongle@apache.org	  |National University of Singapore	|
 |Kaiping Zheng	|kaiping@apache.org	  |National University of Singapore	|
 

Modified: incubator/singa/site/trunk/content/markdown/develop/how-contribute.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/develop/how-contribute.md?rev=1703887&r1=1703886&r2=1703887&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/develop/how-contribute.md (original)
+++ incubator/singa/site/trunk/content/markdown/develop/how-contribute.md Fri Sep 18 15:30:26 2015
@@ -1,4 +1,4 @@
-## How to Contribute to SINGA
+# How to Contribute to SINGA
 
 ___
 
@@ -7,5 +7,5 @@ As with any open source project, there a
 * Join the [mailing list](../community/mail-lists.html) and answer other user's questions.
 * [Build Singa](../quick-start.html) for yourself, in order to fix bugs.
 * Report bugs, feature requests and other issues in the [issue tracking](../community/issue-tracking.html) application.
-* Check SINGA's [development schedule](schedule.html) and [contribute code](contribute-code.html) by providing patches. 
+* Check SINGA's [development schedule](schedule.html) and [contribute code](contribute-code.html) by providing patches.
 * [Help with the documentation](contribute-docs.html) by updating webpages that are lacking or unclear.

Modified: incubator/singa/site/trunk/content/markdown/docs/examples.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/examples.md?rev=1703887&r1=1703886&r2=1703887&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/examples.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/examples.md Fri Sep 18 15:30:26 2015
@@ -1,7 +1,7 @@
 # Example Models
 
 Different models are provided as examples to help users get familiar with SINGA.
-[Neural Network](neuralnet.html) gives details on the models that are
+[Neural Network](neural-net.html) gives details on the models that are
 supported by SINGA.
 
 
@@ -13,13 +13,12 @@ supported by SINGA.
   * [Convolutional Neural Network](cnn.html) trained on MNIST and CIFAR10 for
   image classification.
 
-  * [Deep Auto-Encoders](auto-encoder.html) trained on MNIST for dimensionality
+  * [Deep Auto-Encoders](rbm.html) trained on MNIST for dimensionality
 
 
 ### Recurrent neural networks (RNN)
 
- * [RNN language model](rnn.html) trained on Penn treebank corpus for language
- modeling.
+ * [RNN language model](rnn.html) trained on plain text for language modelling.
 
 ### Energy models
 

Modified: incubator/singa/site/trunk/content/markdown/docs/rnn.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/rnn.md?rev=1703887&r1=1703886&r2=1703887&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/rnn.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/rnn.md Fri Sep 18 15:30:26 2015
@@ -1,4 +1,4 @@
-Recurrent Neural Networks for Language Modelling
+# Recurrent Neural Networks for Language Modelling
 
 ---
 

Modified: incubator/singa/site/trunk/content/markdown/index.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/index.md?rev=1703887&r1=1703886&r2=1703887&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/index.md (original)
+++ incubator/singa/site/trunk/content/markdown/index.md Fri Sep 18 15:30:26 2015
@@ -9,21 +9,26 @@ guide to run simple applications on SING
 
 ### Documentation
 * Documentations are listed [here](docs.html).
+
 * Code API can be found [here](api/index.html).
-* Research publication list is available [here](http://www.comp.nus.edu.sg/~dbsystem/singa//research/publication/).
+
+* Research publication list is available [here](http://www.comp.nus.edu.sg/~dbsystem/singa/research/publication/).
 
 ### How to contribute
 
 * Please subscribe to our development mailing list dev-subscribe@singa.incubator.apache.org.
+
 * If you find any issues using SINGA, please report it to the
 [Issue Tracker](https://issues.apache.org/jira/browse/singa).
-* You can also contact with [SINGA committers](dev/community) directly.
 
-More details on contributing to SINGA is described [here](dev/contribute).
+* You can also contact with [SINGA committers](community.html) directly.
+
+More details on contributing to SINGA is described [here](develop/how-contribute.html).
 
 
 ### Recent News
 * SINGA was presented in a [workshop on deep learning](http://www.comp.nus.edu.sg/~dbsystem/singa/workshop) held on 16 Sep, 2015
+
 * SINGA will be presented at [BOSS](http://boss.dima.tu-berlin.de/) of
 [VLDB 2015](http://www.vldb.org/2015/) at Hawai'i, 4 Sep, 2015.
 (slides: [overview](files/singa-vldb-boss.pptx),
@@ -55,7 +60,7 @@ deep learning platform](http://www.comp.
  (Open Source Software Competition) 2015 ([BibTex](http://www.comp.nus.edu.sg/~dbsystem/singa//assets/file/bib-oss.txt)).
 
 * W. Wang, G. Chen, T. T. A. Dinh, B. C. Ooi, K.-L.Tan, J. Gao, and S. Wang.
-[SINGA:putting deep learning in the hands of multimedia users](http://www.comp.nus.edu.sg/~ooibc/singa-mm15.pdf).
+[SINGA: putting deep learning in the hands of multimedia users](http://www.comp.nus.edu.sg/~ooibc/singa-mm15.pdf).
 ACM Multimedia 2015 ([BibTex](http://www.comp.nus.edu.sg/~dbsystem/singa//assets/file/bib-singa.txt)).
 
 ### License

Added: incubator/singa/site/trunk/content/resources/images/rnnlm.png
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/resources/images/rnnlm.png?rev=1703887&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/singa/site/trunk/content/resources/images/rnnlm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream