Ann Basics PDF
Ann Basics PDF
Ann Basics PDF
04-JUN-2003
Synapses connect neurons to each other. Signals are transmitted by releasing chemicals
(neurotransmitters) from a sender neuron causing an electric potential in the receiving cell, etc.
Foundations of Articial Neural Networks 04-JUN-2003 3
Biological neurons
Dendrite
Excitatory synapses Inhibitory synapses Nucleus Myelin coating Cell body Axon
04-JUN-2003
.
04-JUN-2003 5
Output layer
04-JUN-2003
Feedback ANNs
Direct feedback networks allow a neuron to have a feedback connection to itself self amplication/attenuation.
Indirect feedback networks have only feedback connections between layers a method to control attention of the ANN.
Lateral feedback networks have feedback connections only within a layer winner takes all network.
04-JUN-2003 7
Implementing ANNs
Synchronous activation: All neurons change their states
simultaneously very useful for SIMD parallel computers.
Asynchronous activation:
Fixed order activation: Order of activation is xed. Random order activation: Order is (pseudo)random not every neuron is calculated, some are calculated multiply. Random permutation activation: As before but every neuron is calcuted once and only once. Topological order activation: Ideal for feedforward networks.
04-JUN-2003
out
act
04-JUN-2003
04-JUN-2003
10
act act
04-JUN-2003
11
Validation set : Data set for tuning the ANN (for example by
changing the number of hidden layers, etc.).
Test set : Data set used to assess the performance of the ANN
(obviously never to be used as a training set). Sometimes the difference between the training and the validation set is not quite clear and depends on the applied learning rule.
04-JUN-2003
12
References
[1] Klaus Peter Kratzer, Neuronale Netze, Grundlagen und Anwendungen, Carl Hanser Verlag 1991. [2] Armando Freitas da Rocha, Neural Nets, A Theory for Brains and Machines, Lecture Notes in Articial Intelligence 638, Springer-Verlag 1992. [3] Raul Rojas, Theorie der neuronalen Netze Eine systematische Einfuhrung, 4., korrigierter Nachdruck, Springer-Verlag 1996. [4] Warren S. Sarle, ai-faq/neural-nets/part1, etc.,
ftp://ftp.sas.com/pub/neural/FAQ.html.
[5] Andreas Zell, Simulation Neuronaler Netze, Addision-Wesley publishing company, 1994.
12-1