Optimizing Long Short-Term Memory Recurrent Neural Networks Using Ant Colony Optimization to Predict Turbine Engine Vibration
AbdElRahman ElSaid, Travis Desell, Fatima El Jamiy, James Higgins,, Brandon Wild

TL;DR
This paper presents an improved LSTM RNN model for predicting aircraft engine vibrations by applying ant colony optimization for neuroevolution, resulting in better accuracy and simpler network structures.
Contribution
The study introduces a novel application of ant colony optimization to evolve LSTM cell structures, enhancing prediction accuracy and reducing model complexity.
Findings
Evolved LSTM networks achieved a 1.35% reduction in prediction error.
The number of weights was reduced from 21,170 to 11,810.
Prediction error decreased from 5.51% to 4.17%.
Abstract
This article expands on research that has been done to develop a recurrent neural network (RNN) capable of predicting aircraft engine vibrations using long short-term memory (LSTM) neurons. LSTM RNNs can provide a more generalizable and robust method for prediction over analytical calculations of engine vibration, as analytical calculations must be solved iteratively based on specific empirical engine parameters, making this approach ungeneralizable across multiple engines. In initial work, multiple LSTM RNN architectures were proposed, evaluated and compared. This research improves the performance of the most effective LSTM network design proposed in the previous work by using a promising neuroevolution method based on ant colony optimization (ACO) to develop and enhance the LSTM cell structure of the network. A parallelized version of the ACO neuroevolution algorithm has been…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
