Artificial neural network: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>John Dvorak
m (unneeded after rename)
imported>John Dvorak
(Undo revision 100317762 by John Dvorak (Talk))
Line 1: Line 1:
{{speedydelete|unneeded after rename|[[User:John Dvorak|John Dvorak]] 19:32, 23 April 2008 (CDT)}}
{{subpages}}
 
'''Artificial Neural Networks''' (ANNs for short) are a connectionist processing model inspired on the biological neural networks. Artificial neural networks are composed by simple nodes called [[artificial neuron|artificial neurons]]. They can be implemented via hardware (i.e., electronic devices) of software (i.e., computer simulations).
 
In some models, the network behavior is stored in the connections between processing units in values called ''weights'', which represent the strength of each link, equivalent to many components of its biological counterpart.
 
==Adaptation and Learning==
Learning in neural networks can be supervised or not unsupervised, and it's often produced by a learning algorithm. Learning is subject to different conditions like the way neurons are associated and the properties of every network component, such as neurons and axons, and for this reason, it's not guaranteed.
 
==See also==
* [[Artificial neuron]]
* [[Connectionism]]

Revision as of 19:32, 23 April 2008

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Artificial Neural Networks (ANNs for short) are a connectionist processing model inspired on the biological neural networks. Artificial neural networks are composed by simple nodes called artificial neurons. They can be implemented via hardware (i.e., electronic devices) of software (i.e., computer simulations).

In some models, the network behavior is stored in the connections between processing units in values called weights, which represent the strength of each link, equivalent to many components of its biological counterpart.

Adaptation and Learning

Learning in neural networks can be supervised or not unsupervised, and it's often produced by a learning algorithm. Learning is subject to different conditions like the way neurons are associated and the properties of every network component, such as neurons and axons, and for this reason, it's not guaranteed.

See also