ARTICLE LANDING PAGE

 

ENSEMBLE METHOD FOR THE PREDICTION OF STOCK PRICE USING MACHINE LEARNING TECHNIQUES

Abstract

An ensemble model, referred to as SVR-LSTM-CNN(Support Vector Regressor - Long Short- Term Memory - Convolutional Neural Network), was proposed for stock price forecasting . This model combines the SVR for capturing linear features and adeep neural network structure that incorporates LSTM and CNN layers to capture both linear and nonlinear data features. In the SVR-LSTM-CNN MODEL, SVR is utilised to capture linear features, LSTM captures long-term dependencies in the data, and CNN captures hierarchical data structures. The study focused on four different stocks from the Nigerian Stock Exchange historical database. A comprehensive performance evaluation, using daily stock prices, revealed that the SVR_LSTM_CNN model outperformed benchmark models in terms of Root Mean Squared Error (RMSE) and Mean Absolute Error (MAE) performance measure.