Thompson Sampling is an algorithm that can be used to analyze multi-armed bandit problems. Imagine you're in a casino standing in front of three slot machines. You have 10 free plays. Each machine ...
require 'math' local function slice (iterable, stop) local result = {} for i = 1, stop do result = iterable end return result end function random_sample (sample_size, items) local sample = slice ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results