Apple CoreML: Introduction to machine learning in mobile app development

Click for: original source

Post by JetRuby Agency about enhancing your mobile app with machine learning. You will find out what machine learning is and understand the way it changed our life. CoreML is a framework that was presented by Apple in 2017.

CoreML allows simplifying the integration of machine learning models in applications ecosystem.

Based on CoreML were implemented various products of the company including Siri, QuickType, Camera and so on. CoreML contributed to developing “clever” features.

This framework is based on the native technologies, such as Accelerate and Metal. Since it allows giving full play to the hardware of a device, performance becomes better and battery’s life longer.

This technology allows iOS 11 apps to run machine learning models locally on your device. Basically, this allows using such features as images recognition, analysis of the text/sounds without using any Internet connection.

Learn more in this introduction into machine learning with CoreML. Example code and screen grabs of developed mobile app could be also found in the article!

[Read More]

Tags ios machine-learning app-development