Machine Learning
Another area of my interest. Neural nets, math under the hood. It's all here. Similar to the algorithms section, I strive for articles simplicity. As full-time ML engineer, I try to find something interesting and useful for you
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.