-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Sequential Monte Carlo -- Using Theano? #548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is anybody willing to help me port pysmc on pymc 3? The aim of pysmc is to sample from posteriors with very very expensive
The documentation of the current version is here: In the Appendix of the attached "smc_paper.pdf", I describe the Sequential Perks:
Don't hesitate to contact me. Ilias Bilionis On Fri, Jun 6, 2014 at 4:48 PM, Josh [email protected] wrote:
Ilias Bilionis, |
This is pretty cool, Ilias. I'm teaching a tutorial on Bayesian computing at SciPy next month, and I may include some pysmc as part of it. As for PyMC 3, we are always here to help with integration, the problem is that the core PyMC 3 developers are each pretty busy, to the point that we barely have time to move PyMC 3 forward. The other devs can speak for themselves, but I have not been able to set aside much development time in the past several months, mainly due to the fact that my schedule is busy and nobody is paying me to develop PyMC. I'm trying to line up a grant for next year to remedy this, but for the moment, that is the situation. So, I'm intrigued by the possibility of faculty/postdoc funding that you propose. Feel free to forward any details. |
I second everything @fonnesbeck said. #507 is the issue on adding arbitrary stochastics. Theano made the necessary change but we haven't yet added an example for this. |
@ebilionis: What version of PyMC does |
@aflaxman: Which example are you trying to run? It has to do with this:
Thus, for the moment, most of the examples are broken. You need to assign one of these step methods:
This example should work: |
Cool, that works for me! I was trying to follow the tutorial here when I had trouble. |
@ebilionis Are you still interested? I think the necessary pieces are in place now and it shouldn't be too hard to port. |
Of course I am. Ilias Bilionis Assistant Professor On Aug 17, 2014, at 4:00 PM, Thomas Wiecki [email protected] wrote:
|
Have you had a chance to look at this at all? |
@twiecki, all: please share an update on this. Doing some time series state space modeling research from Time Series: Modeling, Computation, and Inference and need Sequential Monte Carlo. State Space Models in R mentions what can be done with R but I would really like to use Pymc 3 as well if at all possible. [UPDATE]: Found https://twitter.com/twiecki/status/479308176207388673. |
Is it worth closing this issue? I've not seen any activity for over a year. |
Yes I think so. On Sep 3, 2016 7:53 PM, "Peadar Coyle" [email protected] wrote:
|
Lol now I see this ... It is done @ebilionis ; ) . Of course would be great to get your input on it... |
I'm aware of this pymc2 wrapping SMC library: https://github.com/ebilionis/pysmc
Is SMC utilizing Theano on the roadmap for pymc? This would presumably require all of the particle motion/initialize functions be theano-ified. (Which seems daunting)
The text was updated successfully, but these errors were encountered: