Minimum Number of Flips Needed

<p>This is not a hard problem, but only slightly tedious. The goal is simply to show how to build a simple Bayesian network to solve this problem. This will help illustrate the relationship between a hypothesis node and an observation node.</p> <p>At its most basic we have a hypothesis with some prior probability and a set of possible observations to be made which will successively update our hypothesis. The generic Bayesian network would look like this:</p> <p><a href="https://medium.com/@pbercker/minimum-number-of-flips-needed-d84f75528847"><strong>Learn More</strong></a></p>
Tags: Minimum Number