Summary: | With the rapid development in Artificial Intelligence and the rise in financial literacy among people,
many are trying to use artificial intelligence as a means to predict the trend of the stock market to
increase their wealth more consistently. However, due to the volatility of the stock market,
predicting the trend of the stock market remains a daunting task. Therefore, in this paper, we are going to dwell deeper into Artificial Intelligence, specifically into Deep Learning, and use various
Deep Learning Models to predict the trend of the stock market as well as discussing the accuracy of the different models. We will be focusing mainly on various Deep Learning models such as
Feed Forward Neural Network (FNN), Recurrent Neural Network (RNN), Long Short-Term
Memory (LSTM), Gated Recurrent Units (GRUs), Convolutional Neural Network (CNN),
Temporal Convolutional Network (TCNs) and Ensembled Deep Random Vector Functional Link
(ed-RVFL). In addition, to explore the effects of ensemble learners, we decided to create an ensemble of LSTM, GRU, and TCN. This project aims to use Deep Learning models for Financial
Times Series Classification. Based on the experiment with 10 stocks, we found TCN, ed-RVFL, and LSTM-GRU-TCN Ensemble produced better results as compared to the rest of the remaining models.
|