Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RE: RE: How do our brains work?

by japhy (Canon)
on Oct 17, 2000 at 20:53 UTC ( [id://37174]=note: print w/replies, xml ) Need Help??


in reply to RE: How do our brains work?
in thread How do our brains work?

That would be associative, then. Let's say you were sitting at your desk, programming, and you thought of something you wanted to buy -- it was in your short term memory, and then you forgot it. It wasn't until you remembered you were programming when you thought of this object that you remembered what the object WAS.
%brain = ( programming => { 'things to buy' => { 'doohickey' => undef, }, # ..., }, # ..., );
That's how I see my brain working.

$_="goto+F.print+chop;\n=yhpaj";F1:eval

Replies are listed 'Best First'.
RE: RE: RE: How do our brains work?
by KM (Priest) on Oct 17, 2000 at 21:09 UTC
    Well, your brain would make more connections than that one:

    %brain = ( programming => { 'things to buy' => { 'doohickey' => undef, }, # ..., }, things_to_buy => {'milk' => '1 gallon', 'eggs' => {'amount' => 'dozen', 'color' => 'brown', 'size' => 'Large grade A' } 'doohickey' => undef }, doohickey => (\$brain{programming}, \$brain{things_to_buy}), etc... # ..., );

    So, you would recall it in various ways. You may be at the store buying milk, you may be programming again etc... So, not that I disagree here, but the brain is more complex than any simple hash structure could illustrate.. it has triggers which will fill in other relations, according to various relations you have already made, and create new ones, remove some, blah blah blah.

    Cheers,
    KM

      Yeah, I know, that's what the # ...'s were for, I didn't want to write out some sample connections.

      Teeks, eh? You're right down the street from my house.

      $_="goto+F.print+chop;\n=yhpaj";F1:eval
RE: RE: RE: How do our brains work?
by swiftone (Curate) on Oct 17, 2000 at 20:58 UTC
    Yes, if you wanted to represent that in Perl, that'd be the closest thing. But How do you express "This math solution _looks_ wrong", or the times that something you were thinking about something and gave up, and the answer comes to you out of the blue two days later mid-beer? Or how you have to navigate all of these associatives to get to something, but the next day it's the first thing you think of?

    You can express thoughts in Perl, and it's even kind of useful, but that doesn't mean it represents how you actually _think_.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://37174]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found