-
Notifications
You must be signed in to change notification settings - Fork 759
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
truncated DP mixture model example #183
Comments
I have a PyMC3 truncated DP mixture model example currently via MCMC here. It may be possible to adapt this into an Edward example by swapping out some of the Theano-specific bits, if necessary. I'd be happy to give this a shot once I get back from an internet-less vacation next week. |
@AustinRochford: yeah that would be fantastic if you could. |
That would be really helpful, thanks! @AustinRochford |
@AustinRochford, I was wondering if you were working on the issue? If yes, I would be happy to help you out. I am familiar with DP, nested DP and hierarchical DP mixtures. |
@AlexPiche I had done some work on it, then my day job got in the way. I am hoping to pick it up again in the next two or three weeks |
@AustinRochford did you ever end up picking this up again? I'm doing some work on nonparametrics and would be happy to contribute. |
I did not get a chance to get very far on this, so feel free to pick it up if you're so inclined! |
Hi Dustin,
Hope all is well!
I was wondering if you know if anyone ever implemented the DP mixture model
in Edward. We have another (comp bio) model that we'd like to implement in
Edward if possible.
Thanks!
Best,
Elham
…On Thu, Apr 6, 2017 at 12:47 PM Joshua Engelman ***@***.***> wrote:
@AustinRochford <https://github.com/AustinRochford> did you ever end up
picking this up again? I'm doing some work on nonparametrics and would be
happy to contribute.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHrctsuQhJbu6TDP1uyoOBUpZ2iwFuBMks5rtRczgaJpZM4JSJJt>
.
|
hi @elhamazizi. The answer is an unfortunate no. I believe there's a truncated DP model if you search the Forum. But we never got efficient inference to work on it(?). |
Hi Dustin,
Thanks, the truncated DP seems to work for now.
Another question we have is whether you're planning to incorporate the
Inverse-Wishart distribution into Edward?
Best,
Elham
…On Tue, Feb 13, 2018 at 12:15 PM Dustin Tran ***@***.***> wrote:
hi @elhamazizi <https://github.com/elhamazizi>. The answer is an
unfortunate no. I believe there's a truncated DP model if you search the
Forum. But we never got efficient work on it(?).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHrcth00OtomewELpmtX_D13hBtHN8Gtks5tUcNHgaJpZM4JSJJt>
.
|
You can try submitting a feature request for that in TF's Github issues.
… On Feb 16, 2018, at 10:17 AM, elhamazizi ***@***.***> wrote:
Hi Dustin,
Thanks, the truncated DP seems to work for now.
Another question we have is whether you're planning to incorporate the
Inverse-Wishart distribution into Edward?
Best,
Elham
On Tue, Feb 13, 2018 at 12:15 PM Dustin Tran ***@***.***>
wrote:
> hi @elhamazizi <https://github.com/elhamazizi>. The answer is an
> unfortunate no. I believe there's a truncated DP model if you search the
> Forum. But we never got efficient work on it(?).
>
> —
> You are receiving this because you were mentioned.
>
>
> Reply to this email directly, view it on GitHub
> <#183 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AHrcth00OtomewELpmtX_D13hBtHN8Gtks5tUcNHgaJpZM4JSJJt>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#183 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACc2i2PX7fjvll4DdYIQJqIrZurT0-S0ks5tVcYcgaJpZM4JSJJt>.
|
(Elham Azizi asks about DP mixture models for use in some of her work with Dana Pe’er in computational biology.)
part of my reply below:
Would be great if someone gets a truncated DP mixture model up and running!
The text was updated successfully, but these errors were encountered: