Skip to content

Commit f38368e

Browse files
authored
Update README.md
1 parent bff61de commit f38368e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neurophysics-neuroscience/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Nengo
55

6+
<img src="images/nengo.png">
7+
68
[Nengo](https://www.nengo.ai) is a graphical and scripting based software package for simulating large-scale neural systems. The book How to build a brain, which includes Nengo tutorials, is now available. This website also has additional information on the book.
79

810
To use Nengo, you define groups of neurons in terms of what they represent, and then form connections between neural groups in terms of what computation should be performed on those representations. Nengo then uses the Neural Engineering Framework (NEF) to solve for the appropriate synaptic connection weights to achieve this desired computation. Nengo also supports various kinds of learning. Nengo helps make detailed spiking neuron models that implement complex high-level cognitive algorithms.

0 commit comments

Comments
 (0)