Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Practical Time Series Analysis

You're reading from   Practical Time Series Analysis Master Time Series Data Processing, Visualization, and Modeling using Python

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781788290227
Length 244 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Avishek Pal Avishek Pal
Author Profile Icon Avishek Pal
Avishek Pal
PKS Prakash PKS Prakash
Author Profile Icon PKS Prakash
PKS Prakash
Arrow right icon
View More author details
Toc

Deep Learning for Time Series Forecasting

So far in this book, we have described traditional statistical methods for time series analysis. In the preceding chapters, we has discussed several methods to forecast the series at a future point in time from observations taken in the past. One such method to make predictions is the auto-regressive (AR) model, which expresses the series at time t as a linear regression of previous p observations:

 

Here, Єt is the residual error term from the AR model.

The idea underlying the linear model can be generalized that the objective of time series forecasting is to develop a function f that predicts xt in terms of the observations at previous p points of time:

xt = f(xt-1,xt-2, ... ,xt-p)

In this chapter, we will explore three methods based on neural networks to develop the function f. Each method includes defining a neural network...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime