The document outlines a capstone project focused on predicting Google's stock prices using deep learning models, specifically comparing RNN, LSTM, and CNN+LSTM on stock datasets from 2014 to 2017. The aim is to evaluate the effectiveness of CNN as a feature extractor in time-series forecasting, establishing benchmarks with RNN models based on mean squared error (MSE). It includes details about data preprocessing, model implementation, and performance metrics, concluding that LSTM outperforms the RNN benchmark.
Related topics: