This commit is contained in:
2026-05-05 12:20:32 +02:00
parent e268428b86
commit 191bfd85a6
2 changed files with 13 additions and 7 deletions
+34
View File
@@ -0,0 +1,34 @@
# neuron-day.md
## NEURON: Container
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
Questo container viene attivato durente il DAY in neuron.md.
```Gen
NEURON
type: container
expansion:
- AXON ( active: 1x )
- SOMA ( active: 1x )
- DENDRITIC-BRANCH ( active: 3x )
```
### TunPossibility: contextor
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
```Gen
TunPossibility
type: contextor
contained_by: NEURON
in_context: Fixed
rf: 60x
condition: ( SpikeTrainTraces Empty ) # Day
out_context: TunPossible