MetaLearner
MetaLearner is a component in meta-learning frameworks that learns how to learn. It is a higher-level model or algorithm that observes the performance of a base learner across tasks drawn from a task distribution and outputs updates, hyperparameters, or adaptation strategies to improve future learning on new tasks. The base learner is task-specific and is trained on individual tasks while the meta-learner’s updates are learned across many tasks.
In typical gradient-based meta-learning, the meta-learner optimizes the initial parameters of the base learner so that
Applications for meta-learners span few-shot or rapid adaptation in computer vision, natural language processing, robotics, and