Abstract: Stock market prediction has been a challenging task for machine due to time series analysis is needed. In recent years, deep neural networks have been widely applied in many financial time series tasks. Typically, deep neural networks require huge amount of data samples to train a good model. However, the data samples for stock market is limited which caused the networks prone to overfitting. In view of this, this paper leverages deep neural networks with ensemble learning to address this problem. We propose ensemble of Convolutional Neural Network (CNN), Long Short Term Memory (LSTM), and 1DConvNet with LSTM (Conv1DLSTM) to predict the stock market price, named EnsembleDNNs. The performance of the proposed EnsembleDNNs is evaluated with stock market of several companies. The experiment results show encouraging performance as compared to other baselines.
Loading