Giter Site home page Giter Site logo

garylarson / gp-rnn_uai2019 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sheqi/gp-rnn_uai2019

0.0 0.0 0.0 7.89 MB

Implementaion of Gaussian Process Recurrent Neural Networks developed in "Neural Dynamics Discovery via Gaussian Process Recurrent Neural Networks", Qi She, Anqi Wu, UAI2019

License: MIT License

Jupyter Notebook 99.66% Python 0.34%

gp-rnn_uai2019's Introduction

GP-RNN_UAI2019 oral presentation

Implementaion of Gaussian Process Recurrent Neural Networks (GP-RNN) developed in "Neural Dynamics Discovery via Gaussian Process Recurrent Neural Networks", Qi She, Anqi Wu, UAI2019

If you find this useful in your research, please consider citing:

@article{Qi2019Nerual,
title={Neural Dynamics Discovery via Gaussian Process Recurrent Neural Networks},
author={Qi She, Anqi Wu},
Conference={The Conference on Uncertainty in Artificial Intelligence (UAI), 2019},
year={2019}
}

Latent dynamics discovery is challenging in extracting complex dynamics from high dimensional noisy neural data. we propose a novel latent dynamic model that is capable of capturing nonlinear, non-Markovian, long-short term time-dependent dynamics via recurrent neural networks and tackling complex nonlinear embedding via non-parametric Gaussian process. The model can be easily adapted to exploring latent representations of time series with either Gaussian (continuous) or Poisson (discrete) observations.

1. Model overview

Model

Our model composes RNN (e.g.LSTM) with hidden states (v) encoded in the prior distribution of latent states (z), and then maps to the noisy-free space of observations (x).

Image of GP-RNN

Inference

The inference methods are non-trivial with Gaussian and Poisson observations, one of powerful inference networks is bi-LSTM as shown below, please see the details in the paper.

Image of GP-RNN

2. Dependences

  • Ubuntu 16.04
  • python3.6
  • tensorflow-gpu 1.5.0 (cpu version is also compatible)
  • CUDA9.0

3. Start

  • recommend install in virtual environment
$ conda create -n yourenvname python=3.6 anaconda
  • Install the required the packages inside the virtual environment
$ source activate yourenvname
$ pip install -r requirements.txt

4. Demo

  • please run jupyter lab to test attached demo.

Feel free to submit an issue to the repo and contact the corresponding author Qi She if you have any problem or would like to contribute.

gp-rnn_uai2019's People

Contributors

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