Open AngelBerihuete opened 8 years ago
After skimming the paper it looks like something reasonable that could be implemented. I won't have time for awhile (December? January?) But feel free to try and take a stab at it yourself! Brian and I can answer any questions you have.
Hi everyone, It would be great if you want to use the BayesianMixtures package in Mamba. I'd be interested to stay in the loop. Cheers, Jeff
On Mon, Oct 17, 2016 at 8:59 PM, Benjamin Deonovic <notifications@github.com
wrote:
After skimming the paper it looks like something reasonable that could be implemented. I won't have time for awhile (December? January?) But feel free to try and take a stab at it yourself! Brian and I can answer any questions you have.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brian-j-smith/Mamba.jl/issues/106#issuecomment-254377591, or mute the thread https://github.com/notifications/unsubscribe-auth/AHrTJk7vMrvu6D8UiFe-_Z2uuPzYtqCIks5q1BoGgaJpZM4KYt17 .
Dear @bdeonovic and @jwmi I am afraid that I would not be able to code such thing in a short period of time. It is my second week using Julia and I think this task has a lot of specific requirements. My proposal tries to resolve a problem I proposed to @jwmi last week in other context.
Anyway, only for curiosity, do you have any example (documentation) to code a sampling function? What would be the steps to incorporate BaesianMixtures.jl to Mamba? Cheers, Angel
A good example of a basic sampler can be found in the tutorial where a Gibbs sampler is coded up for Bayesian linear regression
Dear Mamba users,
I wonder if it is possible to include the Jain-Neal split-merge samplers in order to do a nonparametric Bayesian mixture and/or Bayesian clustering as @jwmi does with BayesianMixtures.jl for mixture of finite mixtures. Maybe the best way to do that it would be to incorporate the BayesianMixtures.jl as sampling function ... but I don't know if that thing is possible.
Here a reproducible example in order to do inference, a three components mixture of 2D Gaussians.