@@ -10,18 +10,21 @@ models of neuronal information processing, dynamics, and credit
10
10
assignment (as well as design one's own custom instantiations of their
11
11
mathematical formulations and ideas). In this set of tutorials, we will go
12
12
through the central basics of using ngc-learn's in-built biophysical components,
13
- also called "cells" and "synapses", to craft and simulate adaptive neural systems.
13
+ also called "cells" and "synapses", to craft and simulate adaptive neural systems
14
+ and biophysical computational models.
14
15
15
- Usefully, ngc-learn starts with a collection of cells -- those that are partitioned into
16
- those that are graded / real-valued (`ngclearn.components.neurons.graded `) and those that spike
17
- (`ngclearn.components.neurons.spiking `). In addition, ngc-learn supports another
18
- collection called synapses -- generally, those that are learned with Hebbian schemes
19
- (`ngclearn.components.synapses.hebbian `) such as spike-timing-dependent plasticity
20
- and multi-factor rules. With the in-built, standard cells and synapses in these two
16
+ Usefully, ngc-learn starts with a collection of cells -- those that are partitioned
17
+ into those that are graded / real-valued (`ngclearn.components.neurons.graded `)
18
+ and those that spike (`ngclearn.components.neurons.spiking `). In addition,
19
+ ngc-learn supports another collection called synapses -- generally, those that
20
+ adapt (or "learn") with biological credit assignment building blocks
21
+ (such as those in `ngclearn.components.synapses.hebbian `) such as
22
+ spike-timing-dependent plasticity and multi-factor rules. With the in-built,
23
+ standard cells and synapses in these two
21
24
core collections, you can readily construct a wide variety of models, recovering
22
- many classical ones previously proposed in research in computational neuroscience
23
- and brain-inspired computing (many of these models are available for external
24
- download in the `Model Museum <https://github.com/NACLab/ngc-museum >`_.
25
+ many classical ones previously proposed in computational neuroscience
26
+ and brain-inspired computing researach (many of these kinds of models are available
27
+ for external download in the `Model Museum <https://github.com/NACLab/ngc-museum >`_) .
25
28
26
29
While the reader is free to jump into any one self-contained tutorial in any
27
30
order based on their needs, we organize, within each topic, the lessons starting
0 commit comments