Machine Learning in iOS: IBM Watson and CoreML
Apple introduced CoreML in WWDC 2017, and it is a great deal. CoreML is a machine learning framework used in many Apple products, like Siri, Camera, Keyboard Dictation, etc. The cool stuff about CoreML is that it can use a pre-trained model to work offline. Apple has provided lots of pre-trained models like MobileNet, SqueezeNet, Inception v3, VGG16 to help us with image recognition tasks, especially detecting dominant objects in a scene. The job of CoreML is simply predicting data based on the models.
Oct-28-2019, 01:04:16 GMT