varie
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# TUN-WTA.md
|
||||
|
||||
Non credo ci sia bisogno del TUN del WTA, almeno in prima battuta.
|
||||
|
||||
## TUN-WTA: Modulator
|
||||
|
||||
```Gen
|
||||
modulator: TUN-WTA
|
||||
contained_by: WTA
|
||||
|
||||
tub_local:
|
||||
- SomeTraces (fullness: 50x, active: 0x, emptiness: 0x)
|
||||
```
|
||||
@@ -1,6 +1,6 @@
|
||||
# WTA: Comprehension
|
||||
|
||||
**Winner Take All**: Qui comprendiamo un circuito.
|
||||
**Winner Take All**: Qui comprendiamo il circuito WTA. Il behavior del WTA avviene di NIGHT dopo che DEV-SYN, DEV-POST e DEV-PRE hanno lavorato.
|
||||
|
||||
Questo e' il nuovo tipo di espansione che permette di specificare un "circuito" di possibilita'.
|
||||
A differenza di BD che espande PRE implicitamente e trattando PRE tutti allo stesso modo. L'espansione:
|
||||
@@ -22,7 +22,7 @@ In questo modo abbiamo allargato il concetto di espansione. Problemi da risolver
|
||||
|
||||
When parser sees:
|
||||
|
||||
- INH-001: INC-001, NEU-001.(1), @
|
||||
- INH-001: INC-001, NEU-001, @
|
||||
|
||||
Template lookup:
|
||||
|
||||
@@ -43,17 +43,15 @@ Result:
|
||||
|
||||
- {SRC} — always the presynaptic neuron
|
||||
- {TGT} — always the postsynaptic neuron
|
||||
- {x} — always which dendritic branch eg.(1,2,3) for Neuron type N
|
||||
- {AST} — always the enveloping astrocyte
|
||||
- @ — Astrocyte da definire dall'alto
|
||||
|
||||
---
|
||||
|
||||
```Gen
|
||||
comprehension: WTA
|
||||
|
||||
include:
|
||||
BEH-WTA.md
|
||||
# TUN-WTA.md
|
||||
|
||||
expansion:
|
||||
|
||||
@@ -61,6 +59,10 @@ comprehension: WTA
|
||||
|
||||
structure:
|
||||
|
||||
template:
|
||||
EXH-001: {SRC}.BEH-AXO -[excites]-> {TGT}.BEH-BD({x}) ~{AST}
|
||||
INH-001: {SRC}.BEH-AXO -[inhibits]-> {TGT}.BEH-SOMA ~{AST}
|
||||
|
||||
elements:
|
||||
NEU-001: BEH.N from N.md
|
||||
NEU-002: BEH.N from N.md
|
||||
@@ -77,10 +79,6 @@ comprehension: WTA
|
||||
OUT-001 # Neurone che sara' specificato piu' in "alto" perche' alla frontiera
|
||||
OUT-002
|
||||
|
||||
template:
|
||||
EXH-001: {SRC}.BEH-AXO -[excites]-> {TGT}.BEH-BD({x}) ~{AST}
|
||||
INH-001: {SRC}.BEH-AXO -[inhibits]-> {TGT}.BEH-SOMA ~{AST}
|
||||
|
||||
circuit:
|
||||
AREA-001:
|
||||
EXH-001: NEU-001, NEU-003.(1), AST-001
|
||||
|
||||
Reference in New Issue
Block a user