AmpersandTV / pymc3-hmm

Hidden Markov models in PyMC3
Other
94 stars 13 forks source link

FFBS performance improvements #76

Open brandonwillard opened 3 years ago

brandonwillard commented 3 years ago

There are a few straightforward things we can do to improve sampling performance:

brandonwillard commented 3 years ago

81 added some important improvements, including two forms of in-place updating for series-length arrays; however, there are still a couple important in-place opportunities that involved the Theano graphs (see the TODOs here).