Git Product home page Git Product logo

mrnn's Introduction

Codebase for "Estimating Missing Data in Temporal Data Streams Using Multi-Directional Recurrent Neural Networkss (MRNN)"

Authors: Jinsung Yoon, William R. Zame, Mihaela van der Schaar

Paper: Jinsung Yoon, William R. Zame, Mihaela van der Schaar, "Estimating Missing Data in Temporal Data Streams Using Multi-Directional Recurrent Neural Networks," IEEE Transactions on Biomedical Engineering, 2019.

Paper Link: https://ieeexplore.ieee.org/document/8485748

Contact: [email protected]

This directory contains implementations of MRNN framework for imputation in time-series data using GOOGLE stocks dataset.

To run the pipeline for training and evaluation on MRNN framwork, simply run python3 -m main_mrnn.py.

Command inputs:

  • file_name: data file name
  • seq_len: sequence length of time-series data
  • miss_rate: probability of missing components (to be introduced)
  • h_dim: hidden state dimensions
  • batch_size: the number of samples in mini batch
  • iteration: the number of iteration
  • learning_rate: learning rate of model training
  • metric_name: imputation performance metric

Example command

$ python3 main_mrnn.py --file_name data/google.csv --seq_len 7 
--missing_rate: 0.2 --h_dim 10 --batch_size 128 --iteration 2000
--learning_rate 0.01 --metric_name rmse

Outputs

  • x: original data with missing
  • ori_x: original data without missing
  • m: mask matrix
  • t: time matrix
  • imputed_x: imputed data
  • performance: imputation performance

mrnn's People

Contributors

jsyoon0823 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.