In Chapter 1, you learned the basic definition of machine learning (ML), how it works, where it is used, and what is required to use it. This chapter will introduce you to the Core ML framework that was introduced by Apple Inc. in 2017 to allow application developers to implement ML in their iOS applications. You will also learn the concepts of training and inference, which will give you a clearer picture of how ML works.
This chapter also provides a step-by-step guide for creating an ML application for an iOS device. You need not to worry if you have not created ...