Skip to main content
. 2019 May 28;19(11):2440. doi: 10.3390/s19112440
Algorithm 1 DNN-based sensor nodes’ authentication.
Input: The ith CSI to authenticate xi
Output: The label of unknown CSI y^i, the new weight matrix W, and threshold vector ξ of DNN
1: Initialize all connection weights W0, and thresholds ξ0 in the network will be obtained through the training of DNN, using the pre-acquired dataset D=xk,ykk=1m;
2: Compute y^i by well-trained DNN;
3: Update the training set D=xk,ykk=1m by xi,y^i;
4: Retrain the DNN by the new dataset and get new weight matrix W and threshold vector ξ;
5: Return y^i, W, ξ.