SLIDE 19 Summary of the proposed approach
The following few steps are used [1],[2]:
1 Given a time series data, determine if it is nonstationary or nonlinear 2 If yes, decompose the data into a fine number of IMFs and a residue
using the EMD
3 Divide the data into training and testing data (usually 80% for
training and 20% for testing)
4 For each IMF and residue, construct one training matrix as the input
for one DBN. The input to the DBN are the past five observations
5 Select the appropriate model structure and initialize the parameters of
the DBN. Two hidden layers are used in this work
6 Using the training data, pre-train the DBN through unsupervised
learning for each IMF and the residue
7 Fine-tune the parameters of the entire network using the
back-propagation algorithm
8 perform predictions with the trained model using the test data 9 Combine all the prediction results by summation to obtain the final
June 16, 2017 19 / 35