![]() |
|
|||||||||||||||||
Brain dump
There are 3 phases in the brain dump process:
The following sections will look at some of the existing approaches and broadly depict the mechannics of each phase.
Expert System ApproachWhen inference engines were the norm in Artificial Intelligence, expert knowledge (in medicine, or some other suitable technical disciplines) was captured as set of rules:
This is still used in some areas of psychiatry. This captures all the knowledge of an expert, making the assumption that this knowledge is coherent and fully comprehensive. Most of the time, none of the assumptions on which the rules are based are checked (and sometimes end up being invalid, such as in the mental health discipline). However the knowledge is available for all to see as a set of rules (sometimes with some data) with the associated inference engine (most of the time with source code). This set of rules-data-engine can then be modified or simulated. The process of capturing the expert's brain is very labour intensive and highly specialised, and the final product is very artificial, nowhere matching the intricacies and nuances of a real expert delivering a diagnosis in real life (in the medical case). A more natural research was started to remedey some of these shortcomings. Learning Neural Network ResearchMore modern AI uses an approximation of the brain's biology to get a computer system to "learn": the evolutionary Neural network. This is for example the approach used by Steve Grand for raising / training his pet baby robot Lucy. Take a situation where a number of inputs should generate a specific output (if there is light, then go towards it). A network of simulated neurons is fed all the inputs, and through iterative lengthy breeding, only the configurations that generate the desired output are selected (all the other behaviours result in the network being terminated). This eventually generates a set of connected inputs and outputs, in a rather chaotic graph (with circularities and dead ends) of feedback loops, inhibition and stimulation paths. Once such a design has been obtained, the only way to exploit it (for example to mass-produce an integrated circuit such as an ASIC) is to copy the whole network, as is, with no modification. This is like making a photocopy. Nobody learns anything in this process (all you get is replication of a solution that is winning but hermetic/occult). Here the knowledge cannot be extracted from the brain structure by a straightforward snapshot. But if the training was recorded, and if the underlying material (brain complexity and power) can be replicated, then it is assumed that new - albeit different - brains can also acquire the same knowledge. This also means that some training techniques will be more successful than others at sucessfully evolving a given brain technology. However, very little is known on the subject of training efficiency and the corresponding neural network suitability. This probably was how the biological historical brain was developped, but this has - as yet - little bearing / usefullness with regards to getting one human to communicate her ideas to another human. The UNIX Core dump imageIn the computer operating system called UNIX (and its variants), when a program crashes, it dumps a core. A big file is generated containing a snapshot of all the internal state of the software (contents of CPU registers, and memory cells) and sometimes of the hardware (temperature, input/output status). This then requires a skilled human to start a debugger application, to relate all the data in memory to the source code, and to get an idea of what led to the crash. As a figure of speech, when one programmer requires that another performs a brain dump, only most rudimentary data and pointers are produced, and the recipient of the dump is supposed to then go back to the reference material (including software source code) to actually make sense of it all. Also, from time to time, a software engineer may perform a self- brain dump, to offload her brain, in order to be able to concentrate on something else, and yet be able to go back to a known state at a later stage. A number of well- (and less-) known artifacts / formats are used in this process:
These files contain unchecked raw data, sometimes self-contradictory, at different stages in the thought process, from different historical times (recent, old, very old), rumours, gossip, gut feelings, etc... However, all are focused on the subject being dumped (for example how you will be able to complete this software project on time). The brain dump is both data and context, and is intended to be read by another person who has a compatible mind-set (or context). This context is often not culture- nor language- dependant, in the sense that software engineering uses some form of universal English (via English-based programming languages) and standardised notations (such as UML) to communicate algorithms and designs. However geek culture needs to be there for the brain dump to work. External LinksSee http://www.catb.org/jargon/html/B/brain-dump.html and http://www.brain-dump.com/ The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License.
How to see transparent copy 01-04-2007 01:21:04 |
|





