DATA-ANLGNov 9, 2022

Automated Learning: An Implementation of The A* Search Algorithm over The Random Base Functions

arXiv:2211.05085v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This is an incremental method for automated learning in data analysis, potentially useful for researchers or practitioners needing efficient function approximation.

The paper tackles the problem of finding a set of base functions to capture the leading behavior of a dataset, using an A* search algorithm combined with gradient descent for parameter optimization, and shows results through plots comparing extrapolation with unseen data.

This letter explains an algorithm for finding a set of base functions. The method aims to capture the leading behavior of the dataset in terms of a few base functions. Implementation of the A-star search will help find these functions, while the gradient descent optimizes the parameters of the functions at each search step. We will show the resulting plots to compare the extrapolation with the unseen data.

Foundations

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

Your Notes