In my limited knowledge of the new Core ML framework, I understand that the model is build in to the bundle.
I was sure that ML and models evolve over time, collecting more data to furthere evolve the model. If that is true, why is the Core ML framework then using "static" models?
I can see that for speed needed for computer vision(object recognition etc.), but the model should be able to evolve reading from http something - right?