For the same problem mentioned in LSTM Example, lets try to predict the prices using Bidirectional LSTM
Model Architecture of Bidirectional RNN
Below is the Actual vs Predicted trend in Apple Stock Prices using Bidirectional RNN
From the above graph, it is evident how closely we are able to predict the trend in the stocks using Bidirectional LSTM.
Please find here from complete code Implementationarrow-up-right.
Last updated 5 years ago