Expand description
Meta-Learning for Kernel Selection
This module implements meta-learning strategies for automated kernel selection, few-shot kernel learning, transfer learning for kernels, and neural architecture search for kernel methods.
§References
- Vanschoren et al. (2014): “Meta-Learning: A Survey”
- Feurer & Hutter (2019): “Hyperparameter Optimization”
- Hospedales et al. (2021): “Meta-Learning in Neural Networks: A Survey”
- Wilson & Izmailov (2020): “Bayesian Deep Learning and a Probabilistic Perspective of Generalization”
Structs§
- Dataset
Meta Features - Meta-features extracted from datasets for kernel selection
- Meta
Learning Config - Configuration for meta-learning kernel selection
- Meta
Learning Kernel Selector - Meta-Learning Kernel Selector
- Task
Metadata - Task metadata for meta-learning
Enums§
- Meta
Kernel Type - Kernel types supported by meta-learning
- Meta
Learning Strategy - Strategy for meta-learning-based kernel selection
- Performance
Metric - Performance metrics for kernel evaluation