Eli Bendersky's
Follow
GoMLX: ML in Go without Python
In the previous post
I talked about running ML inference in Go through a Python sidecar process. In
this post, let's see how we can accomplish the same tasks without using Python
at all.How ML models are implementedLet's start with a brief overview of how ML models are …