Differences

This shows you the differences between two versions of the page.

neuralnet [2008/11/29 06:34]
127.0.0.1 external edit
neuralnet [2010/02/08 13:58] (current)
Line 1: Line 1:
 +<html>
 +<div class="articleSpacer">
 +&nbsp;&nbsp;&nbsp;&nbsp;
 +</div>
 +
 +<div class="article"></html>
 +
 ==A neural network== ==A neural network==
  is a computing paradigm that is loosely modeled after cortical structures of the brain. It consists of interconnected processing elements called neurons that work together to produce an output function. The output of a neural network relies on the cooperation of the individual neurons within the network to operate. Processing of information by neural networks is often done in parallel rather than in series (or sequentially). Since it relies on its member neurons collectively to perform its function, a unique property of a neural network is that it can still perform its overall function even if some of the neurons are not functioning. That is, they are very robust to error or failure (i.e., fault tolerant).  is a computing paradigm that is loosely modeled after cortical structures of the brain. It consists of interconnected processing elements called neurons that work together to produce an output function. The output of a neural network relies on the cooperation of the individual neurons within the network to operate. Processing of information by neural networks is often done in parallel rather than in series (or sequentially). Since it relies on its member neurons collectively to perform its function, a unique property of a neural network is that it can still perform its overall function even if some of the neurons are not functioning. That is, they are very robust to error or failure (i.e., fault tolerant).
Line 4: Line 11:
 I will use neural network-theories as a model for my work. I will use neural network-theories as a model for my work.
  
-[[noter:neuralnet|noter]]+<html> 
 +</div> 
 +<pre> 
 + 
 + 
 + 
 + 
 + 
 + 
 +</pre> 
 +</html>
 
 
 
 
 
 
neuralnet.txt · Last modified: 2010/02/08 13:58 (external edit)