Modified: websites/staging/singa/trunk/content/downloads.html ============================================================================== --- websites/staging/singa/trunk/content/downloads.html (original) +++ websites/staging/singa/trunk/content/downloads.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Download SINGA</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> @@ -321,20 +321,46 @@ <ul> -<li>Latest code: please clone the latest code from <a class="externalLink" href="https://github.com/apache/incubator-singa">Github</a></li> +<li> +<p>Latest code: please clone the latest code from <a class="externalLink" href="https://github.com/apache/incubator-singa">Github</a></p></li> + +<li> +<p>v0.2.0 (14 January 2016):</p> + +<ul> + +<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz">Apache SINGA 0.2.0</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/apache-singa-incubating-0.2.0.tar.gz.md5">[MD5]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/0.2.0/KEYS">[KEYS]</a></li> + +<li><a href="releases/RELEASE_NOTES_0.2.0.html">Release Notes 0.2.0</a></li> + +<li>New features and major updates, + +<ul> + +<li><a href="docs/gpu.html">Training on GPU</a> enables training of complex models on a single node with multiple GPU cards.</li> + +<li><a href="docs/hybrid.html">Hybrid neural net partitioning</a> supports data and model parallelism at the same time.</li> + +<li><a href="docs/python.html">Python wrapper</a> makes it easy to configure the job, including neural net and SGD algorithm.</li> + +<li><a href="docs/general-rnn.html">RNN model and BPTT algorithm</a> are implemented to support applications based on RNN models, e.g., GRU.</li> + +<li><a href="docs/distributed-training.html">Cloud software integration</a> includes Mesos, Docker and HDFS.</li> + +<li>Visualization of neural net structure and layer information, which is helpful for debugging.</li> + +<li>Linear algebra functions and random functions against Blobs and raw data pointers.</li> + +<li>New layers, including SoftmaxLayer, ArgSortLayer, DummyLayer, RNN layers and cuDNN layers.</li> + +<li>Update Layer class to carry multiple data/grad Blobs.</li> + +<li>Extract features and test performance for new data by loading previously trained model parameters.</li> + +<li>Add Store class for IO operations.</li> + </ul></li> + </ul></li> </ul> -<!-- * v0.2.0-RC1 (7 January 2016): - * [Apache SINGA 0.2.0](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz) - [\[MD5\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz.md5) - [\[SHA256\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/apache-singa-incubating-0.2.0-RC1.tar.gz.sha256) - [\[KEYS\]](https://dist.apache.org/repos/dist/dev/incubator/singa/0.2.0/KEYS) - * [Release Notes 0.2.0](releases/RELEASE_NOTES_0.2.0.html) - * New features and major updates, - * [Training on GPU](docs/gpu.html) enables training of complex models on a single node with multiple GPU cards. - * [Hybrid neural net partitioning](docs/hybrid.html) supports data and model parallelism at the same time. - * [Python wrapper](docs/python.html) makes it easy to configure the job, including neural net and SGD algorithm. - * [RNN model and BPTT algorithm](docs/general-rnn.html) are implemented to support applications based on RNN models, e.g., GRU. - * [Cloud software integration](docs/distributed-training.html) includes Mesos, Docker and HDFS. --> <ul> @@ -344,7 +370,7 @@ <li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/singa/apache-singa-incubating-0.1.0.tar.gz">Apache SINGA 0.1.0</a></li> -<li><a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.asc">[PGP]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5">[MD5]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.sha256">[SHA256]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/KEYS">[KEYS]</a></li> +<li><a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.asc">[PGP]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/apache-singa-incubating-0.1.0.tar.gz.md5">[MD5]</a> <a class="externalLink" href="https://dist.apache.org/repos/dist/release/incubator/singa/KEYS">[KEYS]</a></li> <li><a href="releases/RELEASE_NOTES_0.1.0.html">Release Notes 0.1.0</a></li>
Modified: websites/staging/singa/trunk/content/index.html ============================================================================== --- websites/staging/singa/trunk/content/index.html (original) +++ websites/staging/singa/trunk/content/index.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – A Distributed Deep Learning Platform</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html ============================================================================== --- websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html (original) +++ websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.1.0.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – singa-incubating-0.1.0 Release Notes</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html ============================================================================== --- websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html (original) +++ websites/staging/singa/trunk/content/releases/RELEASE_NOTES_0.2.0.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – singa-incubating-0.2.0 Release Notes</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/architecture.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/architecture.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/architecture.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – SINGA Architecture</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/checkpoint.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/checkpoint.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/checkpoint.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – CheckPoint</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/cnn.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/cnn.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/cnn.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – CNN Example</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/code-structure.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/code-structure.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/code-structure.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Code Structure</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/communication.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/communication.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/communication.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Communication</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/data.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/data.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/data.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Data Preparation</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/debug.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/debug.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/debug.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – How to Debug</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/distributed-training.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/distributed-training.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/distributed-training.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Distributed Training</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/examples.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/examples.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/examples.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Example Models</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/frameworks.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/frameworks.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/frameworks.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Distributed Training Framework</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/index.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/index.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/index.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – v0.1.0 Documentation</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/installation.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/installation.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/installation.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Installation</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/layer.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/layer.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/layer.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Layers</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/lmdb.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/lmdb.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/lmdb.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – </title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/mlp.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/mlp.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/mlp.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – </title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/model-config.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/model-config.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/model-config.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Model Configuration</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/neural-net.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/neural-net.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/neural-net.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Neural Net</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/neuralnet-partition.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Neural Net Partition</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/overview.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/overview.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/overview.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Introduction</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/param.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/param.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/param.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Parameters</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/programmer-guide.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Programmer Guide</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/programming-guide.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/programming-guide.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/programming-guide.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Programming Guide</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/quick-start.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/quick-start.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/quick-start.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Quick Start</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/rbm.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/rbm.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/rbm.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – RBM Example</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/rnn.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/rnn.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/rnn.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Recurrent Neural Networks for Language Modelling</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/train-one-batch.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Train-One-Batch</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" /> Modified: websites/staging/singa/trunk/content/v0.1.0/updater.html ============================================================================== --- websites/staging/singa/trunk/content/v0.1.0/updater.html (original) +++ websites/staging/singa/trunk/content/v0.1.0/updater.html Thu Jan 14 15:31:20 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2016-01-13 + | Generated by Apache Maven Doxia at 2016-01-14 | Rendered using Apache Maven Fluido Skin 1.4 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160113" /> + <meta name="Date-Revision-yyyymmdd" content="20160114" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache SINGA – Updater</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
