Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshm committed May 10, 2024
2 parents 1c429ba + ca423a4 commit d7d61e0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions paper/sections/notebook_map.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,20 @@ flowchart LR
SN --> V250[Version with 250 Hz Input]
SN --> ATN[Analysing trained networks]
SN --> Tau[Optimizing the membrane time constant]
Tau --> AnTau[Analysing solutions for different time constants]
V250 --> AnTau
ATN --> AnTau
subgraph Minimal trainable model
Tau --> AnTau[Analysing solutions for different time constants]
V250 --> AnTau
ATN --> AnTau
end
subgraph Learning delays
DDL
DCLS
end
subgraph Alternative neuron models
FF
Dale
DThr
end
```

## Introductory notebooks
Expand Down

0 comments on commit d7d61e0

Please sign in to comment.