WaveNet is used in this example for time series forecasting. More information about WaveNet can be found on my website.
-
01_MackeyGlass_RandomSearch.py is the script to prepare the Mackey-Glass time series, perform simulations using random search, save the best architecture, compute the results and plot the graphics.
-
01_MackeyGlass_SimulationBestModel.py is the script to load saved model and perform the simulations.