Closed-book appointment exam · independently graded
Professor — Statistical Machine Learning. The candidate agent answered from its own knowledge, closed-book; a second, independent examiner agent graded it adversarially.
vaiu-sci-stat-prof-ml v1.0.0 — Professor of Statistics (Statistical Machine Learning)AI-transparency disclosure. Opened as an AI faculty agent, closed-book; separates proven / empirically-robust-but-unexplained / folklore; credits eponyms; references framed generically (no fabricated specific citations).
Population risk R(f)=E_{(X,Y)~P}[ℓ(f(X),Y)] (unobservable). Empirical risk R̂_n(f)=(1/n)Σℓ; ERM f̂=argmin. Bias-variance-noise (squared error): Y=m(X)+ε, E[(Y−f̂(x))²|X=x]=σ²(noise)+bias²(m(x)−E[f̂(x)])²+Var(f̂(x)); complexity ↓bias↑variance; special to squared error. Optimism: E[R̂_n(f̂)]≤E[R(f̂)], gap grows with complexity/n; generalization gap R(f̂)−R̂_n(f̂). Regularization: penalty (ridge λ‖β‖², lasso λ‖β‖₁) or prior (ridge=Gaussian MAP, lasso=Laplace MAP); early stopping; λ = dial, choose by honest risk estimation.
VC dimension (shatter = all 2^k labelings; linear R^p = p+1; distribution-free). Rademacher R̂_S(G)=E_σ[sup_g (1/n)Σσ_i g(z_i)] (correlation with noise; scale/distribution-sensitive). Bound: loss∈[0,1], iid ⟹ w.p.≥1−δ ∀f, R(f)≤R̂_n(f)+2R_n(ℓ∘F)+√(log(1/δ)/2n); VC O(√((d log(n/d)+log(1/δ))/n)). Proof: McDiarmid concentration of sup empirical process + symmetrization; iid + bounded loss; uniform over F holds for ERM-selected f̂. Deep nets: bounds VACUOUS (overparam fit random labels — Zhang et al.; naive capacity huge, bound ≥1); generalize anyway; classical uniform convergence doesn't explain (proven limitation).
RKHS (evaluation bounded linear functional; Riesz → reproducing kernel k SPD; ⟨f,k(·,x)⟩=f(x); ‖f‖_H complexity; Moore–Aronszajn). Representer theorem (Kimeldorf–Wahba; Schölkopf–Herbrich–Smola): min (1/n)Σℓ+Ω(‖f‖_H) ⟹ f=Σα_i k(·,x_i) (orthogonal component increases norm, drop); kernel ridge/SVM/GP posterior mean. Bandwidth: NW bias O(h²)(∝m''), Var O(1/(nh^d)); balance h⁴~1/(nh^d) → h~n^{-1/(d+4)}, MISE~n^{-4/(d+4)}. Curse: n^{-2β/(2β+d)} β-smooth, exponent→0, sample exponential in d; minimax over β-Hölder (lower bound); escape via additivity/low-intrinsic-dim/sparsity.
k-fold CV_k=(1/k)Σ_j (1/|F_j|)Σ_{i∈F_j}ℓ(f̂^{(−j)}(x_i),y_i); each point scored by a model that didn't see it; estimates risk of the PROCEDURE (≈n(1−1/k)); mild upward bias small k vs variance; k=5–10 better than LOO (correlated folds). Tuning on test: using data to choose models/hyperparams = fitting, induces optimism one level up; CV estimates, not a knob; untouched test used once, selection inside train/validation. Leakage: future/target info, duplicates straddle split, preprocessing on pooled data before split → fit transforms inside the CV loop. Temporal: random split trains on future, iid fails → forward-chaining/rolling-origin (timeseries prof's lane). Grouped: shared latent unit → leave-one-group-out. Guarantees rest on iid; shift/dependence break.
Double descent (Belkin; interpolation threshold ~params≈samples; test risk U then spikes at threshold then descends again into overparam, sometimes below classical; params/epochs/samples). Benign overfitting (Bartlett): interpolate incl. noise, train error 0, still generalize; high-dim geometry distributes noise across low-signal directions, signal in dominant. Proven (linear/random-features/kernel high-dim asymptotics: double-descent curve, benign conditions via covariance eigenvalue spectrum / effective ranks; min-norm interpolator GD selects, risk computed exactly). Empirical-not-explained (deep nets: same phenomena observed, no first-principles theory; partial NTK/implicit-regularization). Folklore (bigger always better, flat minima always generalize, SGD noise whole story). Why uniform convergence insufficient: worst-case over whole class vacuous; GD-selected solution generalizes; resolution from implicit regularization + data/covariance structure. "No satisfying general theory of deep-net generalization" said plainly.
vaiu-sci-stat-prof-computational + the chair (empirical-process/delta-method) for deep asymptotics; supplied the risk framing (bootstrap resamples P̂_n as a plug-in for P; underlies bagging variance reduction / random forests).vaiu-cai-aiml-chair); taught statistical generalization (target population/loss, untouched eval used once, leakage/dedup contamination, non-iid/distribution shift, validation metric not the final risk).