da capire qual'e' l'expansion BEH-WTA da modulare
This commit is contained in:
@@ -12,11 +12,10 @@ A differenza di BD che espande PRE implicitamente e trattando PRE tutti allo ste
|
|||||||
- collega un N1 con un N2
|
- collega un N1 con un N2
|
||||||
- specifica che tipologia: excitation o inhibition
|
- specifica che tipologia: excitation o inhibition
|
||||||
- specifica dove avviene la excitation o inhibition (SOMA, BDx, eventalmente AXOx)
|
- specifica dove avviene la excitation o inhibition (SOMA, BDx, eventalmente AXOx)
|
||||||
- specifica il TUN che si occupera' della modulazione per CIASCUNA riga di espansione.
|
|
||||||
|
|
||||||
In questo modo abbiamo allargato il concetto di espansione. Problemi da risolvere:
|
In questo modo abbiamo allargato il concetto di espansione. Problemi da risolvere:
|
||||||
|
|
||||||
- INH e EXH ora espongono il modulo WTA ad un'area cerebrale dove viene specificato l'intricazione fra moduli
|
- INC e OUT ora espongono il modulo WTA ad un'area cerebrale dove viene specificato l'intricazione fra moduli
|
||||||
- posso pensare di produrre il circuito in ambiente visuale tipo DrawIO, e avere un parser che me lo trasforma in questa sintassi.
|
- posso pensare di produrre il circuito in ambiente visuale tipo DrawIO, e avere un parser che me lo trasforma in questa sintassi.
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -46,15 +45,14 @@ Result:
|
|||||||
- {SRC} — always the presynaptic neuron
|
- {SRC} — always the presynaptic neuron
|
||||||
- {TGT} — always the postsynaptic neuron
|
- {TGT} — always the postsynaptic neuron
|
||||||
- {AST} — always the enveloping astrocyte
|
- {AST} — always the enveloping astrocyte
|
||||||
|
- @ — Astrocyte da definire dall'alto
|
||||||
- @ Astrocyte da definire dall'alto
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
container: BEH-WTA
|
container: BEH-WTA
|
||||||
|
|
||||||
expansion:
|
structure:
|
||||||
|
|
||||||
elements:
|
elements:
|
||||||
NEU-001: N.md
|
NEU-001: N.md
|
||||||
@@ -65,11 +63,11 @@ container: BEH-WTA
|
|||||||
AST-002: AST.md
|
AST-002: AST.md
|
||||||
|
|
||||||
incoming:
|
incoming:
|
||||||
INC-001 # Neuroni che saranno specificati piu' in "alto" perche' alla frontiera
|
INC-001 # Neurone che sara' specificato piu' in "alto" perche' alla frontiera
|
||||||
INC-002
|
INC-002
|
||||||
|
|
||||||
outgoing:
|
outgoing:
|
||||||
OUT-001 # Neuroni che saranno specificati piu' in "alto" perche' alla frontiera
|
OUT-001 # Neurone che sara' specificato piu' in "alto" perche' alla frontiera
|
||||||
OUT-002
|
OUT-002
|
||||||
|
|
||||||
expansion_template:
|
expansion_template:
|
||||||
@@ -91,21 +89,3 @@ container: BEH-WTA
|
|||||||
INH-001: INC-001, NEU-001, @
|
INH-001: INC-001, NEU-001, @
|
||||||
EXH-001: NEU-003, OUT-001, @
|
EXH-001: NEU-003, OUT-001, @
|
||||||
```
|
```
|
||||||
|
|
||||||
### excitory: Expansion
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
expansion: excitory
|
|
||||||
contained_by: BEH-WTA
|
|
||||||
|
|
||||||
N.AXO -[excites]-> N.BD~@ ~AST
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### inhibitory: Expansion
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
expansion: inhibitory
|
|
||||||
contained_by: BEH-WTA
|
|
||||||
```
|
|
||||||
@@ -24,9 +24,7 @@ modulator: TUN-WTA-PRE-POST
|
|||||||
contained_by: TUN-WTA
|
contained_by: TUN-WTA
|
||||||
|
|
||||||
modulates:
|
modulates:
|
||||||
- BEH-WTA/expansion_template/EXH-001
|
- WTA/expansion/BEH-WTA
|
||||||
- BEH-WTA/expansion_template/EXH-002
|
|
||||||
- BEH-WTA/expansion_template/EXH-003
|
|
||||||
|
|
||||||
tub_modulation:
|
tub_modulation:
|
||||||
- pre
|
- pre
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ comprehension: WTA
|
|||||||
TUN-WTA.md
|
TUN-WTA.md
|
||||||
|
|
||||||
expansion:
|
expansion:
|
||||||
BEH-WTA ( 1x )A
|
BEH-WTA (1x)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user