-
Notifications
You must be signed in to change notification settings - Fork 0
Parallel Thought
toaomalkster edited this page Nov 17, 2019
·
7 revisions
- All processors compete against each other
- Attention Attenuator looks at the relative strengths of output from all processors, ignoring anything currently in WM.
- AA picks the output of one processor (can be multiple events)
- AA loads selected output into WM, slotting them in into order with what's already in WM
- All processors compete against what's currently in WM and against each other
- Attention Attenuator picks anything that can fit into WM, given the relative strengths of what's already in WM. Probably does this in two steps:
- Pick all emitted events, and order them relative to each other.
- Apply them to WM relative to existing WM entries
- Entries in WM get pushed out if they have lower strengths than new events, and WM is full.
CF still only picks top-most event.
Has the interesting effect of allowing parallel thought, with the top-most thought stream being fed back via CF, but everything else being 'background' thought.
Advantages:
- Disregarding biological plausibility, this seems like the kind of optimisations that are built into modern computer CPUs to speed up processing.
Disadvantages:
- I'm not sure how biologically plausible this is.
Consequences:
- 'HANDLED' tag no longer works. Because there's no single selection of which event has 'handled' another. See discussion in Memory,-Events-and-Percepts---A-discussion-on-Representation for details and drawbacks.
(Added 2019-10-27. Labels: work-in-progress)
Copyright © 2023 Malcolm Lett - Licensed under GPL 3.0
Contact: my.name at gmail
- Theory Home
- Consciousness is a Semiotic Meta-management Feedback Loop
- A Theory of Consciousness
- What is Consciousness
- Background to A Theory of Mind
- Philosophical Description of Consciousness
- Awareness of Thought is not the mystery
- The analogy of the Thalamic symbiote
- The Hard Problem of Experience
- Visceral Loop
- The Error Prone Brain
- Proto AGI v1
- Focusing on the Why
- Human Phenomena
- Guiding Principles
- Theory Archive