Caesar AI Atlas

Meta-learning

Also known as: Meta learning

Caesar AI Atlas Definition

Meta-learning is an approach in which a system learns how to learn across tasks, models, or datasets. Rather than only optimizing for a single task, it seeks strategies or representations that help models adapt quickly to new tasks with limited additional data.

Other Definitions

Meta-learning Source

A subset of machine learning that discovers or improves a learning algorithm. A meta-learning system can also aim to train a model to quickly learn a new task from a small amount of data or from experience gained in previous tasks. Meta-learning algorithms generally try to achieve the following: - Improve or learn hand-engineered features (such as an initializer or an optimizer). - Be more data-efficient and compute-efficient. - Improve generalization. Meta-learning is related to few-shot learning.

Related Terms