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