In Chapter 3, you learned how to train custom machine learning models using a third-party framework called Turi Create. This chapter introduces you to the Create ML framework introduced by Apple Inc. in 2018 to allow developers to train custom ML models for iOS applications. In addition to the image classification model that you trained in Chapter 3, this chapter introduces two more types of models: one trained using text-based data and the other trained using tabular data.
Introduction to Create ML
While Core ML takes care of integrating an ML model in your ...