You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2017/05/22 19:27:28 UTC

incubator-systemml-website git commit: [MINOR] Linear Regression Algorithms Demo notebook first in list

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 216764350 -> dc4e296be


[MINOR] Linear Regression Algorithms Demo notebook first in list

Moved Linear Regression Algorithms Demo notebook to first in list and
removed one Zeppelin notebook sample.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/commit/dc4e296b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/tree/dc4e296b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/diff/dc4e296b

Branch: refs/heads/master
Commit: dc4e296be2fa5267b91a7f40eb6aa9e713394ecc
Parents: 2167643
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Mon May 22 12:24:39 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Mon May 22 12:24:39 2017 -0700

----------------------------------------------------------------------
 _src/get-started.html | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/dc4e296b/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 60adbdf..3025f01 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -50,9 +50,9 @@ limitations under the License.
   <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
   <div class="flex-container">
     <div class="nb-card">
-        <h3>SystemML LinearRegCG</h3>
-        <p>SystemML Linear Regression in Zeppelin Notebook.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
+        <h3>Linear Regression Algorithms Demo</h3>
+        <p>This notebook demonstrates the development of various linear regression algorithms in SystemML.</p>
+        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
         <h3>Deep Learning Image Classification</h3>
@@ -60,11 +60,6 @@ limitations under the License.
         <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
-        <h3>Linear Regression Algorithms Demo</h3>
-        <p>This notebook demonstrates the development of various linear regression algorithms in SystemML.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
-    </div>
-    <div class="nb-card">
         <h3>SystemML PySpark Recommendation Demo</h3>
         <p>This demonstrates using SystemML for product recommendation using Poisson NonNegative Matrix Factorization (PNMF) with PNMF algorithm written using R like syntax.</p>
         <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/SystemML-PySpark-Recommendation-Demo.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
@@ -80,9 +75,9 @@ limitations under the License.
         <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/jupyter-notebooks/Autoencoder.ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
     <div class="nb-card">
-        <h3>SystemML Zeppelin Tutorial</h3>
-        <p>SystemML Zeppelin tutorial.</p>
-        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/tutorial1_zeppelin.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
+        <h3>SystemML Linear Regression Conjugate Gradient</h3>
+        <p>This example shows SystemML Linear Regression Conjugate Gradient algorithm in Zeppelin Notebook.</p>
+        <a class="nb-link" href="https://github.com/apache/incubator-systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
     </div>
 
   </div>