|
|
|
|
|
by throw310822
5 days ago
|
|
> Human brains are estimated to have a few hundred trillion synapses. If you tried to replicate this in a neural network model with one parameter per synapse... Note that LLM parameters don't map to synapses in the same naive way they would for a fully connected network. Each attention parameter is applied thousands or millions of times to the inputs at each inference pass, so it's more like each param might code for a neural circuit repeated thousands of times. I think of attention as a sort of convolution: in a NN, each convolution kernel gets applied repeatedly to all parts of an image, but in the human visual cortex I imagine these circuits are effectively all separate and parallel. The few parameters of a convolution kernel map to thousands of identical circuits in the visual cortex. |
|
Though there are things like looped transformers that reuse the same parameters multiple times even for a single token, so maybe those will finally give us AGI if scaled up to a trillion parameters and looped hundreds of times. (Sounds expensive!)