# Machine Learning

- [Algorithms 101](https://www.mlcompendium.com/machine-learning/algorithms-101.md)
- [Meta Learning (AutoML)](https://www.mlcompendium.com/machine-learning/meta-learning.md)
- [Probabilistic, Regression](https://www.mlcompendium.com/machine-learning/classic-machine-learning.md)
- [Data Mining](https://www.mlcompendium.com/machine-learning/data-mining.md)
- [Process Mining](https://www.mlcompendium.com/machine-learning/process-mining.md)
- [Label Algorithms](https://www.mlcompendium.com/machine-learning/label-algorithms.md)
- [Clustering Algorithms](https://www.mlcompendium.com/machine-learning/clustering-algorithms.md)
- [Anomaly Detection](https://www.mlcompendium.com/machine-learning/anomaly-detection.md)
- [Decision Trees](https://www.mlcompendium.com/machine-learning/decision-trees.md)
- [Active Learning Algorithms](https://www.mlcompendium.com/machine-learning/active-learning-algorithms.md)
- [Linear Separator Algorithms](https://www.mlcompendium.com/machine-learning/linear-separator-algorithms.md)
- [Regression](https://www.mlcompendium.com/machine-learning/regression.md)
- [Ensembles](https://www.mlcompendium.com/machine-learning/ensembles.md)
- [Reinforcement Learning](https://www.mlcompendium.com/machine-learning/incremental-learning-1.md)
- [Incremental Learning](https://www.mlcompendium.com/machine-learning/incremental-learning.md)
- [Dimensionality Reduction Methods](https://www.mlcompendium.com/machine-learning/dimensionality-reduction-methods.md)
- [Genetic Algorithms & Genetic Programming](https://www.mlcompendium.com/machine-learning/genetic-algorithms-and-genetic-programming.md)
- [Learning Classifier Systems](https://www.mlcompendium.com/machine-learning/learning-classifier-systems.md)
- [Recommender Systems](https://www.mlcompendium.com/machine-learning/recommender-systems.md)
- [Timeseries](https://www.mlcompendium.com/machine-learning/timeseries.md)
- [Fourier Transform](https://www.mlcompendium.com/machine-learning/fourier-transform.md)
- [Digital Signal Processing (DSP)](https://www.mlcompendium.com/machine-learning/digital-signal-processing-dsp.md)
- [Propensity Score Matching](https://www.mlcompendium.com/machine-learning/propensity-score-matching.md)
- [Diffusion models](https://www.mlcompendium.com/machine-learning/diffusion-models.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.mlcompendium.com/machine-learning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
