-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated older tutorials. * Requires numpy<2.0 to avert failed check from nixio (`np.unicode_` was removed from Numpy 2.0).
- Loading branch information
Showing
8 changed files
with
78 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,17 @@ | ||
# Tutorials | ||
|
||
Scripts in this directory are intended to facilitate network development and testing by new users. | ||
Basic tutorials will introduce and drill into the following features: | ||
|
||
|
||
* Components: neurons (spiking, analog), synapses (STDP). | ||
* Configuration: dictionary/YAML API, parameter sweeps. | ||
* Simulation: pipelines, network API. | ||
* Input: current injection, data loading & synthesis. | ||
* Visualization: tensorboard. | ||
|
||
|
||
Advanced tutorials may include: | ||
|
||
* Numeric Approximation (Euler vs. RK4). | ||
* Neuromorphic Normalization (Analog). | ||
* Oscillators and Pyramidal-Interneuron Gamma (PING). | ||
* Exploring Spike-Timing-Dependent Plasticity (STDP). | ||
* Simulation: pipeline, network, and model API. | ||
* Input: data loading and synthesis. | ||
* Visualization: matplotlib and tensorboard (legacy). | ||
|
||
* Feedforward Networks (LIF/IZ). | ||
* Recurrent Networks (LIF/IZ). | ||
Covered topics include: | ||
|
||
* Olfactory Bulb Model. | ||
* Numeric approximation (Euler vs. RK4). | ||
* Oscillators and pyramidal-interneuron gamma (PING). | ||
* Spike-timing-dependent plasticity (STDP). | ||
* Setting up recurrent networks of LIF/IZ neurons. | ||
* Designing cross validated simulation experiments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters