Skip to content

Commit f0ea9f2

Browse files
committed
clean up of neurocog index
1 parent ae3fcc1 commit f0ea9f2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

Diff for: docs/tutorials/neurocog/index.rst

+13-10
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,21 @@ models of neuronal information processing, dynamics, and credit
1010
assignment (as well as design one's own custom instantiations of their
1111
mathematical formulations and ideas). In this set of tutorials, we will go
1212
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.
1415

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
2124
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>`_).
2528

2629
While the reader is free to jump into any one self-contained tutorial in any
2730
order based on their needs, we organize, within each topic, the lessons starting

0 commit comments

Comments
 (0)