From 4e68bb326f24ca84a18f8f4a817dc60e8ec075bd Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 14 Apr 2026 12:05:22 +0200 Subject: [PATCH] ulteriore ristrutturazione comprensione. --- astrocyte/TUN-AST.md | 3 --- astrocyte/{AST.md => atrocyte.md} | 13 +++++----- astrocyte/{DEV-AST.md => night-astrocyte.md} | 10 +++---- astrocyte/{BEH-SYN.md => synapse.md} | 2 ++ MAIN-G.md => main.md | 4 +-- neuron/{BEH-AXO.md => axon.md} | 2 +- neuron/{DAY-N.md => day-neuron.md} | 2 +- neuron/{BEH-BD.md => dendritic-branch.md} | 2 +- neuron/{N.md => neuron.md} | 23 ++++++++-------- neuron/{NIGHT-N.md => night-neuron.md} | 2 +- neuron/{BEH-POST.md => postsynapse.md} | 2 +- neuron/{BEH-SOMA.md => soma.md} | 2 +- org/BEH-ORG.md | 0 org/{ORG.md => organism.md} | 2 +- winnertakeall/WTA.md | 19 -------------- winnertakeall/{BEH-EXH.md => excitation.md} | 2 +- winnertakeall/{BEH-INH.md => inhibition.md} | 2 +- .../{BHE-WTA.md => winnertakeall.md} | 26 +++++++++++++++---- 18 files changed, 57 insertions(+), 61 deletions(-) delete mode 100644 astrocyte/TUN-AST.md rename astrocyte/{AST.md => atrocyte.md} (92%) rename astrocyte/{DEV-AST.md => night-astrocyte.md} (74%) rename astrocyte/{BEH-SYN.md => synapse.md} (57%) rename MAIN-G.md => main.md (84%) rename neuron/{BEH-AXO.md => axon.md} (99%) rename neuron/{DAY-N.md => day-neuron.md} (96%) rename neuron/{BEH-BD.md => dendritic-branch.md} (99%) rename neuron/{N.md => neuron.md} (81%) rename neuron/{NIGHT-N.md => night-neuron.md} (99%) rename neuron/{BEH-POST.md => postsynapse.md} (99%) rename neuron/{BEH-SOMA.md => soma.md} (99%) delete mode 100644 org/BEH-ORG.md rename org/{ORG.md => organism.md} (96%) delete mode 100644 winnertakeall/WTA.md rename winnertakeall/{BEH-EXH.md => excitation.md} (99%) rename winnertakeall/{BEH-INH.md => inhibition.md} (96%) rename winnertakeall/{BHE-WTA.md => winnertakeall.md} (75%) diff --git a/astrocyte/TUN-AST.md b/astrocyte/TUN-AST.md deleted file mode 100644 index d1baf83..0000000 --- a/astrocyte/TUN-AST.md +++ /dev/null @@ -1,3 +0,0 @@ -# TUN-AST.md - -**Tuning**: Il tuning delle SYN viene fatto da TUN-WTA, cosi' come il tunig di PRE e POST. Per Tuning intendiamo il passaggio ad actual. diff --git a/astrocyte/AST.md b/astrocyte/atrocyte.md similarity index 92% rename from astrocyte/AST.md rename to astrocyte/atrocyte.md index 7eb36f4..f1d1d88 100644 --- a/astrocyte/AST.md +++ b/astrocyte/atrocyte.md @@ -1,8 +1,8 @@ -# AST.md +# astrocyte.md -## AST: Comprehension +## ASTRO: Comprehension -Qui comprendiamo Astrocyte, sia BEH che TUN. Per ora non esprimiamo il DEV, partiamo da un numero fisso di fullness SYN, e con TUN moduliamo l'associazione di PRE<->POST tramite is SYN assegnati a ciascun AST. Quando esprimiamo DEV, il ragionamento sara' nell'ambito del network di Astrocytes, tipo se c'e' abbastanza ATP o cose del genere. +Qui comprendiamo Astrocyte, sia BEH che TUN. Per ora non esprimiamo il DEV, partiamo da un numero fisso di fullness SYN, e con TUN moduliamo l'associazione di PRE<->POST tramite is SYN assegnati a ciascun ASTRO. Quando esprimiamo DEV, il ragionamento sara' nell'ambito del network di Astrocytes, tipo se c'e' abbastanza ATP o cose del genere. A single astrocyte has a highly branched structure with thousands of fine processes, each wrapping around a different synapse. A human cortical astrocyte can contact anywhere from 100,000 to 2 million synapses simultaneously. So the question of selectivity is real and important. @@ -31,12 +31,11 @@ The simplified model could capture this with a single parameter: For a single-synapse model the distinction is invisible. But keeping the threshold concept in the model now means the architecture is already correct if you scale up later. ```Gen -comprehension: AST +comprehension: ASTRO include: - BEH-SYN.md - TUN-AST.md - DEV-AST.md + synapse.md + night-astrocyte.md expansion: - BEH-SYN ( fullness: 5x, active: 0x, emptiness: 0x ) diff --git a/astrocyte/DEV-AST.md b/astrocyte/night-astrocyte.md similarity index 74% rename from astrocyte/DEV-AST.md rename to astrocyte/night-astrocyte.md index 338c128..c7cb3d6 100644 --- a/astrocyte/DEV-AST.md +++ b/astrocyte/night-astrocyte.md @@ -1,12 +1,12 @@ -# DEV-AST.md +# night-astrocyte.md **Developing**: Qui mettiamo la creazione e distruzione di SYN -## DEV-AST: Modulator +## NIGHT-AST: Modulator ```Gen -modulator: DEV-AST - contained_by: AST +modulator: NIGHT-AST + contained_by: ASTRO tub_local: - SomeTraces (fullness: 50x, active: 0x, emptiness: 0x) @@ -19,7 +19,7 @@ modulator: DEV-AST ```Gen context: IntegrateTunPossibility - contained_by: DEV-AST + contained_by: NIGHT-AST in_context: Fixed rf: 60x diff --git a/astrocyte/BEH-SYN.md b/astrocyte/synapse.md similarity index 57% rename from astrocyte/BEH-SYN.md rename to astrocyte/synapse.md index 76e2062..5cfe601 100644 --- a/astrocyte/BEH-SYN.md +++ b/astrocyte/synapse.md @@ -1,5 +1,7 @@ # BEH-SYN.md +**Tuning**: Il tuning delle SYN viene fatto da TUN-WTA, cosi' come il tunig di PRE e POST. Per Tuning intendiamo il passaggio ad actual. + ## BEH-SYN: Container **Synapse**: Qui comprendiamo ... diff --git a/MAIN-G.md b/main.md similarity index 84% rename from MAIN-G.md rename to main.md index 52ffe2d..2abc471 100644 --- a/MAIN-G.md +++ b/main.md @@ -1,4 +1,4 @@ -# MAIN-G.md +# main.md ## MAIN-G: Comprehension @@ -7,5 +7,5 @@ ```Gen comprehension: MAIN-G - include: ORG.md + include: organism.md ``` diff --git a/neuron/BEH-AXO.md b/neuron/axon.md similarity index 99% rename from neuron/BEH-AXO.md rename to neuron/axon.md index 4a2f87d..aaae2d9 100644 --- a/neuron/BEH-AXO.md +++ b/neuron/axon.md @@ -1,4 +1,4 @@ -# BEH-AXO.md +# axon.md Qui comprendiamo: diff --git a/neuron/DAY-N.md b/neuron/day-neuron.md similarity index 96% rename from neuron/DAY-N.md rename to neuron/day-neuron.md index 68b7b39..e019058 100644 --- a/neuron/DAY-N.md +++ b/neuron/day-neuron.md @@ -1,4 +1,4 @@ -# DAY-N: Container +# day-neuron: Container **Neuron Behavior**: (traditionally observable, excluding Episodes Tuner). diff --git a/neuron/BEH-BD.md b/neuron/dendritic-branch.md similarity index 99% rename from neuron/BEH-BD.md rename to neuron/dendritic-branch.md index 161733f..b5ba314 100644 --- a/neuron/BEH-BD.md +++ b/neuron/dendritic-branch.md @@ -1,4 +1,4 @@ -# BEH-BD.md +# dendritic-branch.md Qui comprendiamo: diff --git a/neuron/N.md b/neuron/neuron.md similarity index 81% rename from neuron/N.md rename to neuron/neuron.md index 3afe732..bb01763 100644 --- a/neuron/N.md +++ b/neuron/neuron.md @@ -1,35 +1,36 @@ -# N.md +# neuron.md -## N: Comprehension +## NEURON: Comprehension **Neuron Comprehension**: Nel folder Appunti ci sono i comportamenti osservabili, dai quali siamo partiti, riducendone il numero per semplificare in questa prima fase. La forza della comprensione G. e' che possiamo aggiungere man mano nuovi comportamenti, senza gettare via nulla per ripartire da zero, come saremmo costretti a fare in una comprensione tradizionale. In questa prima comprensione, cerchiamo di fare un'espressione la piu' semplice possibile per valutare la sintassi e la grammatica e l'enliving dell'espressione. ```Gen -comprehension: N +comprehension: NEURON include: - DAY-N.md - BEH-AXO.md - BEH-SOMA.md - BEH-BD.md - NIGHT-N.md + day-neuron.md + axon.md + soma.md + postsynapse.md + dendritic-branch.md + night-neuron.md expansion: DAY-N ( active: 1x ) - tub_intricated: NightPossible ( contained_by: BEH-ORG ) + tub_intricated: NightPossible ( contained_by: ORG ) # qui e' l'organismo che va a dormire (Ipotalamo) ``` ### BehTunDevPossibility: Scope -Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con l’ipotalamo che si occupa della fatica organismica. +Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con l’ipotalamo che si occupa della fatica organismica. ```Gen scope: BehTunDevPossibility - contained_by: N + contained_by: NEURON in_context: Fixed rf: 60x diff --git a/neuron/NIGHT-N.md b/neuron/night-neuron.md similarity index 99% rename from neuron/NIGHT-N.md rename to neuron/night-neuron.md index df803af..56eb603 100644 --- a/neuron/NIGHT-N.md +++ b/neuron/night-neuron.md @@ -1,4 +1,4 @@ -# NIGHT-N: Modulator +# night-neuron: Modulator Neuron Development - LTP-LTD Behavior: diff --git a/neuron/BEH-POST.md b/neuron/postsynapse.md similarity index 99% rename from neuron/BEH-POST.md rename to neuron/postsynapse.md index 60355c9..23a0f79 100644 --- a/neuron/BEH-POST.md +++ b/neuron/postsynapse.md @@ -1,4 +1,4 @@ -# BEH-POST.md +# postsynapse.md Qui comprendiamo: diff --git a/neuron/BEH-SOMA.md b/neuron/soma.md similarity index 99% rename from neuron/BEH-SOMA.md rename to neuron/soma.md index f5e267a..8c2c62c 100644 --- a/neuron/BEH-SOMA.md +++ b/neuron/soma.md @@ -1,4 +1,4 @@ -# BEH-SOMA.md +# soma.md Qui comprendiamo: diff --git a/org/BEH-ORG.md b/org/BEH-ORG.md deleted file mode 100644 index e69de29..0000000 diff --git a/org/ORG.md b/org/organism.md similarity index 96% rename from org/ORG.md rename to org/organism.md index 8037001..bbc0ed7 100644 --- a/org/ORG.md +++ b/org/organism.md @@ -1,4 +1,4 @@ -# ORG.md +# organism.md ## ORG: Comprehension diff --git a/winnertakeall/WTA.md b/winnertakeall/WTA.md deleted file mode 100644 index e2c1f62..0000000 --- a/winnertakeall/WTA.md +++ /dev/null @@ -1,19 +0,0 @@ -# WTA: 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. - -L'eventuale TUN o DEV di BEH-WTA, per ora non lo prendo in considerazione. L'ipotesi e' che il DEV crei nuove possibilita': - -- allungando AXO, comportamento che va con N e AST -- creando nuovi N e AST - -Per ora non mi e' chiaro il ruolo del TUN. - -```Gen -comprehension: WTA - - include: BEH-WTA.md - - expansion: BEH-WTA ( active: 1x ) - -``` diff --git a/winnertakeall/BEH-EXH.md b/winnertakeall/excitation.md similarity index 99% rename from winnertakeall/BEH-EXH.md rename to winnertakeall/excitation.md index 7f5980c..0323ac1 100644 --- a/winnertakeall/BEH-EXH.md +++ b/winnertakeall/excitation.md @@ -1,4 +1,4 @@ -# BEH-EXH.md +# excitation.md ## BEH-EXH: Container diff --git a/winnertakeall/BEH-INH.md b/winnertakeall/inhibition.md similarity index 96% rename from winnertakeall/BEH-INH.md rename to winnertakeall/inhibition.md index 5551a86..d0e1968 100644 --- a/winnertakeall/BEH-INH.md +++ b/winnertakeall/inhibition.md @@ -1,4 +1,4 @@ -# BEH-INH.md +# inhibition.md ## BEH-INH: Container diff --git a/winnertakeall/BHE-WTA.md b/winnertakeall/winnertakeall.md similarity index 75% rename from winnertakeall/BHE-WTA.md rename to winnertakeall/winnertakeall.md index 44bb69c..c20c80c 100644 --- a/winnertakeall/BHE-WTA.md +++ b/winnertakeall/winnertakeall.md @@ -1,4 +1,24 @@ -# BEH-WTA.md +# winnertakeal: 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. + +L'eventuale TUN o DEV di BEH-WTA, per ora non lo prendo in considerazione. L'ipotesi e' che il DEV crei nuove possibilita': + +- allungando AXO, comportamento che va con N e AST +- creando nuovi N e AST + +Per ora non mi e' chiaro il ruolo del TUN. + +```Gen +comprehension: WTA + + include: + - excitation.md + - inhibition.md + + expansion: BEH-WTA ( active: 1x ) + +``` ## BEH-WTA: Container @@ -18,10 +38,6 @@ A differenza di BD che espande PRE implicitamente e trattando PRE tutti allo ste ```Gen container: BEH-WTA - include: - BEH-EXH.md - BEH-INH.md - internal_container: NEU-001: BEH.N from N.md NEU-002: BEH.N from N.md