Henry Barnes Claude Opus 4.6 commited on
Commit ·
5525cb0
1
Parent(s): e57c1b3
fix: match neuron model names to N2 paper specs
Browse filesComparison table now matches README: CUBA LIF for N1, full model list
(CUBA, Izhikevich, Adaptive LIF, Sigma-Delta, Resonate-and-Fire) for N2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
app.py
CHANGED
|
@@ -374,7 +374,7 @@ Configure networks, validate hardware constraints, and run simulations — all i
|
|
| 374 |
| **Cores** | 128 | 128 |
|
| 375 |
| **Neurons/core** | 1,024 | 1,024 |
|
| 376 |
| **Total neurons** | 131,072 | 131,072 |
|
| 377 |
-
| **Neuron models** | LIF |
|
| 378 |
| **Learning** | 14-opcode ISA, STDP | 14-opcode ISA, three-factor |
|
| 379 |
| **Dendrites** | 4 compartments | 4 compartments |
|
| 380 |
| **Graded spikes** | 8-bit | 8-bit |
|
|
|
|
| 374 |
| **Cores** | 128 | 128 |
|
| 375 |
| **Neurons/core** | 1,024 | 1,024 |
|
| 376 |
| **Total neurons** | 131,072 | 131,072 |
|
| 377 |
+
| **Neuron models** | CUBA LIF | CUBA, Izhikevich, Adaptive LIF, Sigma-Delta, Resonate-and-Fire |
|
| 378 |
| **Learning** | 14-opcode ISA, STDP | 14-opcode ISA, three-factor |
|
| 379 |
| **Dendrites** | 4 compartments | 4 compartments |
|
| 380 |
| **Graded spikes** | 8-bit | 8-bit |
|