当前位置:网站首页>Time Series Forecasting Based on Reptile Search RSA Optimized LSTM
Time Series Forecasting Based on Reptile Search RSA Optimized LSTM
2022-08-04 07:04:00 【Doraemon 001】
0 Introduction
The time series prediction method based on LSTM is simple and effective.The emergence of LSTM provides a new research direction for time series forecasting.However, like most network models, LSTM performance is affected by its hyperparameter settings.To this end, this paper uses the Reptile Search Algorithm (RSA) to optimize the LSTM network hyperparameters, and establishes the RSA-LSTM model. The example verification shows that the prediction effect of the RSA-LSTM model is significantly improved.
1 Principles
1.1 LSTM principle
1.2 Reptile Search Algorithm
Reptile Search Algorithm (RSA) is a new nature-inspired meta-heuristic optimizer proposed by Laith Abailigah et al. in 2020. Its inspiration comes from the social behavior of crocodiles in nature. It mainly includesTwo main mechanics: encirclement, and hunting.The mathematical model of these two mechanisms is established, that is, the RSA algorithm is proposed.The RSA algorithm is a population-based gradient-free method that can be used to solve complex or simple optimization problems with specific constraints.For specific theory, please refer to Reptile Search Algorithm (RSA): A novel nature-inspired meta-heuristic optimizer
1.3 SMA Optimization LSTM Principle
With minimizing the error of the LSTM network as the fitness function, the role of RSA is to try to find a set of optimal hyperparameters to minimize the network error.The main hyperparameters of LSTM in this paper are: learning rate lr, batchsize, training times K, and the number of nodes in the two hidden layers L1 and L2.
2 Code Implementation
Based on MATLAB2020b, model building and optimization.The data structure is a time series. We use the value of the first n times as input and the value of time n+1 as the output to carry out rolling modeling.
2.1 LSTM results
2.2 RSA-LSTM results
The following figure shows the change curve of different hyperparameters:
The results of the RSA-LSTM model established using the above optimal parameters are:
2.3 Method comparison
3 Conclusion
It can be seen from the above analysis that the optimized LSTM has better accuracy.
边栏推荐
猜你喜欢
随机推荐
clssloader与双亲委派
【HIT-SC-MEMO7】哈工大2022软件构造 复习笔记7
天鹰优化的半监督拉普拉斯深度核极限学习机用于分类
复杂格式的json转递
沉浸式体验参加网络安全培训班,学习过程详细到底!
电脑软件:推荐一款磁盘空间分析工具——WizTree
IE8 打开速度慢的解决办法
在线公众号文章内容转音频文件实用小工具
狗都能看懂的变化检测网络Siam-NestedUNet讲解——解决工业检测的痛点
mysql:列类型之float、double
0--100的能被3整出的数的集合打乱顺序
【音视频开发系列】QT 采集麦克风PCM并播放
Uos统信系统 CA根证书搭建
并发概念基础:并发、同步、阻塞
狗都能看懂的CenterNet讲解及代码复现
C#找系统文件夹路径
bitnami/mongodb-sharded在AWS EKS扩展shard失败解决
FCN——语义分割的开山鼻祖(基于tf-Kersa复现代码)
学好网络安全看这篇文章让你少走弯路
【HIT-SC-MEMO6】哈工大2022软件构造 复习笔记6