There are so many differences that one's standard intuitions as a computer scientist can be very misleading... I wrote on this elsewhere: http://blog.memrise.com/2011/05/how-is-memory-stored-in-brai... http://blog.memrise.com/2011/05/how-are-brains-different-fro... For instance: - Storage and parallel computation in the brain are very expansive and cheap, so the brain prefers to store rather than compute where it can…
What does it say about me that that all makes perfect intuitive sense? As computer scientists, we get really attached to binary logic because that's how computers work. I think sometimes it doesnt occur to us that it might not actually be the best way to model the universe.
Ask HN: What data structure does our brain use?
41–50 of 81 posts
Re: Ask HN: What data structure does our brain use?
#42There are so many differences that one's standard intuitions as a computer scientist can be very misleading... I wrote on this elsewhere: http://blog.memrise.com/2011/05/how-is-memory-stored-in-brai... http://blog.memrise.com/2011/05/how-are-brains-different-fro... For instance: - Storage and parallel computation in the brain are very expansive and cheap, so the brain prefers to store rather than compute where it can…
Can you distinguish between the storage schemes in short vs. long term memory? A transition takes place at some point. Long-term storage may not be the best indicator of actual structures used in working memory, which is where the computation actually happens. Also, content-addressability may be implemented fairly independently of the actual structure, that is an encoding problem that is analogous to an error correct…
In contrast, long-term storage involves permanent changes in the synaptic weights between neurons, which survive any fluctuations in activation, and can then subtly influence computation ever after.
And for medium-term storage (from minutes to months, say), you have the hippocampus, which has a big hash table of pointers to long-term structures.
Of course, this is all a huge simplification :)
Re: Ask HN: What data structure does our brain use?
#43Re: Ask HN: What data structure does our brain use?
#44http://med.stanford.edu/ism/2011/june/math.html
So quite possibly the data storage used by a person with one particular upbrining/education would differ from a person with a different one.
In addition, different parts of the brain are likely storing data in different ways.
Re: Ask HN: What data structure does our brain use?
#45Earlier quoted context omitted.
How do you account for the fundamentally non-deterministic nature of the universe?
Actually representing the entire state of the universe sounds rather ambitious. However, the very action of 'imaging' will force the entire system into a consistent state by quantum collapse. The universe will be represented but changed, the original multitude of super-imposed states will be lost. Heisenberg's uncertainty principle implies that some things are just unknowable . However, only the most basic constituen…
Re: Ask HN: What data structure does our brain use?
#46Short answer: A graph. All data structures are simplified graphs. The state of the physical universe is a massive graph in which interconnected objects are themselves massive assemblies of graphs of atoms and the atoms are graphs of subatomic particles. It's graphs all the way down. The properties of all systems - physical, chemical, economic, biological - emerge from the interactions between simple connected element…
And a graph is a relation, and a relation is a function, etc. Just because you can model everything with graphs doesn't make them special. You can model everything with lots of things.
Re: Ask HN: What data structure does our brain use?
#47The right response is that science doesn't know yet.