Predict the Future with MLPs, CNNs and LSTMs in Python
Welcome to Deep Learning for Time Series Forecasting. Deep learning methods, such as Multilayer Perceptrons, Convolutional Neural Networks, and Long Short-Term Memory Networks, can be used to automatically learn the temporal dependence structures for challenging time series forecasting problems. Neural networks may not be the best solution for all time series forecasting problems, but for those problems where classical methods fail and machine learning methods require elaborate feature engineering, deep learning methods can be used with great success. This book was designed to teach you, step-by-step, how to develop deep learning methods for time series forecasting with concrete and executable examples in Python.
Labs for this course are available at path shared below. Elev8ed Notebooks (powered by Jupyter) will be accessible at the port given to you by your instructor.
-
* <host-ip>:<port>/lab/workspaces/lab1_Prepare_Time_Series_For_Data_CNNs_and_LSTMs
-
* <host-ip>:<port>/lab/workspaces/lab2_MLPs_Time_Series_Forecasting_Part1
-
* <host-ip>:<port>/lab/workspaces/lab3_MLPs_Time_Series_Forecasting_Part2
-
* <host-ip>:<port>/lab/workspaces/lab4_CNNs_Time_Series_Forecasting_Part1
-
* <host-ip>:<port>/lab/workspaces/lab5_CNNs_Time_Series_Forecasting_Part2
-
* <host-ip>:<port>/lab/workspaces/lab6_LSTMs_Time_Series_Forecasting_Part1
-
* <host-ip>:<port>/lab/workspaces/lab7_LSTMs_Time_Series_Forecasting_Part2
-
* <host-ip>:<port>/lab/workspaces/lab8_Simple_Methods_Univariate_Forecasting_Part1
-
* <host-ip>:<port>/lab/workspaces/lab9_Simple_Methods_Univariate_Forecasting_Part2
-
* <host-ip>:<port>/lab/workspaces/lab10_ETS_Models_Univariate_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab11_SARIMA_Models_Univariate_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab12_MLPs_CNNs_and_LSTMs_Univariate_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab13_Grid_Search_Deep_Learning_Models_Univariate_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab14_Load_and_Explore_Household_Energy_Usage_Data
-
* <host-ip>:<port>/lab/workspaces/lab15_Naive_Models_Multistep_Energy_Usage_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab16_ARIMA_Models_Multistep_Energy_Usage_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab17_CNNs_Multistep_Energy_Usage_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab18_LSTMs_Multistep_Energy_Usage_Forecasting
-
* <host-ip>:<port>/lab/workspaces/lab19_Load_and_Explore_Human_Activity_Data
-
* <host-ip>:<port>/lab/workspaces/lab20_ML_Models_Human_Activity_Recognition
-
* <host-ip>:<port>/lab/workspaces/lab21_CNNs_Human_Activity_Recognition
-
* <host-ip>:<port>/lab/workspaces/lab22_LSTMs_Human_Activity_Recognition
-
* <host-ip>:<port>/lab/workspaces/lab23_Setup
-
* <host-ip>:<port>/lab/workspaces/lab24_AWS