logoalt Hacker News

froh01/22/20253 repliesview on HN

I wonder how concepts are "learned" or how they evolve.

in the 1990s I studied "Women, Fire and dangerous Things" https://scholar.google.com/scholar?cluster=11854940822538766...

And among other things they observed and pointed out how different concepts are between cultures.


Replies

erikerikson01/22/2025

Neuroscientists suggest Hebbian learning. Better known as "neurons that fire together, wire together" which can be roughly rephrased to "neurons identify correlations in the input". They do this in a quasi-layered environment differentially modulated by waves of the materials used to alter their connections (a.k.a. trophic factor).

Vampiero01/22/2025

I believe it's like a tree that's sprouting.

Imagine the sensory pathway from sense organ to brain. As information travels it preferentially goes in one direction as opposed to another. When it reaches a dead end it splits and forms its own branch. Then the next bit of information will reach this new dead end, and split again. And so on until everything is processed and categorized. Basically a graph search problem in a self-modifying graph where you can have cycles and feedback loops and layers and many other structures that are not yet captured by the state of the art in ML, and where each node is specialized for a specific task.

K0balt01/22/2025

Somewhat Analogous to tokenization?