Skip to content

Commit 2f84d8d

Browse files
committed
added further toy example for line fit with OLS
1 parent a378340 commit 2f84d8d

2 files changed

Lines changed: 408 additions & 2 deletions

File tree

index.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"- [SVD and Left Inverse](exercise04_leftinv.ipynb)\n",
4646
"- [SVD and Left Inverse, Example for WS25/26](left_inverse.ipynb)\n",
4747
"- [SVD and Right Inverse, Example for WS25/26](right_inverse.ipynb)\n",
48+
"- [Line Fit with Linear Regression](line_fit_linear_regression.ipynb)\n",
49+
"- [Line Fit with Linear Regression, Example for WS25/26](line_fit_linear_regression2.ipynb)\n",
50+
"- [Linear Regression with OLS](ols.ipynb)\n",
4851
"\n",
4952
"## Exercise: SVD Factorization for Multitrack Audio Matrix\n",
5053
"- [exercise05.ipynb](exercise05.ipynb)\n",
@@ -54,6 +57,7 @@
5457
"- [exercise08_ridge_regression.ipynb](exercise08_ridge_regression.ipynb)\n",
5558
"- [exercise07_left_inverse_SVD_QR.ipynb](exercise07_left_inverse_SVD_QR.ipynb)\n",
5659
"\n",
60+
"\n",
5761
"## Exercise: Audio Features\n",
5862
"- [Audio Features I](exercise02.ipynb) (Segmentation, STFT, Spectrogram, Periodogram)\n",
5963
"- [Audio Features II](exercise03.ipynb) (Segmentation, RMS/(True)Peak/Crest Factor, R128 loudness)\n",
@@ -135,8 +139,6 @@
135139
"- [SVD and Right Inverse](exercise04_rightinv.ipynb)\n",
136140
"- [QR factorization.ipynb](exercise07_QR.ipynb)\n",
137141
"- [SVD and 4 Subspaces, above example as Matlab script](svd_four_subspaces.m)\n",
138-
"- [Line Fit with Linear Regression](line_fit_linear_regression.ipynb)\n",
139-
"- [Linear Regression with OLS](ols.ipynb)\n",
140142
"- [linear_regression LS_vs_SVD](exercise07_linear_regression_LS_vs_SVD.ipynb)\n",
141143
"- [pca_3D.ipynb](pca_3D.ipynb)\n",
142144
"- [pca_of_exam_grades.ipynb](pca_of_exam_grades.ipynb)\n",

0 commit comments

Comments
 (0)