This video about online normalizer calculation for softmax (https://arxiv.org/abs/1806.02867). We use Mojo lang to implement two softmax algorithms: safe softmax and safe softmax with online normalizer calculation.
Along the way, we will learn about some intersting aspects of the Mojo lang, such as - How to implement constructor with move sema...