Chapter1 Neural Network
Chapter1 Neural Network
Chapter1 Neural Network
PART 1:
Neural
Network
Instructor: Dr. Dang Xuan Ba
Email: [email protected]
Chapter 2: Single-layer
Feedforward Neural Network
Cell body (soma): thân tế bào Human brain consists of nearly 1011 biological neurons.
Axon: trục dẫn đầu ra
Dendrite: nhánh dẫn đầu vào
Synapse: khớp thần kinh
One neuron could be connected to up to 104 other
Excitatory: Khớp kích thích
neurons.
Inhibitory: Khớp ức chế
If sum of all incoming signals is greater than its threshold level, the cell body will send an
impulse to the axon.
Learning method
Diverse personalities are made by various structure and different number of biological neurons.
Part I: Neural Network Presenter: Dr. Dang Xuan Ba 6
Chapter 1: Introduction of Neural Network
2. Artificial Neural Network (Mạng thần kinh nhân tạo)
The first artificial neuron was proposed by Warren McCulloch and Walter Pitts in 1943
in paper of “A Logical Calculus of Ideas Immanent in Nervous Activity.”
Structure of neurons
Learning method
The first artificial neuron was proposed by Warren McCulloch and Walter Pitts in 1943
in paper of “A Logical Calculus of Ideas Immanent in Nervous Activity.”
… wn
Soma (Cell body)
xn
b
Threshold
Fig. 2.2.1: An artificial neuron
x = x1 , x2 ,..., xn
T
w = w1 , w2 ,..., wn
T
n
(w ) − b = ( w − x )T ( w − x ) − b = w − x 2 − b
2
net = f ( w, x) − b = −2 − xj
j
2
j =1
…………………………………….
1 if net 0
a (net ) =
−1 if net 0
a (net ) = net
1
a (net ) =
1 + e − net
2 1 − e − net
a (net ) = − net
−1 =
1+ e 1 + e − net
…………………………………..
Structure of neurons
Learning method
Diverse personalities are made by various structure and different number of biological neurons.
Part I: Neural Network Presenter: Dr. Dang Xuan Ba 14
Chapter 1: Introduction of Neural Network
2.2 Connection in a neural network (Kết nối trong mạng thần kinh nhân tạo)
x1 y1
x2 y2
x3
.. ... ..
. .y
n
xm
Input layer Hidden layer Output layer
Structure of neurons
Learning method
Diverse personalities are made by various structure and different number of biological neurons.
Part I: Neural Network Presenter: Dr. Dang Xuan Ba 16
Chapter 1: Introduction of Neural Network
2.3 Learning (training) method (Phương pháp học – hoặc huấn luyện mạng)
Parameter learning (học thông số) Structure learning (học cấu trúc)