|
|
|
|
|
by p1esk
970 days ago
|
|
Artificial neural networks are the closest working model of a brain we have today. Lots of graph nodes, with weighted connections, performing distributed computation (mainly hierarchical pattern matching), learning from data by gradually updating weights, using selective attention (and/or recurrence, and/or convolutional filters). Which of the above is not happening in our brains? Which of the above is not biologically inspired? In fact this description equally applies to both a brain and GPT4. |
|
The model can be the closest working model but that doesn't mean it is complete. It's very likely that cells can store memories/information independent from weights.