What is: Log-time and Log-space Extreme Classification?
Source | Log-time and Log-space Extreme Classification |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
LTLS is a technique for multiclass and multilabel prediction that can perform training and inference in logarithmic time and space. LTLS embeds large classification problems into simple structured prediction problems and relies on efficient dynamic programming algorithms for inference. It tackles extreme multi-class and multi-label classification problems where the size of the output space is extremely large.