From 300359e59f297255fee78ad915c8db3d7e2e81d9 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 25 May 2023 16:50:41 -0700 Subject: [PATCH] tweak: resize image in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb28754..3ce2a8b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ 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: -![](https://images.nunosempere.com/blog/2023/02/04/just-in-time-bayesianism/bayes-jit.png) + + 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.