Create ML is a machine learning model training framework officially released by Apple, which can easily train Core ML models on Mac devices. It provides a variety of model types such as images, videos, and texts. Users only need to prepare data sets and set parameters to start model training. Create ML also provides Swift API to support model training on platforms such as iOS.
Demand group:
["Image classification", "Object detection", "Gesture recognition", "Text classification", "Speech recognition", "recommend system"]
Example of usage scenario:
Use Create ML to train a cat and dog image classification model
Use Create ML to make a sentiment analysis model for English text
Use Create ML to train a review spam model for identifying App Store reviews
Product features:
Supports simultaneous training of multiple models
Support external GPU to accelerate model training
Supports training models on device
Provides a variety of model types including images, videos, text, etc.