- Machine Learning Projects for Mobile Applications
- Karthikeyan NG
- 291字
- 2021-06-10 19:41:41
Core ML
Core ML helps us to build ML learning applications for iOS platforms.
Core ML uses trained models that make predictions based on new input data. For example, a model that's been trained on a region's historical land prices may be able to predict the price of land when given the details of locality and size.
Core ML acts as a foundation for other frameworks that are domain-specific. The major frameworks that Core ML supports include GamePlayKit to evaluate the learned decision trees, natural language processing (NLP) for text analysis, and vision framework for image-based analysis.
Core ML is built on top of accelerate, basic neural network subroutines (BNNSs), and Metal Performance Shaders, as shown in the architecture diagram from the Core ML documentation:
- With the Accelerate Framework, you can do mathematical computations on a large scale as well as calculations based on images. It is optimized for high performance and also contains APIs written in C for vector and matrix calculations, Digital Signal Processing (DSP), and other computations.
- BNNS help to implement neural networks. From the training data, the subroutine methods and other collections are useful for implementing and running neural network.
- With the Metal framework, you can render advanced three-dimensional graphics and run parallel computations using the GPU device. It comes with Metal shading language, the MetalKit framework, and the Metal Performance Shaders framework. With the Metal Performance Shaders framework, it is tuned to work with the hardware features of each GPU family for optimal performance.
Core ML applications are built on top of the three layers of components mentioned, as shown in the following diagram:

Core ML is optimized for on-device performance, which minimizes memory footprint and power consumption.
- 筆記本電腦使用、維護(hù)與故障排除實(shí)戰(zhàn)
- 數(shù)字邏輯(第3版)
- 平衡掌控者:游戲數(shù)值經(jīng)濟(jì)設(shè)計(jì)
- Mastering Adobe Photoshop Elements
- Hands-On Machine Learning with C#
- Large Scale Machine Learning with Python
- 基于Apache Kylin構(gòu)建大數(shù)據(jù)分析平臺(tái)
- 單片機(jī)系統(tǒng)設(shè)計(jì)與開發(fā)教程
- Building 3D Models with modo 701
- Intel Edison智能硬件開發(fā)指南:基于Yocto Project
- 龍芯自主可信計(jì)算及應(yīng)用
- 圖解計(jì)算機(jī)組裝與維護(hù)
- FL Studio Cookbook
- 3D Printing Blueprints
- The Artificial Intelligence Infrastructure Workshop