ML Tasks

In Robot AI Builder, you need to select an ML Task scenario. The type of scenario depends on what type of prediction you are trying to make.

Data classification

Classification is used to categorize data into categories.

Binary Classification

Multiclass classification

Regression/Value Prediction

Value prediction, which falls under the regression task, is used to predict numbers.

Image classification

Image classification is used to identify images of different categories. For example, different types of terrain or animals, or manufacturing defects. You can use the image classification scenario if you have a set of images, and you want to classify the images into different categories.

Object detection

Object detection is used to locate and categorize entities within images. For example, locating and identifying cars and people in an image. You can use object detection when images contain multiple objects of different types.

Last updated