About
Nov. 12th 2014
In this tutorial, we will learn how to use the TuriCreate API offered by Apple to differentiate between cats and dogs by creating an image recognition app of our own using a custom dataset.
We will be training our own machine learning model using images of cats and dogs, and exporting it for use in IOS devices.
This tutorial is designed with begginers in mind, who are interested in learning how to use the API for image recognition purposes.
Why turicreate?
Turicreate, now owned by Apple, makes the machine learning process extremely simple. It does a lot of laborous work for us, such as resizing images, and training/testing the model. This is perfect for beginners and app developers who do not want to spend time learning the implementation details of machine learning and convolution networks.


