Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.02 KB

File metadata and controls

44 lines (32 loc) · 2.02 KB

Multivariate Unemployment Rate Forecasting with Long Short-Term Memory (LSTM)

This repository contains the project code and data for our Topics in Economics - Deep Learning (ECON-420) course at McGill University. As part of our final project, we are to explore a topic sourcing data and applying a deep learning method. The topic of choice is Unemployment Rate predictions using LSTM.

Data Sources

All data was sourced from Federal Reserve Economic Data (FRED). The datasets range from January 1st, 1972 to July 1st, 2023, the data used to train the model can be found within this repository.

Raw Data

The raw FRED data can be found in the links below:

Historic Unemployment Data:

Economic Indicators:

Tl;dr:

In short, here are the general findings/visualizations of the project.

Visualization of Datasets:

Alt text

Correlation Matrix:

Alt text

Loss of LSTM:

Loss of LSTM Model

Forecasting:

Alt text

Model Evaluation - Actual vs Predictions:

Alt text

Comparison to Vector AutoRegressive (VAR) Model:

Alt text

Comparison to Moving Average:

Alt text