Graham Gibson

Results 5 issues of Graham Gibson

Not sure if this example is useful in this form, please let me know if I can adapt it to something, or if you don't even want a DP example...

I have written the following code for fitting a simple GP ```julia using Mamba ## Model Specification function kernel_with_noise(x,y,s2) dist = exp((-(x-y)^2)) if x != y dist else 1 +...

It seems that derivative in the MVN normal example should be ```python return -1*np.matmul(theta-nm.repmat(self.mu, theta.shape[0], 1), np.linalg.inv(self.A)) ``` which yields the estimate ``` ground truth: [-0.6871 0.801 ] svgd: [-0.68918377...

How do we want to handle the bib for now?