CH 9: Connectionist Models
CH 9: Connectionist Models
Synchronously:
In this approach, the update of all the nodes taking place
simultaneously at each time.
The weighted sum of all neurons is calculated without updating
the neuron value.
Then all neuron are set to their new value,according to the value of
their weighted input sum.
Asynchronously:
In this approach, at each point of time, update one node chosen
randomly or according to some rule. Asynchronous updating is
more biologically realistic.
Any neuron is choose randomly and its weighted sum is calculated
and it is updated immediately. Is called asynchronous updating.
Learning in neural network:
Supervised Unsupervised
NN model: NN model:
Preceptron Self organizing
Feed forward NN Maps
Recurrent Neural Network
where:
whh -> weight at recurrent neuron
wxh -> weight at input neuron
Formula for calculating output:
They can perform tasks that are easy for a human but difficult for a machine −
Aerospace − Autopilot aircrafts, aircraft fault detection.
Automotive − Automobile guidance systems.
Military − Weapon orientation and steering, target tracking, object discrimination, facial
recognition, signal/image identification.
Electronics − Code sequence prediction, IC chip layout, chip failure analysis, machine
vision, voice synthesis.
Financial − Real estate appraisal, loan advisor, mortgage screening, corporate bond
rating, portfolio trading program, corporate financial analysis, currency value prediction,
document readers, credit application evaluators.
Industrial − Manufacturing process control, product design and analysis, quality
inspection systems, welding quality analysis, paper quality prediction, chemical product
design analysis, dynamic modeling of chemical process systems, machine maintenance
analysis, project bidding, planning, and management.
Medical − Cancer cell analysis, EEG and ECG analysis, prosthetic design, transplant time
optimizer.
Speech − Speech recognition, speech classification, text to speech conversion.
Application