Author: gweidner
Date: Sun Aug 20 21:12:48 2017
New Revision: 1805583
URL: http://svn.apache.org/viewvc?rev=1805583&view=rev
Log:
Add 'DML tips and tricks' sample Jupyter notebook
Modified:
systemml/site/get-started.html
Modified: systemml/site/get-started.html
URL:
http://svn.apache.org/viewvc/systemml/site/get-started.html?rev=1805583&r1=1805582&r2=1805583&view=diff
==============================================================================
--- systemml/site/get-started.html (original)
+++ systemml/site/get-started.html Sun Aug 20 21:12:48 2017
@@ -199,9 +199,9 @@
<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>