diff --git a/README.md b/README.md index 3ce2a8b..af8cf10 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Look at 10%, 20%,..., 80%, 90%, 100% of sequences, and give the probability of e As described [here](https://nunosempere.com/blog/2023/02/04/just-in-time-bayesianism/), Just-in-time bayesianism is this scheme: - + I think that the implementation here provides some value in terms of making fuzzy concepts explicit. For example, instead of "did your past hypotheses do an ok job at predicting this new evidence", I have code which looks at whether past predictions included the correct completion, and which expands the search for hypotheses if not.