For Core ML 3 Apple introduced option to update core ml model with some personalized data
At WWDC Video Core ML Framework the StickerClassifier model is shown to have update inputs in Xcode
How can i create such model? Or when can i get it? I have image classification and detection models done with Create ML and turicreate but non have update options available
Have any one performed on-device learning with latest Core ML?
Thnx
You can find some documentation here: https://github.com/apple/coremltools/tree/master/examples/updatable_models
But the current beta version of iOS 13 (beta 3) does not appear to work very well yet when it comes to training such models. So the best solution is patience. ;-)