|
Algorithm 1: L1-DKMSE |
|
Input: Initialize the training set for node , iterations , , and , choose the Radial Basis Function (RBF) as the kernel function, and initialize the kernel parameter and the regularization parameter . |
|
Output: the sparse model . |
|
Repeat:
|
|
Step 1: each node obtains its sparse model by iterations of Equations (27)–(29) using its training examples. Then, it broadcasts its sparse model to its one-hop neighboring nodes in . |
|
Step 2: each node receives and adds the key examples in to its local training set. |
|
Step 3: each node predicts its local training examples by using and then computes and using Equations (23) and (24), respectively. |
|
Step 4: If the models on each node are all stable, stop; otherwise, increment () and return to Step 1. |