This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 634e95e  [MINOR] update tutorials page with notebooks (#80)
634e95e is described below

commit 634e95ed984c5e9fd434ced93faf2d8ab2c4d5b8
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Thu Apr 22 03:03:18 2021 +0530

    [MINOR] update tutorials page with notebooks (#80)
    
    - basic databricks setup
    - dml playground with colab for algorithms prototyping
---
 README.md                           |  2 +-
 _src/_sass/_icons.scss              |  5 +++
 _src/assets/img/databricks-logo.svg |  1 +
 _src/get-started.html               | 64 ++++++++-----------------------------
 4 files changed, 20 insertions(+), 52 deletions(-)

diff --git a/README.md b/README.md
index 3b94b06..9e70e8d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# SystemML Website
+# SystemDS Website
 
 ## Dependencies
 
diff --git a/_src/_sass/_icons.scss b/_src/_sass/_icons.scss
index 0738bd1..5908496 100644
--- a/_src/_sass/_icons.scss
+++ b/_src/_sass/_icons.scss
@@ -42,6 +42,11 @@
     background-size: 70px 45px;
     width: 70px; height: 45px;
        }
+  &.databricks-logo {
+               background-image: none, url('../img/databricks-logo.svg');
+    background-size: 140px 45px;
+    width: 140px; height: 45px;
+       }
   &.hadoop-logo {
                background-image: none, url('../img/hadoop-logo.png');
     background-size: 60px 45px;
diff --git a/_src/assets/img/databricks-logo.svg 
b/_src/assets/img/databricks-logo.svg
new file mode 100644
index 0000000..fa98796
--- /dev/null
+++ b/_src/assets/img/databricks-logo.svg
@@ -0,0 +1 @@
+<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; viewBox="0 0 712.77 
112.97"><defs><style>.cls-1{fill:none;}.cls-2{fill:#ff3621;}.cls-3{clip-path:url(#clip-path);}</style><clipPath
 id="clip-path" transform="translate(0 0)"><rect class="cls-1" width="725.33" 
height="112.97"/></clipPath></defs><title>DAT_Logo_product</title><polygon 
class="cls-2" points="0 29.44 0 32.84 52.13 62.25 98.69 35.96 98.7 46.58 52.13 
73.04 2.62 44 [...]
\ No newline at end of file
diff --git a/_src/get-started.html b/_src/get-started.html
index 09397a3..d019a52 100644
--- a/_src/get-started.html
+++ b/_src/get-started.html
@@ -23,16 +23,7 @@ limitations under the License.
 {% endcomment %}
 -->
 
-<!-- Hero  -->
-<!-- <section class="full-stripe full-stripe--subpage-header clear-header">
-  <div class="ml-container ml-container--horizontally-center">
-    <div class="col col-12 content-group">
-      <h1>Tutorials</h1>
-    </div>
-  </div>
-</section> -->
-
-<!-- Install SystemML -->
+<!-- Install SystemDS -->
 <section class="full-stripe full-stripe--alternate">
   <div class="ml-container ml-container--vertically-centered 
ml-container--reverse-order">
     <div class="col col-6 content-group content-group--more-padding">
@@ -46,54 +37,25 @@ limitations under the License.
       <a class="button button-primary" href="{{ site.data.project.docs 
}}site/install">Install SystemDS</a>
     </div>
   </div>
+
   <!-- Sample Notebooks -->
-  <!-- <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
+  <h2 id="sample-notebook" class="text-center">Sample Notebooks</h2>
   <div class="flex-container">
     <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/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>
-      <p>This notebook shows SystemML Deep Learning functionality to map 
images of single digit numbers to their
-        corresponding numeric representations.</p>
-      <a class="nb-link"
-        
href="https://github.com/apache/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>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/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>
-    </div>
-    <div class="nb-card">
-      <h3>SystemML Scala Tutorial</h3>
-      <p>This tutorial includes simple example to run DML script and display 
output.</p>
-      <a class="nb-link" 
href="https://github.com/apache/systemml/blob/master/samples/jupyter-notebooks/tutorial1.ipynb";
-        target="_blank"><span class="icon jupyter-logo"></span><span>View on 
Github</span></a>
-    </div>
-    <div class="nb-card">
-      <h3>Autoencoder</h3>
-      <p>This notebook demonstrates the invocation of the SystemML autoencoder 
script, and alternative ways of passing
-        in/out data.</p>
+      <h3>Prototype algorithms with SystemDS</h3>
+      <p>This notebook demonstrates the development setup and usage of 
SystemDS.</p>
       <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>
+      
href="https://colab.research.google.com/github/apache/systemds/blob/master/notebooks/systemds_dev.ipynb";
+      target="_blank"><span><img 
src="https://www.tensorflow.org/images/colab_logo_32px.png";>  Run in 
browser</span></a>
     </div>
     <div class="nb-card">
-      <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>
+      <h3>Working with Databricks platform</h3>
+      <p>This notebook provides with basic walkthrough of how to use systemds 
library on databricks platform</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>
+        
href="https://github.com/apache/systemds/blob/master/notebooks/databricks/MLContext.scala";
+        target="_blank"><span class="icon databricks-logo"></span><span>View 
on Github</span></a>
     </div>
+    
 
-  </div> -->
+  </div>
 </section>
\ No newline at end of file

Reply via email to