Non-linear system modeling using LSTM neural networks

Jesús Gonzalez,Wen Yu
DOI: https://doi.org/10.1016/j.ifacol.2018.07.326
2018-01-01
Abstract:Long-Short Term Memory (LSTM) is a type of Recurrent Neural Networks (RNN). It takes sequences of information and uses recurrent mechanisms and gate techniques. LSTM has many advantages over other feedforward and recurrent NNs in modeling of time series, such as audio and video. However, in non-linear system modeling normal LSTM does not work well(Wang, 2017). In this paper, we combine LSTM with NN, and use the advantages. The novel neural model consists of hierarchical recurrent networks and one multilayer perceptron. We design a special learning algorithm which uses backpropagation, and backpropagation through time methods. We use two non-linear system examples to compare our neural modeling with other well known methods. The results show that for the simulation model (only the test input is used and the past test output is not used), the modified LSTM model proposed in this paper is much better than the other existing neural models.
What problem does this paper attempt to address?