Forecasting with Deep Learning
Machine Learning
2023-02-24 v1 Artificial Intelligence
Abstract
This paper presents a method for time series forecasting with deep learning and its assessment on two datasets. The method starts with data preparation, followed by model training and evaluation. The final step is a visual inspection. Experimental work demonstrates that a single time series can be used to train deep learning networks if time series in a dataset contain patterns that repeat even with a certain variation. However, for less structured time series such as stock market closing prices, the networks perform just like a baseline that repeats the last observed value. The implementation of the method as well as the experiments are open-source.
Cite
@article{arxiv.2302.12027,
title = {Forecasting with Deep Learning},
author = {Gissel Velarde},
journal= {arXiv preprint arXiv:2302.12027},
year = {2023}
}
Comments
7 Figures, 5 Tables