Skip to content

HHalva/hmnlica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hidden Markov Nonlinear ICA: Unsupervised Learning from Nonstationary Time Series.

This repository contains code for our Hidden Markov Nonlinear ICA model, published at UAI 2020. Work done by Hermanni Hälvä (University of Helsinki) and Aapo Hyvärinen (University of Helsinki). The algorithm here is the stochastic subchain sampling approach discussed in Section 3.3. of our paper, which corresponds to minibatch training of the HMM. The results in the paper were obtained by starting each run from 20 different parameter initialization and choosing one which reached highest likelihood. This was done using parallel computation our SLURM serverss so the code for that is not provided here. Running the code from multiple initialization is nevertheless recommended as it helps to avoid poor local optima.

Dependencies

We have tested the code on:

  • Python 3.7.5
  • JAX 0.1.55
  • jaxlib 0.1.37
  • numpy 1.17.4
  • scipy 1.3.2
  • scikit-learn 0.21.3
  • pickle 4.0

References

If you use our code/model for your research, we would be grateful if you cite our work as:

@InProceedings{pmlr-v124-halva20a,
  title = 	 {Hidden Markov Nonlinear ICA: Unsupervised Learning from  Nonstationary Time Series},
  author =       {H\"{a}lv\"{a}, Hermanni and Hyv\"{a}rinen, Aapo},
  pages = 	 {939--948},
  year = 	 {2020},
  volume = 	 {124},
  series = 	 {Proceedings of Machine Learning Research},
  address = 	 {Virtual},
  month = 	 {03--06 Aug},
  publisher =    {PMLR},
}

License

A full copy of the license can be found here

About

Code for Hidden Markov Nonlinear ICA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages