Skip to content

SURE18/Deep-Learning-in-Time-Series

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Deep Learning in Multiple Multistep Time Series Prediction

This project aims to use deep learning to try to solve a Kaggle competition problem - Web Traffic Time Series Forecasting (https://www.kaggle.com/c/web-traffic-time-series-forecasting).

A report is generated in the PDF file. Deep Learning in Multiple Multistep Time Series Prediction

All the python code is implemented in the IPython notebook.

Note: The competiton is closed on Nov. 13th 2017. The result above achieved top 2% in the leaderboard. Great thanks to Kaggle and Google research for organizing this interesting and challenging competition.

Dataset

The dataset is from a Kaggle competition and here is the link:

https://www.kaggle.com/c/web-traffic-time-series-forecasting/data

Python libraries

It is mainly used to import, save, join and analyze dataframes like using read_csv, DataFrame, merge, etc.

It is mainly used to transform array like taking log() and exp().

Its model evaluation metrics and preprocessing functions are used.

It is used to build neural network architecture, train and save the model, and predict new dataset like using models, layers, callbacks, etc..

It is used to visualize time series and other figures.

About

Deep learning in time series analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%