Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Create ML revolutionizes the machine learning workflow by offering a streamlined, user-friendly environment for building, training, and evaluating models directly in Xcode. This integrated approach simplifies the development process, enabling faster iterations and reducing the complexity associated with traditional ML methods.

In this lesson, you’ll build on that foundation by diving deeper into Create ML and its powerful capabilities. You’ll focus on preparing and importing a training dataset for a custom image classification model. By leveraging Create ML, you can train models efficiently and deploy them seamlessly in applications, enhancing user experiences, and delivering unique functionalities.

MoodTracker Model

For the MoodTracker app, you’ll be working with Image Classification, a domain of Create ML that allows you to classify images based on categories like emotions (e.g., happy, sad, angry). This type of model will be trained using labeled images, enabling the app to recognize different emotional expressions from user-submitted images.

See forum comments
Download course materials from Github
Previous: Quiz: Machine Learning & Create ML Next: Instruction