Time Series Prediction With Deep Learning in Keras - Machine Learning Mastery
Time Series prediction is a difficult problem both to frame and to address with machine learning. In this post you will discover how to develop neural network models for time series prediction in Python using the Keras deep learning library. The problem we are going to look at in this post is the international airline passengers prediction problem. This is a problem where given a year and a month, the task is to predict the number of international airline passengers in units of 1,000. Below is a sample of the first few lines of the file.
Jul-20-2016, 13:40:46 GMT