This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
167 lines (160 loc) · 7.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
---
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 ></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 ></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 ></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 & 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>