This project is based on RNN to compare the accuracy of prediction using GRU and LSTM model. This model takes in data for a given set of days(which can be changed) and then predicts the price on a particular given day. The main purpose of the project is to compare the accuracy of the two RNN models and to check which one works better.
This is the Graph for GRU model
The sentiment analysis is performed using vader which helps the model to create and evaluate negative, positive, neutral sentiments. Then the sentments are shown using plots.
The model consists of 6 layers:
- Embedded Layer
- 1D Convolutional Layer
- MaxPooling1D Layer
- Bidirectional LSTM Layer
- Dropout Layer
- Dense Layer
- Accuracy
- Precision
- Recall
- F1 Score