Machine Learning: The Basics
Alexander Jung

TL;DR
This paper introduces a unified framework for understanding machine learning as a combination of data, model, and loss, emphasizing the trial-and-error principle and its implications for various ML techniques.
Contribution
It presents a three-component perspective on ML that unifies diverse concepts and techniques, aiding both practical application and management of ML projects.
Findings
Early stopping acts as regularization by shrinking hypothesis space.
Privacy-preserving ML involves specific feature choices.
Explainable ML is characterized by particular hypothesis space selections.
Abstract
Machine learning (ML) has become a commodity in our every-day lives. We routinely ask ML empowered smartphones to suggest lovely food places or to guide us through a strange place. ML methods have also become standard tools in many fields of science and engineering. A plethora of ML applications transform human lives at unprecedented pace and scale. This book portrays ML as the combination of three basic components: data, model and loss. ML methods combine these three components within computationally efficient implementations of the basic scientific principle "trial and error". This principle consists of the continuous adaptation of a hypothesis about a phenomenon that generates data. ML methods use a hypothesis to compute predictions for future events. We believe that thinking about ML as combinations of three components given by data, model, and loss helps to navigate the steadily…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBig Data and Business Intelligence · Computational Physics and Python Applications
