-
(I'm splitting this out from #663.)
Idea: by leveraging our parameter/guide infrastructure we can use function composition to build simple neural networks in webppl. This would look something like …
-
Example: https://travis-ci.org/probmods/webppl/jobs/219859137
~~~~
Error: [{"name":"_k214","loc":null,"type":"Identifier","comments":null,"typeAnnotation":null},{"callee":{"object":{"name":"_addre…
-
per (pleasant, unheated) discussion with @eb8680, we could consider upgrading distribution objects to be callables (i.e. functions) that return a sample, and also have a scoring function attached. in …
-
It feels like some of the ideas appearing in the editor (e.g. probmods/webppl-editor#35) might also be useful from the command line. e.g. Grouping repeated warnings, the ability to suppress warnings.
…
-
If `a` is a tensor created in webppl and `b` is a tensor created in JavaScript, then operations like `T.sub(a,b)` return NaN.
-
`poisson( { mu: Mu } )` for Mu > 10 seems to yield some non-integer deviates. WebPPL v0.9.7
Fractional residues suggest maybe a type conversion issue? 10 is a threshold in the gen code...
```
v…
-
CPS spits out an error if "throw" is used in webppl code. It would be nice to be able to throw exceptions for debugging purposes
-
I originally chose this representation as it made matrix-matrix, and matrix-vector multiplication easy to implement and simple to use. It seems increasingly clear that this wasn't the best choice. In …
-
I think it might be useful to know that rwebppl is using a potentially globally installed version of webppl (and which one, if multiple exist).
Currently, if you run `webppl_version()` and you have a…
-
While the church models seem to work just fine across browsers, @mhtess pointed out that webppl code boxes will not run in Safari. I also tried it in Firefox and got the same error message.
Looks li…