Modular neural network: Difference between revisions

Content deleted Content added
Created page with 'A '''modular neural network''' is a neural network characterized by a series of independent neural networks moderated by some intermediary. Each independent neural...'
 
m added internal links to neural network and LGN and a couple minor format changes
Line 1:
A '''modular neural network''' is a [[neural network]] characterized by a series of independent neural networks moderated by some intermediary. Each independent neural network serves as a module and operates on separate inputs to accomplish some subtask of the task the network hopes to perform <ref>(Azom, 2000)</ref>. The intermediary takes the outputs of each module and processes them to produce the output of the network as a whole. The intermediary only accepts the modules’ outputs—it does not respond to, nor otherwise signal, the modules. As well, the modules do not interact with each other.
 
==Biological Basis==
As artificial neural network research progresses, it is appropriate that artificial neural networks continue to draw on their biological inspiration and emulate the segmentation and modularization found in the brain. The brain, for example, divides the complex task of visual perception into many subtasks <ref>(Happel, 1994)</ref>. Within a part of the brain, called the thalamus, lies the [[lateral geniculate nucleus]] (LGN) which is divided into different layers that separately process color and contrast: both major components of vision<ref>(Hubel, 1990)</ref>. After the LGN processes each component in parallel, it passes the result to another region to compile the results.
 
Certainly some tasks that the brain handles, like vision, have a hierarchy of sub-networks. However, it is not clear whether there is some intermediary which ties these separate processes together on a grander scale. Rather, as the tasks grow more abstract, the isolation and compartmentalization breaks down between the modules and they begin to communicate back and forth. At this point, the modular neural network analogy is either incomplete or inadequate.
 
==Complexity==
One of the major benefits of a modular neural network is the ability to reduce a large, unwieldy neural network to smaller, more manageable components <ref>(Azom, 2000)</ref>. There are some tasks it appears are for practical purposes intractable for a single neural network as its size increases. The following are benefits of using a modular neural network over a single all-encompassing neural network.
 
===Efficiency===