Skip to content

Contains some examples about Time Series Forecasting using Tensorflow Neural Networks

License

Notifications You must be signed in to change notification settings

HerwigBachner/time-series-forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Series Forecasting using TensorFlow Neural Networks

Contains some examples about Time Series Forecasting using TensorFlow Neural Networks.

Data:

In many of these examples I use a public dataset called AirPassengers. This dataset provides monthly totals of a US airline passengers from 1949 to 1960. This dataset was originally taken from an inbuilt dataset of R called AirPassengers. The copy of the dataset in the data folder was downloaded from Kaggle.

Content

The notebooks use simple full connected Feed Forward Neural Networks. They describe how this kind of Neural Networks can be used in priciples with time series. I got a lot of experiences using these principles for forecasting purposes to support budgeting processes.

I show there also how to find good model configurations as well as to add additional features. As data quality is one of keys for success, one notebook shows what are the effects on missing data and outlines.

About

Contains some examples about Time Series Forecasting using Tensorflow Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published