blob: 6e19da5c859f86b5eb426b4a1a31c37178e153f6 [file] [log] [blame]
---
layout: page
title: Tutorials
description: Tutorial Page
group: nav-right
---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->
<!-- hero image -->
<section class="hero-banner hero-home">
<div class="banner-overlay">
<div class="banner-content">
<h1>{{ page.title }}</h1><br>
<p>Learn Apache SystemML.</p>
</div>
</div>
</section>
<!-- content -->
<main>
<!-- Tutorial 1 description and text-->
<section class="full-stripe">
<div class="ml-container ml-container--medium-width ml-container--vertically-centered">
<div class="col col-6 feature-content preview-image">
<img src="/assets/img/robotTutorial.gif" alt="Declarative, Large-Scale Machine Learning with Apache SystemML">
</div>
<div class="col col-6 feature-content button-group">
<h2>Declarative, Large-Scale Machine Learning with Apache SystemML</h2>
<a class="button button-secondary" href="tutorial-kdd2017.html">KDD 2017 Tutorial</a>
</div>
</div>
</section>
<!-- Tutorial 2 description and text-->
<!--
<section class="full-stripe full-stripe--alternate">
<div class="ml-container ml-container--medium-width ml-container--vertically-centered">
<div class="col col-6 feature-content">
<h2>Distributed Cluster</h2>
<p><em>Tutorial Coming Soon.</em></p>
</div>
<div class="col col-6 feature-content preview-image">
<img class="coming-soon" src="/assets/img/what-is-systemml.png" alt="Distributed Clusters Tutorial Coming Soon">
</div>
</div>
</section>
-->
<!-- Tutorial 3 description and text-->
<!--
<section class="full-stripe">
<div class="ml-container ml-container--medium-width ml-container--vertically-centered">
<div class="col col-6 feature-content preview-image">
<img class="coming-soon" src="/assets/img/airport-traffic.png" alt="Deep Learning Image Analysis Tutorial Coming Soon">
</div>
<div class="col col-6 feature-content">
<h2>Deep Learning Image Analysis</h2>
<p><em>Tutorial Coming Soon.</em></p>
</div>
</div>
</section>
-->
</main>