An Introduction to CreateML
A year after unveiling CoreML, Apple introduced CreateML. CreateML allows developers to train machine learning models on their Mac. We will stick with our previous example and build a simple machine learning model that can recognize images of dogs. Head over to https://github.com/RichardBlanch/Dog-Classifier/tree/Starter and download or clone the project.