-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
216 lines (205 loc) · 6.89 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
---
layout: default
theme: theme-pink
footerClasses: gradient-bottom-center
---
<div
class="jumbotron jumbotron-fluid p-0 mb-0"
style="background-image: url({{ site.baseurl }}/img/brain-illustration.jpg)"
>
<div class="container-fluid text-center">
<h1 class="display-2 text-white">Nengo</h1>
<p class="lead m-0">Build brains</p>
</div>
</div>
<div class="main-content gradient-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 col-lg-10 col-xl-9 text-center pt-5">
<h3>
The Nengo Brain Maker is a Python package for
building, testing, and deploying neural networks.
</h3>
<div class="title-bar title-bar-pink"></div>
</div>
</div>
<div class="row justify-content-center">
<div class="col text-center pt-2 pb-5">
<div class="row">
<div class="col py-5 fade-in">
<img
src="{{ site.baseurl }}/img/icon-model.svg"
alt="Model"
class="mb-4"
/>
<p>Spiking or traditional non-spiking models</p>
</div>
<div class="col py-5 fade-in">
<img
src="{{ site.baseurl }}/img/icon-code.svg"
alt="Code"
class="mb-4"
/>
<p>Fully scriptable or GUI-based development</p>
</div>
<div class="col py-5 fade-in">
<img
src="{{ site.baseurl }}/img/icon-diagram.svg"
alt="Diagram"
class="mb-4"
/>
<p>Highly customizable or use available modules</p>
</div>
<div class="col py-5 fade-in">
<img
src="{{ site.baseurl }}/img/icon-bulb.svg"
alt="Bulb"
class="mb-4"
/>
<p>Tackle dynamic information processing</p>
</div>
<div class="col py-5 fade-in">
<img
src="{{ site.baseurl }}/img/icon-board.svg"
alt="Board"
class="mb-4"
/>
<p>Easily exploit the latest hardware</p>
</div>
</div>
<a
href="{{ site.baseurl }}{% link getting-started.md %}"
class="btn btn-secondary text-white"
>Get started with Nengo</a
>
</div>
</div>
<div class="row justify-content-center">
<div class="col-sm-10 col-lg-8 col-xl-7 text-center py-5">
<h4 class="mb-0 py-0">
Nengo is built to help solve problems with the most efficient hardware
available for that problem.
</h4>
</div>
</div>
<div class="row">
<div class="col">
<div class="text-center shadow-lg p-5 bg-white">
<img
class="gui"
src="{{ site.baseurl }}/img/gui-03.gif"
alt="NengoGUI in action"
/>
</div>
<p class="text-center py-4 text-muted">
<em
>The NengoGUI is a live coding, fully interactive environment.</em
>
</p>
</div>
</div>
<div class="row justify-content-center my-5">
<div class="col-2 col-lg-2 col-xl-2 pt-2">
<img
src="{{ site.baseurl }}/img/chip.jpg"
style="width:100%;height:auto"
class="shadow-lg rounded"
/>
</div>
<div class="col-10 col-lg-6 col-xl-7">
<h3>Nengo is highly extensible and flexible.</h3>
<p>
You can define your own neuron types, learning rules, optimization
methods, reusable subnetworks, and much more. You can also get input
directly from hardware, build and run deep neural networks, drive
robots, and even implement your model on a completely different neural
simulator or neuromorphic hardware.
</p>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-2 col-lg-2 col-xl-2 pt-2">
<img
src="{{ site.baseurl }}/img/brain.jpg"
style="width:100%;height:auto"
class="shadow-lg rounded"
/>
</div>
<div class="col-10 col-lg-6 col-xl-7">
<h3>Nengo is a powerful development environment at every scale</h3>
<p>
Among other things, Nengo is used to implement networks for deep
learning, vision, motor control, visual attention, serial recall,
action selection, working memory, attractor dynamics, inductive
reasoning, path integration, and planning with problem solving. Nengo
has libraries specifically designed to help with cognitive modelling,
deep learning, adaptive control, and accurate dynamics, to name a few.
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 product-header py-0 py-sm-5">
<div class="row my-5">
<div class="col">
<h2 class="display-4 uppercase">Try it now</h2>
<p class="lead m-0">Join the Nengo community and learn the ropes</p>
<div class="title-bar title-bar-pink"></div>
</div>
</div>
<div class="row">
<div class="col">
<a
class="text-center shadow-lg py-4 bg-white d-block font-weight-normal"
href="{{ site.baseurl }}{% link documentation.html %}"
>
<span class="text-dark">Extensive</span> <br />Documentation
</a>
</div>
<div class="col">
<a
class="text-center shadow-lg py-4 bg-white d-block font-weight-normal"
href="https://forum.nengo.ai/"
>
<span class="text-dark">Active</span> <br />Forum
</a>
</div>
<div class="col">
<a
class="text-center shadow-lg py-4 bg-white d-block font-weight-normal"
href="{{ site.baseurl }}{% link examples.md %}"
>
<span class="text-dark">Built-in</span> <br />Tutorials
</a>
</div>
<div class="col">
<a
class="text-center shadow-lg py-4 bg-white d-block font-weight-normal"
href="https://github.com/nengo"
>
Explore <br /><span class="text-dark">the Code</span>
</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center mb-5">
<div class="col-10">
<p class="lead">See Nengo in action</p>
<iframe
width="100%"
height="400"
src="https://www.youtube.com/embed/zGpwSeMtCQc?rel=0&showinfo=0"
frameborder="0"
allowfullscreen=""
></iframe>
</div>
</div>
<p class="text-center mb-5">
<a
class="btn btn-lg btn-purple text-white"
href="{{ site.baseurl }}{% link getting-started.md %}"
>Get started with Nengo</a
>
</p>
</div>
</div>