This commit is contained in:
2026-03-12 11:46:35 +01:00
parent ad9509f7f9
commit ba96f55edb
2 changed files with 7 additions and 22 deletions
-13
View File
@@ -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)
```
+7 -9
View File
@@ -1,6 +1,6 @@
# WTA: Comprehension # 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'. 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: 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: When parser sees:
- INH-001: INC-001, NEU-001.(1), @ - INH-001: INC-001, NEU-001, @
Template lookup: Template lookup:
@@ -43,17 +43,15 @@ Result:
- {SRC} — always the presynaptic neuron - {SRC} — always the presynaptic neuron
- {TGT} — always the postsynaptic neuron - {TGT} — always the postsynaptic neuron
- {x} — always which dendritic branch eg.(1,2,3) for Neuron type N
- {AST} — always the enveloping astrocyte - {AST} — always the enveloping astrocyte
- @ — Astrocyte da definire dall'alto - @ — Astrocyte da definire dall'alto
---
```Gen ```Gen
comprehension: WTA comprehension: WTA
include: include:
BEH-WTA.md BEH-WTA.md
# TUN-WTA.md
expansion: expansion:
@@ -61,6 +59,10 @@ comprehension: WTA
structure: structure:
template:
EXH-001: {SRC}.BEH-AXO -[excites]-> {TGT}.BEH-BD({x}) ~{AST}
INH-001: {SRC}.BEH-AXO -[inhibits]-> {TGT}.BEH-SOMA ~{AST}
elements: elements:
NEU-001: BEH.N from N.md NEU-001: BEH.N from N.md
NEU-002: 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-001 # Neurone che sara' specificato piu' in "alto" perche' alla frontiera
OUT-002 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: circuit:
AREA-001: AREA-001:
EXH-001: NEU-001, NEU-003.(1), AST-001 EXH-001: NEU-001, NEU-003.(1), AST-001