Introduction To Artificial Neural Network
Introduction To Artificial Neural Network
Introduction To Artificial Neural Network
PGCSE 105A
Introduction to Artificial
Neural Network
1
12/18/20
• Dendrites are fibers which emanate from the cell body and
provide the receptive zones that receive activation from other
neurons.
2
12/18/20
3
12/18/20
Non-linearity
4
12/18/20
Characteristics of ANN
Why are ANN worth studying vis-a-vis personal
computers?
• ICs are extremely powerful computational devices (10 -3s) but
Neurons may not as powerful as ICs (10-9 s).
• They are very noise tolerant – so they can cope with situations
where normal symbolic systems would have difficulty.
History Of ANN
5
12/18/20
6
12/18/20
“Hot” Applications
• Recommendation systems
– Amazon, Netflix
• Targeted advertising
7
12/18/20
• A simple approach:
– Given values: X 1, X 2... X n
– Objective predict variable Y
– One way is to predict coefficients a0, a1, a2
– Y = a0 + a1X 1 + a2X 2 + … anX n
• Linear Regression
8
12/18/20
Books
• Neural network: A comprehensive review by Simon Haykin
• Neural Computing - An Introduction by R Beale, T Jackson.
• Neural Network Design by Martin T. Hagan, Howard B. Demuth, Mark H.
Beale.
• Neural Networks for Pattern Recognition by Christopher M. Bishop.
• Neural Networks-Algorithm, Applications and Programming Techniques,
James A Freeman, David M. Skapura
Easy book:
• Introduction to Neural Networks Using Matlab 6.0 by S. N. Sivanandam, S.
N Deepa, Tata McGraw-Hill.