Open
Description
Methods that we haven't implemented yet, but would like to. In no particular order:
- Probablistic Global Distance Metric Learning
- Probabilistic extension of MMC (pMMC?)
- Discriminative Component Analysis (DCA)
- Localized Distance Metric Learning (LDM)
- DistBoost and KernelBoost
- Active Distance Metric Learning
- Large Scale Metric Learning from Equivalence Constraints (KISSME)
- website (includes reference implementation)
- python implementation (unverified)
- Logistic Discriminant Metric Learning (LDML)
- Metric Learning for Kernel Regression (MLKR)
- reference implementation
- added in PR Added MLKR algorithm #28
- Mahalanobis Metric for Clustering (MMC)
- reference implementation
- added in PR Implementation of MMC #61