Binary Target Label
Jump to navigation
Jump to search
A Binary Target Label is a Categorical Target Value of a Binary Target.
- AKA: Binary Target Class, Binary Target Value.
- Context:
- It can (typically) be a Positive Class or a Negative Class.
- See: Supervised Binary Classification Task, Target Class.
References
2008
- (Wilson, 2008a) ⇒ Bill Wilson. (2008). “The Machine Learning Dictionary for COMP9414." University of New South Wales, Australia.
- In a classification task in machine learning, the task is to take each instance and assign it to a particular class. For example, in a machine vision application, the task might involve analysing images of objects on a conveyor belt, and classifying them as nuts, bolts, or other components of some object being assembled. In an optical character recognition task, the task would involve taking instances representing images of characters, and classifying according to which character they are. Frequently in examples, for the sake of simplicity if nothing else, just two classes, sometimes called positive and negative, are used.