From c7fc35e3b79e5616be2703d097eff63e2a2537b1 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Sat, 7 Mar 2026 18:47:16 +0100 Subject: [PATCH] aggiunta file e su AST e WTA --- astrocyte/AST.md | 0 astrocyte/DEV-AST.md | 3 ++ astrocyte/TUN-AST.md | 58 +++++++++++++++++++++++++++++++++++++++ neuron/BEH-AXO.md | 22 +++++++-------- neuron/N.md | 2 +- winnertalkeall/BEH-WTA.md | 12 ++++++-- winnertalkeall/WTA.md | 0 7 files changed, 82 insertions(+), 15 deletions(-) create mode 100644 astrocyte/AST.md create mode 100644 winnertalkeall/WTA.md diff --git a/astrocyte/AST.md b/astrocyte/AST.md new file mode 100644 index 0000000..e69de29 diff --git a/astrocyte/DEV-AST.md b/astrocyte/DEV-AST.md index e69de29..b27243a 100644 --- a/astrocyte/DEV-AST.md +++ b/astrocyte/DEV-AST.md @@ -0,0 +1,3 @@ +Qui mettiamo la creazione o la distruzione di SYN. Il ragionamento qui e' tutto fa il network di Astocytes, tipo se c'e' abbastanza ATP o cose del genere. + +E' la creazione di nuove SYN che permette poi al TUN-AST di attivare la SYN, se c'e' la possibilita' fra PRE e POST. \ No newline at end of file diff --git a/astrocyte/TUN-AST.md b/astrocyte/TUN-AST.md index e69de29..92a3728 100644 --- a/astrocyte/TUN-AST.md +++ b/astrocyte/TUN-AST.md @@ -0,0 +1,58 @@ +Qui mettiamo l'attivazione/disattivazione di una SYN possibile, messa a disposizione dal DEV-AST. + +Il ragionamento e' fra la possibilita' di SYN, e le possibilita' di PRE e POST. + +La novita' e' lo SCOPE, nel quale avviene il ragionamento. + +# TUN-AST: Modulator +... + +```Gen +modulator: TUN-AST + contained_by: AREA1 + + modulates: BEH-AXO/expansion/BEH-PRE + # + + tub_modulation: # + - prePossible ( N/BEH-AXO/BEH-PRE/possible ) + - preActual ( N/BEH-AXO/BEH-PRE/actual ) + - postPossible ( N/BEH-BD/BEH-POST/possible ) + - postActual ( N/BEH-BD/BEH-POST/actual ) + - synPossible ( AST/BEH-AST/SYN/actual ) + - synActual ( AST/BEH-AST/SYN/actual ) + + tub_local: + - ??? (fullness: 50x, active: 0x, emptiness: 0x) + # intricated with ??? +``` + +## ??: Context + +.... + +```Gen +context: ??? + + contained_by: TUN-AST + in_context: Fixed + rf: 60x + + condition: ( ??? Empty ) # + out_context: ??? +``` + +## Activate: Episode +.... + +```Gen +episode: activate + contained_by: TUN-AST + + in_context: ??? + rf: ( active: 6x ) + + hypothesis: NOT (?? empty) + action: [??? decrease] + trace: None +``` diff --git a/neuron/BEH-AXO.md b/neuron/BEH-AXO.md index 0d9d0fb..7865169 100644 --- a/neuron/BEH-AXO.md +++ b/neuron/BEH-AXO.md @@ -54,26 +54,26 @@ L'idea e' che: ```Gen container: BEH-PRE - expansion: - - BEH-PRE-VGCC ( fullness: 10x, active: 5x, emptiness: 2x ) - # modulated_by: TUN-PRE-VGCC # possible/actual + expansion: + - BEH-PRE-VGCC ( fullness: 10x, active: 5x, emptiness: 2x ) + # modulated_by: TUN-PRE-VGCC # possible/actual - tub_local: - - Ca2+ ( fullness: 60x, active: 30x, emptiness: 0x ) + tub_local: + - Ca2+ ( fullness: 60x, active: 30x, emptiness: 0x ) # modulated_by: DEV-PRE-CA2+FULL # Full - - Rrp ( fullness: 30x, active: 15x, emptiness: 0x ) + - Rrp ( fullness: 30x, active: 15x, emptiness: 0x ) # modulated_by: DEV-PRE-RRP-FULL # Full - - Rp ( fullness: 30x, active: 15x, emptiness: 0x ) + - Rp ( fullness: 30x, active: 15x, emptiness: 0x ) # modulated_by: DEV-PRE-RRP-FULL # Full - - TagRelease ( fullness: 1x, active: 0x, emptiness: 0x ) + - TagRelease ( fullness: 1x, active: 0x, emptiness: 0x ) - - CaTraces ( fullness: 50x, active: 0x, emptiness: 0x ) + - CaTraces ( fullness: 50x, active: 0x, emptiness: 0x ) - tub_intricated: - - Nt ( contained_by: BEH-SYN ) # intricated name (from BEH-SYN) + tub_intricated: + - Nt ( contained_by: BEH-SYN ) # intricated name (from BEH-SYN) ``` diff --git a/neuron/N.md b/neuron/N.md index 981b453..6d5a9b8 100644 --- a/neuron/N.md +++ b/neuron/N.md @@ -51,5 +51,5 @@ container: BEH-N expansion: - BEH-AXO ( active: 1x ) - BEH-SOMA ( active: 1x ) - - BEH-DB ( active: 3x ) + - BEH-DB ( active: 3x ) ``` \ No newline at end of file diff --git a/winnertalkeall/BEH-WTA.md b/winnertalkeall/BEH-WTA.md index a0cca1a..a405cb1 100644 --- a/winnertalkeall/BEH-WTA.md +++ b/winnertalkeall/BEH-WTA.md @@ -8,9 +8,15 @@ Qui comprendiamo: container: BEH-WTA expansion: - - NEU-001.axon.terminal-1 -[excites: ast=AST-001]-> NEU-002.dendrite.branch-1 - - NEU-001.axon.terminal-2 -[excites: ast=AST-002]-> NEU-002.dendrite.branch-2 - - NEU-002.axon.terminal-1 -[inhibits: ast=AST-001]-> NEU-001.dendrite.branch-1 + INTERNAL-001: + - NEU-001.AXO -[AST-001]-> NEU-003.BD-001, NEU-004.BD-001 + - NEU-002.AXO -[AST-001]-> NEU-003.BD-001 + OUTGOING-001: + - NEU-003.AXO -[@]-> @.BD-001 + - NEU-004.AXO -[@]-> @.BD-001 + INCOMING-001: + - @.AXO -[@]-> NEU-001.BD-001, NEU-002.BD-001 + - @.AXO -[@]-> NEU-004.BD-001, NEU-003.BD-001 ``` 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, ma comunque mantenendo la gerarchia, e la relazione, qui espandiamo esplicitamente. diff --git a/winnertalkeall/WTA.md b/winnertalkeall/WTA.md new file mode 100644 index 0000000..e69de29