| Literature DB >> 35455141 |
Xiaoyu Li1, Shaobo Li2, Peng Zhou3, Guanglin Chen3.
Abstract
In this paper, we propose a broad learning system based on the sparrow search algorithm. Firstly, in order to avoid the complicated manual parameter tuning process and obtain the best combination of hyperparameters, the sparrow search algorithm is used to optimize the shrinkage coefficient (r) and regularization coefficient (λ) in the broad learning system to improve the prediction accuracy of the model. Second, using the broad learning system to build a network interface flow forecasting model. The flow values in the time period [T-11,T] are used as the characteristic values of the traffic at the moment T+1. The hyperparameters outputted in the previous step are fed into the network to train the broad learning system network traffic prediction model. Finally, to verify the model performance, this paper trains the prediction model on two public network flow datasets and real traffic data of an enterprise cloud platform switch interface and compares the proposed model with the broad learning system, long short-term memory, and other methods. The experiments show that the prediction accuracy of this method is higher than other methods, and the moving average reaches 97%, 98%, and 99% on each dataset, respectively.Entities:
Keywords: hyperparameter optimization; network traffic; prediction
Year: 2022 PMID: 35455141 PMCID: PMC9025007 DOI: 10.3390/e24040478
Source DB: PubMed Journal: Entropy (Basel) ISSN: 1099-4300 Impact factor: 2.738
Figure 1Broad learning system structure.
Figure 2The algorithm flow chart of broad learning system.
Figure 3The algorithm flow chart of sparrow search algorithm.
Figure 4The algorithm flow chart of SSA-BLS.
Experimental results of a core network traffic dataset in European cities.
| MSE | RMSE | MAE | MAPE | MA | |
|---|---|---|---|---|---|
| SSA-BLS | 0.0159047 | 0.1261069 | 0.0937315 | 0.0294284 | 97.057155% |
| BLS | 0.0781227 | 0.2551322 | 0.1878021 | 0.0571019 | 94.289801% |
| SCN | 0.0154907 | 0.1244372 | 0.0934485 | 0.0295662 | 97.043378% |
| RVFL | 0.0254023 | 0.1593589 | 0.1208186 | 0.0388347 | 96.116525% |
| dRVFL | 0.0227553 | 0.1507691 | 0.1135728 | 0.0367191 | 96.328085% |
| ELM | 0.1394488 | 0.3686439 | 0.2710739 | 0.0780252 | 92.197470% |
| LSTM | 0.0781441 | 0.2502372 | 0.1884968 | 0.0517535 | 94.824642% |
Experimental results of UK academic backbone network traffic dataset.
| MSE | RMSE | MAE | MAPE | MA | |
|---|---|---|---|---|---|
| SSA-BLS | 0.0071345 | 0.0844570 | 0.0618339 | 0.0136258 | 98.637411% |
| BLS | 0.0913392 | 0.2639297 | 0.1873060 | 0.0440354 | 95.596458% |
| SCN | 0.0097822 | 0.0982373 | 0.0668127 | 0.0143890 | 98.561099% |
| RVFL | 0.0289572 | 0.1701013 | 0.1179645 | 0.0264767 | 97.352324% |
| dRVFL | 0.0234114 | 0.1527494 | 0.1058797 | 0.0232484 | 97.675151% |
| ELM | 0.1051171 | 0.3157292 | 0.2166875 | 0.0426738 | 95.732612% |
| LSTM | 0.3192739 | 0.3290859 | 0.2518907 | 0.0595686 | 94.043138% |
Figure 5(a) Prediction results for a core network traffic dataset in European cities; (b) UK academic backbone network traffic dataset forecast results.
Enterprise cloud platform switch interface traffic data set experimental results.
| MSE | RMSE | MAE | MAPE | MA | |
|---|---|---|---|---|---|
| SSA-BLS | 0.0000734 | 0.0082991 | 0.0063628 | 0.0021407 | 99.785924% |
| BLS | 0.0103714 | 0.0811761 | 0.0563080 | 0.0176119 | 98.238804% |
| SCN | 0.0001742 | 0.0130396 | 0.0067544 | 0.0021857 | 99.781427% |
| RVFL | 0.0361230 | 0.1899801 | 0.1288009 | 0.0400804 | 95.991952% |
| dRVFL | 0.0327578 | 0.1807739 | 0.1277397 | 0.0403579 | 95.964208% |
| ELM | 0.0579519 | 0.2382928 | 0.1327614 | 0.0400340 | 95.996599% |
| LSTM | 0.0283041 | 0.1057008 | 0.0759722 | 0.0238097 | 97.619024% |
Figure 6Enterprise cloud platform switch interface traffic dataset prediction results.
Figure 7BLS and LSTM runtime.