Files

136 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2026-04-14 12:05:22 +02:00
# dendritic-branch.md
2026-03-08 10:01:18 +01:00
2026-03-07 12:26:39 +01:00
Qui comprendiamo:
2026-03-08 10:01:18 +01:00
2026-05-03 20:03:02 +02:00
- DENDRITIC-BRANCH: Dendritic Branch
2026-03-07 12:26:39 +01:00
2026-05-03 20:03:02 +02:00
## DENDRITIC-BRANCH: Container
2026-03-08 10:01:18 +01:00
**Simplified behaviors**:
2026-04-02 12:14:56 +02:00
— ms:
2026-04-08 18:28:34 +02:00
- Each active spine contributes VPost (EPSP) to VDB
- VDB decays passively each ms
2026-04-06 16:56:51 +02:00
— secs:
2026-04-03 16:33:48 +02:00
2026-04-06 11:08:26 +02:00
- nothing in the simplified model
2026-04-03 16:33:48 +02:00
— mins:
2026-04-03 16:33:48 +02:00
2026-04-06 15:44:09 +02:00
- nothing in the simplified model
2026-04-08 18:28:34 +02:00
(structural remodelling of spine neck geometry under LTP/LTD would live here if added later)
2026-04-03 16:33:48 +02:00
2026-04-02 12:18:36 +02:00
---
2026-03-07 12:26:39 +01:00
```Gen
2026-05-03 20:03:02 +02:00
Container: DENDRITIC-BRANCH
2026-04-03 16:56:57 +02:00
include:
BEH-POST.md
2026-04-03 16:56:57 +02:00
2026-04-06 16:27:17 +02:00
expansion:
- BEH-POST ( full: 50x, active: 0x, empty: 10x )
# managed_by: BEH-EXH or BEH-INH from winnertakeall
# developed_by: DEV-BD-BEH-POST-TUB from DEV-N
tub_local:
2026-04-07 17:41:08 +02:00
- VPost ( full: 50x, active: 0x, empty: 10x )
2026-04-06 16:27:17 +02:00
2026-04-06 16:56:51 +02:00
tub_intricated:
2026-04-07 17:49:27 +02:00
- VDB ( contained_by: BEH-SOMA )
2026-04-06 16:56:51 +02:00
```
2026-04-08 12:04:49 +02:00
---
**Tubs:**
2026-04-08 18:28:34 +02:00
- **VPost**: e' l'integrazione degli EPSP della postsinapse
2026-04-08 12:04:49 +02:00
---
2026-04-06 16:56:51 +02:00
### ms: behaviors BD
2026-04-07 17:41:08 +02:00
#### CheckVPost:Context
2026-04-06 16:56:51 +02:00
Contestualizziamo in maniera Fixed?
```Gen
2026-04-07 17:41:08 +02:00
context: CheckVPost
2026-05-03 20:03:02 +02:00
contained_by: DENDRITIC-BRANCH
2026-04-06 16:56:51 +02:00
in_context: Fixed
rf: ( active: 60x )
2026-04-07 17:41:08 +02:00
condition: (VPost fullness)
out_context: VPostMax
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
condition: (VPost mediumness)
out_context: VPostMedium
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
condition: (VPost emptiness)
out_context: VPostLow
2026-04-06 16:27:17 +02:00
```
2026-04-06 16:56:51 +02:00
2026-04-10 11:35:39 +02:00
##### VDBMax: Episode
2026-04-06 16:56:51 +02:00
```Gen
2026-04-07 17:41:08 +02:00
episode: VDBMax
2026-05-03 20:03:02 +02:00
contained_by: DENDRITIC-BRANCH
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
in_context: VPostMax
2026-04-06 16:56:51 +02:00
rf: ( active: 2x )
2026-04-07 17:41:08 +02:00
hypothesis: NOT (VDB full)
action: [VDB increase]
2026-04-06 16:56:51 +02:00
trace:
```
2026-04-10 11:35:39 +02:00
##### VDBMed: Episode
2026-04-06 16:56:51 +02:00
```Gen
2026-04-07 17:41:08 +02:00
episode: VDBMed
2026-05-03 20:03:02 +02:00
contained_by: DENDRITIC-BRANCH
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
in_context: VPostMed
2026-04-06 16:56:51 +02:00
rf: ( active: 2x )
2026-04-07 17:41:08 +02:00
hypothesis: NOT (VDB full)
action: [VDB increase]
2026-04-06 16:56:51 +02:00
trace:
```
2026-04-10 11:35:39 +02:00
##### VDBLow: Episode
2026-04-06 16:56:51 +02:00
```Gen
2026-04-07 17:41:08 +02:00
episode: VDBLow
2026-05-03 20:03:02 +02:00
contained_by: DENDRITIC-BRANCH
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
in_context: VPostLow
2026-04-06 16:56:51 +02:00
rf: ( active: 2x )
2026-04-07 17:41:08 +02:00
hypothesis: NOT (VDB full)
action: [VDB increase]
2026-04-06 16:56:51 +02:00
trace:
```
2026-04-07 17:41:08 +02:00
#### VDBlearance: Episode
2026-04-06 16:56:51 +02:00
2026-04-07 17:55:56 +02:00
Qui facciamo il clearance del VDB. Lo facciamo in questo modo perche' abbiamo semplificato quello che succede fra BD e SOMA.
2026-04-06 16:56:51 +02:00
2026-04-08 18:28:34 +02:00
Qui posso aggiungere il flush, clearance veloce quando c'e' il bAP.
2026-04-06 16:56:51 +02:00
```Gen
2026-04-07 17:41:08 +02:00
episode: VDBClearance
2026-05-03 20:03:02 +02:00
contained_by: DENDRITIC-BRANCH
2026-04-06 16:56:51 +02:00
2026-04-07 17:41:08 +02:00
in_context: Fixed
2026-04-06 16:56:51 +02:00
rf: ( active: 2x )
2026-04-07 17:41:08 +02:00
hypothesis: NOT (VDB empty)
action: [VDB decrease]
2026-04-06 16:56:51 +02:00
trace:
2026-04-07 17:41:08 +02:00
```