Difference between revisions of "Neural networks"

From Conservapedia
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Neural networks are computer models that attempt to imitate the parallel processing that occurs in the human brain.
+
'''Neural networks''' are computer models that attempt to imitate the parallel processing that occurs in the human brain.
  
They are typically viewed as having some number of ''nodes'', each with one or more inputs and one output.  These nodes are arranged into multiple ''layers'', with the outputs from one layer acting as the inputs to the next layer.  The last layer has a single node, and its output is the output for the entire ''net''.  The first layer's inputs are the inputs to the overall network.  Each node contains a mathematical function indicating hwo it transforms its inputs into its output.  Typically, neural networks are ''trained'' using a [[machine learning]] technique rather than having each node's function hand-programmed.  This can lead to networks which perform their task adequately well, but without strong explanatory power for how they come to their decisions.
+
They are typically viewed as having some number of ''nodes'', each with one or more inputs and one output.  These nodes are arranged into multiple ''layers'', with the outputs from one layer acting as the inputs to the next layer.  The last layer has a single node, and its output is the output for the entire ''net''.  The first layer's inputs are the inputs to the overall network.  Each node contains a mathematical function indicating how it transforms its inputs into its output.  Typically, neural networks are ''trained'' using a [[machine learning]] technique rather than having each node's function hand-programmed.  This can lead to networks which perform their task adequately well, but without strong explanatory power for how they come to their decisions.
  
 
Neural networks have not been as successful as it was at one time hoped they might be.  They are useful for [[automatic categorization]] problems but have not proven useful for modelling general cognition.  In categorization problems, the inputs are ''features'' of the item being categorized.
 
Neural networks have not been as successful as it was at one time hoped they might be.  They are useful for [[automatic categorization]] problems but have not proven useful for modelling general cognition.  In categorization problems, the inputs are ''features'' of the item being categorized.
  
 
[[Category:Technology]]
 
[[Category:Technology]]

Latest revision as of 21:42, August 30, 2008

Neural networks are computer models that attempt to imitate the parallel processing that occurs in the human brain.

They are typically viewed as having some number of nodes, each with one or more inputs and one output. These nodes are arranged into multiple layers, with the outputs from one layer acting as the inputs to the next layer. The last layer has a single node, and its output is the output for the entire net. The first layer's inputs are the inputs to the overall network. Each node contains a mathematical function indicating how it transforms its inputs into its output. Typically, neural networks are trained using a machine learning technique rather than having each node's function hand-programmed. This can lead to networks which perform their task adequately well, but without strong explanatory power for how they come to their decisions.

Neural networks have not been as successful as it was at one time hoped they might be. They are useful for automatic categorization problems but have not proven useful for modelling general cognition. In categorization problems, the inputs are features of the item being categorized.