Time Series Intro
Time series analysis refers to the analysis of change in the trend of the data over a period of time. Time series analysis has a variety of applications. One such application is the prediction of the future value of an item based on its past values. Future stock price prediction is probably the best example of such an application. In this tutorial, we will see how we can perform time series analysis with the help of Keras. We will be predicting the future stock prices of the Apple Company (AAPL), based on its stock prices of the past 5 years.