Skip to content

shakibyzn/London-bike-sharing-time-series-analysis

Repository files navigation

london-bike-sharing-time-series-analysis

Multivariate time series analysis on london bike sharing dataset


Table of Contents


Description

In this project, I went through tackling a multivariate time series problem using both statistical modeling and deep learning models.

  • Firstly, I did some exploratory data analysis to better understand the data which are shown below.
    samples samples samples

  • Secondly, I try to check whether data is stationary or not because VAR model needs each feature to be stationary.

  • Finally, I am going to run both a lstm model and also a TCN model to make a comparison between the statistical models and deep learning ones.

Techniques

  • Time Series Analysis
    • Exploratory Data Analysis
    • Statistical Models
      • Vector autoregression (VAR)
    • Deep Learning
      • Long short-term memory (LSTM)
      • Temporal convolutional networks (TCN)

Back To The Top


License

Apache 2.0 license

Copyright (c) [2020] [Shakib Yazdani]

Back To The Top


Author Info

Back To The Top