Core ML is a framework that was introduced in iOS 11. Core ML makes it possible to integrate machine learning models into iOS apps. On top of Core ML, we have three high-level APIs, as follows:
- Vision APIs for image analysis
- Natural language APIs for natural language processing
- GameplayKit for evaluating learned decision trees
More information about Core ML can be found in the official documentation from Apple at https://developer.apple.com/documentation/coreml.