|
Algorithm 2
Fuzzy Deep learning
|
Input: All time-invariant vector and time-varying set , with .
Output: DNN models, , with , which forecasts future
load consumption.
Step 1: Initialize the parameters, , m, , and , and the threshold, .
Step 2: Generate the cluster centres, , using
the FCM in Algorithm 1.
Step 3: Determine the membership of to the cluster, using (15).
Step 4: Determine the index vector, using (16),
with , which indexed the time-varying sets in the cluster.
Step 5: Use all time-varying sets with to develop the
DNN model, , using deep learning.
Step 6: Return The DNN models with .
|