Machine Learning with Swift
上QQ阅读APP看书,第一时间看更新

Core ML features

Here is a list of Core ML features:

  • coremltools Python package includes several converters for popular machine learning frameworks: scikit-learn, Keras, Caffe, LIBSVM, and XGBoost.
  • Core ML framework allows running inference (making predictions) on a device. Scikit-learn converter also supports some data transformation and model pipelining.
  • Hardware acceleration (Accelerate framework and Metal under the hood).
  • Supports iOS, macOS, tvOS, and watchOS.
  • Automatic code generation for OOP-style interoperability with Swift.

The biggest Core ML limitation is that it doesn't support models training.