dc.description.abstract | The stock market is a very popular and convenient investment method, but it is difficult to predict the future stock price through fundamental analysis and technical analysis, because the stock market is a complex and difficult System, and there are many factors can affect stock price changes, this such a non-linear System. So I suppose to build a model that can improve the accuracy of the forecast price.
It is not easy to accurately predict the non-linear, time-series data of stock prices. In order to make accurate predictions, the data must be aligned according to the date and added to the prediction model, and the Long Short-Term Memory model (LSTM) is one of the Deep Learning’s models, can memorize the characteristics of data to predict the non-linear and time-series data of stock price.
In this study, we design neural network models of various dimensions and different combinations of LSTM layers, using the relevant data of Taiwan 50 ETF, Taiwan MSCI index and Dow Jones Taiwan index as different dimensions of training and testing, after sufficient training, modulation and optimization, forecast the closing price of Taiwan 50 ETF the next day. Model building methods include data collection and pre-processing, neural network model design and training, testing and evaluation.
This study uses the Long Short-Term Memory model (LSTM) to solve the problem that the Recurrent Neural Network (RNN) cannot solve the long-term dependence, and proves that the Long Short-Term Memory model (LSTM) has better performance in non-linear, time series stock price prediction, and In the end, the three-dimensional double LSTM model obtained the better prediction effect, which also proved that LSTM has three data sources at the same time, and it has better performance in more complex environments. | en_US |