diff --git a/doc/pub/week36/html/._week36-bs000.html b/doc/pub/week36/html/._week36-bs000.html
index c79950484..12be7d203 100644
--- a/doc/pub/week36/html/._week36-bs000.html
+++ b/doc/pub/week36/html/._week36-bs000.html
@@ -37,7 +37,6 @@ doconce format html week36.do.txt --html_style=bootstrap --pygments_html_style=d
Plans for week 36
- Thursday September 8
- Summary from last Week and discussion of SVD, Ridge and Lasso regression with examples
- Linear Regression and the SVD
- What does it mean?
- And finally \( \boldsymbol{X}\boldsymbol{X}^T \)
- Code for SVD and Inversion of Matrices
- Inverse of Rectangular Matrix
- Ridge and LASSO Regression
- From OLS to Ridge and Lasso
- Deriving the Ridge Regression Equations
- Note on Scikit-Learn
- Comparison with OLS
- SVD analysis
- Interpreting the Ridge results
- More interpretations
- Deriving the Lasso Regression Equations
- Simple example to illustrate Ordinary Least Squares, Ridge and Lasso Regression
- Ridge Regression
- Lasso Regression
- Yet another Example
- The OLS case
- The Ridge case
- Writing the Cost Function
- Lasso case
- The first Case
- Simple code for solving the above problem
- With Lasso Regression
- Another Example, now with a polynomial fit
- To think about, first part
- More thinking
- Still thinking
- What does centering (subtracting the mean values) mean mathematically?
- Further Manipulations
- Wrapping it up
- Linear Regression code, Intercept handling first
- Code Examples
- Taking out the mean
- Friday September 9
- Linking the regression analysis with a statistical interpretation
- Assumptions made
- Expectation value and variance
- Expectation value and variance for \( \boldsymbol{\beta} \)
- Deriving OLS from a probability distribution
- Independent and Identically Distrubuted (iid)
- Maximum Likelihood Estimation (MLE)
- A new Cost Function
- More basic Statistics and Bayes' theorem
- Marginal Probability
- Conditional Probability
- Bayes' Theorem
- Interpretations of Bayes' Theorem
- Example of Usage of Bayes' theorem
- Doing it correctly
- Bayes' Theorem and Ridge and Lasso Regression
- Test Function for what happens with OLS, Ridge and Lasso
- Invoking Bayes' theorem
- Ridge and Bayes
- Lasso and Bayes
- Exercise 1: mean values and variances in linear regression
- Exercise 2: Adding Ridge and Lasso Regression
+ Summary from last Week and discussion of SVD, Ridge and Lasso regression with examples
+ Linear Regression and the SVD
+ What does it mean?
+ And finally \( \boldsymbol{X}\boldsymbol{X}^T \)
+ Code for SVD and Inversion of Matrices
+ Inverse of Rectangular Matrix
+ Ridge and LASSO Regression
+ From OLS to Ridge and Lasso
+ Deriving the Ridge Regression Equations
+ Note on Scikit-Learn
+ Comparison with OLS
+ SVD analysis
+ Interpreting the Ridge results
+ More interpretations
+ Deriving the Lasso Regression Equations
+ Simple example to illustrate Ordinary Least Squares, Ridge and Lasso Regression
+ Ridge Regression
+ Lasso Regression
+ Yet another Example
+ The OLS case
+ The Ridge case
+ Writing the Cost Function
+ Lasso case
+ The first Case
+ Simple code for solving the above problem
+ With Lasso Regression
+ Another Example, now with a polynomial fit
+ To think about, first part
+ More thinking
+ Still thinking
+ What does centering (subtracting the mean values) mean mathematically?
+ Further Manipulations
+ Wrapping it up
+ Linear Regression code, Intercept handling first
+ Code Examples
+ Taking out the mean
+ Friday September 9
+ Linking the regression analysis with a statistical interpretation
+ Assumptions made
+ Expectation value and variance
+ Expectation value and variance for \( \boldsymbol{\beta} \)
+ Deriving OLS from a probability distribution
+ Independent and Identically Distrubuted (iid)
+ Maximum Likelihood Estimation (MLE)
+ A new Cost Function
+ More basic Statistics and Bayes' theorem
+ Marginal Probability
+ Conditional Probability
+ Bayes' Theorem
+ Interpretations of Bayes' Theorem
+ Example of Usage of Bayes' theorem
+ Doing it correctly
+ Bayes' Theorem and Ridge and Lasso Regression
+ Test Function for what happens with OLS, Ridge and Lasso
+ Invoking Bayes' theorem
+ Ridge and Bayes
+ Lasso and Bayes
+ Exercise 1: mean values and variances in linear regression
+ Exercise 2: Adding Ridge and Lasso Regression
@@ -315,7 +313,7 @@ MathJax.Hub.Config({
-Sep 9, 2022
+May 29, 2023
@@ -340,7 +338,7 @@ MathJax.Hub.Config({
9
10
...
- 60
+ 59
»
@@ -354,7 +352,7 @@ MathJax.Hub.Config({
-->
- © 1999-2022, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
+ © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license