bayes-scala icon indicating copy to clipboard operation
bayes-scala copied to clipboard

Bayesian Networks in Scala

Results 9 bayes-scala issues
Sort by recently updated
recently updated
newest added

Hi, I'm working a continuous bayesian network with hidden variables, can EM in bayes-scala handle this case? Thanks! Kaiyang

Would you mind release a cross version build for scala 2.12? http://www.scala-sbt.org/0.13/docs/Cross-Build.html

i use truncate function of Gaussian in bases-scala, but it seems not working the code: > val truncGaussian = dk.bayes.math.gaussian.Gaussian(0.5, 1).truncate(0.0, true) > for(i val d = truncGaussian.draw > println(d)...

look here: https://github.com/scalanlp/breeze/issues/460

Nguyen et al. Automated Variational Inference for Gaussian Process Models, 2014

I was having an issue with the common benchmarking Bayesian network "B" and so decided to test this with a much smaller network, commonly used when learning what a Bayesian...

Hi Daniel, I've finally managed to create a visualization for Bayesian Networks constructed from Categoricals. Check out the README of the Gist here: https://gist.github.com/nightscape/c2fcccac859b3ae34c99#file-readme-md Could you check if it runs...

Migrate a private walmart repo to bayes-scala, write a tutorial page. https://www.kaggle.com/c/walmart-recruiting-sales-in-stormy-weather Do it after competition is completed.