Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 3.95 KB

File metadata and controls

53 lines (44 loc) · 3.95 KB

MobOS 2020

This repo contains the demo app from MobOS 2020, "On-device machine learning – Core ML vs Create ML".
Conference site: https://romobos.com/

My Car App

Swift 5.1 Xcode 11.3.1 Core ML 3 Create ML

Talk Abstract

With Core ML 3, on-device learning has been fully upgraded. Create ML got its own identity, now being a standalone application and is providing support for types of models such as image classifiers, object detection, sound or text classification.

You can create and train your models very easy. We will check how Create ML and Core ML were intended to work together. After this talk, you will have an overview of models creation and training, how to integrate them in your iOS app and enhance them further with on-device training.

Why is it a good talk?
I want to provide a demo of an iOS app that has a model created with Create ML via the Image Classifier and make it recognise 2-3 objects on stage.
Showing people that Core ML 3 has been given a big boost this year, making use of on-device training, for sure will turn into a great subject for this talk. And with Create ML, it has never been easy to create and train your models.

Useful links

Articles

WWDC videos

Repos

Apple Examples