GithubHelp home page GithubHelp logo

time-series-forecasting's Introduction

Time Series Forecasting

This project shows multiple Jupyter Notebooks which demonstrate a variety of LSTM models built and tuned to forecast time-series data for the Weather Dataset, which has around 14k observations and 22 feature variables. The notebooks aim to study weather-related data as a whole and then forecast future values, in either single or multiple timesteps.

List of different RNN Models:

  • Univariate - Single-step Output: utilized temperature variable and split into sequences of 24-hour interval timestep to predict temperature value for the next hour and so on. Vanilla LSTM and Stacked LSTM performed pretty similarly to each other, with MAE of train/test at 0.02/0.03, given that data has been scaled to the range of (0,1).
  • Multivariate - Single-step Output: utilized all variables and split into sequences of 24-hour interval timestep to predict next-hour value for each variable and so on. While Vanilla LSTM and Stacked LSTM performed not so well, Bidirectional LSTM achieved a relatively better result, with MAE of train/test at 0.25/0.29, given that the data has been standardized to the mean and standard deviation of the entire dataset.
  • Multivariate - Multi-step Output: the same as multivariate model, but split into sequences of 24-hour timestep input and produced 24-hour timestep output. Stacked LSTM (Encoder-Decoder) and Bidrectional both achieved MAE of train/test at 0.29/0.45, , given that the data has been standardized to the mean and standard deviation of the entire data.

Requirements

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • sklearn
  • tensorflow

time-series-forecasting's People

Contributors

andrewnguyen07 avatar

Stargazers

Abhijit Mandal avatar Wisnu Harto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.