tweak: resize README img again

This commit is contained in:
NunoSempere 2023-05-25 16:51:39 -07:00
parent 300359e59f
commit b021f3abea

View File

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