Apple Has Released Core ML 2
At WWDC Apple released Core ML 2: a new version of their machine learning SDK for iOS devices. The new release of Core ML, whose first version was released in June 2017, should create an inference time speedup of 30% for apps developed using Core ML 2. They achieve this using two techniques call "batch prediction" and "quantization". Batch prediction refers to the practice of predicting for multiple inputs at the same time (e.g. Quantization is the practice of representing weights and activation in fewer bits during inference than during training. During training, you can use floating-point numbers used for weights and activations, but they slow down computation a lot during inference on non-GPU devices.
Jun-9-2018, 22:16:32 GMT
- Technology: