Skip to content

Commit

Permalink
0.11 updates (apache#24)
Browse files Browse the repository at this point in the history
* Add README file

* Modify news and gluon link
  • Loading branch information
kevinthesun authored and nswamy committed Sep 5, 2017
1 parent 7b8b28c commit dbb414a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Apache MXNet Website
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ <h3>Introducing - Gluon</h3>
<a href="http://gluon.mxnet.io">Learn More</a>
</div>
<div class="col-lg-4 col-sm-12">
<h3>MXNet 0.10.0 Released</h3>
<p>We're excited to announce the release of MXNet 0.10.0! Check out the release notes for latest updates.</p>
<h3>MXNet 0.11.0 Released</h3>
<p>We're excited to announce the release of MXNet 0.11.0! Check out the release notes for latest updates.</p>
<a href="https://github.com/dmlc/mxnet/releases">Learn More</a>
</div>
<div class="col-lg-4 col-sm-12">
Expand Down
2 changes: 1 addition & 1 deletion tutorials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h1 id="logo-wrap">
<div class="section" id="tutorials">
<span id="tutorials"></span><h1>Tutorials<a class="headerlink" href="#tutorials" title="Permalink to this headline"></a></h1>
<p>These tutorials introduce a few fundamental concepts in deep learning and how to implement them in <em>MXNet</em>. The <em>Basics</em> section contains tutorials on manipulating arrays, building networks, loading/preprocessing data, etc. The <em>Training and Inference</em> section talks about implementing Linear Regression, training a Handwritten digit classifier using MLP and CNN, running inferences using a pre-trained model, and lastly, efficiently training a large scale image classifier.</p>
<p><strong>Note:</strong> We are working on a set of tutorials for the new imperative interface called Gluon. A preview version is hosted at <a class="reference external" href="http://thestraightdope.mxnet.io">thestraightdope.mxnet.io</a>.</p>
<p><strong>Note:</strong> We are working on a set of tutorials for the new imperative interface called Gluon. A preview version is hosted at <a class="reference external" href="http://gluon.mxnet.io">gluon.mxnet.io</a>.</p>
<div class="section" id="python">
<span id="python"></span><h2>Python<a class="headerlink" href="#python" title="Permalink to this headline"></a></h2>
<div class="section" id="basic">
Expand Down

0 comments on commit dbb414a

Please sign in to comment.