Code Monkey home page Code Monkey logo

ptsa2019project's Introduction

ptsa2019project

Project about Residual Recurrent Neural Networks

Shreyas - 11/14/2019

Progress so far

Read through the paper fully

Got climate data (ENSO: 2 datasets Nino 3.4 and Nino1.2) that is used in the paper. Got it formatted right as well

Tried fitting ARIMA model as in the paper. Model fit very well. much better than the paper. Not sure where i am going wrong here. paper is also not clear at a few places

paper does not mention

  1. if results are on test or val for ENSO
  2. which lag they finally used
  3. if/how they used regularization in arima
  4. mean is subtracted from training data. but how to rescale predictions? adding means to predicted data is giving near perfect results

insights for both datasets are same

Tried RNN model using LSTM. Able to train a model and see some result. but lots of debugging still left used code from https://towardsdatascience.com/lstm-for-time-series-prediction-de8aeb26f2ca#:~:targetText=The%20idea%20of%20using%20a,looking%20only%20at%20its%20past.

Shreyas - 11/20/2019

meeting 1:

the data given is mean data anomaly might correspond to SD or max values in a month

feedback from cristina:

she was not sure what 'In the case of the ENSO dataset, we perform a 6 month ahead prediction, which means that the minimum possible lag of VAR was 6' means suggested to first try on fake data

  1. create fake ar(1) and model it using ar(1) to check if ar(1) works
  2. add non linearity and model it using ar(1)
  3. try to improve the fit using lstms and r2n2

six month ahead prediction does not mean that the x_t should depend on x_{t-6} or later we can fit any ar(p) model and perform six month ahead prediction

changes made to code:

fixed data being used (only mean data) subtracting the means for each month across all years in training before feeding data to model rescaling prediction data is just adding the calculated training means not using anomaly data for now

created fake ar(1) data, modeled it and analyzed residuals. model works as expected added non linearity and modeled it

to do: run lstm on fake non linear data run r2n2 on fake non linear data

ptsa2019project's People

Contributors

joshuameisel avatar radsn23 avatar shreyasckdn 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.