neuron
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
# neuron-beh.md
|
||||
|
||||
## NEURON-BEH: Container
|
||||
|
||||
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
|
||||
|
||||
Questo container viene attivato durente il DAY in neuron.md.
|
||||
|
||||
```Gen
|
||||
NEURON-BEH
|
||||
|
||||
type: container
|
||||
|
||||
expansion:
|
||||
- AXON ( active: 1x )
|
||||
- SOMA ( active: 1x )
|
||||
- D-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-BEH
|
||||
in_context: Fixed
|
||||
rf: 60x
|
||||
|
||||
condition: ( SpikeTrainTraces Empty ) # Day
|
||||
out_context: TunPossible
|
||||
@@ -12,13 +12,64 @@ NEURON
|
||||
type: comprehension
|
||||
|
||||
include:
|
||||
neuron-beh.md
|
||||
axon.md
|
||||
soma.md
|
||||
postsynapse.md
|
||||
dendritic-branch.md
|
||||
neuron-dev.md
|
||||
d-branch.md
|
||||
|
||||
expansion: NEURON-BEH ( active: 1x )
|
||||
expansion:
|
||||
|
||||
@AXON: EXPAND [ comprehension: AXON ]
|
||||
@SOMA: EXPAND [ comprehension: SOMA ]
|
||||
@D_BRANCH: EXPAND [ comprehension: D_BRANCH ]
|
||||
|
||||
intrication:
|
||||
|
||||
# Scope
|
||||
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
|
||||
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
|
||||
|
||||
# Context
|
||||
*??: INTRICATION [ ref: &??.*?? ]
|
||||
|
||||
# Tub
|
||||
_??: INTRICATION [ ref: &??._?? ]
|
||||
|
||||
instantiation:
|
||||
|
||||
# Context
|
||||
*TunPossible: CONTEXT []
|
||||
|
||||
# Tub
|
||||
_SpikeTrainTraces: TUB [ full: 60x, active: 30x, empty: 0x ]
|
||||
|
||||
# Behaviour
|
||||
$: BEHAVIOUR [ behaviour: MAIN_NEURON ]
|
||||
```
|
||||
|
||||
### MAIN_NEURON
|
||||
|
||||
```Gen
|
||||
MAIN_NEURON
|
||||
|
||||
type: behaviour
|
||||
|
||||
within_scope: !DAY
|
||||
|
||||
snippet:
|
||||
@: ACCUMULATOR [ snippet: TunPossibility, rf: active 12x ]
|
||||
```
|
||||
|
||||
#### TunPossibility
|
||||
|
||||
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
|
||||
|
||||
```Gen
|
||||
TunPossibility
|
||||
|
||||
type: contextor
|
||||
|
||||
in_context: *Fixed
|
||||
|
||||
condition: _SpikeTrainTraces Empty
|
||||
out_context: *TunPossible
|
||||
|
||||
Reference in New Issue
Block a user