Code
Coding something complex is not simple (wow). I'll help you. In this section, I publish general articles relating to code. It can be Swift, C++ or even PHP. I'm bounded by languages I know ;)
Machine Learning
Speed Up PyTorch With Custom Kernels. But It Gets Progressively Darker
It's all about making your models run faster, from flicking a magic “compile” switch to writing your own custom GPU code. In each step, we’ll implement an innocent softmax function, but things are about to get dark by the end.