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
- Coming from TensorFlow to NengoDL
- Coming from Nengo to NengoDL
- Classifying MNIST digits with a spiking neural network
- State of the art psMNIST results using Legendre Memory Units (LMUs)
- Other NengoDL examples
- Keyword spotting with NengoLoihi
- Nonlinear adaptive control with NengoLoihi
- CIFAR-10 classification convolutional network with NengoLoihi
- Other NengoLoihi examples
- Lorenz chaotic attractor with NengoFPGA
- MNIST classifier with NengoFPGA
- Adaptive pendulum control with NengoFPGA
- Reinforcement learning agent with NengFPGA
- Other NengoFPGA examples
- Supervised learning with the PES learning rule
- Supervised FORCE learning with the RLS learning rule
- Unsupervised association learning with the Voja learning rule
- Unsupervised synaptic plasticity rules
<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>