- Machine Learning with Swift
- Alexander Sosnovshchenko
- 84字
- 2021-06-24 18:55:00
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.