Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 904 Bytes

File metadata and controls

21 lines (15 loc) · 904 Bytes

Adaptive Functions

A special kind of adaptive models are the adaptive functions. They combine the properties of a mathematical function with those of an adaptive model. The class AdaptiveFunction manifests and standardizes these functions without implementing concrete learning paradigms. The latter happens in higher MLPro frameworks, for example in MLPro-SL for offline/online supervised learning.

images/MLPro-BF-ML-AFct.drawio.png

Adaptive functions have a high practical relevance. They are reused within MLPro, e.g. in connection with model-based agents. But they can also be used in general for predictions.

Cross Reference