This is fascinating to me. The list of things the author suggests the cerebellum handles is a tailor-made list of things I'm oddly bad at: 1. I'm very uncoordinated, with a noticeable intentional tremor 2. I'm particularly bad at sequencing dependencies for projects/errands/household tasks. I have to write down even fairly simple sequences of subtasks or get lost in yak-shaving loops 3. When flustered, I make very di…
What does the cerebellum do?
101–110 of 209 posts
Re: What does the cerebellum do?
#102Earlier quoted context omitted.
$800,000 is a lot of money, even after taxes you'd only have to work a few years at that salary before you could live reasonably comfortably for the rest of your life without working at all. Seems perfectly reasonably to switch to a lower stress career at some point.
The personalities attracted to the role aren’t really amenable to thinking that way.
Re: What does the cerebellum do?
#103So classical conditioning in humans requires special cells in the Cerebellum (Purkinje cells), which can even do single-cell learning. Which artificial neurons can't do, as only weights (artificial synapses) are updated. So how is classical conditioning actually implemented in artificial neural networks? I assume there is some minimum network which makes it work.
Well classical conditioning kind of only makes sense in the context of an agent that is receiving inputs and taking actions on them. Many neural networks don't solve problems of that type, and so have no need for classical conditioning. But when you do have such a problem conditioning is not very complicated. The normal algorithms and neural structures are designed to learn stuff like "when a given input happens a ce…
Re: What does the cerebellum do?
#104What a marvellous article. One thing I’ve never quite appreciated in neuroscience is how useful physical movement is as a debugging layer. During a task, in observing gaits, tremors, speed, accuracy, etc., you’re able to gain a deeper understanding of how cognition works for non-movement tasks. I guess cognition is, after all, still just movement, but through a conceptual plane instead of a physical one.
It's been argued that most, maybe all, of human cognition is based on a sort of folk-physics mental model with objects. We throw ideas into the ring to be chewed on and distilled and maybe brought in to practice or thrown out as useless. The linguistic metaphors we use, at least, to talk about ideas and abstractions, are never more than one, maybe two, steps away from a hand moving or rearranging something.
Kind of like how object permanence [0] must be learned by babies, slowly worked into their internal model, even though "things don't usually vanish when they go behind other things" seems like reliably low-hanging fruit for any process (whether evolutionary or meddling demigod) to wire up as instinctual physics knowledge.
Re: What does the cerebellum do?
#105Earlier quoted context omitted.
Even if you are a full materialist it's fallacious to assume there is one "part" that does something, like it's a factory assembly. Instead it might be a function of the composition of brain parts. It's like asking which part of a bat makes it fly. The wings? Well kind of, but you need more than that. I guess you can fly without feet... it's just not a well formed question.
If you ask question a bit differently, then it's not a mystery at all. Why brain parts that have neural structure, which is conductive to fine and agile motor control, perform motor control?
Re: What does the cerebellum do?
#106Why must mental functions be localized to physical components?
Re: What does the cerebellum do?
#107Re: What does the cerebellum do?
#108Earlier quoted context omitted.
Are you suggesting a metaphysical structure? I don't understand what you are getting at.
Even if you are a full materialist it's fallacious to assume there is one "part" that does something, like it's a factory assembly. Instead it might be a function of the composition of brain parts. It's like asking which part of a bat makes it fly. The wings? Well kind of, but you need more than that. I guess you can fly without feet... it's just not a well formed question.
Its true that a particular function may mot be localizable more specifically than the brain (or even the whole body), because defining it as a distinct function may not reflect the organization of conponents within the body. But that's still performed by a defined physical system, and there are still sub-functions necessary to perform that function that are localizable to narrower components.
> It's like asking which part of a bat makes it fly.
Its like that in that we absolutely can describe specific parts of the bat and what each contributes to flight.
Re: What does the cerebellum do?
#109AI, on the other hand, is designed to solve specific problems efficiently, and it can be engineered to mimic certain aspects of human cognition without necessarily needing to understand the underlying mechanisms.
While it's possible that AI could eventually help us better understand the brain, I believe that advancements in neuroscience will continue to be crucial for unlocking the full potential of AI. Understanding how the brain processes information, learns, and makes decisions could lead to the development of more sophisticated and human-like AI systems.
Re: What does the cerebellum do?
#110> In total, the cerebellum contains 80% of all neurons! Apples and oranges, but that's so reminiscent of MLPs in Transformers. A similarly large fraction of the weights in transformers come from the MLPs in each layer.