@lxo Let's say I have created a cool BigNumber library that performs math functions really well.
So I take my library and generate a lot of small object code blobs. Labels are the function and parameter calls associated with the object code blobs (fft, cosine, lambda, etc).
I train a model with a feed forward neural network so that the function call labels can be used to predict blobs.
My free software programs replace GNU's big number library with this AI model.