- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 168字
- 2021-06-10 19:41:41
Core ML model conversion
To run your first application on iOS, you don't need to start building your own model. You can use any one of the best existing models. If you have a model that is created using another third-party framework, you can use the Core ML Tools Python package, or third-party packages such as MXNet converter or TensorFlow converter. The links to access these tools are given next. If your model doesn't support any of these converters, you can also write your own converter.
TensorFlow converter can be accessed through the link : https://github.com/tf-coreml/tf-coreml
MXNet converter can be downloaded from: https://github.com/apache/incubator-mxnet/tree/master/tools/coreml
The Core ML Tools Python package supports conversion from Caffe v1, Keras 1.2.2+, scikit-learn 0.18, XGBoost 0.6, and LIBSVM 3.22 frameworks. This covers models of SVM, tree ensembles, neural networks, generalized linear models, feature engineering, and pipeline models.
You can install Core ML tools through pip:
pip install -U coremltools
- 新型電腦主板關鍵電路維修圖冊
- 電腦組裝與維修從入門到精通(第2版)
- 數字道路技術架構與建設指南
- Mastering Delphi Programming:A Complete Reference Guide
- Mastering Manga Studio 5
- 面向對象分析與設計(第3版)(修訂版)
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Hands-On Artificial Intelligence for Banking
- “硬”核:硬件產品成功密碼
- 電腦組裝與維護即時通
- Wireframing Essentials
- Spring Cloud實戰
- IP網絡視頻傳輸:技術、標準和應用
- Istio實戰指南
- 計算機電路基礎(第2版)