Search code examples
coremlcoremltools

Stanford dataset to CoreML


I have a dataset, downloaded from link. I know about coremltool (created by Apple).

The question is: is it possible to convert Stanford dataset to CoreML ? If yes - can somebody give me instructions ?

Thanks in advance !


Solution

  • This question is asked so often, that finally I've decided to draw a diagram.

    Can I have gasoline to tractor convertor plz?

    Explanation:

    • Dataset is a "fuel" that you put into your model to make it work.
    • Model is a machine learning algorithm: neural network, decision tree etc.
    • Supported ML frameworks and models are listed here together with the instructions for conversion.