“…Recurrent Neural Network (RNN) is a type of Neural Network where the outputs from the previous steps are fed as input to the current step ( Cho et al, 2014 ). It is an efficient model for sentiment analysis, there are several recent works for sentiment analysis using RNN, such as Balakrishnan et al, 2022 , Bonet, 2022 , Iwendi et al, 2022 , Joshi and Kanoongo, 2022 , Joy et al, 2022 , Oh et al, 2022 , Rodrigues et al, 2022 , Sany et al, 2022 , Singh et al, 2022 and Tran, Nguyen, and Dao (2022) , as it uses memory cells that are capable to capture information about long sequences. It has improved the time complexity rather than other models.…”