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:36:20 UTC

svn commit: r1795842 - /incubator/systemml/site/get-started.html

Author: gweidner
Date: Mon May 22 19:36:19 2017
New Revision: 1795842

URL: http://svn.apache.org/viewvc?rev=1795842&view=rev
Log:
[MINOR] Linear Regression Algorithms Demo notebook first in list

Modified:
    incubator/systemml/site/get-started.html

Modified: incubator/systemml/site/get-started.html
URL: http://svn.apache.org/viewvc/incubator/systemml/site/get-started.html?rev=1795842&r1=1795841&r2=1795842&view=diff
==============================================================================
--- incubator/systemml/site/get-started.html (original)
+++ incubator/systemml/site/get-started.html Mon May 22 19:36:19 2017
@@ -173,9 +173,9 @@
   <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>
@@ -183,11 +183,6 @@
         <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>
@@ -203,9 +198,9 @@
         <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>