Skip to content

Latest commit

 

History

History
94 lines (77 loc) · 4.69 KB

examples.md

File metadata and controls

94 lines (77 loc) · 4.69 KB
layout theme title pageTitle
default
theme-blue
Example models
Nengo Examples
<div class="row justify-content-center">
  <div class="col-12 col-lg-12 pb-5 documentation-source">
    <div class="row example-ctas">
# Featured examples

Deep learning

Neuromorphic hardware

Online learning

Neural Engineering Framework

Cognitive modelling with SPA

      <div class="col-10 col-lg-5 py-0 py-sm-5">
        <div class="row mt-5 pt-5">
          <div class="card-border shadow-sm fade-in">
            <div class="card-header">
              <h3 class="m-0 py-2">GUI tutorials</h3>
            </div>
            <div class="card-body bg-white">
              <img class="mb-3" src="{{ site.baseurl}}/img/examples-gui.png">
              <p>Guided tutorials showing the basics of how to build models and visualize them are built into NengoGUI.</p>
              <p>Access them through the <em>built-in examples</em> at the top-left.</p>
              <a class="btn btn-primary btn-block" href="https://github.com/nengo/nengo-gui">Install NengoGUI</a>
            </div>
          </div>
        </div>

        <div class="row">
          <div class="card-border shadow-sm pt-5 fade-in">
            <div class="card-header">
              <h3 class="m-0 py-2">Community examples</h3>
            </div>
            <div class="card-body bg-white">
              <img class="mb-3" src="{{ site.baseurl}}/img/examples-community.png">
              <p>Explore examples and tutorials shared on the Nengo community forums and, when you're ready, share your own!</p>
              <a class="btn btn-primary btn-block" href="https://forum.nengo.ai/c/examples-tutorials/8">Visit the forum</a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>