Research Article

Jamming Prediction for Radar Signals Using Machine Learning Methods

Table 1

Parameters of a LSTM model.

StepParametersTested valuesSelected valueNote

1Optimization methodRMSProp, Adam, AdadeltaAdamInitial learning rate was set as 0.003 for RMSProp [23], Adam [24], and 1.0 for Adadelta [25]
2Minibatch size50, 100, 200200ā€‰
3Dropout ratio (%)0, 10, 30, 500Dropout ratio means the rate at which the output gate units in a LSTM layer are randomly removed
4LSTM layers1, 22The model with 2 LSTM layers showed higher accuracy than the model of 1 LSTM layer
5Fully connected layer0, 11The model with the fully connected layer had a higher accuracy than the model with no fully connected layer
6Input features3, 53Higher accuracy was obtained when using three features, RF, PRI, and PW, instead of using 5 features, AOA, AMP, RF, PRI, and PW
7Decay ratioUse, no useUseWhen gradually decreasing the learning rate by multiplying 0.9 to the previous learning rate per epoch after epoch 10, higher accuracy was obtained