Learn Before
Error Correcting Output Codes
Divide the model construction application into two stages: encoding and decoding stages; Coding stage: perform M division among K categories. Each division divides part of the data into positive categories and part of the data into negative categories. Each division builds a model. The result of the model is for each Each category defines a point; Decoding stage: Use the trained model to predict the test sample, define the sample to be predicted as a point in the space, calculate the distance between the point to be tested and the category, and select the category with the closest distance as the final forecast category.
0
1
Tags
Data Science
Related
Micro Average vs Macro average Performance in a Multiclass classification setting
Multi-class Performance Measures
Macro-average
Micro-average
Having three evaluation metrics makes it harder for you to quickly choose between two different algorithms, and will slow down the speed with which your team can iterate. True/False?
OVO (One-Versus-One)
OVA/OVR (One-Versus-All/One-Versus-the-Rest)
Error Correcting Output Codes