Machine Learning Foundations & Definitions
Machine Learning focuses on algorithms that allow computers to learn patterns directly from data without being explicitly programmed. [1] * * Tom Mitchell's Definition: A computer program is said to learn from Experience ($E$) with respect to some class of Tasks ($T$) and Performance measure ($P$), if its performance at tasks in $T$, as measured by $P$, improves with experience $E$. * Data: The raw foundation, which can be structured, semi-structured, or unstructured. * Model: A mathematical representation of a real-world process derived from data. * Loss Function: A mathematical metric quantifying how much a model's prediction deviates from the true target value. [1, 2, 3] * ------------------------------ ## Machine Learning Frameworks & Paradigm Comparison [ Machine Learning Paradigms ] ...