iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://ncatlab.org/nlab/show/supervised learning
supervised learning in nLab

nLab supervised learning

Contents

Contents

Idea

Supervised learning is a problem in machine learning in which one infers a correspondence between a distribution of examples and a distribution of labels. More formally, given π’Ÿ={(x i,y i)} 1≀i≀n\mathcal{D} = \{(x_i, y_i)\}_{1 \leq i \leq n} where x iβˆˆβ„ d,y iβˆˆβ„ dβ€²x_i \in \mathbb{R}^d, y_i \in \mathbb{R}^{d'} such that random samples (x i,y i)(x_i, y_i) (i.i.d.) are realizations of (X,Y)∼D(X, Y) \sim D an unknown distribution, supervised learning aims to describe a function f^:ℝ d→ℝ dβ€²\hat{f}:\mathbb{R}^d \to \mathbb{R}^{d'} such that when given another dataset π’Ÿβ€²\mathcal{D}' sampled from the same distribution, f^\hat{f} satisfies the optimization objective:

f^=argmin f𝔼[β„’(f,π’Ÿβ€²)]\hat{f} = \argmin_f \mathbb{E}[\mathcal{L}(f, \mathcal{D}')]

where β„’:(ℝ d→ℝ dβ€²)Γ—π’Ÿβ€²β†’β„ +\mathcal{L}: (\mathbb{R}^d \to \mathbb{R}^{d'}) \times \mathcal{D}' \to \mathbb{R}^+ is a loss function that captures some notion of a deviation of a certain estimate ff from the true correspondence between XX and YY.

Last revised on March 4, 2021 at 08:16:10. See the history of this page for a list of all contributions to it.