2023
Understanding Train-Validation Split in Meta-Learning with Neural Networks
ICLR 2023poster
The goal of meta-learning is to learn a good prior model from a collection of tasks such that the learned prior is able to adapt quickly to new tasks without accessing many data from the new tasks. A common practice in meta-learning is to perform a train-validation split on each task, where the trai…