Summary
In this chapter, we introduced Create ML, a tool that makes it incredibly easy to train and deploy common machine learning models. We saw how easy it is to create an image classifier using a minimal amount of examples and minimal amount of code. We discussed how this was achieved through the use of transfer learning, and then covered some considerations to keep in mind with regard to your training data and the importance of splitting it for validation and testing.