[go: up one dir, main page]

Skip to content

PhSteel/sgmcmc_ssm_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Stochastic Gradient MCMC for Time Series SSMs

This repo will contain the python code for our "SGMCMC for Time Series SSMs" paper (link).

Source code is in the code/sgmcmc_ssm folder. Scripts/Jupyter Notebooks for experiments will be in the experiments folder.

Installation

Add the code/sgmcmc_ssm folder to the PYTHONPATH.

Requirements: Python 3+, numpy, pandas, scipy, seaborn, joblib, scikit-learn,

Usage Example

Under construction

See code/README.md

Synthetic LGSSM Script Example

cd code/
ipython demo/lgssm_demo.py

Development Setup

Under construction

Meta

Christopher Aicher – aicherc@uw.edu

Distributed under the MIT license. See LICENSE for more information.

https://github.com/aicherc/sgmcmc_ssm_code

Contributing

  1. Fork it (https://github.com/aicherc/sgmcmc_ssm_code/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Python code for SGMCMC for Time Series SSMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%