|
|
|
@@ -102,6 +102,7 @@ Automatically generated HTML file from DocOnce source
|
|
|
|
|
2,
|
|
|
|
|
None,
|
|
|
|
|
'some-useful-matrix-and-vector-expressions'),
|
|
|
|
|
('Meet the Hessian Matrix', 2, None, 'meet-the-hessian-matrix'),
|
|
|
|
|
('Interpretations and optimizing our parameters',
|
|
|
|
|
2,
|
|
|
|
|
None,
|
|
|
|
@@ -177,6 +178,10 @@ Automatically generated HTML file from DocOnce source
|
|
|
|
|
'the-svd-a-fantastic-algorithm'),
|
|
|
|
|
('Economy-size SVD', 2, None, 'economy-size-svd'),
|
|
|
|
|
('Codes for the SVD', 2, None, 'codes-for-the-svd'),
|
|
|
|
|
('Note about SVD Calculations',
|
|
|
|
|
2,
|
|
|
|
|
None,
|
|
|
|
|
'note-about-svd-calculations'),
|
|
|
|
|
('Mathematical Properties', 2, None, 'mathematical-properties'),
|
|
|
|
|
('Friday September 3', 2, None, 'friday-september-3'),
|
|
|
|
|
('Ridge and LASSO Regression',
|
|
|
|
@@ -277,7 +282,7 @@ MathJax.Hub.Config({
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs003.html#why-linear-regression-aka-ordinary-least-squares-and-family-repeat-from-last-week" style="font-size: 80%;"><b>Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs004.html#regression-analysis-overarching-aims" style="font-size: 80%;"><b>Regression analysis, overarching aims</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs005.html#regression-analysis-overarching-aims-ii" style="font-size: 80%;"><b>Regression analysis, overarching aims II</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs022.html#examples" style="font-size: 80%;"><b>Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs023.html#examples" style="font-size: 80%;"><b>Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs007.html#general-linear-models" style="font-size: 80%;"><b>General linear models</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs008.html#rewriting-the-fitting-procedure-as-a-linear-algebra-problem" style="font-size: 80%;"><b>Rewriting the fitting procedure as a linear algebra problem</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs009.html#rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details" style="font-size: 80%;"><b>Rewriting the fitting procedure as a linear algebra problem, more details</b></a></li>
|
|
|
|
@@ -286,55 +291,57 @@ MathJax.Hub.Config({
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs012.html#optimizing-our-parameters" style="font-size: 80%;"><b>Optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs013.html#our-model-for-the-nuclear-binding-energies" style="font-size: 80%;"><b>Our model for the nuclear binding energies</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs014.html#optimizing-our-parameters-more-details" style="font-size: 80%;"><b>Optimizing our parameters, more details</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs018.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs018.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs017.html#some-useful-matrix-and-vector-expressions" style="font-size: 80%;"><b>Some useful matrix and vector expressions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs018.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs019.html#own-code-for-ordinary-least-squares" style="font-size: 80%;"><b>Own code for Ordinary Least Squares</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs020.html#adding-error-analysis-and-training-set-up" style="font-size: 80%;"><b>Adding error analysis and training set up</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs021.html#splitting-our-data-in-training-and-test-data" style="font-size: 80%;"><b>Splitting our Data in Training and Test data</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs022.html#examples" style="font-size: 80%;"><b>Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs023.html#making-your-own-test-train-splitting" style="font-size: 80%;"><b>Making your own test-train splitting</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs024.html#the-boston-housing-data-example" style="font-size: 80%;"><b>The Boston housing data example</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs025.html#housing-data-the-code" style="font-size: 80%;"><b>Housing data, the code</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs026.html#reducing-the-number-of-degrees-of-freedom-overarching-view" style="font-size: 80%;"><b>Reducing the number of degrees of freedom, overarching view</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs027.html#preprocessing-our-data" style="font-size: 80%;"><b>Preprocessing our data</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs028.html#functionality-in-scikit-learn" style="font-size: 80%;"><b>Functionality in Scikit-Learn</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs029.html#more-preprocessing" style="font-size: 80%;"><b>More preprocessing</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs030.html#frequently-used-scaling-functions" style="font-size: 80%;"><b>Frequently used scaling functions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs031.html#example-of-own-standard-scaling" style="font-size: 80%;"><b>Example of own Standard scaling</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs032.html#min-max-scaling" style="font-size: 80%;"><b>Min-Max Scaling</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs033.html#testing-the-means-squared-error-as-function-of-complexity" style="font-size: 80%;"><b>Testing the Means Squared Error as function of Complexity</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs034.html#more-preprocessing-examples-franke-function-and-regression" style="font-size: 80%;"><b>More preprocessing examples, Franke function and regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs035.html#mathematical-interpretation-of-ordinary-least-squares" style="font-size: 80%;"><b>Mathematical Interpretation of Ordinary Least Squares</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs036.html#residual-error" style="font-size: 80%;"><b>Residual Error</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs037.html#simple-case" style="font-size: 80%;"><b>Simple case</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs038.html#the-singular-value-decomposition" style="font-size: 80%;"><b>The singular value decomposition</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs039.html#linear-regression-problems" style="font-size: 80%;"><b>Linear Regression Problems</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs040.html#fixing-the-singularity" style="font-size: 80%;"><b>Fixing the singularity</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs041.html#basic-math-of-the-svd" style="font-size: 80%;"><b>Basic math of the SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs042.html#the-svd-a-fantastic-algorithm" style="font-size: 80%;"><b>The SVD, a Fantastic Algorithm</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs043.html#economy-size-svd" style="font-size: 80%;"><b>Economy-size SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs044.html#codes-for-the-svd" style="font-size: 80%;"><b>Codes for the SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs045.html#mathematical-properties" style="font-size: 80%;"><b>Mathematical Properties</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs046.html#friday-september-3" style="font-size: 80%;"><b>Friday September 3</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs047.html#ridge-and-lasso-regression" style="font-size: 80%;"><b>Ridge and LASSO Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs048.html#more-on-ridge-regression" style="font-size: 80%;"><b>More on Ridge Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs049.html#interpreting-the-ridge-results" style="font-size: 80%;"><b>Interpreting the Ridge results</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs050.html#more-interpretations" style="font-size: 80%;"><b>More interpretations</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs051.html#a-better-understanding-of-regularization" style="font-size: 80%;"><b>A better understanding of regularization</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs052.html#decomposing-the-ols-and-ridge-expressions" style="font-size: 80%;"><b>Decomposing the OLS and Ridge expressions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs053.html#introducing-the-covariance-and-correlation-functions" style="font-size: 80%;"><b>Introducing the Covariance and Correlation functions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs054.html#correlation-function-and-design-feature-matrix" style="font-size: 80%;"><b>Correlation Function and Design/Feature Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs055.html#covariance-matrix-examples" style="font-size: 80%;"><b>Covariance Matrix Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs056.html#correlation-matrix" style="font-size: 80%;"><b>Correlation Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs057.html#correlation-matrix-with-pandas" style="font-size: 80%;"><b>Correlation Matrix with Pandas</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs058.html#correlation-matrix-with-pandas-and-the-franke-function" style="font-size: 80%;"><b>Correlation Matrix with Pandas and the Franke function</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs059.html#rewriting-the-covariance-and-or-correlation-matrix" style="font-size: 80%;"><b>Rewriting the Covariance and/or Correlation Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs060.html#linking-with-svd" style="font-size: 80%;"><b>Linking with SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs061.html#exercises-for-week-37-september-6-10" style="font-size: 80%;"><b>Exercises for week 37, September 6-10</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs061.html#exercise-1-adding-ridge-and-lasso-regression" style="font-size: 80%;"><b>Exercise 1: Adding Ridge and Lasso Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs061.html#exercise-linear-regression-for-a-two-dimensional-function" style="font-size: 80%;"> Exercise: Linear Regression for a two-dimensional function</a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs018.html#meet-the-hessian-matrix" style="font-size: 80%;"><b>Meet the Hessian Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs019.html#interpretations-and-optimizing-our-parameters" style="font-size: 80%;"><b>Interpretations and optimizing our parameters</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs020.html#own-code-for-ordinary-least-squares" style="font-size: 80%;"><b>Own code for Ordinary Least Squares</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs021.html#adding-error-analysis-and-training-set-up" style="font-size: 80%;"><b>Adding error analysis and training set up</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs022.html#splitting-our-data-in-training-and-test-data" style="font-size: 80%;"><b>Splitting our Data in Training and Test data</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs023.html#examples" style="font-size: 80%;"><b>Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs024.html#making-your-own-test-train-splitting" style="font-size: 80%;"><b>Making your own test-train splitting</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs025.html#the-boston-housing-data-example" style="font-size: 80%;"><b>The Boston housing data example</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs026.html#housing-data-the-code" style="font-size: 80%;"><b>Housing data, the code</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs027.html#reducing-the-number-of-degrees-of-freedom-overarching-view" style="font-size: 80%;"><b>Reducing the number of degrees of freedom, overarching view</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs028.html#preprocessing-our-data" style="font-size: 80%;"><b>Preprocessing our data</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs029.html#functionality-in-scikit-learn" style="font-size: 80%;"><b>Functionality in Scikit-Learn</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs030.html#more-preprocessing" style="font-size: 80%;"><b>More preprocessing</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs031.html#frequently-used-scaling-functions" style="font-size: 80%;"><b>Frequently used scaling functions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs032.html#example-of-own-standard-scaling" style="font-size: 80%;"><b>Example of own Standard scaling</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs033.html#min-max-scaling" style="font-size: 80%;"><b>Min-Max Scaling</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs034.html#testing-the-means-squared-error-as-function-of-complexity" style="font-size: 80%;"><b>Testing the Means Squared Error as function of Complexity</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs035.html#more-preprocessing-examples-franke-function-and-regression" style="font-size: 80%;"><b>More preprocessing examples, Franke function and regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs036.html#mathematical-interpretation-of-ordinary-least-squares" style="font-size: 80%;"><b>Mathematical Interpretation of Ordinary Least Squares</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs037.html#residual-error" style="font-size: 80%;"><b>Residual Error</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs038.html#simple-case" style="font-size: 80%;"><b>Simple case</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs039.html#the-singular-value-decomposition" style="font-size: 80%;"><b>The singular value decomposition</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs040.html#linear-regression-problems" style="font-size: 80%;"><b>Linear Regression Problems</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs041.html#fixing-the-singularity" style="font-size: 80%;"><b>Fixing the singularity</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs042.html#basic-math-of-the-svd" style="font-size: 80%;"><b>Basic math of the SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs043.html#the-svd-a-fantastic-algorithm" style="font-size: 80%;"><b>The SVD, a Fantastic Algorithm</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs044.html#economy-size-svd" style="font-size: 80%;"><b>Economy-size SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs045.html#codes-for-the-svd" style="font-size: 80%;"><b>Codes for the SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs046.html#note-about-svd-calculations" style="font-size: 80%;"><b>Note about SVD Calculations</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs047.html#mathematical-properties" style="font-size: 80%;"><b>Mathematical Properties</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs048.html#friday-september-3" style="font-size: 80%;"><b>Friday September 3</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs049.html#ridge-and-lasso-regression" style="font-size: 80%;"><b>Ridge and LASSO Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs050.html#more-on-ridge-regression" style="font-size: 80%;"><b>More on Ridge Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs051.html#interpreting-the-ridge-results" style="font-size: 80%;"><b>Interpreting the Ridge results</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs052.html#more-interpretations" style="font-size: 80%;"><b>More interpretations</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs053.html#a-better-understanding-of-regularization" style="font-size: 80%;"><b>A better understanding of regularization</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs054.html#decomposing-the-ols-and-ridge-expressions" style="font-size: 80%;"><b>Decomposing the OLS and Ridge expressions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs055.html#introducing-the-covariance-and-correlation-functions" style="font-size: 80%;"><b>Introducing the Covariance and Correlation functions</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs056.html#correlation-function-and-design-feature-matrix" style="font-size: 80%;"><b>Correlation Function and Design/Feature Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs057.html#covariance-matrix-examples" style="font-size: 80%;"><b>Covariance Matrix Examples</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs058.html#correlation-matrix" style="font-size: 80%;"><b>Correlation Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs059.html#correlation-matrix-with-pandas" style="font-size: 80%;"><b>Correlation Matrix with Pandas</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs060.html#correlation-matrix-with-pandas-and-the-franke-function" style="font-size: 80%;"><b>Correlation Matrix with Pandas and the Franke function</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs061.html#rewriting-the-covariance-and-or-correlation-matrix" style="font-size: 80%;"><b>Rewriting the Covariance and/or Correlation Matrix</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs062.html#linking-with-svd" style="font-size: 80%;"><b>Linking with SVD</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs063.html#exercises-for-week-37-september-6-10" style="font-size: 80%;"><b>Exercises for week 37, September 6-10</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs063.html#exercise-1-adding-ridge-and-lasso-regression" style="font-size: 80%;"><b>Exercise 1: Adding Ridge and Lasso Regression</b></a></li>
|
|
|
|
|
<!-- navigation toc: --> <li><a href="._week35-bs063.html#exercise-linear-regression-for-a-two-dimensional-function" style="font-size: 80%;"> Exercise: Linear Regression for a two-dimensional function</a></li>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
@@ -393,7 +400,7 @@ MathJax.Hub.Config({
|
|
|
|
|
<li><a href="._week35-bs008.html">9</a></li>
|
|
|
|
|
<li><a href="._week35-bs009.html">10</a></li>
|
|
|
|
|
<li><a href="">...</a></li>
|
|
|
|
|
<li><a href="._week35-bs061.html">62</a></li>
|
|
|
|
|
<li><a href="._week35-bs063.html">64</a></li>
|
|
|
|
|
<li><a href="._week35-bs001.html">»</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- ------------------- end of main content --------------- -->
|
|
|
|
|