I'm currently doing the https://t.co/eSvYwSOH7c course again (going a lot deeper this time). For lesson 12 you recreate the Mean shift algorithm in pytorch i.e. learn to implement algorithms from scratch using tensors so you can accelerate them on a GPU. Here is mine in action.