Data
subject:: Data Science Methods for Large Scale Graphs parent:: Graph Signals and Graph Signal Processing theme:: math notes
Statistical Risk Minimization Problem
Suppose are related by some (known) statistical model , and we want to estimate using a model , where is a member of our hypothesis class .
Let be our loss function. Then the statistical risk minimization problem is to minimize the expected loss over distribution : The optimal estimator is the function with minimal expected cost over all possible functions .
Note
Typically, we are interested in either
- Predicting from with the convolutional distribution .
- ex: stochastic outputs: VAEs, diffusion, etc
- Predicting from with the conditional expectation
- ex: deterministic outputs, classical regime/supervised learning
Mentions
TABLE
FROM [[]]
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
WHERE !direct_source