-
I got the example for pocketsphinx_zh.js, and it worked well.When I imported the dict.js and lm.js following the steps in
[Example with official Language Models as provided by Pocketsphinx](https://g…
-
What's the right abstraction, and base class methods and members that all variational model classes should share? Further, how do we mix and match them up, so it's not as blocky as "MFGaussian" but ca…
-
Hard crash with memory bug and rscript termination under Windows.
Example:
``` R
require(caret)
require(mboost)
require(gbm)
require(rf)
# load iris set
data(iris)
dim(iris)
# works
m
-
The optimize functions do not have any way to set parameter limits, for example stating p[0]>=0 to prevent the fitting from attempting negative values. This SEVERALLY limits the usefulness of the pack…
-
see lesson 9. I think we shoudl download that Old Faithful data set and store in it `./files` because Bishop has taken down his data set site
-
Hi,
Congrats on your project. I really like how you organized it.
I am a relative beginner to belief and bayesian networks but I found the documentation and the examples to be relatively easy to und…
-
This is the Issue for constructing the "lensing engine" of GalSim. We wish to be able to draw shears from realizations of a field with specified statistical properties and spatial correlations (which…
-
I'm going to be using Gaussian Mixture Models for my research and I thought I would input some examples to see how the package worked. When I tried running the 1D Gaussian Mixture Example located here…
-
Adam looks to be on spark version 1.4.1. On avocado, we eventually need a version greater than 1.3.0 that supports gaussian mixture models. Any thoughts on bumping the version up for avocado too?
-
@zsunberg suggested me to open a new issue to discuss `PolicyState`.
If you survey the literature about different methods for solving POMDPs, one unifying view is to see a POMDP policy as mapping obs…