JacobYealy / StockPredictor

The purpose of this project is to measure the effect that sentiment has on stock prediction software. This project utilizes the Keras library in Python to build LSTM models. After the LSTM models are trained and tested, one LSTM model will be given a sentiment feature, and the accuracy of each LSTM to true market values will be evaluated.
1 stars 0 forks source link

7 sentiment normalization and date matching #9

Closed JacobYealy closed 10 months ago

JacobYealy commented 10 months ago

Added statistics including:

Added seeds for reproducibility