|
Algorithm 1 DNN-based sensor nodes’ authentication. |
|
Input: The CSI to authenticate
|
|
Output: The label of unknown CSI , the new weight matrix , and threshold vector of DNN |
| 1: Initialize all connection weights , and thresholds in the network will be obtained through the training of DNN, using the pre-acquired dataset ; |
| 2: Compute by well-trained DNN; |
| 3: Update the training set by ; |
| 4: Retrain the DNN by the new dataset and get new weight matrix and threshold vector ; |
| 5: Return , , . |