Caesar AI Atlas

Decision Boundary

Caesar AI Atlas Definition

A decision boundary is the learned separator that divides one predicted class from another in a classification problem. The shape and complexity of the boundary depend on the model architecture, features, and training process, and may be linear or highly nonlinear.

Other Definitions

Decision Boundary Source

In the case of backpropagation-based artificial neural networks or perceptrons, the type of decision boundary that the network can learn is determined by the number of hidden layers in the network. If it has no hidden layers, then it can only learn linear problems. If it has one hidden layer, then it can learn any continuous function on compact subsets of R<sup>n</sup> as shown by the Universal approximation theorem, thus it can have an arbitrary decision boundary.

Decision Boundary Source

The separator between classes learned by a model in a binary class or multi-class classification problems. For example, in the following image representing a binary classification problem, the decision boundary is the frontier between the orange class and the blue class: !A well-defined boundary between one class and another.

Related Terms