You are on page 1of 1

Artificial Neural Networks Technology in Computer Systems Development

ARTIFICIAL NEURAL NETWORKS TECHNOLOGY IN COMPUTER SYSTEMS


DEVELOPMENT
Lect. Ozten Chelai
Faculty of Mathematics and Informatics
“Ovidius” University of Constanta

very complicated and allow us the ability to recognize


Abstract individual faces from different angles. This process of
storing information as patterns, utilizing those patterns,
The future of computer systems is those of intelligent and then solving problems encompasses a new field in
machines and artificial neural networks will be a part computing.
of them. Artificial neural networks offer the ability of
solving different tasks from those of conventional ARTIFICIAL NEURONS
computers. The paper presents artificial neural
networks technology and includes a description of The fundamental processing element of a neural
artificial neural networks with their base element, the network is a neuron. A biological neuron receives
artificial neuron, and the artificial networks operations inputs from other sources, combines them in some way,
and training. performs a generally nonlinear operation on the result,
and then outputs the result. These four components are
WHAT ARE ARTIFICIAL NEURAL known by their biological names as: dendrites, soma,
NETWORKS? axon, and synapses.
The goal of ANNs is not the recreation of the brain; it is
Artificial Neural Networks are electronic models based the seeking an understanding of nature’s capabilities for
on the structure of the brain. The brain learns from people can engineer solutions to problems that have not
experience. The biological research shows that brains been solved by traditional computing.
y
store information as patterns. Some of these patterns are

w5
w1
w2 w3 w4

O5
Biologic neuron O1
O4
O2 O3

a  w1 o1  w2 o2  ...  wn on Artificial neuron


n
a   o i xi [1] 1988 IEEE ICNN Neurocomputing Applications
i 1 [2] Dr. Leslie Smith – An Introduction to Neural
Networks, http://www.cs.stir.ac.uk
1 if a  0 [3] Accurate Automation Corporation,
y http://www.accurate-automation.com
0 if a  0
References

Lect. Ozten Chela - “Ovidius” University of Constanta

You might also like