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 ```Gen
container: EXCITATION EXCITATION
type: container
tub_local: ??? (fullness: 50x, active: 0x, emptiness: 0x) tub_local: ??? (fullness: 50x, active: 0x, emptiness: 0x)
@@ -26,57 +28,58 @@ container: EXCITATION
- TunPossible ( contained_by: winnertakeall.md ) - TunPossible ( contained_by: winnertakeall.md )
``` ```
### CheckSynModification: Context ### CheckSynModification: contextor
Qui devo capire queste tracce chi le lascia e se sono esclusive? Qui devo capire queste tracce chi le lascia e se sono esclusive?
```Gen ```Gen
context: CheckSynModification CheckSynModification: ( active: 60x )
type: contextor
contained_by: EXCITATION contained_by: EXCITATION
in_context: Fixed 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) condition: ( BadTraces fullness )
out_context: ActivateSyn out_context: DeActivateSyn_ctx
condition: ( BadTraces Full )
out_context: DeActivateSyn
``` ```
### 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 ```Gen
episode: activate activateSyn: ( active: 6x )
type: binder
contained_by: EXCITATION contained_by: EXCITATION
in_context: ActivateSyn in_context: ActivateSyn_ctx
rf: ( active: 6x ) hypothesis: ( GoodTraces fullness )
hypothesis: ( GoodTraces full ) AND NOT ( ??? full )
action:
bind_containers: # Novita' bind_containers: # Novita'
[PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease] [PRESYNAPSE increase, POSTSYNAPSE increase, SYNAPSE increase, GoodTraces decrease]
trace: None trace: None
``` ```
### DeActivate: Episode ### DeActivate: binder
Qui deattiviamo la Syn Qui deattiviamo la Syn
```Gen ```Gen
episode: DeActivate DeActivate: ( active: 6x )
type: binder
contained_by: EXCITATION contained_by: EXCITATION
in_context: DeActivateSyn in_context: DeActivateSyn_ctx
rf: ( active: 6x ) hypothesis: (BadTraces fullness)
hypothesis: (BadTraces full)
action:
bind_containers: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso. bind_containers: # Devo essere sicuro di eliminare i 3 che sono collegati, non a caso.
[PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease] [PRESYNAPSE decrease, POSTSYNAPSE decrease, SYNAPSE decrease, GoodTraces decrease]
trace: None trace: None
``` ```
### ClearTraces: accumulator
deco capire dove eliminare le tracce bad e good.
+11 -5
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. 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,9 +10,11 @@ L'eventuale modulazione di WTA, per ora non lo prendo in considerazione. L'ipote
Per ora non mi e' chiaro il ruolo del TUN. Per ora non mi e' chiaro il ruolo del TUN.
```Gen ```Gen
comprehension: WTA WINNERTAKEALL
include: type: comprehension
include:
excitation.md excitation.md
inhibition.md inhibition.md
neuron.md neuron.md
@@ -20,7 +22,7 @@ comprehension: WTA
???.md ( BEH-INC ) ???.md ( BEH-INC )
???.md ( BEH-OUT ) ???.md ( BEH-OUT )
expansion: WTA ( active: 1x ) expansion: WTA ( active: 1x )
``` ```
@@ -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. - posso pensare di produrre il circuito in ambiente visuale tipo DrawIO, e avere un parser che me lo trasforma in questa sintassi.
```Gen ```Gen
container: WTA WTA-STRUCTURE
type: container
expansion:
elements: elements:
# Internal # Internal