tweak: resize image in README

This commit is contained in:
NunoSempere 2023-05-25 16:50:41 -07:00
parent 50deb4ef89
commit 300359e59f

View File

@ -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)
<img src="https://images.nunosempere.com/blog/2023/02/04/just-in-time-bayesianism/bayes-jit.png" width="25%">
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.