Brain Science Podcast discussion
2011
>
Intelligence
date
newest »

message 1:
by
Henry
(new)
Aug 30, 2011 11:24AM

reply
|
flag
Henry wrote: "My fascination of the brain science started 6 months ago when I read Time magazine on Singularity (my degree is in EE with a background in Computer Science). I read books written by computer scient..."
Thank you for contributing to this group. Intelligence certainly is an example of something that is not easy to define even though everyone thinks they know what it is! I tend to agree with those who argue that human beings have many different types of intelligence.
Also, the more we learn about animals the more we come to appreciate that most are "smarter" than we ever imagined.
Thank you for contributing to this group. Intelligence certainly is an example of something that is not easy to define even though everyone thinks they know what it is! I tend to agree with those who argue that human beings have many different types of intelligence.
Also, the more we learn about animals the more we come to appreciate that most are "smarter" than we ever imagined.

I would love to get feedback on a model that deals with both executives (logical/symbolic and emotional/intuitive) and sense-centered intelligence. Another key aspect stems from competing demands for limited mental resources: http://web.me.com/rcmsite/RCMsite

Now, if you want to have some real fun, ponder what the definition of a super-intelligence might be.


Modern program development environments enhance your intelligence in a number of ways:
1) Fast search is provided so you can quickly find variables and functions, when as usual you forget their exact positions in the 200 or so files that make up your program.
2) Programs are organised into a taxonomy with classes at the top, and functions below those, and the DE provides you with a tree display to locate things within the taxonomy. They will display alphabetically the function names in any selected class, supporting more efficient Recognition compared to Recall.
3) Whenever you click on a function or a variable, in 2 more mouse clicks you can go directly to its definition, or to a list of the references to it.
4) The windows onto programs that allow us to press buttons and read lists are built from thousands of lines of code, but the DE will build this code semi-automatically for you, so it is not unusual to produce 2000 lines of code a day, which you then tailor to your own requirements, easily done once you learnt the structure of the code used to build a window.
Research at Microsoft has looked at putting cameras on people's heads, and microphones on their lapels, to record day-to-day memories allowing them to be searched as in the DE.
Working in a DE has funny effects on the mind. A week after writing code you forget completely why you chose the particular design, and it tends to take half a day to re-familiarise yourself.
You wake up in the night with code swimming before your eyes, that you try to analyse but can't quite make it (without all the support of the DE).
You tend to remember short phrases that typify the code in each function.
For example, "I can't remember the name of the function, but I know it contains de.Value". The DE will search and list all references, with the file names (it ought to be the class names), and that is usually enough to trigger Recognition within a minute or so.
I am constantly up against my limitations in memory and in analysing code I wrote a year ago. And I find it very hard to generalise about the structure of my code spead over so many files.
I gather that long-term memory theories in Cognitive Psychology say that we create similar taxonomies, and frames to describe frequent events, like a meal out. The frame describes a typical meal, for example, and an individual meal has memory links to the frame, and any unusual features that distinguish the memory from the frame. Three-level taxonomies are the most common.
(See Murphy, "The Big Book of Concepts")
So I suppose having more intelligence would mean remembering deeper taxonomies, and having the ability to generalise a frame from a smaller number of repeated memories (but we tend to do that anyway when we become paranoid). That means doing the statistics more efficiently, and developing the ability to filter out noise.
We do seem to have the sort of search facilities that the DE has, but they are very slow. Often I can remember a person but not their name, but by repeatedly retrieving memories of seeing them, the name will eventually (sometimes over 2 days) pop into my consciousness.
I don't feel I need a better memory, just better analytic abilities, and I would be very happy to rely on a portable DE to enhance memory.
