This commit is contained in:
2026-05-02 20:56:06 +02:00
parent 51098e995a
commit 13dfd72e78
2 changed files with 89 additions and 80 deletions
+28 -25
View File
@@ -10,7 +10,9 @@ BEH-AST mette a disposizione SYNAPSE, AXON PRESYNAPSE e BEH-BD POSTSYNAPSE. Fare
```Gen
container: EXCITATION
EXCITATION
type: container
tub_local: ??? (fullness: 50x, active: 0x, emptiness: 0x)
@@ -26,57 +28,58 @@ container: EXCITATION
- TunPossible ( contained_by: winnertakeall.md )
```
### CheckSynModification: Context
### CheckSynModification: contextor
Qui devo capire queste tracce chi le lascia e se sono esclusive?
```Gen
context: CheckSynModification
CheckSynModification: ( active: 60x )
type: contextor
contained_by: EXCITATION
in_context: Fixed
rf: 60x
condition: ( GoodTraces fullness ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
out_context: ActivateSyn_ctx
condition: ( GoodTraces Full ) AND NOT ( SYNAPSE full ) AND NOT ( PRESYNAPSE full ) AND NOT ( POSTSYNAPSE full)
out_context: ActivateSyn
condition: ( BadTraces Full )
out_context: DeActivateSyn
condition: ( BadTraces fullness )
out_context: DeActivateSyn_ctx
```
### Activate: Episode
### Activate: binder
Qui attiviamo la Syn collegando Pre e Post
Qui attiviamo la Syn collegando Pre e Post. Lo facciamo per tutte le relazioni fino a quando GoodTraces fullness
```Gen
episode: activate
activateSyn: ( active: 6x )
type: binder
contained_by: EXCITATION
in_context: ActivateSyn
rf: ( active: 6x )
hypothesis: ( GoodTraces full ) AND NOT ( ??? full )
action:
in_context: ActivateSyn_ctx
hypothesis: ( GoodTraces fullness )
bind_containers: # Novita'
[PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease]
trace: None
```
### DeActivate: Episode
### DeActivate: binder
Qui deattiviamo la Syn
```Gen
episode: DeActivate
DeActivate: ( active: 6x )
type: binder
contained_by: EXCITATION
in_context: DeActivateSyn
rf: ( active: 6x )
hypothesis: (BadTraces full)
action:
in_context: DeActivateSyn_ctx
hypothesis: (BadTraces fullness)
bind_containers: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
[PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]
trace: None
```
### ClearTraces: accumulator
deco capire dove eliminare le tracce bad e good.
+9 -3
View File
@@ -1,4 +1,4 @@
# winnertakeal: Comprehension
# winnertakeall: Comprehension
Qui comprendiamo il circuito WTA. Il behavior del WTA avviene di NIGHT dopo che DEV-SYN, DEV-POST e DEV-PRE hanno lavorato. E' un po' una novita' perche' avevo pensato che solo DEV avvenisse di NIGHT, ma ha senso, si tratta di un comportamento a livello di circuiti, e quindi riorganizzazione notturna.
@@ -10,7 +10,9 @@ L'eventuale modulazione di WTA, per ora non lo prendo in considerazione. L'ipote
Per ora non mi e' chiaro il ruolo del TUN.
```Gen
comprehension: WTA
WINNERTAKEALL
type: comprehension
include:
excitation.md
@@ -40,7 +42,11 @@ A differenza di BD che espande PRE implicitamente e trattando PRE tutti allo ste
- posso pensare di produrre il circuito in ambiente visuale tipo DrawIO, e avere un parser che me lo trasforma in questa sintassi.
```Gen
container: WTA
WTA-STRUCTURE
type: container
expansion:
elements:
# Internal