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/08/20 21:08:41 UTC

systemml-website git commit: Add 'DML tips and tricks' sample Jupyter notebook

Repository: systemml-website
Updated Branches:
  refs/heads/master 4620131c3 -> 75c86d9be


Add 'DML tips and tricks' sample Jupyter notebook

Added link to 'DML tips and tricks' Jupyter notebook in place of Linear
Regression Conjugate Gradient Zeppelin notebook example.


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

Branch: refs/heads/master
Commit: 75c86d9be582c149314e5878ff5826b1b6c33405
Parents: 4620131
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Sun Aug 20 14:03:47 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Sun Aug 20 14:03:47 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/systemml-website/blob/75c86d9b/_src/get-started.html
----------------------------------------------------------------------
diff --git a/_src/get-started.html b/_src/get-started.html
index 25ff087..81344d4 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -75,9 +75,9 @@ limitations under the License.
         <a class="nb-link" href="https://github.com/apache/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 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/systemml/blob/master/samples/zeppelin-notebooks/SystemML_LinearRegCG.json" target="_blank"><span class="icon zeppelin-logo"></span><span>View on Github</span></a>
+        <h3>DML Tips and Tricks</h3>
+        <p>This example shows helpful matrix processing techniques and other linear algebra operations using SystemML's Declarative Machine Learning (DML) scripting language.</p>
+        <a class="nb-link" href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/DML%20Tips%20and%20Tricks%20(aka%20Fun%20With%20DML).ipynb" target="_blank"><span class="icon jupyter-logo"></span><span>View on Github</span></a>
     </div>
 
   </div>