---
layout: default

awards:
  - title: 2022 Best of Sensors<br>Innovative Product of the Year finalist
    link: https://appliedbrainresearch.com/press/2022-06-23-best-of-sensors/
    img: award-sensors.png
  - title: 2018 World Economic Forum<br>Technology Pioneer
    link: https://appliedbrainresearch.com/press/2018-06-21-wef/
    img: wef.png
  - title: 2015 SVIEF<br>Top 30 Startup
    link: http://www.svief.org/
    img: svief.png
  - title: 2015 R&D 100<br>Editor's Choice
    link: http://www.rdmag.com/articles/2015/11/special-recognition-and-editors-choice-awards-presented-2015-r-d-100-awards-banquet-las-vegas
    img: RD100.jpg
---

<div class="jumbotron jumbotron-fluid p-0 mb-0" style="background-image: url(/img/brain.jpg)">
  <div class="container-fluid text-center">
    <h1 class="display-4 text-white">Inspired by the human brain</h1>
    <p class="lead m-0">Integrated AI systems for real-world applications</p>
  </div>
</div>

<div class="main-content gradient-center">
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-sm-10 col-lg-8 col-xl-7 text-center py-5">
        <img src="/img/icon-brain.svg" alt="Neural" class="mt-2 mb-4" />
        <h3>What we <strong>do</strong></h3>
        <p class="text-justify">
          At ABR we develop new kinds of AI that exploit temporal
          neural networks. Our algorithms and the hardware we use
          ranges from the conventional (CPUs, GPUs, deep networks,
          ANNs) to the unconventional (spiking ASICs, FPGAs, adaptive
          controllers, SNNs). We have deep expertise in using
          neuromorphic (and standard) hardware and software to solve
          AI problems. We have developed a software platform, Nengo,
          that flexibly combines all these methods to get you the
          lowest power, fastest speeds, and highest accuracy.
        </p>
        <p><a class="btn btn-secondary text-white" href="{{ site.baseurl }}{% link about-us.html %}">Our story</a></p>
      </div>
    </div>
    <div class="row">
      <div class="col">
        <div class="text-center shadow-lg p-5 bg-white">
          <h3 class="mb-0 py-0">What we <strong>make</strong></h3>
          <div class="row wanna-see">
            <a href="{{ site.baseurl }}{% link _products/nengo.md %}" class="col-md-4 py-5 fade-in wanna-see-card">
              <img src="/img/icon-software.svg" alt="Software" class="mb-4" />
              <h5>Nengo</h5>
              <p class="wanna-see-card-content">
                Our flagship suite of software tools to build and simulate large-scale neural systems.
              </p>
              <p>Try it out &gt;</p>
            </a>
            <a href="{{ site.baseurl }}{% link _products/lmu.md %}" class="col-md-4 py-5 fade-in wanna-see-card">
              <img src="/img/icon-models.svg" alt="Board" class="mb-4" />
              <h5>Optimal Time Series AI</h5>
              <p class="wanna-see-card-content">
                Our patent-pending Legendre Memory Unit (LMU) network is more efficient and accurate than LSTMs and Transformers.
              </p>
              <p>Show me data &gt;</p>
            </a>
            <a href="{{ site.baseurl }}{% link _products/adaptivecontrol.md %}"  class="col-md-4 py-5 fade-in wanna-see-card">
              <img src="/img/icon-method.svg" alt="Method" class="mb-4" />
              <h5>Adaptive Control</h5>
              <p class="wanna-see-card-content">
                Our patented adaptive control method to improve standard industrial control.
              </p>
              <p>Tell me more &gt;</p>
            </a>
          </div>
          <a href="{{ site.baseurl }}{% link products.html %}" class="btn btn-secondary text-white">Explore all products</a>
          <a href="{{ site.baseurl }}{% link store.html %}" class="btn btn-secondary text-white">Purchase licenses and support</a>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-sm-10 col-lg-8 text-justify py-5">

        <div id="carouselTestimonials" class="testimonials carousel slide" data-ride="carousel">
          <div class="carousel-inner text-center">
            {% assign quotes = site.collections | where: 'label', 'quotes' | first %}
            {% for ordered in quotes.order %}
            {% for quote in site.quotes %}
            {% if quote.path contains ordered %}
            <div class="carousel-item{% if forloop.first %} active{% endif %}">
              <div class="d-flex h-100 align-items-center justify-content-center">
                <a  href="{{ quote.link }}" class="blockquote">
                  {{ quote.content }}
                  <footer class="blockquote-footer">{{ quote.source }}
                    <cite title="{{ quote.title }}">{{ quote.title }}</cite>
                  </footer>
                </a>
              </div>
            </div>
            {% endif %}
            {% endfor %}
            {% endfor %}
          </div>
          <a class="carousel-control-prev" href="#carouselTestimonials" role="button" data-slide="prev">
            <span class="carousel-control-prev-icon" aria-hidden="true"></span>
            <span class="sr-only">Previous</span>
          </a>
          <a class="carousel-control-next" href="#carouselTestimonials" role="button" data-slide="next">
            <span class="carousel-control-next-icon" aria-hidden="true"></span>
            <span class="sr-only">Next</span>
          </a>
        </div>

      </div>
    </div>
  </div>
  <div class="awards">
    <div class="container">
      <div class="row justify-content-center">
        <div class="col-sm-10 col-lg-6 py-5">

          <h3 class="text-center mb-5">Awards &amp; Accolades</h3>

          <div id="carouselAwards" class="carousel slide" data-ride="carousel">
            <div class="carousel-inner">
              {% for award in page.awards %}
              <div class="carousel-item{% if forloop.first %} active{% endif %}">
                <div class="row">
                  <div class="col-lg-6 text-right awards-col">
                    <img src="/img/{{ award.img }}" />
                  </div>
                  <div class="col-lg-6 text-left awards-col">
                    <a href="{{ award.link }}">{{ award.title }}</a>
                  </div>
                </div>
              </div>
              {% endfor %}
            </div>
            <a class="carousel-control-prev" href="#carouselAwards" role="button" data-slide="prev">
              <span class="carousel-control-prev-icon" aria-hidden="true"></span>
              <span class="sr-only">Previous</span>
            </a>
            <a class="carousel-control-next" href="#carouselAwards" role="button" data-slide="next">
              <span class="carousel-control-next-icon" aria-hidden="true"></span>
              <span class="sr-only">Next</span>
            </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="container">
    <div class="row justify-content-center">
      <div class="col-sm-10 col-lg-8 col-xl-7">
        <h3 class="pt-5 text-center">Let's talk</h3>
        <p class="mb-0 py-0 text-center">
          Check out the rest of our site if you're looking for our
          <a href="{{ site.baseurl }}{% link about-us.html %}">company history</a>,
          <a href="{{ site.baseurl }}{% link products.html %}">products</a>,
          <a href="{{ site.baseurl }}{% link services.html %}">services</a>,
          or <a href="{{ site.baseurl }}{% link news.html %}">recent news</a>.
        </p>
      </div>
    </div>
    {% include contact.html %}
  </div>
</div>