This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
1. Introduction
The purpose is to effectively combat the enemy’s communication system or protect the security of our army’s communication system in the modern military battlefield. In addition to the traditional physical attack accident, we can also attack the enemy’s communication system by means of signal interference. Network confrontation has become the main mode of enemy-friend warfare. Its main form of confrontation is exploiting a security flaw in an enemy network system to invade the enemy network and reduce and destroy the use efficiency of the enemy network [1]. Therefore, we need to understand the enemy’s communication frequency band, and if we interfere and strike arbitrarily without knowing anything, it will also interfere with our communication system. As a result, it is necessary to predict the communication frequency band of the enemy. Through the prediction of the frequency band of frequency hopping communication, we can understand the enemy communication frequency band and attack effectively. Therefore, the prediction of the frequency hopping signal is the most important work before the specific strike.
In the traditional conventional frequency hopping technology, both sides of the communication carry out synchronous hopping according to the agreed frequency hopping strategy in the process of communication to awaken the reliable transmission of data information [2]. However, with the increasing intensity of modern electronic warfare, the spectrum resources are becoming more and more limited, which leads to the intensification of mutual interference among all kinds of communication equipment and the continuous upgrading of the interference technology of the interference party. The traditional frequency hopping technology cannot meet the antijamming needs of modern electronic warfare. Therefore, based on conventional frequency hopping, many experts and scholars worldwide raise the communication technology of adaptive frequency hopping (AFH) [3]. The core technology is monitoring the channel in real time, carrying on the link quality analysis (LQA) and feeding the evaluation information back to the other side of the communication. Then, the two sides communicate adaptively at the same time according to a certain strategy. Adaptive frequency hopping technology dramatically enhances the antijamming ability of the communication system. The common adaptive frequency hopping techniques include frequency point adaptive frequency hopping technology, power adaptive frequency hopping technology, frequency hopping rate adaptive frequency hopping technology, and the adaptive frequency hopping technology combined with them.
Nowadays, the existing neural network researches mainly focus on three aspects: network structure and optimization, learning and training algorithm, and practical application [4]. According to the real-time performance of network applications, these researches are separated into two fields: static network research and dynamic network research. The back propagation network (BP network) is the most extensively applied network model. It has a strong biological background because of its excellent input-output mapping characteristics. The BP network has a strong advantage in multivariable function approximation. Although it can achieve global optimization in theory, the optimization easily sinks into local minimum due to the algorithm restriction. The radial basis function network not only has the biological background but also coincides with the function approximation theory and is also suitable for multivariable function approximation. The theoretical basis of the orthogonal polynomial function network is relatively perfect, but for the nonlinear modeling and prediction of complex problems, the magnitude of network nodes often augments rapidly [5]. The advantage of the spline function network is that it only needs local information when learning; so, it has obvious advantages in the parallelism and convergence velocity of the algorithm, but because the subarea network separation in its definition domain is extraordinary complex, thus increasing the difficulty of practical application. The existing dynamic network research mainly focuses on real-time control, which requires the designed network to be simple in structure and fast in convergence. Typical dynamic networks include Hopfield network, adaptive resonance theory (ART) network, and dynamic recursive network [6]. The dynamic network is a single-layer network in the network structure, realizing the system’s complex behavior control and simulation with less network structure overhead because of the internal feedback connection. So, it is more suitable for nonlinear dynamic system identification and control and other fields.
In view of the existing network vulnerability analysis methods, the important differences of nodes in the network and the relationship between network nodes are often ignored. The research challenges of prediction frequency are listed as follows: (1) The prediction accuracy of frequency hopping signals with interference is strictly requested in the military. Meanwhile, the applied prediction scheme must have a high operability. (2) Considering that the military scenario has a strict requirement on the timeliness of applications, it is rather a challenge to reduce the running time of the applied algorithm while ensuring accurate decisions are made. (3) Limited spectrum resources aggravate the interference between communication devices. Designing a method overcoming the interference among devices while ensuring network efficiency is necessary. In the network vulnerability analysis, this project considers the communication characteristics of the node itself and the standing and influence of the network node structure from the multidimensional point of view of time and space. Finally, the fragile node is determined to provide a prerequisite for the frequency band selection of interference targets. The main contributions of this paper are summarized as follows:
(1) Compared with the interference to the enemy signal in the military field, this scheme predicts the frequency band of the frequency hopping signal from the point of view of the nature of the frequency hopping signal. It not only enlarges the precision of the interference but also is more convenient in practical operation
(2) The clustering selection optimization algorithm is introduced into the radial basis function neural network (RBF neural network) to predict the frequency band of frequency hopping communication. It is improved based on
(3) The second scheme applies the improved particle swarm optimization algorithm to the RBF neural network and uses a subtractive clustering algorithm to optimize the number of RBF network centers. The proposed scheme in this paper availably raises the overall efficiency of the network and the accuracy of frequency hopping communication band prediction
The remaining work of this paper is organized as follows: Section 2 introduces the frequency hopping signal prediction scheme based on the RBF neural network proposed, Section 3 introduces the structure of RBF neural network based on the improved particle swarm optimization and subtractive clustering algorithm, Section 4 explains the experimental results, and Section 5 summarizes the full-text work.
2. Frequency Band Prediction Model of Frequency Hopping Signal Based on the Gradient Descent Method
This section proposes an RBF neural network prediction model based on an improved gradient descent method due to the existing problem of low accuracy of prediction models. It combines the clustering algorithm and the optimal learning rate to predict the frequency band of the frequency hopping signal.
2.1. Design Overview
In the RBF neural network prediction model, this scheme regards the current signal frequency and the signal frequency of the next time unit as the input and output in the RBF neural network [7], respectively. This prediction process is adaptive and is carried out gradually. In the specific prediction process, the network is constantly optimizing according to the actual value of the predicted signal. The number of signals in this process always remains the same, that is, when the next signal is optimized, the first signal is removed, and when the next signal is predicted, the first two signals are removed. In this way, a requirement of always keeping the same data optimized in the network is achieved. This approach can reduce the computing time and improve the optimization efficiency of the entire network. The method of real-time prediction of the network structure can greatly improve the accuracy of the network to achieve the experimental goal. Figure 1 shows a schematic diagram of the specific RBF neural network prediction process.
[figure omitted; refer to PDF]
According to Figure 1 above, the RBF neural network’s prediction model needs to go through the following steps: First, set the accuracy of the predicted model to achieve higher prediction accuracy than the existing scheme, which is set as 90%. Next, we need to obtain a certain number of frequency hopping signal transmission frequency bands as the training set of the algorithm and then use the generated data set to optimize the structure of the entire network and determine the number, size, and weight of the center. Then, the frequency band prediction of the frequency hopping signal can be realized.
In the prediction process of the RBF neural network, training the central value and weight of the neural network is the key step in this scheme, and it is also the key research link in this section. The training of the central value and weight directly determines the quality of the RBF neural network prediction model. This section proposes a scheme based on a clustering selection optimization algorithm and gradient descent method, which constructs an RBF neural network prediction model to achieve an accurate prediction of frequency hopping signal frequency bands.
The prediction model that had been put forward in this section is divided into two steps in the optimization design of the model [8] according to the gradient-RBF neural network. The first step is to optimize the selection of the central value in the RBF neural network, and the main application is a new cluster selection optimization algorithm. Compared with the commonly used
2.2. Selection of the Number of the Center
This program introduces the RBF neural network prediction method, which is used to predict the frequency of the frequency hopping signal in the frequency hopping communication. Due to the particularity of the RBF neural network structure, it is necessary to construct a reasonable network structure before predicting the frequency of the frequency hopping signal to achieve the purpose of accurate prediction. Therefore, how to find the optimal structure has become the most important issue in this scheme. The main idea of selecting the center is to make the center point as the center of a certain area, and the number of centers is required to be appropriate.
The pseudorandom code irregularly controls the frequency of the frequency hopping signal, but it may be concentrated in a certain area at different times [9]. Therefore, choosing the center value in these several areas will make the neural network structure more optimized and simplify the training process during the training process. The following scheme introduces an improved algorithm based on the
After comparing the radial basis functions mentioned above, this scheme selects the Gaussian function as the radial basis function of the RBF neural network [10]. Because the Gaussian function decreases monotonously from the center to both sides, its response is locally limited. There will be a local response only at a position close to its center. The Gaussian function is similar to the biological neuron in the RBF neural network and the linear summation weighted by
[figure omitted; refer to PDF]
For the selection of center
In this learning method, the center is determined by self-organizing learning, which can be moved. The selection of the center can use the mean clustering selection optimization algorithm. This is an unsupervised learning method, and the center changes with the number of samples. The following are the detailed steps:
(1) Initialize cluster center
(2) Group the input samples according to the nearest neighbor rule, assign
(3) Calculate the average distance
(4) Find
Repeat steps 3 and 4, when the random center
2.3. Improved Gradient Descent Method and Implementation Scheme
After the center optimization is selected, the weights are optimized by the gradient descent method. In this scheme, the Gaussian function and matrix are used to calculate the actual output value
The update function of the weight is
By using the least mean square algorithm, we can obtain
The cost function can be obtained by
By using the gradient descent method for function
The variable for the
The optimal learning rate is to use the learning rate in the gradient descent method to achieve the highest efficiency through matrix calculation [12]. The scheme is listed as follows:
From the above derivation, the optimal learning rate can be obtained:
Specific steps are as follows:
(1) We need to get the number of hidden layer nodes
(2) Set the weight of the output layer and hidden layer to
(3) Let
(4) If
The above optimization scheme can obtain the center, weight, and width of the RBF neural network through optimization training and learning [13]. When testing the data, the obtained data can continue to be input into the network structure as a sample, and the above steps are repeated. In this way, when the test data is more, the network structure is more accurate, and the measurement result is more accurate.
3. Frequency Band Prediction Model of Frequency Hopping Signal Based on the RBF Neural Network Based on Improved Particle Swarm Optimization (PSO-RBF Algorithm)
In view of the limitations of the above schemes in the military field and relatively speaking, the algorithm simulation time is long, and a global prediction scheme is proposed to predict the frequency band of frequency hopping signals in this section. This scheme uses the subtractive clustering algorithm and improved the particle swarm optimization (PSO) algorithm. We propose an RBF neural network prediction model based on improved PSO and optimize the center value and weight of the network to achieve the purpose of frequency hopping signal frequency band prediction.
3.1. Design Overview
In the previous section, the center and weight of the hidden layer in the RBF neural network are optimized by the step-by-step method. To improve the accuracy of the scheme as a whole, the accuracy of each step is high, which leads to too many iterations. Therefore, this section applies the improved PSO algorithm to the RBF neural network to predict the signal frequency band in the frequency hopping communication [14]. The prediction model proposed in this section optimizes the structure of the RBF neural network through real data, compares the predicted value with real value, and reoptimizes the adaptive prediction process of the network mechanism with real value as the training sample. Figure 3 shows a schematic diagram of the specific forecasting process.
[figure omitted; refer to PDF]
Figure 3 above shows the prediction diagram, which is similar to the prediction process mentioned in Section 2. Some improvements are made on the optimization of the center, width, and weight of the RBF neural network. Data flow in this prediction process represents the real FM signal transmission frequency. The real value is taken as the training sample of the prediction model, which is optimized by the scheme in this section. By constantly adjusting the parameters, we can finally achieve the purpose of optimizing the RBF neural network construction.
In this scheme, the improved PSO algorithm is applied to the RBF neural network to predict the frequency band of the frequency hopping signal model. PSO is a random search algorithm that simulates biological activities in nature and is a branch of evolutionary computing. It finds the optimal solution through the cooperation mechanism in the population and is extensively used in various engineering optimization problems. The RBF neural network prediction model applies the improved PSO algorithm, which regards the center, width, and weight of the RBF neural network as a three-dimensional optimization structure, and optimizes the prediction model continuously through the parameters and fitness function of the particle swarm [15]. The step of optimizing the speed and position of particles is the most important link in this scheme. Combined with the advantages of the above two, the PSO algorithm is used to optimize the central parameters of the basis function. While using the subtractive clustering algorithm to determine the number of centers of the radial basis function, the PSO algorithm is used to adjust the connection weight between the hidden layer and the output layer of the network to achieve the overall optimization effect of the RBF neural network [16].
3.2. The Center Number of the RBF Neural Network Is Determined by the Subtractive Clustering Algorithm
The Gaussian function constitutes the vector basis, and several vector bases constitute the hidden layer of the RBF neural network [17], which is a method of approximating nonlinear functions by linear functions. In this section, the radial basis function used in the hidden layer of the RBF neural network is the Gaussian function, and the transmission frequency of frequency hopping signal in frequency hopping communication is the nonlinear function. In this scheme, the accuracy of the prediction model is directly determined by the number of radial basis functions in the hidden layer of the neural network. Under normal circumstances, the more basic functions, the higher the accuracy of the algorithm and then the more iterations of the algorithm [18]. Therefore, the key to this prediction model is that the count of hidden layer centers needs to be determined.
The subtractive clustering algorithm is a relatively effective clustering method to determine the number of basis function centers. The calculation principle of the subtractive clustering algorithm is to select the first central point from the position with the highest density in a group, get the first central point, subtract this point and the points near this point, and then repeat this process, and so on; until the current highest density is met. The specific algorithm is as follows.
Consider normalizing the data into
After calculating the density of each data point, we chose the point with the highest density as the first cluster center and denoted its density as
After the density of each point is updated, we select the next clustering center and modify its density again [20]. This process is repeated until the current maximum density
Thus, the clustering ends, and the number of clustering centers obtained is equal to the number of centers of the basis function.
3.3. Implementation of Improved PSO in the RBF Neural Network
3.3.1. Fitness Selection Based on Frequency Hopping Signal
In this scheme, the fitness function selects the error function of the whole system, which can show the quality of the system more intuitively and has more intuitive significance for the optimization of the internal structure of the system.
In the PSO algorithm, a particle corresponds to a feasible solution. First, we code the particle, which includes the center value and width of the basis function, particle velocity, and fitness [21]. According to the subtractive clustering algorithm, suppose
3.3.2. Selection of the Update Function of Improved PSO
A random particle swarm is generated by the PSO algorithm, and each particle is given a random velocity. During the flight, the speed of the particles is dynamically adjusted by the pulling force of their own and companions’ flight experience, and the whole group can fly to a better search area [22]. Suppose that the search space is
Different from the application of the traditional particle swarm optimization algorithm, the prediction model of the RBF neural network regards the radial basis function in the hidden layer of the neural network as a particle. The center value, width, and weight are regarded as particles that need to be searched in the three-dimensional solution space. Therefore, the value of
3.3.3. Algorithm Step
This algorithm optimizes the RBF neural network, using subtractive clustering algorithm and improved the particle swarm optimization algorithm [26]. The following are the specific steps:
(1) Input the transmission frequency bands of a certain number of real frequency hopping signals (2000-100) as set training samples optimized by the RBF neural network
(2) According to the subtractive clustering algorithm mentioned above, we perform clustering analysis on the samples, so that the number of centers can be determined
(3) Initialize the particle swarm, that is, we set the parameters of the PSO algorithm, as well as the initial position of the particles. The neurons in the hidden layer of the RBF neural network are represented by the particles here
(4) If the fitness of each particle is better than that of the best position it has ever experienced, then update the optimal position
(5) If the fitness of each particle is better than that of the best position experienced by the particle population, then update the global optimal position
(6) Modify the velocity and position of particles
(7) Continue the cycle from steps 4 to 6 and end the cycle when the result meets the calculation requirements
(8) Decode the best position experienced by the particle swarm and use the decoded value as the structural parameter of the RBF neural network. Then, learn from the network
4. Performance Analysis
In this experiment, 2000 data generated by MATLAB are used as training samples and 100 as test samples. The initialization values of the PSO-RBF algorithm are shown in Table 1.
Table 1
Initialization values of PSO-RBF algorithm.
Parameter | Value |
Number of iterations | 20 |
Particle dimension | 15 |
Population size | 20 |
Algorithm parameters | 0.1 |
Algorithm parameters | 2 |
Algorithm parameters | 2 |
Figures 4 and 5 compare between the real and predicted values obtained when the training set of different methods is 2000 data. There are 100 test sets, and it can be seen from the simulation figure that the distance between the real value and the predictive value of most of the vast majority data is small, indicating that the error is small.
[figure omitted; refer to PDF]
Because the scheme of this paper is mainly used to attack the enemy’s communication system in the military field, therefore, the demand for time efficiency is high. In the first scheme, the RBF neural network based on the gradient descent method utilizes 100 to 2000 training data to analyze the impact of time efficiency and accuracy in detail. The details are shown in Figures 6 and 7 below.
[figure omitted; refer to PDF]
Figure 7 depicts the changing trend between the gradient-RBF algorithm and the traditional correlation-based algorithm model prediction accuracy and the simulation time of the algorithm. We can obtain from the figure that as the number of training sets increases, the simulation time curve of the two prediction models is tortuous. The simulation time of the gradient-RBF algorithm is getting longer. It can also be said that the simulation time is proportional to the number of training set samples. Compared with the simulation results of the two algorithms in the figure, the simulation time of the prediction model based on the correlation degree algorithm is significantly lower than that of the gradient-RBF algorithm. The cause of this trend is that the massive training samples and the massive iterations of the algorithm also increase, resulting in longer simulation times.
Figure 8 shows the yellow line in the figure shows the changing trend between model prediction accuracy and accuracy in the PSO-RBF algorithm. Through the comparison of the three lines, we can see that the accuracy of the gradient-RBF algorithm and the PSO-RBF algorithm is obviously better than the traditional correlation-based algorithm. As the number of training sets increases, the accuracy curve of the prediction model rises tortuously, and the accuracy of the algorithm gradually increases, up to 92%. This indicates that the accuracy is proportional to the number of training set samples. The reason for this trend is that the number of training set samples increases, the number of iterations of algorithms also increases, and the center value and weight are better optimized, thus improving the accuracy of the algorithm. In this paper, we make use of the subtractive clustering algorithm to determine the number of centers of the radial basis function of the RBF neural network and the center value, width, and weight between the hidden layer and the output layer is optimized by the PSO algorithm. The experimental results illustrate that the optimization of the neural network by particle swarm optimization is effective.
[figure omitted; refer to PDF]
Figure 9 shows that the yellow line in the figure indicates the changing trend between the model prediction accuracy of the PSO-RBF algorithm and the simulation time of the algorithm. Through the comparison of the simulation time of the three schemes, we can obtain that the simulation time curve of the prediction model rises tortuously as the number of training sets increases, and the simulation time of the algorithm becomes longer gradually. In other words, the simulation time is proportional to the number of training set samples. This is due to the number of training samples increasing, and the number of iterations of the algorithm also increasing, thus making the simulation time longer. The PSO-RBF algorithm of this scheme adopts the global optimization prediction model; so, the simulation time is much less than the other two schemes.
[figure omitted; refer to PDF]
We select four specific indicators for systematic analysis to analyze the performance of the proposed scheme and the other existing schemes more clearly, including mean absolute error (MAE), mean absolute error rate (MAER), root mean square error (RMSE), and symmetrical mean absolute percentage error (SMAPE). The specific formulas are as follows. Through these indicators to judge the relationship between the final output and the actual value, the specific criteria are as follows:
(1) Mean absolute error (MAE) represents the actual situation of the prediction error
(2) Mean absolute percentage error (MAPE) is a criterion for describing predicted and actual error values
(3) Root mean squared error (RMSE) is the square root of the mean square difference between the prediction data and the original data
(4) Symmetrical mean absolute percentage (SMAPE) is a criterion for describing predicted and actual errors, which is expressed as
The real and predicted values of the test results of 1000 training in this scheme are brought into the above formulas. The result data can be obtained as follows.
In Table 2, SMAPE can clearly show the error between the real value and the prediction value of the system. The two schemes proposed in this paper are only slightly insufficient in accuracy compared with the gradient-RBF algorithm mentioned above when the data selected by the gradient-RBF algorithm is 1000 training sets.
Table 2
The quantitative analysis of 1000 training sets prediction results.
Algorithm | MAE (Hz) | MAPE | RMSE (Hz) | SMAPE |
Gradient-RBF algorithm | 105 | 0.0361 | 11.7 | 0.0722 |
Correlation-based algorithm | 656 | 0.1452 | 24.6 | 0.01285 |
PSO-RBF algorithm | 458 | 0.0932 | 22.7 | 0.0872 |
This scheme compares the simulation running time of the two schemes through the specific data of Table 3, which directly shows the time defect of the gradient-RBF algorithm. The reason for this problem is that the number of iterations of the algorithm is too many.
Table 3
The error analysis of two schemes.
Algorithm | Simulation time (s) |
Gradient-RBF algorithm | 146 |
Correlation-based algorithm | 82 |
It can be obtained from Table 4 that in the training process of the gradient algorithm, each iteration reaches the highest number of iterations, and the corresponding time is longer, while the prediction result is higher than that of the improved particle swarm algorithm. However, after meeting the minimum accuracy requirement, the improved particle swarm optimization algorithm does not continue to iterate. It optimizes the center, width, and weight of the RBF neural network from the global search. This scheme is much higher in time efficiency than the first scheme. As long as the parameter adjustment work is meticulous and the parameter adjustment is reasonable, the accuracy of the gradient algorithm can be achieved.
Table 4
The error-index analysis of two schemes of 2000 training sets.
Algorithm | Gradient-RBF algorithm | PSO-RBF algorithm |
Time performance (s) | 256 | 28 |
Accuracy | 98% | 92% |
5. Conclusions
This paper analyzes and compares the features of related algorithms with their optimization algorithms. We apply each method to the frequency band prediction process of frequency hopping signals, compare the pros and cons of related algorithms, and propose two kinds of prediction schemes. The first is to first predict the center
Acknowledgments
This work was supported in part by the National Natural Science Foundation of China under Grant 61931019, Shenzhen Technology Project (JCYJ20180302145648171), and the Fundamental Research Funds for the Central Universities (lzujbky-2020-kb25).
[1] W. Wang, F. Xia, H. Nie, Z. Chen, Z. Gong, X. Kong, W. Wei, "Vehicle trajectory clustering based on dynamic representation learning of internet of vehicles," IEEE Transactions on Intelligent Transportation Systems,DOI: 10.1109/tits.2020.2995856, 2020.
[2] J. Zhang, B. Wei, F. Wu, L. Dong, W. Hu, S. S. Kanhere, C. Luo, S. Yu, J. Cheng, "Gate-ID: WiFi-based human identification irrespective of walking directions in smart home," IEEE Internet of Things Journal,DOI: 10.1109/JIOT.2020.3040782, 2020.
[3] C. Cormio, K. R. Chowdhury, "Common control channel design for cognitive radio wireless ad hoc networks using adaptive frequency hopping," Ad Hoc Networks, vol. 8 no. 4, pp. 430-438, DOI: 10.1016/j.adhoc.2009.10.004, 2010.
[4] W. Wang, X. Zhao, Z. Gong, Z. Chen, N. Zhang, W. Wei, "An attention-based deep learning framework for trip destination prediction of sharing bike," IEEE Transactions on Intelligent Transportation Systems,DOI: 10.1109/tits.2020.3008935, 2020.
[5] W. Wang, T. Tang, F. Xia, Z. Gong, Z. Chen, H. Liu, "Collaborative filtering with network representation learning for citation recommendation," IEEE Transactions on Big Data,DOI: 10.1109/tbdata.2020.3034976, 2020.
[6] Z. Ning, P. Dong, X. Wang, S. Wang, X. Hu, S. Guo, T. Qiu, B. Hu, R. Y. K. Kwok, "Distributed and dynamic service placement in pervasive edge computing networks," IEEE Transactions on Parallel and Distributed Systems, vol. 32 no. 6, pp. 1277-1292, DOI: 10.1109/TPDS.2020.3046000, 2021.
[7] S. Gao, J. Sun, X. Gao, "Soft-sensor modeling of rectification of vinyl chloride based on improved PSO-RBF neural network," 2012 24th Chinese Control and Decision Conference (CCDC), .
[8] M. Er, S. Wu, J. Lu, H. L. Toh, "Face recognition with radial basis function (RBF) neural networks," IEEE Transactions on Neural Networks, vol. 13 no. 3, pp. 697-710, DOI: 10.1109/TNN.2002.1000134, 2002.
[9] J. Zhang, F. Wu, B. Wei, Q. Zhang, H. Huang, S. W. Shah, J. Cheng, "Data augmentation and dense-LSTM for human activity recognition using WiFi signal," IEEE Internet of Things Journal, vol. 8 no. 6, pp. 4628-4641, DOI: 10.1109/JIOT.2020.3026732, 2021.
[10] M. Xu, H. Chen, L. Duan, "A combined training algorithm for RBF neural network based on particle swarm optimization and gradient descent," 2020 IEEE 9th Data Driven Control and Learning Systems Conference (DDCLS), .
[11] X. Wang, Z. Ning, S. Guo, "Multi-agent imitation learning for pervasive edge computing: a decentralized computation offloading algorithm," IEEE Transactions on Parallel and Distributed Systems, vol. 32 no. 2, pp. 411-425, DOI: 10.1109/TPDS.2020.3023936, 2021.
[12] W. Wang, F. Xia, J. Wu, Z. Gong, H. Tong, B. D. Davision, "Scholar2vec: vector representation of scholars for lifetime collaborator prediction," ACM Transactions on Knowledge Discovery from Data, 2020.
[13] X. Wang, Z. Ning, S. Guo, M. Wen, V. Poor, "Minimizing the age-of-critical-information: an imitation learning-based scheduling approach under partial observations," IEEE Transactions on Mobile Computing,DOI: 10.1109/TMC.2021.3053136, 2021.
[14] J. Y. Chen, Z. Qin, J. Jia, "A PSO-based subtractive clustering technique for designing RBF neural networks," IEEE Congress on Evolutionary Computation (IEEE World Congress on Computational Intelligence), pp. 2047-2052, .
[15] Z. Ning, P. Dong, X. Wang, X. Hu, J. Liu, L. Guo, B. Hu, R. Kwok, V. C. M. Leung, "Partial computation offloading and adaptive task scheduling for 5G-enabled vehicular networks," IEEE Transactions on Mobile Computing,DOI: 10.1109/TMC.2020.3025116, 2020.
[16] B. Zhang, J. Y. Wang, S. L. Zhang, "A new PSO-RBF model for groundwater quality assessment," Advanced Materials Research, vol. 463-464, pp. 922-925, DOI: 10.4028/www.scientific.net/AMR.463-464.922, 2012.
[17] Z. Ning, P. Dong, X. Wang, X. Hu, L. Guo, B. Hu, Y. Guo, T. Qiu, R. Y. K. Kwok, "Mobile edge computing enabled 5G health monitoring for internet of medical things: a decentralized game theoretic approach," IEEE Journal on Selected Areas in Communications, vol. 39 no. 2, pp. 463-478, DOI: 10.1109/JSAC.2020.3020645, 2021.
[18] D. Xiang-Jun, W. Yan-Qin, "RBF neural network identifier based on optimal selection cluster algorithm and PSO algorithm and its application," 2011 Fourth International Conference on Intelligent Computation Technology and Automation, pp. 884-887, .
[19] M. L. Zhang, "Ml-rbf: RBF neural networks for multi-label learning," Neural Processing Letters, vol. 29 no. 2, pp. 61-74, DOI: 10.1007/s11063-009-9095-3, 2009.
[20] Z. Ning, S. Sun, X. Wang, L. Guo, G. Y. Wang, X. Gao, R. Kwok, "Intelligent resource allocation in mobile blockchain for privacy and security transactions: a deep reinforcement learning based approach," Science China Information Sciences,DOI: 10.1007/s11432-020-3125-y, 2020.
[21] Y. Zhong, X. Huang, P. Meng, F. Li, "PSO-RBF neural network PID control algorithm of electric gas pressure regulator," Abstract and Applied Analysis, vol. 2014,DOI: 10.1155/2014/731368, 2014.
[22] Z. Ning, K. Zhang, X. Wang, L. Guo, X. Hu, J. Huang, B. Hu, R. Y. K. Kwok, "Intelligent edge computing in Internet of Vehicles: a joint computation offloading and caching solution," IEEE Transactions on Intelligent Transportation Systems,DOI: 10.1109/TITS.2020.2997832, 2020.
[23] G. Wenxian, W. Hongxiang, X. Jianxin, Z. Yunfeng, "RBF neural network model based on improved PSO for predicting river runoff," International Conference on Intelligent Computation Technology & Automation, IEEE Computer Society, .
[24] Z. Ning, R. Y. K. Kwok, K. Zhang, X. Wang, M. S. Obaidat, L. Guo, X. Hu, B. Hu, Y. Guo, B. Sadoun, "Joint computing and caching in 5G-envisioned internet of vehicles: a deep reinforcement learning based traffic control system," IEEE Transactions on Intelligent Transportation Systems,DOI: 10.1109/tits.2020.2970276, 2020.
[25] N. Zhang, "Urban stormwater runoff prediction using recurrent neural networks," Advances in Neural Networks-ISNN 2011-8th International Symposium on Neural Networks, ISNN 2011, . May 29-June 1, 2011, Proceedings, Part I. DBLP
[26] J. Y. Chen, Z. Qin, Training RBF neural networks with PSO and improved subtractive clustering algorithms, pp. 1148-1155, 2006.
[27] Z. Ning, S. Sun, X. Wang, L. Guo, G. Wang, X. Gao, R. Kwok, Intelligent Resource Allocation in Mobile Blockchain for Privacy and Security Transactions: A Deep Reinforcement Learning Based Approach,DOI: 10.1007/s11432-020-3125-y, 2020.
[28] X. Wang, Z. Ning, S. Guo, L. Wang, "Imitation learning enabled task scheduling for online vehicular edge computing," IEEE Transactions on Mobile Computing,DOI: 10.1109/TMC.2020.3012509, 2020.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Copyright © 2021 Shengyan Zhu et al. This work is licensed under http://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
On the basis of the chaotic features of the frequency hopping signal, frequency band prediction for frequency hopping signal can enhance the interference effect of the signal greatly. However, poor prediction accuracy often limits its development in the military field. Therefore, for the sake of enhancing the frequency band prediction accuracy of frequency hopping signal, this paper studies the radial basis function (RBF) neural network frequency hopping signal frequency band prediction model based on the gradient descent method and improved the particle swarm optimization algorithm, respectively. The former uses a step-by-step algorithm to optimize the center value and weight so that the network can find the most suitable initial state. Then, the clustering selection optimization algorithm is employed to optimize the central value. In addition, it optimizes the weight by using a gradient descent method of the optimal learning rate. The latter optimizes the structure of the RBF neural network through the combination of the subtractive clustering algorithm and improved the particle swarm optimization (PSO) algorithm. Simulation results demonstrate that the gradient RBF algorithm model performs better in terms of accuracy, but time efficiency is lower, while the PSO-RBF algorithm has better time efficiency.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details




1 Faculty of Quality Management and Inspection & Quarantine Sanjiang Research Institute of Artificial Intelligence & Robotics, Yibin University, China
2 National Computer Network Emergency Response Technical Team, Coordination Center of China, China
3 Key Laboratory of Human-Machine Intelligence-Synergy Systems, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences, China
4 Institute of Information Engineering, Chinese Academy of Sciences, Beijing, China