Tuesday, February 19, 2008

Neural networks

Neural network, also known as a parallel dispersed processing network, is a computing paradigm that is freely modeled after cortical structures of the brain. It consists of consistent processing elements called nodes or neurons that work together to create an output function. The output of a neural network relies on the collaboration of the individual neurons within the network to operate. Processing of information by neural networks is typically done in parallel rather than in series (or sequentially) as in earlier binary computers or Von Neumann machines. Since it relies on its member neurons together to perform its function, a unique property of a neural network is that it can still achieve its overall function even if some of the neurons are not functioning. In other words it is robust to tolerate error or failure. (see fault tolerant) Additionally, neural networks are more readily adaptable to fuzzy logic computing tasks than are Von Neumann machines.

Traditionally, the term neural network has been used to refer to a network of biological neurons. In modern usage, the term is often used to refer to artificial neural networks, which are collected artificial neurons or nodes. Thus the term 'Neural Network' has two distinct connotations:

* Biological neural networks are made up of actual biological neurons that are associated or functionally-related in the peripheral nervous system or the central nervous system

* Artificial neural networks are made up of interconnecting artificial neurons (usually simplified neurons) designed to model (or mimic) some properties of biological neural networks.


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?