From the course: Machine Learning for iOS: Core ML and Create ML

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Get input values in the model

Get input values in the model - iOS Tutorial

From the course: Machine Learning for iOS: Core ML and Create ML

Start my 1-month free trial

Get input values in the model

- [Instructor] Now in order to train our model, we need to add files or whatever it is the type of data you need to train your model with. In our case, we need images. So in the resources, I've created three folders, which contains different pictures and we'll add them to our project and then train it. So the way to add training data into your project here, all you need to do is go into this section here, either choose and then select the files, or what you could do is minimize the project like here and then click on the data that you want to input. So in this case, what I want to do is go into the resources and I have three folders in here. So I have the base images and each of those are in these specific categories, so cars, people, and rocks. And then I have new images that we're going to use in the testing phase, and then we have also a testing picture at the end that we're going to use to see if our model is working…

Contents