Machine Learning : Reinforcement Learning - Solving Multi Armed Bandit Problem with Thompson Sampling (Part 24)
Let's start with the multi armed bandit problem
we want to know that which machine will be good to get a big loot.
we have solved that using UCB method here
Let's solve it using using Thompson method
So, the problem statement: (Multi bandit problem)...