Your goal is to create an image classifier that can distinguish between cats and dogs. For training purposes, you get a couple of animal images in your exercise files.
- [Instructor] Very soon,…we are going to create our own machine learning model…that can distinguish between cats and dogs.…To do so, we need to prepare a dataset…that we use to train our model,…and the dataset that we're going to use,…you will find that in your Exercise Files…in the Animal Images folder.…There you will find images that are already labeled…with either cat, in these cases,…or dog, and they are enumerated.…
What we need to do now is to copy all of these images…into its own folder in our virtual environment.…I've opened up the folder of my virtual environment,…machineLearningEnv.…In this folder, I'm going to create a new directory…or a new folder pressing Cmd + Shift + N on my keyboard…and I'm going to call that trainingData.…In this folder, I'm going to copy and paste all…of my images that you will find in your Animal Images folder…in your Exercise Files.…
This is the dataset that we are going to work with.…
Released
4/4/2018- Using Turi Create to create custom models
- Getting comfortable with Python
- Preparing data for Turi Create
- Creating a machine learning model with Turi Create
- Implementing an image picker controller
- Using Core ML and the Vision framework for image classification
Share this video
Embed this video
Video: The data set we work with