Search code examples
ioscoreml

Binary Classification Model training in CoreML


I have just started exploring CoreML and was wondering if there is a way to train a Binary Classification Model using the same.

Please provide me any references or examples as I am a ML noob.


Solution

  • Core ML doesn't offer any APIs for building or training models. It works with models you've already trained elsewhere (Keras, Caffe, etc) to perform whatever prediction or classification task you built the model for. See Apple's Core ML docs for info on how to convert a model for use with Core ML.