Please enable JavaScript.
Coggle requires JavaScript to display documents.
NEURAL NETWORKS (Introduction (ANNs (An ANN is configured for a specific…
NEURAL NETWORKS
Introduction
ANNs
An ANN is configured for a specific application, such as pattern recognition or data classification, through a learning process.
-
It is composed of a large number of highly interconnected processing elements (neurons) working in unison to solve specific problems.
An Artificial Neural Network (ANN) is an information processing paradigm that is inspired by the way biological nervous systems, such as the brain, process information.
-
-
Learning in biological systems involves adjustments to the synaptic connections that exist between the neurons.
-
-
Other Advantages
-
-
Self-Organization
can create its own organization or representation of the information it receives during learning time.
-
Historical Background
Following an initial period of enthusiasm, the field survived a period of frustration and disrepute
-
The first artificial neuron was produced in 1943 by the neurophysiologist Warren McCulloch and the logician Walter Pits.
Why Neural Networks?
Expert can then be used to provide projections given new situations of interest and answer "what if" questions.
-
Neural networks has an ability to derive meaning from complicated or imprecise data, can be used to extract patterns and detect trends that are too complex to be noticed by either humans or other computer techniques.
-
-
.
How Human Brain Learns
The neuron sends out spikes of electrical activity through a long, thin stand known as an axon, which splits into thousands of branches.
In the human brain, a typical neuron collects signals from others through a host of fine structures called dendrites.
At the end of each branch, a structure called a synapse converts the activity from the axon into electrical effects that inhibit or excite activity in the connected neurons.
-
When a neuron receives excitatory input that is sufficiently large compared with its inhibitory input, it sends a spike of electrical activity down its axon. Learning occurs by changing the effectiveness of the synapses so that the influence of one neuron on another changes.
-