-
I have some custom Python code that deals with how many samples need to be taken from each sweep:
```
def optimal_subsample_size(inference_result):
def compress_samples(samples, nweights):
…
-
# Project - Indexing existing Abstract Models (2024-2025?)
*Once a proper interface for Rays is setup, one of the things I'd like to do with it, is to point it to a lot of existing abstract models of…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
Hi,
I am a newbee to Turing.jl. So I try to reimplement the WinBUGS scripts of Lee & Wagenmakers' book BAYESIAN COGNITIVE MODELING. Now, I am stuck with the problem 'Prior and Posterior Prediction' i…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
Sometime I am thinking about a purpose of library and imagine how it can be used for intelligent software in the future.
Here we can have two direction of development:
a) very pragmatic - the target …
-
-
The following code returns `true` in the online WebPPL interpreter, but should return `false`:
```
var array = [{x:"x1", y:"y1"}, {x:"x1", y:"y2"}]
console.log(array.some(function(item){
retu…
-
I have installed webppl from github and it does not give the expected output. It gives output as a dist as follows:
```
Enumerate can only be used with distributions that have finite support...quit …