I’ve been playing around with machine learning recently and @doramatadora and I made a demo of generating product recommendations in Fastly compute by transforming items into semantic vectors and then doing a nearest neighbour search to find similar ones.
It’s a cool technique with lots of possible applications, and we made it scale to half a million objects. Check it out!