Stars
Convert Machine Learning Code Between Frameworks
Code samples used on cloud.google.com
In this notebook several classes of multi-armed bandits are implemented. This includes epsilon greedy, UCB, Linear UCB (Contextual bandits) and Kernel UCB. Some of the well cited papers in this con…