LGMLAug 26, 2019

An Introduction to Advanced Machine Learning : Meta Learning Algorithms, Applications and Promises

arXiv:1908.09788v125 citations
AI Analysis

It addresses challenges in machine learning for handling emerging online and distributed data problems, but appears incremental as it builds on prior work.

The paper tackles the problem of traditional machine learning algorithms failing to handle online data and unseen classes due to limited samples and distributed data, and investigates Meta-Learning (MTL) as a solution to enable autonomous agents to learn to learn.

In [1, 2], we have explored the theoretical aspects of feature extraction optimization processes for solving largescale problems and overcoming machine learning limitations. Majority of optimization algorithms that have been introduced in [1, 2] guarantee the optimal performance of supervised learning, given offline and discrete data, to deal with curse of dimensionality (CoD) problem. These algorithms, however, are not tailored for solving emerging learning problems. One of the important issues caused by online data is lack of sufficient samples per class. Further, traditional machine learning algorithms cannot achieve accurate training based on limited distributed data, as data has proliferated and dispersed significantly. Machine learning employs a strict model or embedded engine to train and predict which still fails to learn unseen classes and sufficiently use online data. In this chapter, we introduce these challenges elaborately. We further investigate Meta-Learning (MTL) algorithm, and their application and promises to solve the emerging problems by answering how autonomous agents can learn to learn?.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes