MTH408 Machine - Learning - ANN
MTH408 Machine - Learning - ANN
David Liu
Department of Financial and Actuarial Mathematics
School of Science, Xi’an Jiaotong-Liverpool University
1
2
3
4
Neuron model - Logistic unit
5
6
+
+
7
8
s = [s0, s1, s2, s3]
9
Multiple output units (multiple classes)
10
Neural network classification
11
12
Representing Boolean functions
13
Perceptron learning rule
14
Learning in Neural Network
15
16
17
m
2m
18
Forward propagation
19
Backpropagation intuition
20
Backpropagation intuition
21
Backpropagation intuition
22
Backpropagation intuition
23
Backpropagation intuition
24
Backpropagation intuition
25
Training neural network via gradient Descent with backpropagation
m m
26
27
28
29
Random initialization of weights
30
Random initialization of weights
31
Putting all together – Training a neural network
32
Putting all together – Training a neural network
33
Popular neural networks
BP NN is the most popular and fundamental network used for financial problems.
1. Hybrid Neural networks for financial options (an article for your reading)
2. GRNN
3. LSTM
4. Convolutional NN
5. …..
34