From d10ae123504903410d3ba4e48d2dfb325dbed41b Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Tue, 24 Sep 2024 14:36:52 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- schedule/slides/06-information-criteria.html | 4 +- search.json | 4 +- sitemap.xml | 96 ++++++++++---------- 4 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.nojekyll b/.nojekyll index a591150..4fe394b 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -57dbfbac \ No newline at end of file +48d009f4 \ No newline at end of file diff --git a/schedule/slides/06-information-criteria.html b/schedule/slides/06-information-criteria.html index fd61585..87491fe 100644 --- a/schedule/slides/06-information-criteria.html +++ b/schedule/slides/06-information-criteria.html @@ -398,7 +398,7 @@

06 Information Criteria

Stat 406

Geoff Pleiss, Trevor Campbell

-

Last modified – 23 September 2024

+

Last modified – 24 September 2024

\[ \DeclareMathOperator*{\argmin}{argmin} \DeclareMathOperator*{\argmax}{argmax} @@ -447,7 +447,7 @@

LOO-CV: Math to the rescue!

For example, OLS:

diff --git a/search.json b/search.json index f2b1ce3..52250aa 100644 --- a/search.json +++ b/search.json @@ -3105,7 +3105,7 @@ "href": "schedule/slides/06-information-criteria.html#section", "title": "UBC Stat406 2024W", "section": "06 Information Criteria", - "text": "06 Information Criteria\nStat 406\nGeoff Pleiss, Trevor Campbell\nLast modified – 23 September 2024\n\\[\n\\DeclareMathOperator*{\\argmin}{argmin}\n\\DeclareMathOperator*{\\argmax}{argmax}\n\\DeclareMathOperator*{\\minimize}{minimize}\n\\DeclareMathOperator*{\\maximize}{maximize}\n\\DeclareMathOperator*{\\find}{find}\n\\DeclareMathOperator{\\st}{subject\\,\\,to}\n\\newcommand{\\E}{E}\n\\newcommand{\\Expect}[1]{\\E\\left[ #1 \\right]}\n\\newcommand{\\Var}[1]{\\mathrm{Var}\\left[ #1 \\right]}\n\\newcommand{\\Cov}[2]{\\mathrm{Cov}\\left[#1,\\ #2\\right]}\n\\newcommand{\\given}{\\ \\vert\\ }\n\\newcommand{\\X}{\\mathbf{X}}\n\\newcommand{\\x}{\\mathbf{x}}\n\\newcommand{\\y}{\\mathbf{y}}\n\\newcommand{\\P}{\\mathcal{P}}\n\\newcommand{\\R}{\\mathbb{R}}\n\\newcommand{\\norm}[1]{\\left\\lVert #1 \\right\\rVert}\n\\newcommand{\\snorm}[1]{\\lVert #1 \\rVert}\n\\newcommand{\\tr}[1]{\\mbox{tr}(#1)}\n\\newcommand{\\brt}{\\widehat{\\beta}^R_{s}}\n\\newcommand{\\brl}{\\widehat{\\beta}^R_{\\lambda}}\n\\newcommand{\\bls}{\\widehat{\\beta}_{ols}}\n\\newcommand{\\blt}{\\widehat{\\beta}^L_{s}}\n\\newcommand{\\bll}{\\widehat{\\beta}^L_{\\lambda}}\n\\newcommand{\\U}{\\mathbf{U}}\n\\newcommand{\\D}{\\mathbf{D}}\n\\newcommand{\\V}{\\mathbf{V}}\n\\]" + "text": "06 Information Criteria\nStat 406\nGeoff Pleiss, Trevor Campbell\nLast modified – 24 September 2024\n\\[\n\\DeclareMathOperator*{\\argmin}{argmin}\n\\DeclareMathOperator*{\\argmax}{argmax}\n\\DeclareMathOperator*{\\minimize}{minimize}\n\\DeclareMathOperator*{\\maximize}{maximize}\n\\DeclareMathOperator*{\\find}{find}\n\\DeclareMathOperator{\\st}{subject\\,\\,to}\n\\newcommand{\\E}{E}\n\\newcommand{\\Expect}[1]{\\E\\left[ #1 \\right]}\n\\newcommand{\\Var}[1]{\\mathrm{Var}\\left[ #1 \\right]}\n\\newcommand{\\Cov}[2]{\\mathrm{Cov}\\left[#1,\\ #2\\right]}\n\\newcommand{\\given}{\\ \\vert\\ }\n\\newcommand{\\X}{\\mathbf{X}}\n\\newcommand{\\x}{\\mathbf{x}}\n\\newcommand{\\y}{\\mathbf{y}}\n\\newcommand{\\P}{\\mathcal{P}}\n\\newcommand{\\R}{\\mathbb{R}}\n\\newcommand{\\norm}[1]{\\left\\lVert #1 \\right\\rVert}\n\\newcommand{\\snorm}[1]{\\lVert #1 \\rVert}\n\\newcommand{\\tr}[1]{\\mbox{tr}(#1)}\n\\newcommand{\\brt}{\\widehat{\\beta}^R_{s}}\n\\newcommand{\\brl}{\\widehat{\\beta}^R_{\\lambda}}\n\\newcommand{\\bls}{\\widehat{\\beta}_{ols}}\n\\newcommand{\\blt}{\\widehat{\\beta}^L_{s}}\n\\newcommand{\\bll}{\\widehat{\\beta}^L_{\\lambda}}\n\\newcommand{\\U}{\\mathbf{U}}\n\\newcommand{\\D}{\\mathbf{D}}\n\\newcommand{\\V}{\\mathbf{V}}\n\\]" }, { "objectID": "schedule/slides/06-information-criteria.html#loo-cv", @@ -3119,7 +3119,7 @@ "href": "schedule/slides/06-information-criteria.html#loo-cv-math-to-the-rescue", "title": "UBC Stat406 2024W", "section": "LOO-CV: Math to the rescue!", - "text": "LOO-CV: Math to the rescue!\nConsider models where predictions are a linear function of the training responses, i.e.,\n\\[ \\hat{\\mathbf y} = {\\mathbf H} {\\mathbf y} \\]\nwhere we collected terms into matrices and vectors (\\({\\mathbf h_i}\\) can be any functions):\n\n\\(\\hat{\\mathbf y} = \\begin{bmatrix} \\hat Y_1 & \\cdots & \\hat Y_n \\end{bmatrix}^\\top \\in \\mathbb R^{n}\\)\n\\({\\mathbf y} = \\begin{bmatrix} Y_1 & \\cdots & Y_n \\end{bmatrix}^\\top \\in \\mathbb R^{n}\\)\n\\(\\mathbf H = \\begin{bmatrix} \\mathbf h_1(X_1) & \\cdots & \\mathbf h_n(X_n) \\end{bmatrix}^\\top \\in \\mathbb R^{n \\times n}\\)\n\n\nFor example, OLS:\n\\[ \\hat{\\mathbf y} = {\\mathbf X} \\hat \\beta, \\qquad \\hat\\beta = (\\mathbf X^\\top \\mathbf X)^{-1} \\mathbf X^\\top \\mathbf y \\]\nBy inspection \\(\\mathbf H = \\mathbf X (\\mathbf X^\\top \\mathbf X)^{-1} \\mathbf X^\\top\\)" + "text": "LOO-CV: Math to the rescue!\nConsider models where predictions are a linear function of the training responses, i.e.,\n\\[ \\hat{\\mathbf y} = {\\mathbf H} {\\mathbf y} \\]\nwhere we collected terms into matrices and vectors (\\({\\mathbf h_i}\\) can be any functions):\n\n\\(\\hat{\\mathbf y} = \\begin{bmatrix} \\hat Y_1 & \\cdots & \\hat Y_n \\end{bmatrix}^\\top \\in \\mathbb R^{n}\\)\n\\({\\mathbf y} = \\begin{bmatrix} Y_1 & \\cdots & Y_n \\end{bmatrix}^\\top \\in \\mathbb R^{n}\\)\n\\(\\mathbf H = \\begin{bmatrix} \\mathbf h_1(X_{1:n}) & \\cdots & \\mathbf h_n(X_{1:n}) \\end{bmatrix}^\\top \\in \\mathbb R^{n \\times n}\\)\n\n\nFor example, OLS:\n\\[ \\hat{\\mathbf y} = {\\mathbf X} \\hat \\beta, \\qquad \\hat\\beta = (\\mathbf X^\\top \\mathbf X)^{-1} \\mathbf X^\\top \\mathbf y \\]\nBy inspection \\(\\mathbf H = \\mathbf X (\\mathbf X^\\top \\mathbf X)^{-1} \\mathbf X^\\top\\)" }, { "objectID": "schedule/slides/06-information-criteria.html#loo-cv-math-to-the-rescue-1", diff --git a/sitemap.xml b/sitemap.xml index db64504..d5c41d1 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,194 +2,194 @@ https://UBC-STAT.github.io/stat-406/schedule/slides/00-r-review.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/handouts/keras-nnet.html - 2024-09-24T04:25:05.209Z + 2024-09-24T14:36:00.557Z https://UBC-STAT.github.io/stat-406/schedule/slides/11-kernel-smoothers.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/09-l1-penalties.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/18-the-bootstrap.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/23-nnets-other.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/25-pca-issues.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/24-pca-intro.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/15-LDA-and-QDA.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/08-ridge-regression.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-quiz-0-wrap.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/27-kmeans.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/14-classification-intro.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/04-bias-variance.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-cv-for-many-models.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/03-regression-function.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/21-nnets-intro.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/12-why-smooth.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-intro-to-class.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/handouts/lab00-git.html - 2024-09-24T04:25:05.209Z + 2024-09-24T14:36:00.557Z https://UBC-STAT.github.io/stat-406/course-setup.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/computing/windows.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/computing/mac_x86.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/computing/index.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/index.html - 2024-09-24T04:25:05.193Z + 2024-09-24T14:36:00.540Z https://UBC-STAT.github.io/stat-406/computing/mac_arm.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/computing/ubuntu.html - 2024-09-24T04:25:05.192Z + 2024-09-24T14:36:00.539Z https://UBC-STAT.github.io/stat-406/syllabus.html - 2024-09-24T04:25:05.239Z + 2024-09-24T14:36:00.587Z https://UBC-STAT.github.io/stat-406/schedule/index.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-course-review.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-version-control.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/faq.html - 2024-09-24T04:25:05.193Z + 2024-09-24T14:36:00.540Z https://UBC-STAT.github.io/stat-406/schedule/slides/01-lm-review.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/06-information-criteria.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/19-bagging-and-rf.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/22-nnets-estimation.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/16-logistic-regression.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/20-boosting.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-classification-losses.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z https://UBC-STAT.github.io/stat-406/schedule/slides/10-basis-expansions.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/26-pca-v-kpca.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/13-gams-trees.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/05-estimating-test-mse.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/28-hclust.html - 2024-09-24T04:25:05.217Z + 2024-09-24T14:36:00.565Z https://UBC-STAT.github.io/stat-406/schedule/slides/07-greedy-selection.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/02-lm-example.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/17-nonlinear-classifiers.html - 2024-09-24T04:25:05.216Z + 2024-09-24T14:36:00.564Z https://UBC-STAT.github.io/stat-406/schedule/slides/00-gradient-descent.html - 2024-09-24T04:25:05.215Z + 2024-09-24T14:36:00.563Z