diff --git a/doc/pub/week34/html/._week34-bs000.html b/doc/pub/week34/html/._week34-bs000.html index d9c4b2f95..81bc34baf 100644 --- a/doc/pub/week34/html/._week34-bs000.html +++ b/doc/pub/week34/html/._week34-bs000.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -303,7 +408,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs001.html b/doc/pub/week34/html/._week34-bs001.html index 7afe9021f..bb8404818 100644 --- a/doc/pub/week34/html/._week34-bs001.html +++ b/doc/pub/week34/html/._week34-bs001.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -295,7 +400,7 @@ MathJax.Hub.Config({
  • 10
  • 11
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs002.html b/doc/pub/week34/html/._week34-bs002.html index 4bf4231aa..c25b927d3 100644 --- a/doc/pub/week34/html/._week34-bs002.html +++ b/doc/pub/week34/html/._week34-bs002.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -298,7 +403,7 @@ Reading recommendations this week: Refresh linear algebra, GBC chapters 1 and 2.
  • 11
  • 12
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs003.html b/doc/pub/week34/html/._week34-bs003.html index 9f68f72cd..528a22253 100644 --- a/doc/pub/week34/html/._week34-bs003.html +++ b/doc/pub/week34/html/._week34-bs003.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -263,10 +368,10 @@ MathJax.Hub.Config({

    Thursday August 26

    -Video of Lecture from Fall Semester 2020. +The lectures will be recorded and updated videos will be posted after the lectures.

    -The lectures will be recorded and updated videos will be posted after the lectures. +"Video of Lecture August 26, 2021":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage

    Zoom link for lectures: https://msu.zoom.us/j/93311529525?pwd=a1VXSzY4aTFWVy9Rb05mNDJTZ09lZz09 @@ -276,6 +381,9 @@ The lectures will be recorded and updated videos will be posted after the lectur

  • Passcode: 646102
  • +Video of Lecture from Fall Semester 2020. + +

    diff --git a/doc/pub/week34/html/._week34-bs004.html b/doc/pub/week34/html/._week34-bs004.html index f6badcd71..e49b5b52a 100644 --- a/doc/pub/week34/html/._week34-bs004.html +++ b/doc/pub/week34/html/._week34-bs004.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -299,7 +404,7 @@ MathJax.Hub.Config({
  • 13
  • 14
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs005.html b/doc/pub/week34/html/._week34-bs005.html index d55cb156e..57e62f539 100644 --- a/doc/pub/week34/html/._week34-bs005.html +++ b/doc/pub/week34/html/._week34-bs005.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -286,7 +391,7 @@ MathJax.Hub.Config({
  • 14
  • 15
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs006.html b/doc/pub/week34/html/._week34-bs006.html index fde8dd209..93957a716 100644 --- a/doc/pub/week34/html/._week34-bs006.html +++ b/doc/pub/week34/html/._week34-bs006.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -289,7 +394,7 @@ MathJax.Hub.Config({
  • 15
  • 16
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs007.html b/doc/pub/week34/html/._week34-bs007.html index fd57c13e3..f0062df38 100644 --- a/doc/pub/week34/html/._week34-bs007.html +++ b/doc/pub/week34/html/._week34-bs007.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -307,7 +412,7 @@ MathJax.Hub.Config({
  • 16
  • 17
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs008.html b/doc/pub/week34/html/._week34-bs008.html index 7e5d30d06..4c75fd4d9 100644 --- a/doc/pub/week34/html/._week34-bs008.html +++ b/doc/pub/week34/html/._week34-bs008.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -324,7 +429,7 @@ MathJax.Hub.Config({
  • 17
  • 18
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs009.html b/doc/pub/week34/html/._week34-bs009.html index 3c5092c00..d2b37b9e8 100644 --- a/doc/pub/week34/html/._week34-bs009.html +++ b/doc/pub/week34/html/._week34-bs009.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -305,7 +410,7 @@ Projects are handed in using Canvas. We use Github as repository for code
  • 18
  • 19
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs010.html b/doc/pub/week34/html/._week34-bs010.html index 33f117e9c..1294370c1 100644 --- a/doc/pub/week34/html/._week34-bs010.html +++ b/doc/pub/week34/html/._week34-bs010.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -305,7 +410,7 @@ Additional textbooks:
  • 19
  • 20
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs011.html b/doc/pub/week34/html/._week34-bs011.html index 7bf563e41..e13943636 100644 --- a/doc/pub/week34/html/._week34-bs011.html +++ b/doc/pub/week34/html/._week34-bs011.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -299,7 +404,7 @@ Python is the recurring programming language.
  • 20
  • 21
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs012.html b/doc/pub/week34/html/._week34-bs012.html index 4a7152add..3ab39b72c 100644 --- a/doc/pub/week34/html/._week34-bs012.html +++ b/doc/pub/week34/html/._week34-bs012.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -324,7 +429,7 @@ specifically, after this course you will
  • 21
  • 22
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs013.html b/doc/pub/week34/html/._week34-bs013.html index 33195222f..4a2b799ef 100644 --- a/doc/pub/week34/html/._week34-bs013.html +++ b/doc/pub/week34/html/._week34-bs013.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -319,7 +424,7 @@ We plan to cover the following topics:
  • 22
  • 23
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs014.html b/doc/pub/week34/html/._week34-bs014.html index e7fcf7856..4205225fd 100644 --- a/doc/pub/week34/html/._week34-bs014.html +++ b/doc/pub/week34/html/._week34-bs014.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -311,7 +416,7 @@ Hands-on demonstrations, exercises and projects aim at deepening your understand
  • 23
  • 24
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs015.html b/doc/pub/week34/html/._week34-bs015.html index 4707084e1..978a19c38 100644 --- a/doc/pub/week34/html/._week34-bs015.html +++ b/doc/pub/week34/html/._week34-bs015.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -301,7 +406,7 @@ MathJax.Hub.Config({
  • 24
  • 25
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs016.html b/doc/pub/week34/html/._week34-bs016.html index 45e2222f8..01f9398b0 100644 --- a/doc/pub/week34/html/._week34-bs016.html +++ b/doc/pub/week34/html/._week34-bs016.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -304,7 +409,7 @@ The link here 25
  • 26
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs017.html b/doc/pub/week34/html/._week34-bs017.html index a7b15e664..a62e05209 100644 --- a/doc/pub/week34/html/._week34-bs017.html +++ b/doc/pub/week34/html/._week34-bs017.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -325,7 +430,7 @@ get started with programming.
  • 26
  • 27
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs018.html b/doc/pub/week34/html/._week34-bs018.html index 96e2edbc1..ee431330d 100644 --- a/doc/pub/week34/html/._week34-bs018.html +++ b/doc/pub/week34/html/._week34-bs018.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -356,7 +461,7 @@ of algorithms and methods we will discuss.
  • 27
  • 28
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs019.html b/doc/pub/week34/html/._week34-bs019.html index 80432a99f..3575610b3 100644 --- a/doc/pub/week34/html/._week34-bs019.html +++ b/doc/pub/week34/html/._week34-bs019.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -308,7 +413,7 @@ desired output of a system. Some of the most common tasks are:
  • 28
  • 29
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs020.html b/doc/pub/week34/html/._week34-bs020.html index bc1432481..6906c725c 100644 --- a/doc/pub/week34/html/._week34-bs020.html +++ b/doc/pub/week34/html/._week34-bs020.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -301,7 +406,7 @@ whether we deal with supervised or unsupervised learning.
  • 29
  • 30
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs021.html b/doc/pub/week34/html/._week34-bs021.html index 558f03225..32973c383 100644 --- a/doc/pub/week34/html/._week34-bs021.html +++ b/doc/pub/week34/html/._week34-bs021.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -291,7 +396,7 @@ At the heart of basically all Machine Learning algorithms we will encounter so-c
  • 30
  • 31
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs022.html b/doc/pub/week34/html/._week34-bs022.html index b64528104..7be37bf74 100644 --- a/doc/pub/week34/html/._week34-bs022.html +++ b/doc/pub/week34/html/._week34-bs022.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -316,7 +421,7 @@ what is the likelihood of finding \( B \).
  • 31
  • 32
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs023.html b/doc/pub/week34/html/._week34-bs023.html index 4ef279e0f..75279b95b 100644 --- a/doc/pub/week34/html/._week34-bs023.html +++ b/doc/pub/week34/html/._week34-bs023.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -313,7 +418,7 @@ could easily be many different models that fit the given data set equally we
  • 32
  • 33
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs024.html b/doc/pub/week34/html/._week34-bs024.html index fe83294c0..a2314f204 100644 --- a/doc/pub/week34/html/._week34-bs024.html +++ b/doc/pub/week34/html/._week34-bs024.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -312,7 +417,7 @@ How to evaluate which model fits best the data is something we will come back to
  • 33
  • 34
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs025.html b/doc/pub/week34/html/._week34-bs025.html index 697380d59..a5eeb9ed1 100644 --- a/doc/pub/week34/html/._week34-bs025.html +++ b/doc/pub/week34/html/._week34-bs025.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -326,7 +431,7 @@ etc etc.
  • 34
  • 35
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs026.html b/doc/pub/week34/html/._week34-bs026.html index a00fd71a8..03247281f 100644 --- a/doc/pub/week34/html/._week34-bs026.html +++ b/doc/pub/week34/html/._week34-bs026.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -317,7 +422,7 @@ no setup and runs entirely in the cloud. Try it out!
  • 35
  • 36
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs027.html b/doc/pub/week34/html/._week34-bs027.html index cf8d9c693..1075e981f 100644 --- a/doc/pub/week34/html/._week34-bs027.html +++ b/doc/pub/week34/html/._week34-bs027.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -302,7 +407,7 @@ Here we list several useful Python libraries we strongly recommend (if you use a
  • 36
  • 37
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs028.html b/doc/pub/week34/html/._week34-bs028.html index 29fa6cb30..ad7ca2687 100644 --- a/doc/pub/week34/html/._week34-bs028.html +++ b/doc/pub/week34/html/._week34-bs028.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -304,7 +409,7 @@ To install R with Jupyter notebook
  • 37
  • 38
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs029.html b/doc/pub/week34/html/._week34-bs029.html index 8771a1ce8..ac8c4cb59 100644 --- a/doc/pub/week34/html/._week34-bs029.html +++ b/doc/pub/week34/html/._week34-bs029.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -320,7 +425,7 @@ formats, ipython notebooks, latex files, pdf files etc with minimal edits. These
  • 38
  • 39
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs030.html b/doc/pub/week34/html/._week34-bs030.html index cf4432712..bc7d65ab0 100644 --- a/doc/pub/week34/html/._week34-bs030.html +++ b/doc/pub/week34/html/._week34-bs030.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -299,7 +404,7 @@ developed in the 1970s, namely EISPACK and LINPACK. We describe them shortly he
  • 39
  • 40
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs031.html b/doc/pub/week34/html/._week34-bs031.html index 753bf844f..9b524eac9 100644 --- a/doc/pub/week34/html/._week34-bs031.html +++ b/doc/pub/week34/html/._week34-bs031.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -337,7 +442,7 @@ $$
  • 40
  • 41
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs032.html b/doc/pub/week34/html/._week34-bs032.html index 8a73fa520..77b354b1a 100644 --- a/doc/pub/week34/html/._week34-bs032.html +++ b/doc/pub/week34/html/._week34-bs032.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -298,6 +403,8 @@ MathJax.Hub.Config({
  • 40
  • 41
  • 42
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs033.html b/doc/pub/week34/html/._week34-bs033.html index 2eea44363..f71100a33 100644 --- a/doc/pub/week34/html/._week34-bs033.html +++ b/doc/pub/week34/html/._week34-bs033.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -304,6 +409,9 @@ For an \( N\times N \) matrix \( \mathbf{A} \) the following properties are all
  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs034.html b/doc/pub/week34/html/._week34-bs034.html index fc4919b16..adaa915f5 100644 --- a/doc/pub/week34/html/._week34-bs034.html +++ b/doc/pub/week34/html/._week34-bs034.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -367,6 +472,10 @@ x = np.l
  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs035.html b/doc/pub/week34/html/._week34-bs035.html index 15a7d9bb1..95f58a404 100644 --- a/doc/pub/week34/html/._week34-bs035.html +++ b/doc/pub/week34/html/._week34-bs035.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -418,6 +523,11 @@ plt.show()
  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs036.html b/doc/pub/week34/html/._week34-bs036.html index 375a3ce2e..d65cbe6d7 100644 --- a/doc/pub/week34/html/._week34-bs036.html +++ b/doc/pub/week34/html/._week34-bs036.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -406,6 +511,12 @@ For multidimensional arrays, we recommend strongly 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • 46
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs037.html b/doc/pub/week34/html/._week34-bs037.html index 34438a22a..9fa8d668c 100644 --- a/doc/pub/week34/html/._week34-bs037.html +++ b/doc/pub/week34/html/._week34-bs037.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -285,6 +390,13 @@ MathJax.Hub.Config({
  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • 46
  • +
  • 47
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs038.html b/doc/pub/week34/html/._week34-bs038.html index d2f02d02a..31ba24649 100644 --- a/doc/pub/week34/html/._week34-bs038.html +++ b/doc/pub/week34/html/._week34-bs038.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -260,41 +365,678 @@ MathJax.Hub.Config({ -

    Reading Data and fitting

    +

    Simple linear regression model using scikit-learn

    -In order to study various Machine Learning algorithms, we need to -access data. Acccessing data is an essential step in all machine -learning algorithms. In particular, setting up the so-called design -matrix (to be defined below) is often the first element we need in -order to perform our calculations. To set up the design matrix means -reading (and later, when the calculations are done, writing) data -in various formats, The formats span from reading files from disk, -loading data from databases and interacting with online sources -like web application programming interfaces (APIs). +We start with perhaps our simplest possible example, using Scikit-Learn to perform linear regression analysis on a data set produced by us.

    -In handling various input formats, as discussed above, we will mainly stay with pandas, -a Python package which allows us, in a seamless and painless way, to -deal with a multitude of formats, from standard csv (comma separated -values) files, via excel, html to hdf5 formats. With pandas -and the DataFrame and Series functionalities we are able to convert text data -into the calculational formats we need for a specific algorithm. And our code is going to be -pretty close the basic mathematical expressions. +What follows is a simple Python code where we have defined a function +\( y \) in terms of the variable \( x \). Both are defined as vectors with \( 100 \) entries. +The numbers in the vector \( \hat{x} \) are given +by random numbers generated with a uniform distribution with entries +\( x_i \in [0,1] \) (more about probability distribution functions +later). These values are then used to define a function \( y(x) \) +(tabulated again as a vector) with a linear dependence on \( x \) plus a +random noise added via the normal distribution.

    -Our first data set is going to be a classic from nuclear physics, namely all -available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. +The Numpy functions are imported used the import numpy as np +statement and the random number generator for the uniform distribution +is called using the function np.random.rand(), where we specificy +that we want \( 100 \) random variables. Using Numpy we define +automatically an array with the specified number of elements, \( 100 \) in +our case. With the Numpy function randn() we can compute random +numbers with the normal distribution (mean value \( \mu \) equal to zero and +variance \( \sigma^2 \) set to one) and produce the values of \( y \) assuming a linear +dependence as function of \( x \) + +$$ +y = 2x+N(0,1), +$$

    -We will show some of the -strengths of packages like Scikit-Learn in fitting nuclear binding energies to -specific functions using linear regression first. Then, as a teaser, we will show you how -you can easily implement other algorithms like decision trees and random forests and neural networks. +where \( N(0,1) \) represents random numbers generated by the normal +distribution. From Scikit-Learn we import then the +LinearRegression functionality and make a prediction \( \tilde{y} = +\alpha + \beta x \) using the function fit(x,y). We call the set of +data \( (\hat{x},\hat{y}) \) for our training data. The Python package +scikit-learn has also a functionality which extracts the above +fitting parameters \( \alpha \) and \( \beta \) (see below). Later we will +distinguish between training data and test data.

    -But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as, -(don't be offended) fitting straight lines! +For plotting we use the Python package +matplotlib which produces publication +quality figures. Feel free to explore the extensive +gallery of examples. In +this example we plot our original values of \( x \) and \( y \) as well as the +prediction ypredict (\( \tilde{y} \)), which attempts at fitting our +data with a straight line. + +

    +The Python code follows here. +

    + + +

    # Importing various packages
    +import numpy as np
    +import matplotlib.pyplot as plt
    +from sklearn.linear_model import LinearRegression
    +
    +x = np.random.rand(100,1)
    +y = 2*x+np.random.randn(100,1)
    +linreg = LinearRegression()
    +linreg.fit(x,y)
    +xnew = np.array([[0],[1]])
    +ypredict = linreg.predict(xnew)
    +
    +plt.plot(xnew, ypredict, "r-")
    +plt.plot(x, y ,'ro')
    +plt.axis([0,1.0,0, 5.0])
    +plt.xlabel(r'$x$')
    +plt.ylabel(r'$y$')
    +plt.title(r'Simple Linear Regression')
    +plt.show()
    +
    +

    +This example serves several aims. It allows us to demonstrate several +aspects of data analysis and later machine learning algorithms. The +immediate visualization shows that our linear fit is not +impressive. It goes through the data points, but there are many +outliers which are not reproduced by our linear regression. We could +now play around with this small program and change for example the +factor in front of \( x \) and the normal distribution. Try to change the +function \( y \) to + +$$ +y = 10x+0.01 \times N(0,1), +$$ + +

    +where \( x \) is defined as before. Does the fit look better? Indeed, by +reducing the role of the noise given by the normal distribution we see immediately that +our linear prediction seemingly reproduces better the training +set. However, this testing 'by the eye' is obviouly not satisfactory in the +long run. Here we have only defined the training data and our model, and +have not discussed a more rigorous approach to the cost function. + +

    +We need more rigorous criteria in defining whether we have succeeded or +not in modeling our training data. You will be surprised to see that +many scientists seldomly venture beyond this 'by the eye' approach. A +standard approach for the cost function is the so-called \( \chi^2 \) +function (a variant of the mean-squared error (MSE)) + +$$ \chi^2 = \frac{1}{n} +\sum_{i=0}^{n-1}\frac{(y_i-\tilde{y}_i)^2}{\sigma_i^2}, +$$ + +

    +where \( \sigma_i^2 \) is the variance (to be defined later) of the entry +\( y_i \). We may not know the explicit value of \( \sigma_i^2 \), it serves +however the aim of scaling the equations and make the cost function +dimensionless. + +

    +Minimizing the cost function is a central aspect of +our discussions to come. Finding its minima as function of the model +parameters (\( \alpha \) and \( \beta \) in our case) will be a recurring +theme in these series of lectures. Essentially all machine learning +algorithms we will discuss center around the minimization of the +chosen cost function. This depends in turn on our specific +model for describing the data, a typical situation in supervised +learning. Automatizing the search for the minima of the cost function is a +central ingredient in all algorithms. Typical methods which are +employed are various variants of gradient methods. These will be +discussed in more detail later. Again, you'll be surprised to hear that +many practitioners minimize the above function ''by the eye', popularly dubbed as +'chi by the eye'. That is, change a parameter and see (visually and numerically) that +the \( \chi^2 \) function becomes smaller. + +

    +There are many ways to define the cost function. A simpler approach is to look at the relative difference between the training data and the predicted data, that is we define +the relative error (why would we prefer the MSE instead of the relative error?) as + +$$ +\epsilon_{\mathrm{relative}}= \frac{\vert \hat{y} -\hat{\tilde{y}}\vert}{\vert \hat{y}\vert}. +$$ + +

    +The squared cost function results in an arithmetic mean-unbiased +estimator, and the absolute-value cost function results in a +median-unbiased estimator (in the one-dimensional case, and a +geometric median-unbiased estimator for the multi-dimensional +case). The squared cost function has the disadvantage that it has the tendency +to be dominated by outliers. + +

    +We can modify easily the above Python code and plot the relative error instead +

    + + +

    import numpy as np
    +import matplotlib.pyplot as plt
    +from sklearn.linear_model import LinearRegression
    +
    +x = np.random.rand(100,1)
    +y = 5*x+0.01*np.random.randn(100,1)
    +linreg = LinearRegression()
    +linreg.fit(x,y)
    +ypredict = linreg.predict(x)
    +
    +plt.plot(x, np.abs(ypredict-y)/abs(y), "ro")
    +plt.axis([0,1.0,0.0, 0.5])
    +plt.xlabel(r'$x$')
    +plt.ylabel(r'$\epsilon_{\mathrm{relative}}$')
    +plt.title(r'Relative error')
    +plt.show()
    +
    +

    +Depending on the parameter in front of the normal distribution, we may +have a small or larger relative error. Try to play around with +different training data sets and study (graphically) the value of the +relative error. + +

    +As mentioned above, Scikit-Learn has an impressive functionality. +We can for example extract the values of \( \alpha \) and \( \beta \) and +their error estimates, or the variance and standard deviation and many +other properties from the statistical data analysis. + +

    +Here we show an +example of the functionality of Scikit-Learn. +

    + + +

    import numpy as np 
    +import matplotlib.pyplot as plt 
    +from sklearn.linear_model import LinearRegression 
    +from sklearn.metrics import mean_squared_error, r2_score, mean_squared_log_error, mean_absolute_error
    +
    +x = np.random.rand(100,1)
    +y = 2.0+ 5*x+0.5*np.random.randn(100,1)
    +linreg = LinearRegression()
    +linreg.fit(x,y)
    +ypredict = linreg.predict(x)
    +print('The intercept alpha: \n', linreg.intercept_)
    +print('Coefficient beta : \n', linreg.coef_)
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(y, ypredict))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(y, ypredict))
    +# Mean squared log error                                                        
    +print('Mean squared log error: %.2f' % mean_squared_log_error(y, ypredict) )
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(y, ypredict))
    +plt.plot(x, ypredict, "r-")
    +plt.plot(x, y ,'ro')
    +plt.axis([0.0,1.0,1.5, 7.0])
    +plt.xlabel(r'$x$')
    +plt.ylabel(r'$y$')
    +plt.title(r'Linear Regression fit ')
    +plt.show()
    +
    +

    +The function coef gives us the parameter \( \beta \) of our fit while intercept yields +\( \alpha \). Depending on the constant in front of the normal distribution, we get values near or far from \( \alpha =2 \) and \( \beta =5 \). Try to play around with different parameters in front of the normal distribution. The function meansquarederror gives us the mean square error, a risk metric corresponding to the expected value of the squared (quadratic) error or loss defined as +$$ MSE(\hat{y},\hat{\tilde{y}}) = \frac{1}{n} +\sum_{i=0}^{n-1}(y_i-\tilde{y}_i)^2, +$$ + +

    +The smaller the value, the better the fit. Ideally we would like to +have an MSE equal zero. The attentive reader has probably recognized +this function as being similar to the \( \chi^2 \) function defined above. + +

    +The r2score function computes \( R^2 \), the coefficient of +determination. It provides a measure of how well future samples are +likely to be predicted by the model. Best possible score is 1.0 and it +can be negative (because the model can be arbitrarily worse). A +constant model that always predicts the expected value of \( \hat{y} \), +disregarding the input features, would get a \( R^2 \) score of \( 0.0 \). + +

    +If \( \tilde{\hat{y}}_i \) is the predicted value of the \( i-th \) sample and \( y_i \) is the corresponding true value, then the score \( R^2 \) is defined as +$$ +R^2(\hat{y}, \tilde{\hat{y}}) = 1 - \frac{\sum_{i=0}^{n - 1} (y_i - \tilde{y}_i)^2}{\sum_{i=0}^{n - 1} (y_i - \bar{y})^2}, +$$ + +where we have defined the mean value of \( \hat{y} \) as +$$ +\bar{y} = \frac{1}{n} \sum_{i=0}^{n - 1} y_i. +$$ + +Another quantity taht we will meet again in our discussions of regression analysis is + the mean absolute error (MAE), a risk metric corresponding to the expected value of the absolute error loss or what we call the \( l1 \)-norm loss. In our discussion above we presented the relative error. +The MAE is defined as follows +$$ +\text{MAE}(\hat{y}, \hat{\tilde{y}}) = \frac{1}{n} \sum_{i=0}^{n-1} \left| y_i - \tilde{y}_i \right|. +$$ + +We present the +squared logarithmic (quadratic) error +$$ +\text{MSLE}(\hat{y}, \hat{\tilde{y}}) = \frac{1}{n} \sum_{i=0}^{n - 1} (\log_e (1 + y_i) - \log_e (1 + \tilde{y}_i) )^2, +$$ + +

    +where \( \log_e (x) \) stands for the natural logarithm of \( x \). This error +estimate is best to use when targets having exponential growth, such +as population counts, average sales of a commodity over a span of +years etc. + +

    +Finally, another cost function is the Huber cost function used in robust regression. + +

    +The rationale behind this possible cost function is its reduced +sensitivity to outliers in the data set. In our discussions on +dimensionality reduction and normalization of data we will meet other +ways of dealing with outliers. + +

    +The Huber cost function is defined as +$$ +H_{\delta}(a)=\left\{\begin{array}\frac{1}{2}a^{2}&{\text{for }}|a|\leq \delta ,\\ \delta (|a|-\frac {1}{2}\delta ),&{\text{otherwise.}\end{array}\right. +$$ + +Here \( a=\boldsymbol{y} - \boldsymbol{\tilde{y}} \). +We will discuss in more +detail these and other functions in the various lectures. We conclude this part with another example. Instead of +a linear \( x \)-dependence we study now a cubic polynomial and use the polynomial regression analysis tools of scikit-learn. + +

    + + +

    import matplotlib.pyplot as plt
    +import numpy as np
    +import random
    +from sklearn.linear_model import Ridge
    +from sklearn.preprocessing import PolynomialFeatures
    +from sklearn.pipeline import make_pipeline
    +from sklearn.linear_model import LinearRegression
    +
    +x=np.linspace(0.02,0.98,200)
    +noise = np.asarray(random.sample((range(200)),200))
    +y=x**3*noise
    +yn=x**3*100
    +poly3 = PolynomialFeatures(degree=3)
    +X = poly3.fit_transform(x[:,np.newaxis])
    +clf3 = LinearRegression()
    +clf3.fit(X,y)
    +
    +Xplot=poly3.fit_transform(x[:,np.newaxis])
    +poly3_plot=plt.plot(x, clf3.predict(Xplot), label='Cubic Fit')
    +plt.plot(x,yn, color='red', label="True Cubic")
    +plt.scatter(x, y, label='Data', color='orange', s=15)
    +plt.legend()
    +plt.show()
    +
    +def error(a):
    +    for i in y:
    +        err=(y-yn)/yn
    +    return abs(np.sum(err))/len(err)
    +
    +print (error(y))
    +
    + +

    To our real data: nuclear binding energies. Brief reminder on masses and binding energies

    + +

    +Let us now dive into nuclear physics and remind ourselves briefly about some basic features about binding +energies. A basic quantity which can be measured for the ground +states of nuclei is the atomic mass \( M(N, Z) \) of the neutral atom with +atomic mass number \( A \) and charge \( Z \). The number of neutrons is \( N \). There are indeed several sophisticated experiments worldwide which allow us to measure this quantity to high precision (parts per million even). + +

    +Atomic masses are usually tabulated in terms of the mass excess defined by +$$ +\Delta M(N, Z) = M(N, Z) - uA, +$$ + +where \( u \) is the Atomic Mass Unit +$$ +u = M(^{12}\mathrm{C})/12 = 931.4940954(57) \hspace{0.1cm} \mathrm{MeV}/c^2. +$$ + +The nucleon masses are +$$ +m_p = 1.00727646693(9)u, +$$ + +and +$$ +m_n = 939.56536(8)\hspace{0.1cm} \mathrm{MeV}/c^2 = 1.0086649156(6)u. +$$ + +

    +In the 2016 mass evaluation of by W.J.Huang, G.Audi, M.Wang, F.G.Kondev, S.Naimi and X.Xu +there are data on masses and decays of 3437 nuclei. + +

    +The nuclear binding energy is defined as the energy required to break +up a given nucleus into its constituent parts of \( N \) neutrons and \( Z \) +protons. In terms of the atomic masses \( M(N, Z) \) the binding energy is +defined by + +$$ +BE(N, Z) = ZM_H c^2 + Nm_n c^2 - M(N, Z)c^2 , +$$ + +where \( M_H \) is the mass of the hydrogen atom and \( m_n \) is the mass of the neutron. +In terms of the mass excess the binding energy is given by +$$ +BE(N, Z) = Z\Delta_H c^2 + N\Delta_n c^2 -\Delta(N, Z)c^2 , +$$ + +where \( \Delta_H c^2 = 7.2890 \) MeV and \( \Delta_n c^2 = 8.0713 \) MeV. + +

    +A popular and physically intuitive model which can be used to parametrize +the experimental binding energies as function of \( A \), is the so-called +liquid drop model. The ansatz is based on the following expression + +$$ +BE(N,Z) = a_1A-a_2A^{2/3}-a_3\frac{Z^2}{A^{1/3}}-a_4\frac{(N-Z)^2}{A}, +$$ + +

    +where \( A \) stands for the number of nucleons and the $a_i$s are parameters which are determined by a fit +to the experimental data. + +

    +To arrive at the above expression we have assumed that we can make the following assumptions: + +

    + +We could also add a so-called pairing term, which is a correction term that +arises from the tendency of proton pairs and neutron pairs to +occur. An even number of particles is more stable than an odd number. + +

    Organizing our data

    + +

    +Let us start with reading and organizing our data. +We start with the compilation of masses and binding energies from 2016. +After having downloaded this file to our own computer, we are now ready to read the file and start structuring our data. + +

    +We start with preparing folders for storing our calculations and the data file over masses and binding energies. We import also various modules that we will find useful in order to present various Machine Learning methods. Here we focus mainly on the functionality of scikit-learn. +

    + + +

    # Common imports
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +import sklearn.linear_model as skl
    +from sklearn.model_selection import train_test_split
    +from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error
    +import os
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("MassEval2016.dat"),'r')
    +
    +

    +Before we proceed, we define also a function for making our plots. You can obviously avoid this and simply set up various matplotlib commands every time you need them. You may however find it convenient to collect all such commands in one function and simply call this function. +

    + + +

    from pylab import plt, mpl
    +plt.style.use('seaborn')
    +mpl.rcParams['font.family'] = 'serif'
    +
    +def MakePlot(x,y, styles, labels, axlabels):
    +    plt.figure(figsize=(10,6))
    +    for i in range(len(x)):
    +        plt.plot(x[i], y[i], styles[i], label = labels[i])
    +        plt.xlabel(axlabels[0])
    +        plt.ylabel(axlabels[1])
    +    plt.legend(loc=0)
    +
    +

    +Our next step is to read the data on experimental binding energies and +reorganize them as functions of the mass number \( A \), the number of +protons \( Z \) and neutrons \( N \) using pandas. Before we do this it is +always useful (unless you have a binary file or other types of compressed +data) to actually open the file and simply take a look at it! + +

    +In particular, the program that outputs the final nuclear masses is written in Fortran with a specific format. It means that we need to figure out the format and which columns contain the data we are interested in. Pandas comes with a function that reads formatted output. After having admired the file, we are now ready to start massaging it with pandas. The file begins with some basic format information. +

    + + +

    """                                                                                                                         
    +This is taken from the data file of the mass 2016 evaluation.                                                               
    +All files are 3436 lines long with 124 character per line.                                                                  
    +       Headers are 39 lines long.                                                                                           
    +   col 1     :  Fortran character control: 1 = page feed  0 = line feed                                                     
    +   format    :  a1,i3,i5,i5,i5,1x,a3,a4,1x,f13.5,f11.5,f11.3,f9.3,1x,a2,f11.3,f9.3,1x,i3,1x,f12.5,f11.5                     
    +   These formats are reflected in the pandas widths variable below, see the statement                                       
    +   widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),                                                            
    +   Pandas has also a variable header, with length 39 in this case.                                                          
    +"""
    +
    +

    +The data we are interested in are in columns 2, 3, 4 and 11, giving us +the number of neutrons, protons, mass numbers and binding energies, +respectively. We add also for the sake of completeness the element name. The data are in fixed-width formatted lines and we will +covert them into the pandas DataFrame structure. + +

    + + +

    # Read the experimental data with Pandas
    +Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),
    +              names=('N', 'Z', 'A', 'Element', 'Ebinding'),
    +              widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),
    +              header=39,
    +              index_col=False)
    +
    +# Extrapolated values are indicated by '#' in place of the decimal place, so
    +# the Ebinding column won't be numeric. Coerce to float and drop these entries.
    +Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')
    +Masses = Masses.dropna()
    +# Convert from keV to MeV.
    +Masses['Ebinding'] /= 1000
    +
    +# Group the DataFrame by nucleon number, A.
    +Masses = Masses.groupby('A')
    +# Find the rows of the grouped DataFrame with the maximum binding energy.
    +Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])
    +
    +

    +We have now read in the data, grouped them according to the variables we are interested in. +We see how easy it is to reorganize the data using pandas. If we +were to do these operations in C/C++ or Fortran, we would have had to +write various functions/subroutines which perform the above +reorganizations for us. Having reorganized the data, we can now start +to make some simple fits using both the functionalities in numpy and +Scikit-Learn afterwards. + +

    +Now we define five variables which contain +the number of nucleons \( A \), the number of protons \( Z \) and the number of neutrons \( N \), the element name and finally the energies themselves. +

    + + +

    A = Masses['A']
    +Z = Masses['Z']
    +N = Masses['N']
    +Element = Masses['Element']
    +Energies = Masses['Ebinding']
    +print(Masses)
    +
    +

    +The next step, and we will define this mathematically later, is to set up the so-called design matrix. We will throughout call this matrix \( \boldsymbol{X} \). +It has dimensionality \( p\times n \), where \( n \) is the number of data points and \( p \) are the so-called predictors. In our case here they are given by the number of polynomials in \( A \) we wish to include in the fit. +

    + + +

    # Now we set up the design matrix X
    +X = np.zeros((len(A),5))
    +X[:,0] = 1
    +X[:,1] = A
    +X[:,2] = A**(2.0/3.0)
    +X[:,3] = A**(-1.0/3.0)
    +X[:,4] = A**(-1.0)
    +
    +

    +With scikitlearn we are now ready to use linear regression and fit our data. +

    + + +

    clf = skl.LinearRegression().fit(X, Energies)
    +fity = clf.predict(X)
    +
    +

    +Pretty simple! +Now we can print measures of how our fit is doing, the coefficients from the fits and plot the final fit together with our data. +

    + + +

    # The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, fity))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, fity))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, fity))
    +print(clf.coef_, clf.intercept_)
    +
    +Masses['Eapprox']  = fity
    +# Generate a plot comparing the experimental with the fitted values values.
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$A = N + Z$')
    +ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$')
    +ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,
    +            label='Ame2016')
    +ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',
    +            label='Fit')
    +ax.legend()
    +save_fig("Masses2016")
    +plt.show()
    +
    + +

    Seeing the wood for the trees

    + +

    +As a teaser, let us now see how we can do this with decision trees using scikit-learn. Later we will switch to so-called random forests! + +

    + + +

    #Decision Tree Regression
    +from sklearn.tree import DecisionTreeRegressor
    +regr_1=DecisionTreeRegressor(max_depth=5)
    +regr_2=DecisionTreeRegressor(max_depth=7)
    +regr_3=DecisionTreeRegressor(max_depth=9)
    +regr_1.fit(X, Energies)
    +regr_2.fit(X, Energies)
    +regr_3.fit(X, Energies)
    +
    +
    +y_1 = regr_1.predict(X)
    +y_2 = regr_2.predict(X)
    +y_3=regr_3.predict(X)
    +Masses['Eapprox'] = y_3
    +# Plot the results
    +plt.figure()
    +plt.plot(A, Energies, color="blue", label="Data", linewidth=2)
    +plt.plot(A, y_1, color="red", label="max_depth=5", linewidth=2)
    +plt.plot(A, y_2, color="green", label="max_depth=7", linewidth=2)
    +plt.plot(A, y_3, color="m", label="max_depth=9", linewidth=2)
    +
    +plt.xlabel("$A$")
    +plt.ylabel("$E$[MeV]")
    +plt.title("Decision Tree Regression")
    +plt.legend()
    +save_fig("Masses2016Trees")
    +plt.show()
    +print(Masses)
    +print(np.mean( (Energies-y_1)**2))
    +
    + +

    And what about using neural networks?

    + +The seaborn package allows us to visualize data in an efficient way. Note that we use scikit-learn's multi-layer perceptron (or feed forward neural network) +functionality. +

    + + +

    from sklearn.neural_network import MLPRegressor
    +from sklearn.metrics import accuracy_score
    +import seaborn as sns
    +
    +X_train = X
    +Y_train = Energies
    +n_hidden_neurons = 100
    +epochs = 100
    +# store models for later use
    +eta_vals = np.logspace(-5, 1, 7)
    +lmbd_vals = np.logspace(-5, 1, 7)
    +# store the models for later use
    +DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    +train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    +sns.set()
    +for i, eta in enumerate(eta_vals):
    +    for j, lmbd in enumerate(lmbd_vals):
    +        dnn = MLPRegressor(hidden_layer_sizes=(n_hidden_neurons), activation='logistic',
    +                            alpha=lmbd, learning_rate_init=eta, max_iter=epochs)
    +        dnn.fit(X_train, Y_train)
    +        DNN_scikit[i][j] = dnn
    +        train_accuracy[i][j] = dnn.score(X_train, Y_train)
    +
    +fig, ax = plt.subplots(figsize = (10, 10))
    +sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    +ax.set_title("Training Accuracy")
    +ax.set_ylabel("$\eta$")
    +ax.set_xlabel("$\lambda$")
    +plt.show()
    +
    + +

    A first summary

    + +

    +The aim behind these introductory words was to present to you various +Python libraries and their functionalities, in particular libraries like +numpy, pandas, xarray and matplotlib and other that make our life much easier +in handling various data sets and visualizing data. + +

    +Furthermore, +Scikit-Learn allows us with few lines of code to implement popular +Machine Learning algorithms for supervised learning. Later we will meet Tensorflow, a powerful library for deep learning. +Now it is time to dive more into the details of various methods. We will start with linear regression and try to take a deeper look at what it entails.

    @@ -315,6 +1057,14 @@ But before we really start with nuclear physics data, let's just look at some si

  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • 46
  • +
  • 47
  • +
  • 48
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs039.html b/doc/pub/week34/html/._week34-bs039.html index 0bfd3ba68..91dff4a1b 100644 --- a/doc/pub/week34/html/._week34-bs039.html +++ b/doc/pub/week34/html/._week34-bs039.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -260,7 +365,25 @@ MathJax.Hub.Config({ -

    Friday August 27

    +

    Why Linear Regression (aka Ordinary Least Squares and family)

    + +

    +Fitting a continuous function with linear parameterization in terms of the parameters \( \boldsymbol{\beta} \). + +

    + +For more discussions of Ridge and Lasso regression, Wessel van Wieringen's article is highly recommended. +Similarly, Mehta et al's article is also recommended.

    @@ -280,6 +403,15 @@ MathJax.Hub.Config({

  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • 46
  • +
  • 47
  • +
  • 48
  • +
  • 49
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs040.html b/doc/pub/week34/html/._week34-bs040.html index 290be17e6..f4183d04a 100644 --- a/doc/pub/week34/html/._week34-bs040.html +++ b/doc/pub/week34/html/._week34-bs040.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -260,678 +365,28 @@ MathJax.Hub.Config({ -

    Simple linear regression model using scikit-learn

    +

    Regression analysis, overarching aims

    +
    +
    +

    -We start with perhaps our simplest possible example, using Scikit-Learn to perform linear regression analysis on a data set produced by us. +Regression modeling deals with the description of the sampling distribution of a given random variable \( y \) and how it varies as function of another variable or a set of such variables \( \boldsymbol{x} =[x_0, x_1,\dots, x_{n-1}]^T \). +The first variable is called the dependent, the outcome or the response variable while the set of variables \( \boldsymbol{x} \) is called the independent variable, or the predictor variable or the explanatory variable.

    -What follows is a simple Python code where we have defined a function -\( y \) in terms of the variable \( x \). Both are defined as vectors with \( 100 \) entries. -The numbers in the vector \( \hat{x} \) are given -by random numbers generated with a uniform distribution with entries -\( x_i \in [0,1] \) (more about probability distribution functions -later). These values are then used to define a function \( y(x) \) -(tabulated again as a vector) with a linear dependence on \( x \) plus a -random noise added via the normal distribution. - -

    -The Numpy functions are imported used the import numpy as np -statement and the random number generator for the uniform distribution -is called using the function np.random.rand(), where we specificy -that we want \( 100 \) random variables. Using Numpy we define -automatically an array with the specified number of elements, \( 100 \) in -our case. With the Numpy function randn() we can compute random -numbers with the normal distribution (mean value \( \mu \) equal to zero and -variance \( \sigma^2 \) set to one) and produce the values of \( y \) assuming a linear -dependence as function of \( x \) - -$$ -y = 2x+N(0,1), -$$ - -

    -where \( N(0,1) \) represents random numbers generated by the normal -distribution. From Scikit-Learn we import then the -LinearRegression functionality and make a prediction \( \tilde{y} = -\alpha + \beta x \) using the function fit(x,y). We call the set of -data \( (\hat{x},\hat{y}) \) for our training data. The Python package -scikit-learn has also a functionality which extracts the above -fitting parameters \( \alpha \) and \( \beta \) (see below). Later we will -distinguish between training data and test data. - -

    -For plotting we use the Python package -matplotlib which produces publication -quality figures. Feel free to explore the extensive -gallery of examples. In -this example we plot our original values of \( x \) and \( y \) as well as the -prediction ypredict (\( \tilde{y} \)), which attempts at fitting our -data with a straight line. - -

    -The Python code follows here. -

    - - -

    # Importing various packages
    -import numpy as np
    -import matplotlib.pyplot as plt
    -from sklearn.linear_model import LinearRegression
    -
    -x = np.random.rand(100,1)
    -y = 2*x+np.random.randn(100,1)
    -linreg = LinearRegression()
    -linreg.fit(x,y)
    -xnew = np.array([[0],[1]])
    -ypredict = linreg.predict(xnew)
    -
    -plt.plot(xnew, ypredict, "r-")
    -plt.plot(x, y ,'ro')
    -plt.axis([0,1.0,0, 5.0])
    -plt.xlabel(r'$x$')
    -plt.ylabel(r'$y$')
    -plt.title(r'Simple Linear Regression')
    -plt.show()
    -
    -

    -This example serves several aims. It allows us to demonstrate several -aspects of data analysis and later machine learning algorithms. The -immediate visualization shows that our linear fit is not -impressive. It goes through the data points, but there are many -outliers which are not reproduced by our linear regression. We could -now play around with this small program and change for example the -factor in front of \( x \) and the normal distribution. Try to change the -function \( y \) to - -$$ -y = 10x+0.01 \times N(0,1), -$$ - -

    -where \( x \) is defined as before. Does the fit look better? Indeed, by -reducing the role of the noise given by the normal distribution we see immediately that -our linear prediction seemingly reproduces better the training -set. However, this testing 'by the eye' is obviouly not satisfactory in the -long run. Here we have only defined the training data and our model, and -have not discussed a more rigorous approach to the cost function. - -

    -We need more rigorous criteria in defining whether we have succeeded or -not in modeling our training data. You will be surprised to see that -many scientists seldomly venture beyond this 'by the eye' approach. A -standard approach for the cost function is the so-called \( \chi^2 \) -function (a variant of the mean-squared error (MSE)) - -$$ \chi^2 = \frac{1}{n} -\sum_{i=0}^{n-1}\frac{(y_i-\tilde{y}_i)^2}{\sigma_i^2}, -$$ - -

    -where \( \sigma_i^2 \) is the variance (to be defined later) of the entry -\( y_i \). We may not know the explicit value of \( \sigma_i^2 \), it serves -however the aim of scaling the equations and make the cost function -dimensionless. - -

    -Minimizing the cost function is a central aspect of -our discussions to come. Finding its minima as function of the model -parameters (\( \alpha \) and \( \beta \) in our case) will be a recurring -theme in these series of lectures. Essentially all machine learning -algorithms we will discuss center around the minimization of the -chosen cost function. This depends in turn on our specific -model for describing the data, a typical situation in supervised -learning. Automatizing the search for the minima of the cost function is a -central ingredient in all algorithms. Typical methods which are -employed are various variants of gradient methods. These will be -discussed in more detail later. Again, you'll be surprised to hear that -many practitioners minimize the above function ''by the eye', popularly dubbed as -'chi by the eye'. That is, change a parameter and see (visually and numerically) that -the \( \chi^2 \) function becomes smaller. - -

    -There are many ways to define the cost function. A simpler approach is to look at the relative difference between the training data and the predicted data, that is we define -the relative error (why would we prefer the MSE instead of the relative error?) as - -$$ -\epsilon_{\mathrm{relative}}= \frac{\vert \hat{y} -\hat{\tilde{y}}\vert}{\vert \hat{y}\vert}. -$$ - -

    -The squared cost function results in an arithmetic mean-unbiased -estimator, and the absolute-value cost function results in a -median-unbiased estimator (in the one-dimensional case, and a -geometric median-unbiased estimator for the multi-dimensional -case). The squared cost function has the disadvantage that it has the tendency -to be dominated by outliers. - -

    -We can modify easily the above Python code and plot the relative error instead -

    - - -

    import numpy as np
    -import matplotlib.pyplot as plt
    -from sklearn.linear_model import LinearRegression
    -
    -x = np.random.rand(100,1)
    -y = 5*x+0.01*np.random.randn(100,1)
    -linreg = LinearRegression()
    -linreg.fit(x,y)
    -ypredict = linreg.predict(x)
    -
    -plt.plot(x, np.abs(ypredict-y)/abs(y), "ro")
    -plt.axis([0,1.0,0.0, 0.5])
    -plt.xlabel(r'$x$')
    -plt.ylabel(r'$\epsilon_{\mathrm{relative}}$')
    -plt.title(r'Relative error')
    -plt.show()
    -
    -

    -Depending on the parameter in front of the normal distribution, we may -have a small or larger relative error. Try to play around with -different training data sets and study (graphically) the value of the -relative error. - -

    -As mentioned above, Scikit-Learn has an impressive functionality. -We can for example extract the values of \( \alpha \) and \( \beta \) and -their error estimates, or the variance and standard deviation and many -other properties from the statistical data analysis. - -

    -Here we show an -example of the functionality of Scikit-Learn. -

    - - -

    import numpy as np 
    -import matplotlib.pyplot as plt 
    -from sklearn.linear_model import LinearRegression 
    -from sklearn.metrics import mean_squared_error, r2_score, mean_squared_log_error, mean_absolute_error
    -
    -x = np.random.rand(100,1)
    -y = 2.0+ 5*x+0.5*np.random.randn(100,1)
    -linreg = LinearRegression()
    -linreg.fit(x,y)
    -ypredict = linreg.predict(x)
    -print('The intercept alpha: \n', linreg.intercept_)
    -print('Coefficient beta : \n', linreg.coef_)
    -# The mean squared error                               
    -print("Mean squared error: %.2f" % mean_squared_error(y, ypredict))
    -# Explained variance score: 1 is perfect prediction                                 
    -print('Variance score: %.2f' % r2_score(y, ypredict))
    -# Mean squared log error                                                        
    -print('Mean squared log error: %.2f' % mean_squared_log_error(y, ypredict) )
    -# Mean absolute error                                                           
    -print('Mean absolute error: %.2f' % mean_absolute_error(y, ypredict))
    -plt.plot(x, ypredict, "r-")
    -plt.plot(x, y ,'ro')
    -plt.axis([0.0,1.0,1.5, 7.0])
    -plt.xlabel(r'$x$')
    -plt.ylabel(r'$y$')
    -plt.title(r'Linear Regression fit ')
    -plt.show()
    -
    -

    -The function coef gives us the parameter \( \beta \) of our fit while intercept yields -\( \alpha \). Depending on the constant in front of the normal distribution, we get values near or far from \( \alpha =2 \) and \( \beta =5 \). Try to play around with different parameters in front of the normal distribution. The function meansquarederror gives us the mean square error, a risk metric corresponding to the expected value of the squared (quadratic) error or loss defined as -$$ MSE(\hat{y},\hat{\tilde{y}}) = \frac{1}{n} -\sum_{i=0}^{n-1}(y_i-\tilde{y}_i)^2, -$$ - -

    -The smaller the value, the better the fit. Ideally we would like to -have an MSE equal zero. The attentive reader has probably recognized -this function as being similar to the \( \chi^2 \) function defined above. - -

    -The r2score function computes \( R^2 \), the coefficient of -determination. It provides a measure of how well future samples are -likely to be predicted by the model. Best possible score is 1.0 and it -can be negative (because the model can be arbitrarily worse). A -constant model that always predicts the expected value of \( \hat{y} \), -disregarding the input features, would get a \( R^2 \) score of \( 0.0 \). - -

    -If \( \tilde{\hat{y}}_i \) is the predicted value of the \( i-th \) sample and \( y_i \) is the corresponding true value, then the score \( R^2 \) is defined as -$$ -R^2(\hat{y}, \tilde{\hat{y}}) = 1 - \frac{\sum_{i=0}^{n - 1} (y_i - \tilde{y}_i)^2}{\sum_{i=0}^{n - 1} (y_i - \bar{y})^2}, -$$ - -where we have defined the mean value of \( \hat{y} \) as -$$ -\bar{y} = \frac{1}{n} \sum_{i=0}^{n - 1} y_i. -$$ - -Another quantity taht we will meet again in our discussions of regression analysis is - the mean absolute error (MAE), a risk metric corresponding to the expected value of the absolute error loss or what we call the \( l1 \)-norm loss. In our discussion above we presented the relative error. -The MAE is defined as follows -$$ -\text{MAE}(\hat{y}, \hat{\tilde{y}}) = \frac{1}{n} \sum_{i=0}^{n-1} \left| y_i - \tilde{y}_i \right|. -$$ - -We present the -squared logarithmic (quadratic) error -$$ -\text{MSLE}(\hat{y}, \hat{\tilde{y}}) = \frac{1}{n} \sum_{i=0}^{n - 1} (\log_e (1 + y_i) - \log_e (1 + \tilde{y}_i) )^2, -$$ - -

    -where \( \log_e (x) \) stands for the natural logarithm of \( x \). This error -estimate is best to use when targets having exponential growth, such -as population counts, average sales of a commodity over a span of -years etc. - -

    -Finally, another cost function is the Huber cost function used in robust regression. - -

    -The rationale behind this possible cost function is its reduced -sensitivity to outliers in the data set. In our discussions on -dimensionality reduction and normalization of data we will meet other -ways of dealing with outliers. - -

    -The Huber cost function is defined as -$$ -H_{\delta}(a)=\left\{\begin{array}\frac{1}{2}a^{2}&{\text{for }}|a|\leq \delta ,\\ \delta (|a|-\frac {1}{2}\delta ),&{\text{otherwise.}\end{array}\right. -$$ - -Here \( a=\boldsymbol{y} - \boldsymbol{\tilde{y}} \). -We will discuss in more -detail these and other functions in the various lectures. We conclude this part with another example. Instead of -a linear \( x \)-dependence we study now a cubic polynomial and use the polynomial regression analysis tools of scikit-learn. - -

    - - -

    import matplotlib.pyplot as plt
    -import numpy as np
    -import random
    -from sklearn.linear_model import Ridge
    -from sklearn.preprocessing import PolynomialFeatures
    -from sklearn.pipeline import make_pipeline
    -from sklearn.linear_model import LinearRegression
    -
    -x=np.linspace(0.02,0.98,200)
    -noise = np.asarray(random.sample((range(200)),200))
    -y=x**3*noise
    -yn=x**3*100
    -poly3 = PolynomialFeatures(degree=3)
    -X = poly3.fit_transform(x[:,np.newaxis])
    -clf3 = LinearRegression()
    -clf3.fit(X,y)
    -
    -Xplot=poly3.fit_transform(x[:,np.newaxis])
    -poly3_plot=plt.plot(x, clf3.predict(Xplot), label='Cubic Fit')
    -plt.plot(x,yn, color='red', label="True Cubic")
    -plt.scatter(x, y, label='Data', color='orange', s=15)
    -plt.legend()
    -plt.show()
    -
    -def error(a):
    -    for i in y:
    -        err=(y-yn)/yn
    -    return abs(np.sum(err))/len(err)
    -
    -print (error(y))
    -
    - -

    To our real data: nuclear binding energies. Brief reminder on masses and binding energies

    - -

    -Let us now dive into nuclear physics and remind ourselves briefly about some basic features about binding -energies. A basic quantity which can be measured for the ground -states of nuclei is the atomic mass \( M(N, Z) \) of the neutral atom with -atomic mass number \( A \) and charge \( Z \). The number of neutrons is \( N \). There are indeed several sophisticated experiments worldwide which allow us to measure this quantity to high precision (parts per million even). - -

    -Atomic masses are usually tabulated in terms of the mass excess defined by -$$ -\Delta M(N, Z) = M(N, Z) - uA, -$$ - -where \( u \) is the Atomic Mass Unit -$$ -u = M(^{12}\mathrm{C})/12 = 931.4940954(57) \hspace{0.1cm} \mathrm{MeV}/c^2. -$$ - -The nucleon masses are -$$ -m_p = 1.00727646693(9)u, -$$ - -and -$$ -m_n = 939.56536(8)\hspace{0.1cm} \mathrm{MeV}/c^2 = 1.0086649156(6)u. -$$ - -

    -In the 2016 mass evaluation of by W.J.Huang, G.Audi, M.Wang, F.G.Kondev, S.Naimi and X.Xu -there are data on masses and decays of 3437 nuclei. - -

    -The nuclear binding energy is defined as the energy required to break -up a given nucleus into its constituent parts of \( N \) neutrons and \( Z \) -protons. In terms of the atomic masses \( M(N, Z) \) the binding energy is -defined by - -$$ -BE(N, Z) = ZM_H c^2 + Nm_n c^2 - M(N, Z)c^2 , -$$ - -where \( M_H \) is the mass of the hydrogen atom and \( m_n \) is the mass of the neutron. -In terms of the mass excess the binding energy is given by -$$ -BE(N, Z) = Z\Delta_H c^2 + N\Delta_n c^2 -\Delta(N, Z)c^2 , -$$ - -where \( \Delta_H c^2 = 7.2890 \) MeV and \( \Delta_n c^2 = 8.0713 \) MeV. - -

    -A popular and physically intuitive model which can be used to parametrize -the experimental binding energies as function of \( A \), is the so-called -liquid drop model. The ansatz is based on the following expression - -$$ -BE(N,Z) = a_1A-a_2A^{2/3}-a_3\frac{Z^2}{A^{1/3}}-a_4\frac{(N-Z)^2}{A}, -$$ - -

    -where \( A \) stands for the number of nucleons and the $a_i$s are parameters which are determined by a fit -to the experimental data. - -

    -To arrive at the above expression we have assumed that we can make the following assumptions: +A regression model aims at finding a likelihood function \( p(\boldsymbol{y}\vert \boldsymbol{x}) \), that is the conditional distribution for \( \boldsymbol{y} \) with a given \( \boldsymbol{x} \). The estimation of \( p(\boldsymbol{y}\vert \boldsymbol{x}) \) is made using a data set with

      -
    • There is a volume term \( a_1A \) proportional with the number of nucleons (the energy is also an extensive quantity). When an assembly of nucleons of the same size is packed together into the smallest volume, each interior nucleon has a certain number of other nucleons in contact with it. This contribution is proportional to the volume.
    • -
    • There is a surface energy term \( a_2A^{2/3} \). The assumption here is that a nucleon at the surface of a nucleus interacts with fewer other nucleons than one in the interior of the nucleus and hence its binding energy is less. This surface energy term takes that into account and is therefore negative and is proportional to the surface area.
    • -
    • There is a Coulomb energy term \( a_3\frac{Z^2}{A^{1/3}} \). The electric repulsion between each pair of protons in a nucleus yields less binding.
    • -
    • There is an asymmetry term \( a_4\frac{(N-Z)^2}{A} \). This term is associated with the Pauli exclusion principle and reflects the fact that the proton-neutron interaction is more attractive on the average than the neutron-neutron and proton-proton interactions.
    • +
    • \( n \) cases \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • Response (target, dependent or outcome) variable \( y_i \) with \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • \( p \) so-called explanatory (independent or predictor) variables \( \boldsymbol{x}_i=[x_{i0}, x_{i1}, \dots, x_{ip-1}] \) with \( i = 0, 1, 2, \dots, n-1 \) and explanatory variables running from \( 0 \) to \( p-1 \). See below for more explicit examples.
    -We could also add a so-called pairing term, which is a correction term that -arises from the tendency of proton pairs and neutron pairs to -occur. An even number of particles is more stable than an odd number. + The goal of the regression analysis is to extract/exploit relationship between \( \boldsymbol{y} \) and \( \boldsymbol{x} \) in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things. +
    +
    -

    Organizing our data

    - -

    -Let us start with reading and organizing our data. -We start with the compilation of masses and binding energies from 2016. -After having downloaded this file to our own computer, we are now ready to read the file and start structuring our data. - -

    -We start with preparing folders for storing our calculations and the data file over masses and binding energies. We import also various modules that we will find useful in order to present various Machine Learning methods. Here we focus mainly on the functionality of scikit-learn. -

    - - -

    # Common imports
    -import numpy as np
    -import pandas as pd
    -import matplotlib.pyplot as plt
    -import sklearn.linear_model as skl
    -from sklearn.model_selection import train_test_split
    -from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error
    -import os
    -
    -# Where to save the figures and data files
    -PROJECT_ROOT_DIR = "Results"
    -FIGURE_ID = "Results/FigureFiles"
    -DATA_ID = "DataFiles/"
    -
    -if not os.path.exists(PROJECT_ROOT_DIR):
    -    os.mkdir(PROJECT_ROOT_DIR)
    -
    -if not os.path.exists(FIGURE_ID):
    -    os.makedirs(FIGURE_ID)
    -
    -if not os.path.exists(DATA_ID):
    -    os.makedirs(DATA_ID)
    -
    -def image_path(fig_id):
    -    return os.path.join(FIGURE_ID, fig_id)
    -
    -def data_path(dat_id):
    -    return os.path.join(DATA_ID, dat_id)
    -
    -def save_fig(fig_id):
    -    plt.savefig(image_path(fig_id) + ".png", format='png')
    -
    -infile = open(data_path("MassEval2016.dat"),'r')
    -
    -

    -Before we proceed, we define also a function for making our plots. You can obviously avoid this and simply set up various matplotlib commands every time you need them. You may however find it convenient to collect all such commands in one function and simply call this function. -

    - - -

    from pylab import plt, mpl
    -plt.style.use('seaborn')
    -mpl.rcParams['font.family'] = 'serif'
    -
    -def MakePlot(x,y, styles, labels, axlabels):
    -    plt.figure(figsize=(10,6))
    -    for i in range(len(x)):
    -        plt.plot(x[i], y[i], styles[i], label = labels[i])
    -        plt.xlabel(axlabels[0])
    -        plt.ylabel(axlabels[1])
    -    plt.legend(loc=0)
    -
    -

    -Our next step is to read the data on experimental binding energies and -reorganize them as functions of the mass number \( A \), the number of -protons \( Z \) and neutrons \( N \) using pandas. Before we do this it is -always useful (unless you have a binary file or other types of compressed -data) to actually open the file and simply take a look at it! - -

    -In particular, the program that outputs the final nuclear masses is written in Fortran with a specific format. It means that we need to figure out the format and which columns contain the data we are interested in. Pandas comes with a function that reads formatted output. After having admired the file, we are now ready to start massaging it with pandas. The file begins with some basic format information. -

    - - -

    """                                                                                                                         
    -This is taken from the data file of the mass 2016 evaluation.                                                               
    -All files are 3436 lines long with 124 character per line.                                                                  
    -       Headers are 39 lines long.                                                                                           
    -   col 1     :  Fortran character control: 1 = page feed  0 = line feed                                                     
    -   format    :  a1,i3,i5,i5,i5,1x,a3,a4,1x,f13.5,f11.5,f11.3,f9.3,1x,a2,f11.3,f9.3,1x,i3,1x,f12.5,f11.5                     
    -   These formats are reflected in the pandas widths variable below, see the statement                                       
    -   widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),                                                            
    -   Pandas has also a variable header, with length 39 in this case.                                                          
    -"""
    -
    -

    -The data we are interested in are in columns 2, 3, 4 and 11, giving us -the number of neutrons, protons, mass numbers and binding energies, -respectively. We add also for the sake of completeness the element name. The data are in fixed-width formatted lines and we will -covert them into the pandas DataFrame structure. - -

    - - -

    # Read the experimental data with Pandas
    -Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),
    -              names=('N', 'Z', 'A', 'Element', 'Ebinding'),
    -              widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),
    -              header=39,
    -              index_col=False)
    -
    -# Extrapolated values are indicated by '#' in place of the decimal place, so
    -# the Ebinding column won't be numeric. Coerce to float and drop these entries.
    -Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')
    -Masses = Masses.dropna()
    -# Convert from keV to MeV.
    -Masses['Ebinding'] /= 1000
    -
    -# Group the DataFrame by nucleon number, A.
    -Masses = Masses.groupby('A')
    -# Find the rows of the grouped DataFrame with the maximum binding energy.
    -Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])
    -
    -

    -We have now read in the data, grouped them according to the variables we are interested in. -We see how easy it is to reorganize the data using pandas. If we -were to do these operations in C/C++ or Fortran, we would have had to -write various functions/subroutines which perform the above -reorganizations for us. Having reorganized the data, we can now start -to make some simple fits using both the functionalities in numpy and -Scikit-Learn afterwards. - -

    -Now we define five variables which contain -the number of nucleons \( A \), the number of protons \( Z \) and the number of neutrons \( N \), the element name and finally the energies themselves. -

    - - -

    A = Masses['A']
    -Z = Masses['Z']
    -N = Masses['N']
    -Element = Masses['Element']
    -Energies = Masses['Ebinding']
    -print(Masses)
    -
    -

    -The next step, and we will define this mathematically later, is to set up the so-called design matrix. We will throughout call this matrix \( \boldsymbol{X} \). -It has dimensionality \( p\times n \), where \( n \) is the number of data points and \( p \) are the so-called predictors. In our case here they are given by the number of polynomials in \( A \) we wish to include in the fit. -

    - - -

    # Now we set up the design matrix X
    -X = np.zeros((len(A),5))
    -X[:,0] = 1
    -X[:,1] = A
    -X[:,2] = A**(2.0/3.0)
    -X[:,3] = A**(-1.0/3.0)
    -X[:,4] = A**(-1.0)
    -
    -

    -With scikitlearn we are now ready to use linear regression and fit our data. -

    - - -

    clf = skl.LinearRegression().fit(X, Energies)
    -fity = clf.predict(X)
    -
    -

    -Pretty simple! -Now we can print measures of how our fit is doing, the coefficients from the fits and plot the final fit together with our data. -

    - - -

    # The mean squared error                               
    -print("Mean squared error: %.2f" % mean_squared_error(Energies, fity))
    -# Explained variance score: 1 is perfect prediction                                 
    -print('Variance score: %.2f' % r2_score(Energies, fity))
    -# Mean absolute error                                                           
    -print('Mean absolute error: %.2f' % mean_absolute_error(Energies, fity))
    -print(clf.coef_, clf.intercept_)
    -
    -Masses['Eapprox']  = fity
    -# Generate a plot comparing the experimental with the fitted values values.
    -fig, ax = plt.subplots()
    -ax.set_xlabel(r'$A = N + Z$')
    -ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$')
    -ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,
    -            label='Ame2016')
    -ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',
    -            label='Fit')
    -ax.legend()
    -save_fig("Masses2016")
    -plt.show()
    -
    - -

    Seeing the wood for the trees

    - -

    -As a teaser, let us now see how we can do this with decision trees using scikit-learn. Later we will switch to so-called random forests! - -

    - - -

    #Decision Tree Regression
    -from sklearn.tree import DecisionTreeRegressor
    -regr_1=DecisionTreeRegressor(max_depth=5)
    -regr_2=DecisionTreeRegressor(max_depth=7)
    -regr_3=DecisionTreeRegressor(max_depth=9)
    -regr_1.fit(X, Energies)
    -regr_2.fit(X, Energies)
    -regr_3.fit(X, Energies)
    -
    -
    -y_1 = regr_1.predict(X)
    -y_2 = regr_2.predict(X)
    -y_3=regr_3.predict(X)
    -Masses['Eapprox'] = y_3
    -# Plot the results
    -plt.figure()
    -plt.plot(A, Energies, color="blue", label="Data", linewidth=2)
    -plt.plot(A, y_1, color="red", label="max_depth=5", linewidth=2)
    -plt.plot(A, y_2, color="green", label="max_depth=7", linewidth=2)
    -plt.plot(A, y_3, color="m", label="max_depth=9", linewidth=2)
    -
    -plt.xlabel("$A$")
    -plt.ylabel("$E$[MeV]")
    -plt.title("Decision Tree Regression")
    -plt.legend()
    -save_fig("Masses2016Trees")
    -plt.show()
    -print(Masses)
    -print(np.mean( (Energies-y_1)**2))
    -
    - -

    And what about using neural networks?

    - -The seaborn package allows us to visualize data in an efficient way. Note that we use scikit-learn's multi-layer perceptron (or feed forward neural network) -functionality. -

    - - -

    from sklearn.neural_network import MLPRegressor
    -from sklearn.metrics import accuracy_score
    -import seaborn as sns
    -
    -X_train = X
    -Y_train = Energies
    -n_hidden_neurons = 100
    -epochs = 100
    -# store models for later use
    -eta_vals = np.logspace(-5, 1, 7)
    -lmbd_vals = np.logspace(-5, 1, 7)
    -# store the models for later use
    -DNN_scikit = np.zeros((len(eta_vals), len(lmbd_vals)), dtype=object)
    -train_accuracy = np.zeros((len(eta_vals), len(lmbd_vals)))
    -sns.set()
    -for i, eta in enumerate(eta_vals):
    -    for j, lmbd in enumerate(lmbd_vals):
    -        dnn = MLPRegressor(hidden_layer_sizes=(n_hidden_neurons), activation='logistic',
    -                            alpha=lmbd, learning_rate_init=eta, max_iter=epochs)
    -        dnn.fit(X_train, Y_train)
    -        DNN_scikit[i][j] = dnn
    -        train_accuracy[i][j] = dnn.score(X_train, Y_train)
    -
    -fig, ax = plt.subplots(figsize = (10, 10))
    -sns.heatmap(train_accuracy, annot=True, ax=ax, cmap="viridis")
    -ax.set_title("Training Accuracy")
    -ax.set_ylabel("$\eta$")
    -ax.set_xlabel("$\lambda$")
    -plt.show()
    -
    - -

    A first summary

    - -

    -The aim behind these introductory words was to present to you various -Python libraries and their functionalities, in particular libraries like -numpy, pandas, xarray and matplotlib and other that make our life much easier -in handling various data sets and visualizing data. - -

    -Furthermore, -Scikit-Learn allows us with few lines of code to implement popular -Machine Learning algorithms for supervised learning. Later we will meet Tensorflow, a powerful library for deep learning. -Now it is time to dive more into the details of various methods. We will start with linear regression and try to take a deeper look at what it entails.

    @@ -950,6 +405,16 @@ Now it is time to dive more into the details of various methods. We will start w

  • 40
  • 41
  • 42
  • +
  • 43
  • +
  • 44
  • +
  • 45
  • +
  • 46
  • +
  • 47
  • +
  • 48
  • +
  • 49
  • +
  • 50
  • +
  • ...
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/._week34-bs041.html b/doc/pub/week34/html/._week34-bs041.html index 0fe90454c..8c6a764d6 100644 --- a/doc/pub/week34/html/._week34-bs041.html +++ b/doc/pub/week34/html/._week34-bs041.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -260,321 +365,38 @@ MathJax.Hub.Config({ -

    Exercises for week 36

    -Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1.. +

    Regression analysis, overarching aims II

    +
    +
    +

    - - -

    Exercise 1: Setting up various Python environments

    +Consider an experiment in which \( p \) characteristics of \( n \) samples are +measured. The data from this experiment, for various explanatory variables \( p \) are normally represented by a matrix +\( \mathbf{X} \).

    -The first exercise here is of a mere technical art. We want you to have - -

      -
    • git as a version control software and to establish a user account on a provider like GitHub. Other providers like GitLab etc are equally fine. You can also use the University of Oslo GitHub facilities.
    • -
    • Install various Python packages
    • -
    - -We will make extensive use of Python as programming language and its -myriad of available libraries. You will find -IPython/Jupyter notebooks invaluable in your work. You can run R -codes in the Jupyter/IPython notebooks, with the immediate benefit of -visualizing your data. You can also use compiled languages like C++, -Rust, Fortran etc if you prefer. The focus in these lectures will be -on Python. +The matrix \( \mathbf{X} \) is called the design +matrix. Additional information of the samples is available in the +form of \( \boldsymbol{y} \) (also as above). The variable \( \boldsymbol{y} \) is +generally referred to as the response variable. The aim of +regression analysis is to explain \( \boldsymbol{y} \) in terms of +\( \boldsymbol{X} \) through a functional relationship like \( y_i = +f(\mathbf{X}_{i,\ast}) \). When no prior knowledge on the form of +\( f(\cdot) \) is available, it is common to assume a linear relationship +between \( \boldsymbol{X} \) and \( \boldsymbol{y} \). This assumption gives rise to +the linear regression model where \( \boldsymbol{\beta} = [\beta_0, \ldots, +\beta_{p-1}]^{T} \) are the regression parameters.

    -If you have Python installed (we recommend Python3) and you feel -pretty familiar with installing different packages, we recommend that -you install the following Python packages via pip as - -

      -
    1. pip install numpy scipy matplotlib ipython scikit-learn sympy pandas pillow
    2. -
    - -For Tensorflow, we recommend following the instructions in the text of -Aurelien Geron, Hands‑On Machine Learning with Scikit‑Learn and TensorFlow, O'Reilly +Linear regression gives us a set of analytical equations for the parameters \( \beta_j \).

    -We will come back to tensorflow later. - -

    -For Python3, replace pip with pip3. - -

    -For OSX users we recommend, after having installed Xcode, to -install brew. Brew allows for a seamless installation of additional -software via for example - -

      -
    1. brew install python3
    2. -
    - -For Linux users, with its variety of distributions like for example the widely popular Ubuntu distribution, -you can use pip as well and simply install Python as - -
      -
    1. sudo apt-get install python3 (or python for Python2.7)
    2. -
    - -If you don't want to perform these operations separately and venture -into the hassle of exploring how to set up dependencies and paths, we -recommend two widely used distrubutions which set up all relevant -dependencies for Python, namely - - - -which is an open source -distribution of the Python and R programming languages for large-scale -data processing, predictive analytics, and scientific computing, that -aims to simplify package management and deployment. Package versions -are managed by the package management system conda. - - - -is a Python -distribution for scientific and analytic computing distribution and -analysis environment, available for free and under a commercial -license. - -

    -We recommend using Anaconda if you are not too familiar with setting paths in a terminal environment. - -

    - - -

    - - -

    Exercise 2: making your own data and exploring scikit-learn

    - -

    -We will generate our own dataset for a function \( y(x) \) where \( x \in [0,1] \) and defined by random numbers computed with the uniform distribution. The function \( y \) is a quadratic polynomial in \( x \) with added stochastic noise according to the normal distribution \( \cal {N}(0,1) \). -The following simple Python instructions define our \( x \) and \( y \) values (with 100 data points). -

    - - -

    x = np.random.rand(100,1)
    -y = 2.0+5*x*x+0.1*np.random.randn(100,1)
    -
    -
      -
    1. Write your own code (following the examples under the regression notes) for computing the parametrization of the data set fitting a second-order polynomial.
    2. -
    3. Use thereafter scikit-learn (see again the examples in the regression slides) and compare with your own code.
    4. -
    5. Using scikit-learn, compute also the mean square error, a risk metric corresponding to the expected value of the squared (quadratic) error defined as
    6. -
    - -$$ MSE(\hat{y},\hat{\tilde{y}}) = \frac{1}{n} -\sum_{i=0}^{n-1}(y_i-\tilde{y}_i)^2, -$$ - -and the \( R^2 \) score function. -If \( \tilde{\hat{y}}_i \) is the predicted value of the \( i-th \) sample and \( y_i \) is the corresponding true value, then the score \( R^2 \) is defined as -$$ -R^2(\hat{y}, \tilde{\hat{y}}) = 1 - \frac{\sum_{i=0}^{n - 1} (y_i - \tilde{y}_i)^2}{\sum_{i=0}^{n - 1} (y_i - \bar{y})^2}, -$$ - -where we have defined the mean value of \( \hat{y} \) as -$$ -\bar{y} = \frac{1}{n} \sum_{i=0}^{n - 1} y_i. -$$ - -You can use the functionality included in scikit-learn. If you feel for it, you can use your own program and define functions which compute the above two functions. -Discuss the meaning of these results. Try also to vary the coefficient in front of the added stochastic noise term and discuss the quality of the fits. - -

    - - -

    - - -Solution. - -

    -

    - -

    -The code here is an example of where we define our own design matrix and fit parameters \( \beta \). -

    - - -

    import os
    -import numpy as np
    -import pandas as pd
    -import matplotlib.pyplot as plt
    -from sklearn.model_selection import train_test_split
    -
    -def save_fig(fig_id):
    -    plt.savefig(image_path(fig_id) + ".png", format='png')
    -
    -def R2(y_data, y_model):
    -    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    -def MSE(y_data,y_model):
    -    n = np.size(y_model)
    -    return np.sum((y_data-y_model)**2)/n
    -
    -x = np.random.rand(100)
    -y = 2.0+5*x*x+0.1*np.random.randn(100)
    -
    -
    -#  The design matrix now as function of a given polynomial
    -X = np.zeros((len(x),3))
    -X[:,0] = 1.0
    -X[:,1] = x
    -X[:,2] = x**2
    -# We split the data in test and training data
    -X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2)
    -# matrix inversion to find beta
    -beta = np.linalg.inv(X_train.T @ X_train) @ X_train.T @ y_train
    -print(beta)
    -# and then make the prediction
    -ytilde = X_train @ beta
    -print("Training R2")
    -print(R2(y_train,ytilde))
    -print("Training MSE")
    -print(MSE(y_train,ytilde))
    -ypredict = X_test @ beta
    -print("Test R2")
    -print(R2(y_test,ypredict))
    -print("Test MSE")
    -print(MSE(y_test,ypredict))
    -
    -

    -

    -

    - -

    - - -

    - - -

    - - -

    Exercise 3: Normalizing our data

    - -

    -A much used approach before starting to train the data is to preprocess our -data. Normally the data may need a rescaling and/or may be sensitive -to extreme values. Scaling the data renders our inputs much more -suitable for the algorithms we want to employ. - -

    -Scikit-Learn has several functions which allow us to rescale the -data, normally resulting in much better results in terms of various -accuracy scores. The StandardScaler function in Scikit-Learn -ensures that for each feature/predictor we study the mean value is -zero and the variance is one (every column in the design/feature -matrix). This scaling has the drawback that it does not ensure that -we have a particular maximum or minimum in our data set. Another -function included in Scikit-Learn is the MinMaxScaler which -ensures that all features are exactly between \( 0 \) and \( 1 \). The - -

    -The Normalizer scales each data -point such that the feature vector has a euclidean length of one. In other words, it -projects a data point on the circle (or sphere in the case of higher dimensions) with a -radius of 1. This means every data point is scaled by a different number (by the -inverse of it’s length). -This normalization is often used when only the direction (or angle) of the data matters, -not the length of the feature vector. - -

    -The RobustScaler works similarly to the StandardScaler in that it -ensures statistical properties for each feature that guarantee that -they are on the same scale. However, the RobustScaler uses the median -and quartiles, instead of mean and variance. This makes the -RobustScaler ignore data points that are very different from the rest -(like measurement errors). These odd data points are also called -outliers, and might often lead to trouble for other scaling -techniques. - -

    -It also common to split the data in a training set and a testing set. A typical split is to use \( 80\% \) of the data for training and the rest -for testing. This can be done as follows with our design matrix \( \boldsymbol{X} \) and data \( \boldsymbol{y} \) (remember to import scikit-learn) -

    - - -

    # split in training and test data
    -X_train, X_test, y_train, y_test = train_test_split(X,y,test_size=0.2)
    -
    -

    -Then we can use the standard scaler to scale our data as -

    - - -

    scaler = StandardScaler()
    -scaler.fit(X_train)
    -X_train_scaled = scaler.transform(X_train)
    -X_test_scaled = scaler.transform(X_test)
    -
    -

    -In this exercise we want you to to compute the MSE for the training -data and the test data as function of the complexity of a polynomial, -that is the degree of a given polynomial. We want you also to compute the \( R2 \) score as function of the complexity of the model for both training data and test data. You should also run the calculation with and without scaling. - -

    -One of -the aims is to reproduce Figure 2.11 of Hastie et al. - -

    -Our data is defined by \( x\in [-3,3] \) with a total of for example \( 100 \) data points. -

    - - -

    np.random.seed()
    -n = 100
    -maxdegree = 14
    -# Make data set.
    -x = np.linspace(-3, 3, n).reshape(-1, 1)
    -y = np.exp(-x**2) + 1.5 * np.exp(-(x-2)**2)+ np.random.normal(0, 0.1, x.shape)
    -
    -

    -where \( y \) is the function we want to fit with a given polynomial. - -

    -a) -Write a first code which sets up a design matrix \( X \) defined by a fifth-order polynomial. Scale your data and split it in training and test data. - -

    -b) -Perform an ordinary least squares and compute the means squared error and the \( R2 \) factor for the training data and the test data, with and without scaling. - -

    -c) -Add now a model which allows you to make polynomials up to degree \( 15 \). Perform a standard OLS fitting of the training data and compute the MSE and \( R2 \) for the training and test data and plot both test and training data MSE and \( R2 \) as functions of the polynomial degree. Compare what you see with Figure 2.11 of Hastie et al. Comment your results. For which polynomial degree do you find an optimal MSE (smallest value)? - -

    - - -

    - - -Solution. - -

    -

    - -

    -Here you simply need to change the degree of the polynomial in the above code to \( n=15 \). -

    -

    +

    - - -

    - -

      @@ -590,6 +412,18 @@ Here you simply need to change the degree of the polynomial in the above code to
    • 40
    • 41
    • 42
    • +
    • 43
    • +
    • 44
    • +
    • 45
    • +
    • 46
    • +
    • 47
    • +
    • 48
    • +
    • 49
    • +
    • 50
    • +
    • 51
    • +
    • ...
    • +
    • 67
    • +
    • »
    diff --git a/doc/pub/week34/html/week34-bs.html b/doc/pub/week34/html/week34-bs.html index d9c4b2f95..81bc34baf 100644 --- a/doc/pub/week34/html/week34-bs.html +++ b/doc/pub/week34/html/week34-bs.html @@ -125,8 +125,6 @@ Automatically generated HTML file from DocOnce source ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -146,6 +144,88 @@ Automatically generated HTML file from DocOnce source None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -232,19 +312,44 @@ MathJax.Hub.Config({
  • Numpy and arrays
  • Matrices in Python
  • Meet the Pandas
  • -
  • Friday August 27
  • -
  • Reading Data and fitting
  • -
  • Friday August 27
  • -
  •    Simple linear regression model using scikit-learn
  • -
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • -
  •    Organizing our data
  • -
  •    Seeing the wood for the trees
  • -
  •    And what about using neural networks?
  • -
  • A first summary
  • -
  • Exercises for week 36
  • -
  • Exercise 1: Setting up various Python environments
  • -
  • Exercise 2: making your own data and exploring scikit-learn
  • -
  • Exercise 3: Normalizing our data
  • +
  • Friday August 27
  • +
  •    Simple linear regression model using scikit-learn
  • +
  •    To our real data: nuclear binding energies. Brief reminder on masses and binding energies
  • +
  •    Organizing our data
  • +
  •    Seeing the wood for the trees
  • +
  •    And what about using neural networks?
  • +
  • A first summary
  • +
  • Why Linear Regression (aka Ordinary Least Squares and family)
  • +
  • Regression analysis, overarching aims
  • +
  • Regression analysis, overarching aims II
  • +
  • Examples
  • +
  • General linear models
  • +
  • Rewriting the fitting procedure as a linear algebra problem
  • +
  • Rewriting the fitting procedure as a linear algebra problem, more details
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Generalizing the fitting procedure as a linear algebra problem
  • +
  • Optimizing our parameters
  • +
  • Our model for the nuclear binding energies
  • +
  • Optimizing our parameters, more details
  • +
  • Interpretations and optimizing our parameters
  • +
  • Interpretations and optimizing our parameters
  • +
  • Some useful matrix and vector expressions
  • +
  • Interpretations and optimizing our parameters
  • +
  • Own code for Ordinary Least Squares
  • +
  • Adding error analysis and training set up
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • The \( \chi^2 \) function
  • +
  • Fitting an Equation of State for Dense Nuclear Matter
  • +
  • The code
  • +
  • Splitting our Data in Training and Test data
  • +
  • Exercises for week 36
  • +
  • Exercise 1: Setting up various Python environments
  • +
  • Exercise 2: making your own data and exploring scikit-learn
  • +
  • Exercise 3: Normalizing our data
  • @@ -303,7 +408,7 @@ MathJax.Hub.Config({
  • 9
  • 10
  • ...
  • -
  • 42
  • +
  • 67
  • »
  • diff --git a/doc/pub/week34/html/week34-reveal.html b/doc/pub/week34/html/week34-reveal.html index a6823742f..390a620c3 100644 --- a/doc/pub/week34/html/week34-reveal.html +++ b/doc/pub/week34/html/week34-reveal.html @@ -206,10 +206,10 @@ Reading recommendations this week: Refresh linear algebra, GBC chapters 1 and 2.

    Thursday August 26

    -Video of Lecture from Fall Semester 2020. +The lectures will be recorded and updated videos will be posted after the lectures.

    -The lectures will be recorded and updated videos will be posted after the lectures. +"Video of Lecture August 26, 2021":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage

    Zoom link for lectures: https://msu.zoom.us/j/93311529525?pwd=a1VXSzY4aTFWVy9Rb05mNDJTZ09lZz09 @@ -218,6 +218,9 @@ The lectures will be recorded and updated videos will be posted after the lectur

  • Meeting ID: 933 1152 9525
  • Passcode: 646102
  • +

    + +Video of Lecture from Fall Semester 2020. @@ -1444,50 +1447,6 @@ For multidimensional arrays, we recommend strongly Reading Data and fitting - -

    -In order to study various Machine Learning algorithms, we need to -access data. Acccessing data is an essential step in all machine -learning algorithms. In particular, setting up the so-called design -matrix (to be defined below) is often the first element we need in -order to perform our calculations. To set up the design matrix means -reading (and later, when the calculations are done, writing) data -in various formats, The formats span from reading files from disk, -loading data from databases and interacting with online sources -like web application programming interfaces (APIs). - -

    -In handling various input formats, as discussed above, we will mainly stay with pandas, -a Python package which allows us, in a seamless and painless way, to -deal with a multitude of formats, from standard csv (comma separated -values) files, via excel, html to hdf5 formats. With pandas -and the DataFrame and Series functionalities we are able to convert text data -into the calculational formats we need for a specific algorithm. And our code is going to be -pretty close the basic mathematical expressions. - -

    -Our first data set is going to be a classic from nuclear physics, namely all -available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. - -

    -We will show some of the -strengths of packages like Scikit-Learn in fitting nuclear binding energies to -specific functions using linear regression first. Then, as a teaser, we will show you how -you can easily implement other algorithms like decision trees and random forests and neural networks. - -

    -But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as, -(don't be offended) fitting straight lines! - - - -

    -

    Friday August 27

    -
    - -

    Simple linear regression model using scikit-learn

    @@ -2201,6 +2160,1136 @@ Now it is time to dive more into the details of various methods. We will start w
    +
    +

    Why Linear Regression (aka Ordinary Least Squares and family)

    + +

    +Fitting a continuous function with linear parameterization in terms of the parameters \( \boldsymbol{\beta} \). + +

      +

    • Method of choice for fitting a continuous function!
    • +

    • Gives an excellent introduction to central Machine Learning features with understandable pedagogical links to other methods like Neural Networks, Support Vector Machines etc
    • +

    • Analytical expression for the fitting parameters \( \boldsymbol{\beta} \)
    • +

    • Analytical expressions for statistical propertiers like mean values, variances, confidence intervals and more
    • +

    • Analytical relation with probabilistic interpretations
    • +

    • Easy to introduce basic concepts like bias-variance tradeoff, cross-validation, resampling and regularization techniques and many other ML topics
    • +

    • Easy to code! And links well with classification problems and logistic regression and neural networks
    • +

    • Allows for easy hands-on understanding of gradient descent methods
    • +

    • and many more features
    • +
    +

    + +For more discussions of Ridge and Lasso regression, Wessel van Wieringen's article is highly recommended. +Similarly, Mehta et al's article is also recommended. +

    + + +
    +

    Regression analysis, overarching aims

    +
    + +

    +Regression modeling deals with the description of the sampling distribution of a given random variable \( y \) and how it varies as function of another variable or a set of such variables \( \boldsymbol{x} =[x_0, x_1,\dots, x_{n-1}]^T \). +The first variable is called the dependent, the outcome or the response variable while the set of variables \( \boldsymbol{x} \) is called the independent variable, or the predictor variable or the explanatory variable. + +

    +A regression model aims at finding a likelihood function \( p(\boldsymbol{y}\vert \boldsymbol{x}) \), that is the conditional distribution for \( \boldsymbol{y} \) with a given \( \boldsymbol{x} \). The estimation of \( p(\boldsymbol{y}\vert \boldsymbol{x}) \) is made using a data set with + +

      +

    • \( n \) cases \( i = 0, 1, 2, \dots, n-1 \)
    • +

    • Response (target, dependent or outcome) variable \( y_i \) with \( i = 0, 1, 2, \dots, n-1 \)
    • +

    • \( p \) so-called explanatory (independent or predictor) variables \( \boldsymbol{x}_i=[x_{i0}, x_{i1}, \dots, x_{ip-1}] \) with \( i = 0, 1, 2, \dots, n-1 \) and explanatory variables running from \( 0 \) to \( p-1 \). See below for more explicit examples.
    • +
    +

    + + The goal of the regression analysis is to extract/exploit relationship between \( \boldsymbol{y} \) and \( \boldsymbol{x} \) in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things. +

    +
    + + +
    +

    Regression analysis, overarching aims II

    +
    + +

    +Consider an experiment in which \( p \) characteristics of \( n \) samples are +measured. The data from this experiment, for various explanatory variables \( p \) are normally represented by a matrix +\( \mathbf{X} \). + +

    +The matrix \( \mathbf{X} \) is called the design +matrix. Additional information of the samples is available in the +form of \( \boldsymbol{y} \) (also as above). The variable \( \boldsymbol{y} \) is +generally referred to as the response variable. The aim of +regression analysis is to explain \( \boldsymbol{y} \) in terms of +\( \boldsymbol{X} \) through a functional relationship like \( y_i = +f(\mathbf{X}_{i,\ast}) \). When no prior knowledge on the form of +\( f(\cdot) \) is available, it is common to assume a linear relationship +between \( \boldsymbol{X} \) and \( \boldsymbol{y} \). This assumption gives rise to +the linear regression model where \( \boldsymbol{\beta} = [\beta_0, \ldots, +\beta_{p-1}]^{T} \) are the regression parameters. + +

    +Linear regression gives us a set of analytical equations for the parameters \( \beta_j \). + + +

    +
    + + +
    +

    Examples

    +
    + +

    +In order to understand the relation among the predictors \( p \), the set of data \( n \) and the target (outcome, output etc) \( \boldsymbol{y} \), +consider the model we discussed for describing nuclear binding energies. + +

    +There we assumed that we could parametrize the data using a polynomial approximation based on the liquid drop model. +Assuming +

     
    +$$ +BE(A) = a_0+a_1A+a_2A^{2/3}+a_3A^{-1/3}+a_4A^{-1}, +$$ +

     
    + +we have five predictors, that is the intercept, the \( A \) dependent term, the \( A^{2/3} \) term and the \( A^{-1/3} \) and \( A^{-1} \) terms. +This gives \( p=0,1,2,3,4 \). Furthermore we have \( n \) entries for each predictor. It means that our design matrix is a +\( p\times n \) matrix \( \boldsymbol{X} \). + +

    +Here the predictors are based on a model we have made. A popular data set which is widely encountered in ML applications is the +so-called credit card default data from Taiwan. The data set contains data on \( n=30000 \) credit card holders with predictors like gender, marital status, age, profession, education, etc. In total there are \( 24 \) such predictors or attributes leading to a design matrix of dimensionality \( 24 \times 30000 \). This is however a classification problem and we will come back to it when we discuss Logistic Regression. + + +

    +
    + + +
    +

    General linear models

    +
    + +

    +Before we proceed let us study a case from linear algebra where we aim at fitting a set of data \( \boldsymbol{y}=[y_0,y_1,\dots,y_{n-1}] \). We could think of these data as a result of an experiment or a complicated numerical experiment. These data are functions of a series of variables \( \boldsymbol{x}=[x_0,x_1,\dots,x_{n-1}] \), that is \( y_i = y(x_i) \) with \( i=0,1,2,\dots,n-1 \). The variables \( x_i \) could represent physical quantities like time, temperature, position etc. We assume that \( y(x) \) is a smooth function. + +

    +Since obtaining these data points may not be trivial, we want to use these data to fit a function which can allow us to make predictions for values of \( y \) which are not in the present set. The perhaps simplest approach is to assume we can parametrize our function in terms of a polynomial of degree \( n-1 \) with \( n \) points, that is +

     
    +$$ +y=y(x) \rightarrow y(x_i)=\tilde{y}_i+\epsilon_i=\sum_{j=0}^{n-1} \beta_j x_i^j+\epsilon_i, +$$ +

     
    + +where \( \epsilon_i \) is the error in our approximation. + + +

    +
    + + +
    +

    Rewriting the fitting procedure as a linear algebra problem

    +
    + +

    +For every set of values \( y_i,x_i \) we have thus the corresponding set of equations +

     
    +$$ +\begin{align*} +y_0&=\beta_0+\beta_1x_0^1+\beta_2x_0^2+\dots+\beta_{n-1}x_0^{n-1}+\epsilon_0\\ +y_1&=\beta_0+\beta_1x_1^1+\beta_2x_1^2+\dots+\beta_{n-1}x_1^{n-1}+\epsilon_1\\ +y_2&=\beta_0+\beta_1x_2^1+\beta_2x_2^2+\dots+\beta_{n-1}x_2^{n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{n-1}&=\beta_0+\beta_1x_{n-1}^1+\beta_2x_{n-1}^2+\dots+\beta_{n-1}x_{n-1}^{n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ +

     
    +

    +
    + + +
    +

    Rewriting the fitting procedure as a linear algebra problem, more details

    +
    + +

    +Defining the vectors +

     
    +$$ +\boldsymbol{y} = [y_0,y_1, y_2,\dots, y_{n-1}]^T, +$$ +

     
    + +and +

     
    +$$ +\boldsymbol{\beta} = [\beta_0,\beta_1, \beta_2,\dots, \beta_{n-1}]^T, +$$ +

     
    + +and +

     
    +$$ +\boldsymbol{\epsilon} = [\epsilon_0,\epsilon_1, \epsilon_2,\dots, \epsilon_{n-1}]^T, +$$ +

     
    + +and the design matrix +

     
    +$$ +\boldsymbol{X}= +\begin{bmatrix} +1& x_{0}^1 &x_{0}^2& \dots & \dots &x_{0}^{n-1}\\ +1& x_{1}^1 &x_{1}^2& \dots & \dots &x_{1}^{n-1}\\ +1& x_{2}^1 &x_{2}^2& \dots & \dots &x_{2}^{n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +1& x_{n-1}^1 &x_{n-1}^2& \dots & \dots &x_{n-1}^{n-1}\\ +\end{bmatrix} +$$ +

     
    + +we can rewrite our equations as +

     
    +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ +

     
    + +The above design matrix is called a Vandermonde matrix. +

    +
    + + +
    +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    +We are obviously not limited to the above polynomial expansions. We +could replace the various powers of \( x \) with elements of Fourier +series or instead of \( x_i^j \) we could have \( \cos{(j x_i)} \) or \( \sin{(j +x_i)} \), or time series or other orthogonal functions. For every set +of values \( y_i,x_i \) we can then generalize the equations to + +

     
    +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_i\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ +

     
    + +

    +Note that we have \( p=n \) here. The matrix is symmetric. This is generally not the case! +

    +
    + + +
    +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    +We redefine in turn the matrix \( \boldsymbol{X} \) as +

     
    +$$ +\boldsymbol{X}= +\begin{bmatrix} +x_{00}& x_{01} &x_{02}& \dots & \dots &x_{0,n-1}\\ +x_{10}& x_{11} &x_{12}& \dots & \dots &x_{1,n-1}\\ +x_{20}& x_{21} &x_{22}& \dots & \dots &x_{2,n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +x_{n-1,0}& x_{n-1,1} &x_{n-1,2}& \dots & \dots &x_{n-1,n-1}\\ +\end{bmatrix} +$$ +

     
    + +and without loss of generality we rewrite again our equations as +

     
    +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ +

     
    + +The left-hand side of this equation is kwown. Our error vector \( \boldsymbol{\epsilon} \) and the parameter vector \( \boldsymbol{\beta} \) are our unknow quantities. How can we obtain the optimal set of \( \beta_i \) values? +

    +
    + + +
    +

    Optimizing our parameters

    +
    + +

    +We have defined the matrix \( \boldsymbol{X} \) via the equations +

     
    +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_1\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_1\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ +

     
    + +

    +As we noted above, we stayed with a system with the design matrix + \( \boldsymbol{X}\in {\mathbb{R}}^{n\times n} \), that is we have \( p=n \). For reasons to come later (algorithmic arguments) we will hereafter define +our matrix as \( \boldsymbol{X}\in {\mathbb{R}}^{n\times p} \), with the predictors refering to the column numbers and the entries \( n \) being the row elements. + + +

    +
    + + +
    +

    Our model for the nuclear binding energies

    + +

    +In our introductory notes we looked at the so-called liquid drop model. Let us remind ourselves about what we did by looking at the code. + +

    +We restate the parts of the code we are most interested in. +

    + + +

    # Common imports
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from IPython.display import display
    +import os
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("MassEval2016.dat"),'r')
    +
    +
    +# Read the experimental data with Pandas
    +Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),
    +              names=('N', 'Z', 'A', 'Element', 'Ebinding'),
    +              widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),
    +              header=39,
    +              index_col=False)
    +
    +# Extrapolated values are indicated by '#' in place of the decimal place, so
    +# the Ebinding column won't be numeric. Coerce to float and drop these entries.
    +Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')
    +Masses = Masses.dropna()
    +# Convert from keV to MeV.
    +Masses['Ebinding'] /= 1000
    +
    +# Group the DataFrame by nucleon number, A.
    +Masses = Masses.groupby('A')
    +# Find the rows of the grouped DataFrame with the maximum binding energy.
    +Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])
    +A = Masses['A']
    +Z = Masses['Z']
    +N = Masses['N']
    +Element = Masses['Element']
    +Energies = Masses['Ebinding']
    +
    +# Now we set up the design matrix X
    +X = np.zeros((len(A),5))
    +X[:,0] = 1
    +X[:,1] = A
    +X[:,2] = A**(2.0/3.0)
    +X[:,3] = A**(-1.0/3.0)
    +X[:,4] = A**(-1.0)
    +# Then nice printout using pandas
    +DesignMatrix = pd.DataFrame(X)
    +DesignMatrix.index = A
    +DesignMatrix.columns = ['1', 'A', 'A^(2/3)', 'A^(-1/3)', '1/A']
    +display(DesignMatrix)
    +
    +

    +With \( \boldsymbol{\beta}\in {\mathbb{R}}^{p\times 1} \), it means that we will hereafter write our equations for the approximation as +

     
    +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ +

     
    + +throughout these lectures. +

    + + +
    +

    Optimizing our parameters, more details

    +
    + +

    +With the above we use the design matrix to define the approximation \( \boldsymbol{\tilde{y}} \) via the unknown quantity \( \boldsymbol{\beta} \) as +

     
    +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ +

     
    + +and in order to find the optimal parameters \( \beta_i \) instead of solving the above linear algebra problem, we define a function which gives a measure of the spread between the values \( y_i \) (which represent hopefully the exact values) and the parameterized values \( \tilde{y}_i \), namely +

     
    +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ +

     
    + +or using the matrix \( \boldsymbol{X} \) and in a more compact matrix-vector notation as +

     
    +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ +

     
    + +This function is one possible way to define the so-called cost function. + +

    +It is also common to define +the function \( C \) as + +

     
    +$$ +C(\boldsymbol{\beta})=\frac{1}{2n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2, +$$ +

     
    + +since when taking the first derivative with respect to the unknown parameters \( \beta \), the factor of \( 2 \) cancels out. +

    +
    + + +
    +

    Interpretations and optimizing our parameters

    +
    + +

    +The function +

     
    +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}, +$$ +

     
    + +can be linked to the variance of the quantity \( y_i \) if we interpret the latter as the mean value. +When linking (see the discussion below) with the maximum likelihood approach below, we will indeed interpret \( y_i \) as a mean value +

     
    +$$ +y_{i}=\langle y_i \rangle = \beta_0x_{i,0}+\beta_1x_{i,1}+\beta_2x_{i,2}+\dots+\beta_{n-1}x_{i,n-1}+\epsilon_i, +$$ +

     
    + +

    +where \( \langle y_i \rangle \) is the mean value. Keep in mind also that +till now we have treated \( y_i \) as the exact value. Normally, the +response (dependent or outcome) variable \( y_i \) the outcome of a +numerical experiment or another type of experiment and is thus only an +approximation to the true value. It is then always accompanied by an +error estimate, often limited to a statistical error estimate given by +the standard deviation discussed earlier. In the discussion here we +will treat \( y_i \) as our exact value for the response variable. + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( C(\boldsymbol{\beta}) \), that is we are going to solve the problem +

     
    +$$ +{\displaystyle \min_{\boldsymbol{\beta}\in +{\mathbb{R}}^{p}}}\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ +

     
    + +In practical terms it means we will require +

     
    +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)^2\right]=0, +$$ +

     
    + +which results in +

     
    +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_{ij}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)\right]=0, +$$ +

     
    + +or in a matrix-vector form as +

     
    +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right). +$$ +

     
    + + +

    +
    + + +
    +

    Interpretations and optimizing our parameters

    +
    + +

    +We can rewrite +

     
    +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right), +$$ +

     
    + +as +

     
    +$$ +\boldsymbol{X}^T\boldsymbol{y} = \boldsymbol{X}^T\boldsymbol{X}\boldsymbol{\beta}, +$$ +

     
    + +and if the matrix \( \boldsymbol{X}^T\boldsymbol{X} \) is invertible we have the solution +

     
    +$$ +\boldsymbol{\beta} =\left(\boldsymbol{X}^T\boldsymbol{X}\right)^{-1}\boldsymbol{X}^T\boldsymbol{y}. +$$ +

     
    + +

    +We note also that since our design matrix is defined as \( \boldsymbol{X}\in +{\mathbb{R}}^{n\times p} \), the product \( \boldsymbol{X}^T\boldsymbol{X} \in +{\mathbb{R}}^{p\times p} \). In the above case we have that \( p \ll n \), +in our case \( p=5 \) meaning that we end up with inverting a small +\( 5\times 5 \) matrix. This is a rather common situation, in many cases we end up with low-dimensional +matrices to invert. The methods discussed here and for many other +supervised learning algorithms like classification with logistic +regression or support vector machines, exhibit dimensionalities which +allow for the usage of direct linear algebra methods such as LU decomposition or Singular Value Decomposition (SVD) for finding the inverse of the matrix +\( \boldsymbol{X}^T\boldsymbol{X} \). +

    + +

    +

    + +

    +Small question: Do you think the example we have at hand here (the nuclear binding energies) can lead to problems in inverting the matrix \( \boldsymbol{X}^T\boldsymbol{X} \)? What kind of problems can we expect? +

    +
    + + +
    +

    Some useful matrix and vector expressions

    + +

    +The following matrix and vector relation will be useful here and for the rest of the course. Vectors are always written as boldfaced lower case letters and +matrices as upper case boldfaced letters. + +

     
    +$$ +\frac{\partial (\boldsymbol{b}^T\boldsymbol{a})}{\partial \boldsymbol{a}} = \boldsymbol{b}, +$$ +

     
    + +

     
    +$$ +\frac{\partial (\boldsymbol{a}^T\boldsymbol{A}\boldsymbol{a})}{\partial \boldsymbol{a}} = (\boldsymbol{A}+\boldsymbol{A}^T)\boldsymbol{a}, +$$ +

     
    + +

     
    +$$ +\frac{\partial tr(\boldsymbol{B}\boldsymbol{A})}{\partial \boldsymbol{A}} = \boldsymbol{B}^T, +$$ +

     
    + +

     
    +$$ +\frac{\partial \log{\vert\boldsymbol{A}\vert}}{\partial \boldsymbol{A}} = (\boldsymbol{A}^{-1})^T. +$$ +

     
    +

    + + +
    +

    Interpretations and optimizing our parameters

    +
    + +

    +The residuals \( \boldsymbol{\epsilon} \) are in turn given by +

     
    +$$ +\boldsymbol{\epsilon} = \boldsymbol{y}-\boldsymbol{\tilde{y}} = \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}, +$$ +

     
    + +and with +

     
    +$$ +\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ +

     
    + +we have +

     
    +$$ +\boldsymbol{X}^T\boldsymbol{\epsilon}=\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ +

     
    + +meaning that the solution for \( \boldsymbol{\beta} \) is the one which minimizes the residuals. Later we will link this with the maximum likelihood approach. + + +

    + +

    +Let us now return to our nuclear binding energies and simply code the above equations. +

    + + +
    +

    Own code for Ordinary Least Squares

    + +

    +It is rather straightforward to implement the matrix inversion and obtain the parameters \( \boldsymbol{\beta} \). After having defined the matrix \( \boldsymbol{X} \) we simply need to +write +

    + + +

    # matrix inversion to find beta
    +beta = np.linalg.inv(X.T.dot(X)).dot(X.T).dot(Energies)
    +# and then make the prediction
    +ytilde = X @ beta
    +
    +

    +Alternatively, you can use the least squares functionality in Numpy as +

    + + +

    fit = np.linalg.lstsq(X, Energies, rcond =None)[0]
    +ytildenp = np.dot(fit,X.T)
    +
    +

    +And finally we plot our fit with and compare with data +

    + + +

    Masses['Eapprox']  = ytilde
    +# Generate a plot comparing the experimental with the fitted values values.
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$A = N + Z$')
    +ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$')
    +ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,
    +            label='Ame2016')
    +ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',
    +            label='Fit')
    +ax.legend()
    +save_fig("Masses2016OLS")
    +plt.show()
    +
    +
    + + +
    +

    Adding error analysis and training set up

    + +

    +We can easily test our fit by computing the \( R2 \) score that we discussed in connection with the functionality of Scikit-Learn in the introductory slides. +Since we are not using Scikit-Learn here we can define our own \( R2 \) function as +

    + + +

    def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +
    +

    +and we would be using it as +

    + + +

    print(R2(Energies,ytilde))
    +
    +

    +We can easily add our MSE score as +

    + + +

    def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +print(MSE(Energies,ytilde))
    +
    +

    +and finally the relative error as +

    + + +

    def RelativeError(y_data,y_model):
    +    return abs((y_data-y_model)/y_data)
    +print(RelativeError(Energies, ytilde))
    +
    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +Normally, the response (dependent or outcome) variable \( y_i \) is the +outcome of a numerical experiment or another type of experiment and is +thus only an approximation to the true value. It is then always +accompanied by an error estimate, often limited to a statistical error +estimate given by the standard deviation discussed earlier. In the +discussion here we will treat \( y_i \) as our exact value for the +response variable. + +

    +Introducing the standard deviation \( \sigma_i \) for each measurement +\( y_i \), we define now the \( \chi^2 \) function (omitting the \( 1/n \) term) +as + +

     
    +$$ +\chi^2(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\frac{\left(y_i-\tilde{y}_i\right)^2}{\sigma_i^2}=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\frac{1}{\boldsymbol{\Sigma^2}}\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ +

     
    + +where the matrix \( \boldsymbol{\Sigma} \) is a diagonal matrix with \( \sigma_i \) as matrix elements. + + +

    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( \chi^2(\boldsymbol{\beta}) \) by requiring +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)^2\right]=0, +$$ +

     
    + +which results in +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}\frac{x_{ij}}{\sigma_i}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)\right]=0, +$$ +

     
    + +or in a matrix-vector form as +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right). +$$ +

     
    + +where we have defined the matrix \( \boldsymbol{A} =\boldsymbol{X}/\boldsymbol{\Sigma} \) with matrix elements \( a_{ij} = x_{ij}/\sigma_i \) and the vector \( \boldsymbol{b} \) with elements \( b_i = y_i/\sigma_i \). +

    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +We can rewrite +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right), +$$ +

     
    + +as +

     
    +$$ +\boldsymbol{A}^T\boldsymbol{b} = \boldsymbol{A}^T\boldsymbol{A}\boldsymbol{\beta}, +$$ +

     
    + +and if the matrix \( \boldsymbol{A}^T\boldsymbol{A} \) is invertible we have the solution +

     
    +$$ +\boldsymbol{\beta} =\left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}\boldsymbol{A}^T\boldsymbol{b}. +$$ +

     
    +

    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +If we then introduce the matrix +

     
    +$$ +\boldsymbol{H} = \left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}, +$$ +

     
    + +we have then the following expression for the parameters \( \beta_j \) (the matrix elements of \( \boldsymbol{H} \) are \( h_{ij} \)) +

     
    +$$ +\beta_j = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}\frac{y_i}{\sigma_i}\frac{x_{ik}}{\sigma_i} = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}b_ia_{ik} +$$ +

     
    + +We state without proof the expression for the uncertainty in the parameters \( \beta_j \) as (we leave this as an exercise) +

     
    +$$ +\sigma^2(\beta_j) = \sum_{i=0}^{n-1}\sigma_i^2\left( \frac{\partial \beta_j}{\partial y_i}\right)^2, +$$ +

     
    + +resulting in +

     
    +$$ +\sigma^2(\beta_j) = \left(\sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}a_{ik}\right)\left(\sum_{l=0}^{p-1}h_{jl}\sum_{m=0}^{n-1}a_{ml}\right) = h_{jj}! +$$ +

     
    +

    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +The first step here is to approximate the function \( y \) with a first-order polynomial, that is we write +

     
    +$$ +y=y(x) \rightarrow y(x_i) \approx \beta_0+\beta_1 x_i. +$$ +

     
    + +By computing the derivatives of \( \chi^2 \) with respect to \( \beta_0 \) and \( \beta_1 \) show that these are given by +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_0} = -2\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0, +$$ +

     
    + +and +

     
    +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_1} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_i\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0. +$$ +

     
    +

    +
    + + +
    +

    The \( \chi^2 \) function

    +
    + +

    +For a linear fit (a first-order polynomial) we don't need to invert a matrix!! +Defining +

     
    +$$ +\gamma = \sum_{i=0}^{n-1}\frac{1}{\sigma_i^2}, +$$ +

     
    + +

     
    +$$ +\gamma_x = \sum_{i=0}^{n-1}\frac{x_{i}}{\sigma_i^2}, +$$ +

     
    + +

     
    +$$ +\gamma_y = \sum_{i=0}^{n-1}\left(\frac{y_i}{\sigma_i^2}\right), +$$ +

     
    + +

     
    +$$ +\gamma_{xx} = \sum_{i=0}^{n-1}\frac{x_ix_{i}}{\sigma_i^2}, +$$ +

     
    + +

     
    +$$ +\gamma_{xy} = \sum_{i=0}^{n-1}\frac{y_ix_{i}}{\sigma_i^2}, +$$ +

     
    + +

    +we obtain + +

     
    +$$ +\beta_0 = \frac{\gamma_{xx}\gamma_y-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}, +$$ +

     
    + +

     
    +$$ +\beta_1 = \frac{\gamma_{xy}\gamma-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}. +$$ +

     
    + +

    +This approach (different linear and non-linear regression) suffers +often from both being underdetermined and overdetermined in the +unknown coefficients \( \beta_i \). A better approach is to use the +Singular Value Decomposition (SVD) method discussed next week. + + +

    +
    + + +
    +

    Fitting an Equation of State for Dense Nuclear Matter

    + +

    +Before we continue, let us introduce yet another example. We are going to fit the +nuclear equation of state using results from many-body calculations. +The equation of state we have made available here, as function of +density, has been derived using modern nucleon-nucleon potentials with +the addition of three-body +forces. This +time the file is presented as a standard csv file. + +

    +The beginning of the Python code here is similar to what you have seen +before, with the same initializations and declarations. We use also +pandas again, rather extensively in order to organize our data. + +

    +The difference now is that we use Scikit-Learn's regression tools +instead of our own matrix inversion implementation. Furthermore, we +sneak in Ridge regression (to be discussed below) which includes a +hyperparameter \( \lambda \), also to be explained below. +

    + + +
    +

    The code

    + +

    + + +

    # Common imports
    +import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +import matplotlib.pyplot as plt
    +import sklearn.linear_model as skl
    +from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organize the data into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),4))
    +X[:,3] = Density**(4.0/3.0)
    +X[:,2] = Density
    +X[:,1] = Density**(2.0/3.0)
    +X[:,0] = 1
    +
    +# We use now Scikit-Learn's linear regressor and ridge regressor
    +# OLS part
    +clf = skl.LinearRegression().fit(X, Energies)
    +ytilde = clf.predict(X)
    +EoS['Eols']  = ytilde
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, ytilde))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, ytilde))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, ytilde))
    +print(clf.coef_, clf.intercept_)
    +
    +# The Ridge regression with a hyperparameter lambda = 0.1
    +_lambda = 0.1
    +clf_ridge = skl.Ridge(alpha=_lambda).fit(X, Energies)
    +yridge = clf_ridge.predict(X)
    +EoS['Eridge']  = yridge
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, yridge))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, yridge))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, yridge))
    +print(clf_ridge.coef_, clf_ridge.intercept_)
    +
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$\rho[\mathrm{fm}^{-3}]$')
    +ax.set_ylabel(r'Energy per particle')
    +ax.plot(EoS['Density'], EoS['Energy'], alpha=0.7, lw=2,
    +            label='Theoretical data')
    +ax.plot(EoS['Density'], EoS['Eols'], alpha=0.7, lw=2, c='m',
    +            label='OLS')
    +ax.plot(EoS['Density'], EoS['Eridge'], alpha=0.7, lw=2, c='g',
    +            label='Ridge $\lambda = 0.1$')
    +ax.legend()
    +save_fig("EoSfitting")
    +plt.show()
    +
    +

    +The above simple polynomial in density \( \rho \) gives an excellent fit +to the data. + +

    +We note also that there is a small deviation between the +standard OLS and the Ridge regression at higher densities. We discuss this in more detail +below. +

    + + +
    +

    Splitting our Data in Training and Test data

    + +

    +It is normal in essentially all Machine Learning studies to split the +data in a training set and a test set (sometimes also an additional +validation set). Scikit-Learn has an own function for this. There +is no explicit recipe for how much data should be included as training +data and say test data. An accepted rule of thumb is to use +approximately \( 2/3 \) to \( 4/5 \) of the data as training data. We will +postpone a discussion of this splitting to the end of these notes and +our discussion of the so-called bias-variance tradeoff. Here we +limit ourselves to repeat the above equation of state fitting example +but now splitting the data into a training set and a test set. + +

    + + +

    import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from sklearn.model_selection import train_test_split
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organized into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),5))
    +X[:,0] = 1
    +X[:,1] = Density**(2.0/3.0)
    +X[:,2] = Density
    +X[:,3] = Density**(4.0/3.0)
    +X[:,4] = Density**(5.0/3.0)
    +# We split the data in test and training data
    +X_train, X_test, y_train, y_test = train_test_split(X, Energies, test_size=0.2)
    +# matrix inversion to find beta
    +beta = np.linalg.inv(X_train.T.dot(X_train)).dot(X_train.T).dot(y_train)
    +# and then make the prediction
    +ytilde = X_train @ beta
    +print("Training R2")
    +print(R2(y_train,ytilde))
    +print("Training MSE")
    +print(MSE(y_train,ytilde))
    +ypredict = X_test @ beta
    +print("Test R2")
    +print(R2(y_test,ypredict))
    +print("Test MSE")
    +print(MSE(y_test,ypredict))
    +
    +
    + +

    Exercises for week 36

    Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1.. diff --git a/doc/pub/week34/html/week34-solarized.html b/doc/pub/week34/html/week34-solarized.html index f2bd8c572..08191ef55 100644 --- a/doc/pub/week34/html/week34-solarized.html +++ b/doc/pub/week34/html/week34-solarized.html @@ -145,8 +145,6 @@ div { text-align: justify; text-justify: inter-word; } ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -166,6 +164,88 @@ div { text-align: justify; text-justify: inter-word; } None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -270,10 +350,10 @@ Reading recommendations this week: Refresh linear algebra, GBC chapters 1 and 2.

    Thursday August 26

    -Video of Lecture from Fall Semester 2020. +The lectures will be recorded and updated videos will be posted after the lectures.

    -The lectures will be recorded and updated videos will be posted after the lectures. +"Video of Lecture August 26, 2021":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage

    Zoom link for lectures: https://msu.zoom.us/j/93311529525?pwd=a1VXSzY4aTFWVy9Rb05mNDJTZ09lZz09 @@ -283,6 +363,9 @@ The lectures will be recorded and updated videos will be posted after the lectur

  • Passcode: 646102
  • +Video of Lecture from Fall Semester 2020. + +











    Lectures and ComputerLab

    @@ -1468,50 +1551,6 @@ For multidimensional arrays, we recommend strongly Reading Data and fitting - -

    -In order to study various Machine Learning algorithms, we need to -access data. Acccessing data is an essential step in all machine -learning algorithms. In particular, setting up the so-called design -matrix (to be defined below) is often the first element we need in -order to perform our calculations. To set up the design matrix means -reading (and later, when the calculations are done, writing) data -in various formats, The formats span from reading files from disk, -loading data from databases and interacting with online sources -like web application programming interfaces (APIs). - -

    -In handling various input formats, as discussed above, we will mainly stay with pandas, -a Python package which allows us, in a seamless and painless way, to -deal with a multitude of formats, from standard csv (comma separated -values) files, via excel, html to hdf5 formats. With pandas -and the DataFrame and Series functionalities we are able to convert text data -into the calculational formats we need for a specific algorithm. And our code is going to be -pretty close the basic mathematical expressions. - -

    -Our first data set is going to be a classic from nuclear physics, namely all -available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. - -

    -We will show some of the -strengths of packages like Scikit-Learn in fitting nuclear binding energies to -specific functions using linear regression first. Then, as a teaser, we will show you how -you can easily implement other algorithms like decision trees and random forests and neural networks. - -

    -But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as, -(don't be offended) fitting straight lines! - -

    -









    - -

    Friday August 27

    - -

    -









    -

    Simple linear regression model using scikit-learn

    @@ -2188,6 +2227,1065 @@ Now it is time to dive more into the details of various methods. We will start w











    +

    Why Linear Regression (aka Ordinary Least Squares and family)

    + +

    +Fitting a continuous function with linear parameterization in terms of the parameters \( \boldsymbol{\beta} \). + +

      +
    • Method of choice for fitting a continuous function!
    • +
    • Gives an excellent introduction to central Machine Learning features with understandable pedagogical links to other methods like Neural Networks, Support Vector Machines etc
    • +
    • Analytical expression for the fitting parameters \( \boldsymbol{\beta} \)
    • +
    • Analytical expressions for statistical propertiers like mean values, variances, confidence intervals and more
    • +
    • Analytical relation with probabilistic interpretations
    • +
    • Easy to introduce basic concepts like bias-variance tradeoff, cross-validation, resampling and regularization techniques and many other ML topics
    • +
    • Easy to code! And links well with classification problems and logistic regression and neural networks
    • +
    • Allows for easy hands-on understanding of gradient descent methods
    • +
    • and many more features
    • +
    + +For more discussions of Ridge and Lasso regression,
    Wessel van Wieringen's article is highly recommended. +Similarly, Mehta et al's article is also recommended. + +

    +









    + +

    Regression analysis, overarching aims

    +
    + +

    + +

    +Regression modeling deals with the description of the sampling distribution of a given random variable \( y \) and how it varies as function of another variable or a set of such variables \( \boldsymbol{x} =[x_0, x_1,\dots, x_{n-1}]^T \). +The first variable is called the dependent, the outcome or the response variable while the set of variables \( \boldsymbol{x} \) is called the independent variable, or the predictor variable or the explanatory variable. + +

    +A regression model aims at finding a likelihood function \( p(\boldsymbol{y}\vert \boldsymbol{x}) \), that is the conditional distribution for \( \boldsymbol{y} \) with a given \( \boldsymbol{x} \). The estimation of \( p(\boldsymbol{y}\vert \boldsymbol{x}) \) is made using a data set with + +

      +
    • \( n \) cases \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • Response (target, dependent or outcome) variable \( y_i \) with \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • \( p \) so-called explanatory (independent or predictor) variables \( \boldsymbol{x}_i=[x_{i0}, x_{i1}, \dots, x_{ip-1}] \) with \( i = 0, 1, 2, \dots, n-1 \) and explanatory variables running from \( 0 \) to \( p-1 \). See below for more explicit examples.
    • +
    + + The goal of the regression analysis is to extract/exploit relationship between \( \boldsymbol{y} \) and \( \boldsymbol{x} \) in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things. +
    + + +

    +









    + +

    Regression analysis, overarching aims II

    +
    + +

    + +

    +Consider an experiment in which \( p \) characteristics of \( n \) samples are +measured. The data from this experiment, for various explanatory variables \( p \) are normally represented by a matrix +\( \mathbf{X} \). + +

    +The matrix \( \mathbf{X} \) is called the design +matrix. Additional information of the samples is available in the +form of \( \boldsymbol{y} \) (also as above). The variable \( \boldsymbol{y} \) is +generally referred to as the response variable. The aim of +regression analysis is to explain \( \boldsymbol{y} \) in terms of +\( \boldsymbol{X} \) through a functional relationship like \( y_i = +f(\mathbf{X}_{i,\ast}) \). When no prior knowledge on the form of +\( f(\cdot) \) is available, it is common to assume a linear relationship +between \( \boldsymbol{X} \) and \( \boldsymbol{y} \). This assumption gives rise to +the linear regression model where \( \boldsymbol{\beta} = [\beta_0, \ldots, +\beta_{p-1}]^{T} \) are the regression parameters. + +

    +Linear regression gives us a set of analytical equations for the parameters \( \beta_j \). + + +

    + + +

    +









    + +

    Examples

    +
    + +

    +In order to understand the relation among the predictors \( p \), the set of data \( n \) and the target (outcome, output etc) \( \boldsymbol{y} \), +consider the model we discussed for describing nuclear binding energies. + +

    +There we assumed that we could parametrize the data using a polynomial approximation based on the liquid drop model. +Assuming +$$ +BE(A) = a_0+a_1A+a_2A^{2/3}+a_3A^{-1/3}+a_4A^{-1}, +$$ + +we have five predictors, that is the intercept, the \( A \) dependent term, the \( A^{2/3} \) term and the \( A^{-1/3} \) and \( A^{-1} \) terms. +This gives \( p=0,1,2,3,4 \). Furthermore we have \( n \) entries for each predictor. It means that our design matrix is a +\( p\times n \) matrix \( \boldsymbol{X} \). + +

    +Here the predictors are based on a model we have made. A popular data set which is widely encountered in ML applications is the +so-called credit card default data from Taiwan. The data set contains data on \( n=30000 \) credit card holders with predictors like gender, marital status, age, profession, education, etc. In total there are \( 24 \) such predictors or attributes leading to a design matrix of dimensionality \( 24 \times 30000 \). This is however a classification problem and we will come back to it when we discuss Logistic Regression. + + +

    + + +

    +









    + +

    General linear models

    +
    + +

    +Before we proceed let us study a case from linear algebra where we aim at fitting a set of data \( \boldsymbol{y}=[y_0,y_1,\dots,y_{n-1}] \). We could think of these data as a result of an experiment or a complicated numerical experiment. These data are functions of a series of variables \( \boldsymbol{x}=[x_0,x_1,\dots,x_{n-1}] \), that is \( y_i = y(x_i) \) with \( i=0,1,2,\dots,n-1 \). The variables \( x_i \) could represent physical quantities like time, temperature, position etc. We assume that \( y(x) \) is a smooth function. + +

    +Since obtaining these data points may not be trivial, we want to use these data to fit a function which can allow us to make predictions for values of \( y \) which are not in the present set. The perhaps simplest approach is to assume we can parametrize our function in terms of a polynomial of degree \( n-1 \) with \( n \) points, that is +$$ +y=y(x) \rightarrow y(x_i)=\tilde{y}_i+\epsilon_i=\sum_{j=0}^{n-1} \beta_j x_i^j+\epsilon_i, +$$ + +where \( \epsilon_i \) is the error in our approximation. + + +

    + + +

    +









    + +

    Rewriting the fitting procedure as a linear algebra problem

    +
    + +

    +For every set of values \( y_i,x_i \) we have thus the corresponding set of equations +$$ +\begin{align*} +y_0&=\beta_0+\beta_1x_0^1+\beta_2x_0^2+\dots+\beta_{n-1}x_0^{n-1}+\epsilon_0\\ +y_1&=\beta_0+\beta_1x_1^1+\beta_2x_1^2+\dots+\beta_{n-1}x_1^{n-1}+\epsilon_1\\ +y_2&=\beta_0+\beta_1x_2^1+\beta_2x_2^2+\dots+\beta_{n-1}x_2^{n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{n-1}&=\beta_0+\beta_1x_{n-1}^1+\beta_2x_{n-1}^2+\dots+\beta_{n-1}x_{n-1}^{n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ +

    + + +

    +









    + +

    Rewriting the fitting procedure as a linear algebra problem, more details

    +
    + +

    +Defining the vectors +$$ +\boldsymbol{y} = [y_0,y_1, y_2,\dots, y_{n-1}]^T, +$$ + +and +$$ +\boldsymbol{\beta} = [\beta_0,\beta_1, \beta_2,\dots, \beta_{n-1}]^T, +$$ + +and +$$ +\boldsymbol{\epsilon} = [\epsilon_0,\epsilon_1, \epsilon_2,\dots, \epsilon_{n-1}]^T, +$$ + +and the design matrix +$$ +\boldsymbol{X}= +\begin{bmatrix} +1& x_{0}^1 &x_{0}^2& \dots & \dots &x_{0}^{n-1}\\ +1& x_{1}^1 &x_{1}^2& \dots & \dots &x_{1}^{n-1}\\ +1& x_{2}^1 &x_{2}^2& \dots & \dots &x_{2}^{n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +1& x_{n-1}^1 &x_{n-1}^2& \dots & \dots &x_{n-1}^{n-1}\\ +\end{bmatrix} +$$ + +we can rewrite our equations as +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ + +The above design matrix is called a Vandermonde matrix. +

    + + +

    +









    + +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    + +

    +We are obviously not limited to the above polynomial expansions. We +could replace the various powers of \( x \) with elements of Fourier +series or instead of \( x_i^j \) we could have \( \cos{(j x_i)} \) or \( \sin{(j +x_i)} \), or time series or other orthogonal functions. For every set +of values \( y_i,x_i \) we can then generalize the equations to + +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_i\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ + +

    +Note that we have \( p=n \) here. The matrix is symmetric. This is generally not the case! +

    + + +

    +









    + +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    +We redefine in turn the matrix \( \boldsymbol{X} \) as +$$ +\boldsymbol{X}= +\begin{bmatrix} +x_{00}& x_{01} &x_{02}& \dots & \dots &x_{0,n-1}\\ +x_{10}& x_{11} &x_{12}& \dots & \dots &x_{1,n-1}\\ +x_{20}& x_{21} &x_{22}& \dots & \dots &x_{2,n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +x_{n-1,0}& x_{n-1,1} &x_{n-1,2}& \dots & \dots &x_{n-1,n-1}\\ +\end{bmatrix} +$$ + +and without loss of generality we rewrite again our equations as +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ + +The left-hand side of this equation is kwown. Our error vector \( \boldsymbol{\epsilon} \) and the parameter vector \( \boldsymbol{\beta} \) are our unknow quantities. How can we obtain the optimal set of \( \beta_i \) values? +

    + + +

    +









    + +

    Optimizing our parameters

    +
    + +

    +We have defined the matrix \( \boldsymbol{X} \) via the equations +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_1\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_1\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ + +

    +As we noted above, we stayed with a system with the design matrix + \( \boldsymbol{X}\in {\mathbb{R}}^{n\times n} \), that is we have \( p=n \). For reasons to come later (algorithmic arguments) we will hereafter define +our matrix as \( \boldsymbol{X}\in {\mathbb{R}}^{n\times p} \), with the predictors refering to the column numbers and the entries \( n \) being the row elements. + + +

    + + +

    +









    + +

    Our model for the nuclear binding energies

    + +

    +In our introductory notes we looked at the so-called liquid drop model. Let us remind ourselves about what we did by looking at the code. + +

    +We restate the parts of the code we are most interested in. +

    + + +

    # Common imports
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from IPython.display import display
    +import os
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("MassEval2016.dat"),'r')
    +
    +
    +# Read the experimental data with Pandas
    +Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),
    +              names=('N', 'Z', 'A', 'Element', 'Ebinding'),
    +              widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),
    +              header=39,
    +              index_col=False)
    +
    +# Extrapolated values are indicated by '#' in place of the decimal place, so
    +# the Ebinding column won't be numeric. Coerce to float and drop these entries.
    +Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')
    +Masses = Masses.dropna()
    +# Convert from keV to MeV.
    +Masses['Ebinding'] /= 1000
    +
    +# Group the DataFrame by nucleon number, A.
    +Masses = Masses.groupby('A')
    +# Find the rows of the grouped DataFrame with the maximum binding energy.
    +Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])
    +A = Masses['A']
    +Z = Masses['Z']
    +N = Masses['N']
    +Element = Masses['Element']
    +Energies = Masses['Ebinding']
    +
    +# Now we set up the design matrix X
    +X = np.zeros((len(A),5))
    +X[:,0] = 1
    +X[:,1] = A
    +X[:,2] = A**(2.0/3.0)
    +X[:,3] = A**(-1.0/3.0)
    +X[:,4] = A**(-1.0)
    +# Then nice printout using pandas
    +DesignMatrix = pd.DataFrame(X)
    +DesignMatrix.index = A
    +DesignMatrix.columns = ['1', 'A', 'A^(2/3)', 'A^(-1/3)', '1/A']
    +display(DesignMatrix)
    +
    +

    +With \( \boldsymbol{\beta}\in {\mathbb{R}}^{p\times 1} \), it means that we will hereafter write our equations for the approximation as +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ + +throughout these lectures. + +

    +









    + +

    Optimizing our parameters, more details

    +
    + +

    +With the above we use the design matrix to define the approximation \( \boldsymbol{\tilde{y}} \) via the unknown quantity \( \boldsymbol{\beta} \) as +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ + +and in order to find the optimal parameters \( \beta_i \) instead of solving the above linear algebra problem, we define a function which gives a measure of the spread between the values \( y_i \) (which represent hopefully the exact values) and the parameterized values \( \tilde{y}_i \), namely +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ + +or using the matrix \( \boldsymbol{X} \) and in a more compact matrix-vector notation as +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ + +This function is one possible way to define the so-called cost function. + +

    +It is also common to define +the function \( C \) as + +$$ +C(\boldsymbol{\beta})=\frac{1}{2n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2, +$$ + +since when taking the first derivative with respect to the unknown parameters \( \beta \), the factor of \( 2 \) cancels out. +

    + + +

    +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    + +

    +The function +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}, +$$ + +can be linked to the variance of the quantity \( y_i \) if we interpret the latter as the mean value. +When linking (see the discussion below) with the maximum likelihood approach below, we will indeed interpret \( y_i \) as a mean value +$$ +y_{i}=\langle y_i \rangle = \beta_0x_{i,0}+\beta_1x_{i,1}+\beta_2x_{i,2}+\dots+\beta_{n-1}x_{i,n-1}+\epsilon_i, +$$ + +

    +where \( \langle y_i \rangle \) is the mean value. Keep in mind also that +till now we have treated \( y_i \) as the exact value. Normally, the +response (dependent or outcome) variable \( y_i \) the outcome of a +numerical experiment or another type of experiment and is thus only an +approximation to the true value. It is then always accompanied by an +error estimate, often limited to a statistical error estimate given by +the standard deviation discussed earlier. In the discussion here we +will treat \( y_i \) as our exact value for the response variable. + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( C(\boldsymbol{\beta}) \), that is we are going to solve the problem +$$ +{\displaystyle \min_{\boldsymbol{\beta}\in +{\mathbb{R}}^{p}}}\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ + +In practical terms it means we will require +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)^2\right]=0, +$$ + +which results in +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_{ij}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)\right]=0, +$$ + +or in a matrix-vector form as +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right). +$$ + + +

    + + +

    +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    +We can rewrite +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right), +$$ + +as +$$ +\boldsymbol{X}^T\boldsymbol{y} = \boldsymbol{X}^T\boldsymbol{X}\boldsymbol{\beta}, +$$ + +and if the matrix \( \boldsymbol{X}^T\boldsymbol{X} \) is invertible we have the solution +$$ +\boldsymbol{\beta} =\left(\boldsymbol{X}^T\boldsymbol{X}\right)^{-1}\boldsymbol{X}^T\boldsymbol{y}. +$$ + +

    +We note also that since our design matrix is defined as \( \boldsymbol{X}\in +{\mathbb{R}}^{n\times p} \), the product \( \boldsymbol{X}^T\boldsymbol{X} \in +{\mathbb{R}}^{p\times p} \). In the above case we have that \( p \ll n \), +in our case \( p=5 \) meaning that we end up with inverting a small +\( 5\times 5 \) matrix. This is a rather common situation, in many cases we end up with low-dimensional +matrices to invert. The methods discussed here and for many other +supervised learning algorithms like classification with logistic +regression or support vector machines, exhibit dimensionalities which +allow for the usage of direct linear algebra methods such as LU decomposition or Singular Value Decomposition (SVD) for finding the inverse of the matrix +\( \boldsymbol{X}^T\boldsymbol{X} \). +

    + + +

    +

    + +

    +Small question: Do you think the example we have at hand here (the nuclear binding energies) can lead to problems in inverting the matrix \( \boldsymbol{X}^T\boldsymbol{X} \)? What kind of problems can we expect? +

    + + +

    +









    + +

    Some useful matrix and vector expressions

    + +

    +The following matrix and vector relation will be useful here and for the rest of the course. Vectors are always written as boldfaced lower case letters and +matrices as upper case boldfaced letters. + +$$ +\frac{\partial (\boldsymbol{b}^T\boldsymbol{a})}{\partial \boldsymbol{a}} = \boldsymbol{b}, +$$ + +$$ +\frac{\partial (\boldsymbol{a}^T\boldsymbol{A}\boldsymbol{a})}{\partial \boldsymbol{a}} = (\boldsymbol{A}+\boldsymbol{A}^T)\boldsymbol{a}, +$$ + +$$ +\frac{\partial tr(\boldsymbol{B}\boldsymbol{A})}{\partial \boldsymbol{A}} = \boldsymbol{B}^T, +$$ + +$$ +\frac{\partial \log{\vert\boldsymbol{A}\vert}}{\partial \boldsymbol{A}} = (\boldsymbol{A}^{-1})^T. +$$ + +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    +The residuals \( \boldsymbol{\epsilon} \) are in turn given by +$$ +\boldsymbol{\epsilon} = \boldsymbol{y}-\boldsymbol{\tilde{y}} = \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}, +$$ + +and with +$$ +\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ + +we have +$$ +\boldsymbol{X}^T\boldsymbol{\epsilon}=\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ + +meaning that the solution for \( \boldsymbol{\beta} \) is the one which minimizes the residuals. Later we will link this with the maximum likelihood approach. + + +

    + + +

    +Let us now return to our nuclear binding energies and simply code the above equations. + +

    +









    + +

    Own code for Ordinary Least Squares

    + +

    +It is rather straightforward to implement the matrix inversion and obtain the parameters \( \boldsymbol{\beta} \). After having defined the matrix \( \boldsymbol{X} \) we simply need to +write +

    + + +

    # matrix inversion to find beta
    +beta = np.linalg.inv(X.T.dot(X)).dot(X.T).dot(Energies)
    +# and then make the prediction
    +ytilde = X @ beta
    +
    +

    +Alternatively, you can use the least squares functionality in Numpy as +

    + + +

    fit = np.linalg.lstsq(X, Energies, rcond =None)[0]
    +ytildenp = np.dot(fit,X.T)
    +
    +

    +And finally we plot our fit with and compare with data +

    + + +

    Masses['Eapprox']  = ytilde
    +# Generate a plot comparing the experimental with the fitted values values.
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$A = N + Z$')
    +ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$')
    +ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,
    +            label='Ame2016')
    +ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',
    +            label='Fit')
    +ax.legend()
    +save_fig("Masses2016OLS")
    +plt.show()
    +
    +

    +









    + +

    Adding error analysis and training set up

    + +

    +We can easily test our fit by computing the \( R2 \) score that we discussed in connection with the functionality of Scikit-Learn in the introductory slides. +Since we are not using Scikit-Learn here we can define our own \( R2 \) function as +

    + + +

    def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +
    +

    +and we would be using it as +

    + + +

    print(R2(Energies,ytilde))
    +
    +

    +We can easily add our MSE score as +

    + + +

    def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +print(MSE(Energies,ytilde))
    +
    +

    +and finally the relative error as +

    + + +

    def RelativeError(y_data,y_model):
    +    return abs((y_data-y_model)/y_data)
    +print(RelativeError(Energies, ytilde))
    +
    +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +Normally, the response (dependent or outcome) variable \( y_i \) is the +outcome of a numerical experiment or another type of experiment and is +thus only an approximation to the true value. It is then always +accompanied by an error estimate, often limited to a statistical error +estimate given by the standard deviation discussed earlier. In the +discussion here we will treat \( y_i \) as our exact value for the +response variable. + +

    +Introducing the standard deviation \( \sigma_i \) for each measurement +\( y_i \), we define now the \( \chi^2 \) function (omitting the \( 1/n \) term) +as + +$$ +\chi^2(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\frac{\left(y_i-\tilde{y}_i\right)^2}{\sigma_i^2}=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\frac{1}{\boldsymbol{\Sigma^2}}\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ + +where the matrix \( \boldsymbol{\Sigma} \) is a diagonal matrix with \( \sigma_i \) as matrix elements. + + +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( \chi^2(\boldsymbol{\beta}) \) by requiring +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)^2\right]=0, +$$ + +which results in +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}\frac{x_{ij}}{\sigma_i}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)\right]=0, +$$ + +or in a matrix-vector form as +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right). +$$ + +where we have defined the matrix \( \boldsymbol{A} =\boldsymbol{X}/\boldsymbol{\Sigma} \) with matrix elements \( a_{ij} = x_{ij}/\sigma_i \) and the vector \( \boldsymbol{b} \) with elements \( b_i = y_i/\sigma_i \). +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +We can rewrite +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right), +$$ + +as +$$ +\boldsymbol{A}^T\boldsymbol{b} = \boldsymbol{A}^T\boldsymbol{A}\boldsymbol{\beta}, +$$ + +and if the matrix \( \boldsymbol{A}^T\boldsymbol{A} \) is invertible we have the solution +$$ +\boldsymbol{\beta} =\left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}\boldsymbol{A}^T\boldsymbol{b}. +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +If we then introduce the matrix +$$ +\boldsymbol{H} = \left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}, +$$ + +we have then the following expression for the parameters \( \beta_j \) (the matrix elements of \( \boldsymbol{H} \) are \( h_{ij} \)) +$$ +\beta_j = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}\frac{y_i}{\sigma_i}\frac{x_{ik}}{\sigma_i} = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}b_ia_{ik} +$$ + +We state without proof the expression for the uncertainty in the parameters \( \beta_j \) as (we leave this as an exercise) +$$ +\sigma^2(\beta_j) = \sum_{i=0}^{n-1}\sigma_i^2\left( \frac{\partial \beta_j}{\partial y_i}\right)^2, +$$ + +resulting in +$$ +\sigma^2(\beta_j) = \left(\sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}a_{ik}\right)\left(\sum_{l=0}^{p-1}h_{jl}\sum_{m=0}^{n-1}a_{ml}\right) = h_{jj}! +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    +The first step here is to approximate the function \( y \) with a first-order polynomial, that is we write +$$ +y=y(x) \rightarrow y(x_i) \approx \beta_0+\beta_1 x_i. +$$ + +By computing the derivatives of \( \chi^2 \) with respect to \( \beta_0 \) and \( \beta_1 \) show that these are given by +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_0} = -2\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0, +$$ + +and +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_1} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_i\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0. +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +For a linear fit (a first-order polynomial) we don't need to invert a matrix!! +Defining +$$ +\gamma = \sum_{i=0}^{n-1}\frac{1}{\sigma_i^2}, +$$ + + +$$ +\gamma_x = \sum_{i=0}^{n-1}\frac{x_{i}}{\sigma_i^2}, +$$ + + +$$ +\gamma_y = \sum_{i=0}^{n-1}\left(\frac{y_i}{\sigma_i^2}\right), +$$ + + +$$ +\gamma_{xx} = \sum_{i=0}^{n-1}\frac{x_ix_{i}}{\sigma_i^2}, +$$ + + +$$ +\gamma_{xy} = \sum_{i=0}^{n-1}\frac{y_ix_{i}}{\sigma_i^2}, +$$ + +

    +we obtain + +$$ +\beta_0 = \frac{\gamma_{xx}\gamma_y-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}, +$$ + + +$$ +\beta_1 = \frac{\gamma_{xy}\gamma-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}. +$$ + +

    +This approach (different linear and non-linear regression) suffers +often from both being underdetermined and overdetermined in the +unknown coefficients \( \beta_i \). A better approach is to use the +Singular Value Decomposition (SVD) method discussed next week. + + +

    + + +

    +









    + +

    Fitting an Equation of State for Dense Nuclear Matter

    + +

    +Before we continue, let us introduce yet another example. We are going to fit the +nuclear equation of state using results from many-body calculations. +The equation of state we have made available here, as function of +density, has been derived using modern nucleon-nucleon potentials with +the addition of three-body +forces. This +time the file is presented as a standard csv file. + +

    +The beginning of the Python code here is similar to what you have seen +before, with the same initializations and declarations. We use also +pandas again, rather extensively in order to organize our data. + +

    +The difference now is that we use Scikit-Learn's regression tools +instead of our own matrix inversion implementation. Furthermore, we +sneak in Ridge regression (to be discussed below) which includes a +hyperparameter \( \lambda \), also to be explained below. + +

    +









    + +

    The code

    + +

    + + +

    # Common imports
    +import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +import matplotlib.pyplot as plt
    +import sklearn.linear_model as skl
    +from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organize the data into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),4))
    +X[:,3] = Density**(4.0/3.0)
    +X[:,2] = Density
    +X[:,1] = Density**(2.0/3.0)
    +X[:,0] = 1
    +
    +# We use now Scikit-Learn's linear regressor and ridge regressor
    +# OLS part
    +clf = skl.LinearRegression().fit(X, Energies)
    +ytilde = clf.predict(X)
    +EoS['Eols']  = ytilde
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, ytilde))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, ytilde))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, ytilde))
    +print(clf.coef_, clf.intercept_)
    +
    +# The Ridge regression with a hyperparameter lambda = 0.1
    +_lambda = 0.1
    +clf_ridge = skl.Ridge(alpha=_lambda).fit(X, Energies)
    +yridge = clf_ridge.predict(X)
    +EoS['Eridge']  = yridge
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, yridge))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, yridge))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, yridge))
    +print(clf_ridge.coef_, clf_ridge.intercept_)
    +
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$\rho[\mathrm{fm}^{-3}]$')
    +ax.set_ylabel(r'Energy per particle')
    +ax.plot(EoS['Density'], EoS['Energy'], alpha=0.7, lw=2,
    +            label='Theoretical data')
    +ax.plot(EoS['Density'], EoS['Eols'], alpha=0.7, lw=2, c='m',
    +            label='OLS')
    +ax.plot(EoS['Density'], EoS['Eridge'], alpha=0.7, lw=2, c='g',
    +            label='Ridge $\lambda = 0.1$')
    +ax.legend()
    +save_fig("EoSfitting")
    +plt.show()
    +
    +

    +The above simple polynomial in density \( \rho \) gives an excellent fit +to the data. + +

    +We note also that there is a small deviation between the +standard OLS and the Ridge regression at higher densities. We discuss this in more detail +below. + +

    +









    + +

    Splitting our Data in Training and Test data

    + +

    +It is normal in essentially all Machine Learning studies to split the +data in a training set and a test set (sometimes also an additional +validation set). Scikit-Learn has an own function for this. There +is no explicit recipe for how much data should be included as training +data and say test data. An accepted rule of thumb is to use +approximately \( 2/3 \) to \( 4/5 \) of the data as training data. We will +postpone a discussion of this splitting to the end of these notes and +our discussion of the so-called bias-variance tradeoff. Here we +limit ourselves to repeat the above equation of state fitting example +but now splitting the data into a training set and a test set. + +

    + + +

    import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from sklearn.model_selection import train_test_split
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organized into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),5))
    +X[:,0] = 1
    +X[:,1] = Density**(2.0/3.0)
    +X[:,2] = Density
    +X[:,3] = Density**(4.0/3.0)
    +X[:,4] = Density**(5.0/3.0)
    +# We split the data in test and training data
    +X_train, X_test, y_train, y_test = train_test_split(X, Energies, test_size=0.2)
    +# matrix inversion to find beta
    +beta = np.linalg.inv(X_train.T.dot(X_train)).dot(X_train.T).dot(y_train)
    +# and then make the prediction
    +ytilde = X_train @ beta
    +print("Training R2")
    +print(R2(y_train,ytilde))
    +print("Training MSE")
    +print(MSE(y_train,ytilde))
    +ypredict = X_test @ beta
    +print("Test R2")
    +print(R2(y_test,ypredict))
    +print("Test MSE")
    +print(MSE(y_test,ypredict))
    +
    +

    +









    +

    Exercises for week 36

    Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1.. diff --git a/doc/pub/week34/html/week34.html b/doc/pub/week34/html/week34.html index ad6e49168..c2f7fa037 100644 --- a/doc/pub/week34/html/week34.html +++ b/doc/pub/week34/html/week34.html @@ -150,8 +150,6 @@ div { text-align: justify; text-justify: inter-word; } ('Matrices in Python', 2, None, 'matrices-in-python'), ('Meet the Pandas', 2, None, 'meet-the-pandas'), ('Friday August 27', 2, None, 'friday-august-27'), - ('Reading Data and fitting', 2, None, 'reading-data-and-fitting'), - ('Friday August 27', 2, None, 'friday-august-27'), ('Simple linear regression model using _scikit-learn_', 3, None, @@ -171,6 +169,88 @@ div { text-align: justify; text-justify: inter-word; } None, 'and-what-about-using-neural-networks'), ('A first summary', 2, None, 'a-first-summary'), + ('Why Linear Regression (aka Ordinary Least Squares and family)', + 2, + None, + 'why-linear-regression-aka-ordinary-least-squares-and-family'), + ('Regression analysis, overarching aims', + 2, + None, + 'regression-analysis-overarching-aims'), + ('Regression analysis, overarching aims II', + 2, + None, + 'regression-analysis-overarching-aims-ii'), + ('Examples', 2, None, 'examples'), + ('General linear models', 2, None, 'general-linear-models'), + ('Rewriting the fitting procedure as a linear algebra problem', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Rewriting the fitting procedure as a linear algebra problem, ' + 'more details', + 2, + None, + 'rewriting-the-fitting-procedure-as-a-linear-algebra-problem-more-details'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Generalizing the fitting procedure as a linear algebra problem', + 2, + None, + 'generalizing-the-fitting-procedure-as-a-linear-algebra-problem'), + ('Optimizing our parameters', + 2, + None, + 'optimizing-our-parameters'), + ('Our model for the nuclear binding energies', + 2, + None, + 'our-model-for-the-nuclear-binding-energies'), + ('Optimizing our parameters, more details', + 2, + None, + 'optimizing-our-parameters-more-details'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Some useful matrix and vector expressions', + 2, + None, + 'some-useful-matrix-and-vector-expressions'), + ('Interpretations and optimizing our parameters', + 2, + None, + 'interpretations-and-optimizing-our-parameters'), + ('Own code for Ordinary Least Squares', + 2, + None, + 'own-code-for-ordinary-least-squares'), + ('Adding error analysis and training set up', + 2, + None, + 'adding-error-analysis-and-training-set-up'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('The $\\chi^2$ function', 2, None, 'the-chi-2-function'), + ('Fitting an Equation of State for Dense Nuclear Matter', + 2, + None, + 'fitting-an-equation-of-state-for-dense-nuclear-matter'), + ('The code', 2, None, 'the-code'), + ('Splitting our Data in Training and Test data', + 2, + None, + 'splitting-our-data-in-training-and-test-data'), ('Exercises for week 36', 2, None, 'exercises-for-week-36'), ('Exercise 1: Setting up various Python environments', 2, @@ -275,10 +355,10 @@ Reading recommendations this week: Refresh linear algebra, GBC chapters 1 and 2.

    Thursday August 26

    -Video of Lecture from Fall Semester 2020. +The lectures will be recorded and updated videos will be posted after the lectures.

    -The lectures will be recorded and updated videos will be posted after the lectures. +"Video of Lecture August 26, 2021":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage

    Zoom link for lectures: https://msu.zoom.us/j/93311529525?pwd=a1VXSzY4aTFWVy9Rb05mNDJTZ09lZz09 @@ -288,6 +368,9 @@ The lectures will be recorded and updated videos will be posted after the lectur

  • Passcode: 646102
  • +Video of Lecture from Fall Semester 2020. + +











    Lectures and ComputerLab

    @@ -1473,50 +1556,6 @@ For multidimensional arrays, we recommend strongly Reading Data and fitting - -

    -In order to study various Machine Learning algorithms, we need to -access data. Acccessing data is an essential step in all machine -learning algorithms. In particular, setting up the so-called design -matrix (to be defined below) is often the first element we need in -order to perform our calculations. To set up the design matrix means -reading (and later, when the calculations are done, writing) data -in various formats, The formats span from reading files from disk, -loading data from databases and interacting with online sources -like web application programming interfaces (APIs). - -

    -In handling various input formats, as discussed above, we will mainly stay with pandas, -a Python package which allows us, in a seamless and painless way, to -deal with a multitude of formats, from standard csv (comma separated -values) files, via excel, html to hdf5 formats. With pandas -and the DataFrame and Series functionalities we are able to convert text data -into the calculational formats we need for a specific algorithm. And our code is going to be -pretty close the basic mathematical expressions. - -

    -Our first data set is going to be a classic from nuclear physics, namely all -available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. - -

    -We will show some of the -strengths of packages like Scikit-Learn in fitting nuclear binding energies to -specific functions using linear regression first. Then, as a teaser, we will show you how -you can easily implement other algorithms like decision trees and random forests and neural networks. - -

    -But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as, -(don't be offended) fitting straight lines! - -

    -









    - -

    Friday August 27

    - -

    -









    -

    Simple linear regression model using scikit-learn

    @@ -2193,6 +2232,1065 @@ Now it is time to dive more into the details of various methods. We will start w











    +

    Why Linear Regression (aka Ordinary Least Squares and family)

    + +

    +Fitting a continuous function with linear parameterization in terms of the parameters \( \boldsymbol{\beta} \). + +

      +
    • Method of choice for fitting a continuous function!
    • +
    • Gives an excellent introduction to central Machine Learning features with understandable pedagogical links to other methods like Neural Networks, Support Vector Machines etc
    • +
    • Analytical expression for the fitting parameters \( \boldsymbol{\beta} \)
    • +
    • Analytical expressions for statistical propertiers like mean values, variances, confidence intervals and more
    • +
    • Analytical relation with probabilistic interpretations
    • +
    • Easy to introduce basic concepts like bias-variance tradeoff, cross-validation, resampling and regularization techniques and many other ML topics
    • +
    • Easy to code! And links well with classification problems and logistic regression and neural networks
    • +
    • Allows for easy hands-on understanding of gradient descent methods
    • +
    • and many more features
    • +
    + +For more discussions of Ridge and Lasso regression,
    Wessel van Wieringen's article is highly recommended. +Similarly, Mehta et al's article is also recommended. + +

    +









    + +

    Regression analysis, overarching aims

    +
    + +

    + +

    +Regression modeling deals with the description of the sampling distribution of a given random variable \( y \) and how it varies as function of another variable or a set of such variables \( \boldsymbol{x} =[x_0, x_1,\dots, x_{n-1}]^T \). +The first variable is called the dependent, the outcome or the response variable while the set of variables \( \boldsymbol{x} \) is called the independent variable, or the predictor variable or the explanatory variable. + +

    +A regression model aims at finding a likelihood function \( p(\boldsymbol{y}\vert \boldsymbol{x}) \), that is the conditional distribution for \( \boldsymbol{y} \) with a given \( \boldsymbol{x} \). The estimation of \( p(\boldsymbol{y}\vert \boldsymbol{x}) \) is made using a data set with + +

      +
    • \( n \) cases \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • Response (target, dependent or outcome) variable \( y_i \) with \( i = 0, 1, 2, \dots, n-1 \)
    • +
    • \( p \) so-called explanatory (independent or predictor) variables \( \boldsymbol{x}_i=[x_{i0}, x_{i1}, \dots, x_{ip-1}] \) with \( i = 0, 1, 2, \dots, n-1 \) and explanatory variables running from \( 0 \) to \( p-1 \). See below for more explicit examples.
    • +
    + + The goal of the regression analysis is to extract/exploit relationship between \( \boldsymbol{y} \) and \( \boldsymbol{x} \) in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things. +
    + + +

    +









    + +

    Regression analysis, overarching aims II

    +
    + +

    + +

    +Consider an experiment in which \( p \) characteristics of \( n \) samples are +measured. The data from this experiment, for various explanatory variables \( p \) are normally represented by a matrix +\( \mathbf{X} \). + +

    +The matrix \( \mathbf{X} \) is called the design +matrix. Additional information of the samples is available in the +form of \( \boldsymbol{y} \) (also as above). The variable \( \boldsymbol{y} \) is +generally referred to as the response variable. The aim of +regression analysis is to explain \( \boldsymbol{y} \) in terms of +\( \boldsymbol{X} \) through a functional relationship like \( y_i = +f(\mathbf{X}_{i,\ast}) \). When no prior knowledge on the form of +\( f(\cdot) \) is available, it is common to assume a linear relationship +between \( \boldsymbol{X} \) and \( \boldsymbol{y} \). This assumption gives rise to +the linear regression model where \( \boldsymbol{\beta} = [\beta_0, \ldots, +\beta_{p-1}]^{T} \) are the regression parameters. + +

    +Linear regression gives us a set of analytical equations for the parameters \( \beta_j \). + + +

    + + +

    +









    + +

    Examples

    +
    + +

    +In order to understand the relation among the predictors \( p \), the set of data \( n \) and the target (outcome, output etc) \( \boldsymbol{y} \), +consider the model we discussed for describing nuclear binding energies. + +

    +There we assumed that we could parametrize the data using a polynomial approximation based on the liquid drop model. +Assuming +$$ +BE(A) = a_0+a_1A+a_2A^{2/3}+a_3A^{-1/3}+a_4A^{-1}, +$$ + +we have five predictors, that is the intercept, the \( A \) dependent term, the \( A^{2/3} \) term and the \( A^{-1/3} \) and \( A^{-1} \) terms. +This gives \( p=0,1,2,3,4 \). Furthermore we have \( n \) entries for each predictor. It means that our design matrix is a +\( p\times n \) matrix \( \boldsymbol{X} \). + +

    +Here the predictors are based on a model we have made. A popular data set which is widely encountered in ML applications is the +so-called credit card default data from Taiwan. The data set contains data on \( n=30000 \) credit card holders with predictors like gender, marital status, age, profession, education, etc. In total there are \( 24 \) such predictors or attributes leading to a design matrix of dimensionality \( 24 \times 30000 \). This is however a classification problem and we will come back to it when we discuss Logistic Regression. + + +

    + + +

    +









    + +

    General linear models

    +
    + +

    +Before we proceed let us study a case from linear algebra where we aim at fitting a set of data \( \boldsymbol{y}=[y_0,y_1,\dots,y_{n-1}] \). We could think of these data as a result of an experiment or a complicated numerical experiment. These data are functions of a series of variables \( \boldsymbol{x}=[x_0,x_1,\dots,x_{n-1}] \), that is \( y_i = y(x_i) \) with \( i=0,1,2,\dots,n-1 \). The variables \( x_i \) could represent physical quantities like time, temperature, position etc. We assume that \( y(x) \) is a smooth function. + +

    +Since obtaining these data points may not be trivial, we want to use these data to fit a function which can allow us to make predictions for values of \( y \) which are not in the present set. The perhaps simplest approach is to assume we can parametrize our function in terms of a polynomial of degree \( n-1 \) with \( n \) points, that is +$$ +y=y(x) \rightarrow y(x_i)=\tilde{y}_i+\epsilon_i=\sum_{j=0}^{n-1} \beta_j x_i^j+\epsilon_i, +$$ + +where \( \epsilon_i \) is the error in our approximation. + + +

    + + +

    +









    + +

    Rewriting the fitting procedure as a linear algebra problem

    +
    + +

    +For every set of values \( y_i,x_i \) we have thus the corresponding set of equations +$$ +\begin{align*} +y_0&=\beta_0+\beta_1x_0^1+\beta_2x_0^2+\dots+\beta_{n-1}x_0^{n-1}+\epsilon_0\\ +y_1&=\beta_0+\beta_1x_1^1+\beta_2x_1^2+\dots+\beta_{n-1}x_1^{n-1}+\epsilon_1\\ +y_2&=\beta_0+\beta_1x_2^1+\beta_2x_2^2+\dots+\beta_{n-1}x_2^{n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{n-1}&=\beta_0+\beta_1x_{n-1}^1+\beta_2x_{n-1}^2+\dots+\beta_{n-1}x_{n-1}^{n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ +

    + + +

    +









    + +

    Rewriting the fitting procedure as a linear algebra problem, more details

    +
    + +

    +Defining the vectors +$$ +\boldsymbol{y} = [y_0,y_1, y_2,\dots, y_{n-1}]^T, +$$ + +and +$$ +\boldsymbol{\beta} = [\beta_0,\beta_1, \beta_2,\dots, \beta_{n-1}]^T, +$$ + +and +$$ +\boldsymbol{\epsilon} = [\epsilon_0,\epsilon_1, \epsilon_2,\dots, \epsilon_{n-1}]^T, +$$ + +and the design matrix +$$ +\boldsymbol{X}= +\begin{bmatrix} +1& x_{0}^1 &x_{0}^2& \dots & \dots &x_{0}^{n-1}\\ +1& x_{1}^1 &x_{1}^2& \dots & \dots &x_{1}^{n-1}\\ +1& x_{2}^1 &x_{2}^2& \dots & \dots &x_{2}^{n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +1& x_{n-1}^1 &x_{n-1}^2& \dots & \dots &x_{n-1}^{n-1}\\ +\end{bmatrix} +$$ + +we can rewrite our equations as +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ + +The above design matrix is called a Vandermonde matrix. +

    + + +

    +









    + +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    + +

    +We are obviously not limited to the above polynomial expansions. We +could replace the various powers of \( x \) with elements of Fourier +series or instead of \( x_i^j \) we could have \( \cos{(j x_i)} \) or \( \sin{(j +x_i)} \), or time series or other orthogonal functions. For every set +of values \( y_i,x_i \) we can then generalize the equations to + +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_i\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ + +

    +Note that we have \( p=n \) here. The matrix is symmetric. This is generally not the case! +

    + + +

    +









    + +

    Generalizing the fitting procedure as a linear algebra problem

    +
    + +

    +We redefine in turn the matrix \( \boldsymbol{X} \) as +$$ +\boldsymbol{X}= +\begin{bmatrix} +x_{00}& x_{01} &x_{02}& \dots & \dots &x_{0,n-1}\\ +x_{10}& x_{11} &x_{12}& \dots & \dots &x_{1,n-1}\\ +x_{20}& x_{21} &x_{22}& \dots & \dots &x_{2,n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +x_{n-1,0}& x_{n-1,1} &x_{n-1,2}& \dots & \dots &x_{n-1,n-1}\\ +\end{bmatrix} +$$ + +and without loss of generality we rewrite again our equations as +$$ +\boldsymbol{y} = \boldsymbol{X}\boldsymbol{\beta}+\boldsymbol{\epsilon}. +$$ + +The left-hand side of this equation is kwown. Our error vector \( \boldsymbol{\epsilon} \) and the parameter vector \( \boldsymbol{\beta} \) are our unknow quantities. How can we obtain the optimal set of \( \beta_i \) values? +

    + + +

    +









    + +

    Optimizing our parameters

    +
    + +

    +We have defined the matrix \( \boldsymbol{X} \) via the equations +$$ +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_1\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_1\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +$$ + +

    +As we noted above, we stayed with a system with the design matrix + \( \boldsymbol{X}\in {\mathbb{R}}^{n\times n} \), that is we have \( p=n \). For reasons to come later (algorithmic arguments) we will hereafter define +our matrix as \( \boldsymbol{X}\in {\mathbb{R}}^{n\times p} \), with the predictors refering to the column numbers and the entries \( n \) being the row elements. + + +

    + + +

    +









    + +

    Our model for the nuclear binding energies

    + +

    +In our introductory notes we looked at the so-called liquid drop model. Let us remind ourselves about what we did by looking at the code. + +

    +We restate the parts of the code we are most interested in. +

    + + +

    # Common imports
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from IPython.display import display
    +import os
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("MassEval2016.dat"),'r')
    +
    +
    +# Read the experimental data with Pandas
    +Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),
    +              names=('N', 'Z', 'A', 'Element', 'Ebinding'),
    +              widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),
    +              header=39,
    +              index_col=False)
    +
    +# Extrapolated values are indicated by '#' in place of the decimal place, so
    +# the Ebinding column won't be numeric. Coerce to float and drop these entries.
    +Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')
    +Masses = Masses.dropna()
    +# Convert from keV to MeV.
    +Masses['Ebinding'] /= 1000
    +
    +# Group the DataFrame by nucleon number, A.
    +Masses = Masses.groupby('A')
    +# Find the rows of the grouped DataFrame with the maximum binding energy.
    +Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])
    +A = Masses['A']
    +Z = Masses['Z']
    +N = Masses['N']
    +Element = Masses['Element']
    +Energies = Masses['Ebinding']
    +
    +# Now we set up the design matrix X
    +X = np.zeros((len(A),5))
    +X[:,0] = 1
    +X[:,1] = A
    +X[:,2] = A**(2.0/3.0)
    +X[:,3] = A**(-1.0/3.0)
    +X[:,4] = A**(-1.0)
    +# Then nice printout using pandas
    +DesignMatrix = pd.DataFrame(X)
    +DesignMatrix.index = A
    +DesignMatrix.columns = ['1', 'A', 'A^(2/3)', 'A^(-1/3)', '1/A']
    +display(DesignMatrix)
    +
    +

    +With \( \boldsymbol{\beta}\in {\mathbb{R}}^{p\times 1} \), it means that we will hereafter write our equations for the approximation as +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ + +throughout these lectures. + +

    +









    + +

    Optimizing our parameters, more details

    +
    + +

    +With the above we use the design matrix to define the approximation \( \boldsymbol{\tilde{y}} \) via the unknown quantity \( \boldsymbol{\beta} \) as +$$ +\boldsymbol{\tilde{y}}= \boldsymbol{X}\boldsymbol{\beta}, +$$ + +and in order to find the optimal parameters \( \beta_i \) instead of solving the above linear algebra problem, we define a function which gives a measure of the spread between the values \( y_i \) (which represent hopefully the exact values) and the parameterized values \( \tilde{y}_i \), namely +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ + +or using the matrix \( \boldsymbol{X} \) and in a more compact matrix-vector notation as +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ + +This function is one possible way to define the so-called cost function. + +

    +It is also common to define +the function \( C \) as + +$$ +C(\boldsymbol{\beta})=\frac{1}{2n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2, +$$ + +since when taking the first derivative with respect to the unknown parameters \( \beta \), the factor of \( 2 \) cancels out. +

    + + +

    +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    + +

    +The function +$$ +C(\boldsymbol{\beta})=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}, +$$ + +can be linked to the variance of the quantity \( y_i \) if we interpret the latter as the mean value. +When linking (see the discussion below) with the maximum likelihood approach below, we will indeed interpret \( y_i \) as a mean value +$$ +y_{i}=\langle y_i \rangle = \beta_0x_{i,0}+\beta_1x_{i,1}+\beta_2x_{i,2}+\dots+\beta_{n-1}x_{i,n-1}+\epsilon_i, +$$ + +

    +where \( \langle y_i \rangle \) is the mean value. Keep in mind also that +till now we have treated \( y_i \) as the exact value. Normally, the +response (dependent or outcome) variable \( y_i \) the outcome of a +numerical experiment or another type of experiment and is thus only an +approximation to the true value. It is then always accompanied by an +error estimate, often limited to a statistical error estimate given by +the standard deviation discussed earlier. In the discussion here we +will treat \( y_i \) as our exact value for the response variable. + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( C(\boldsymbol{\beta}) \), that is we are going to solve the problem +$$ +{\displaystyle \min_{\boldsymbol{\beta}\in +{\mathbb{R}}^{p}}}\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)^T\left(\boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)\right\}. +$$ + +In practical terms it means we will require +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)^2\right]=0, +$$ + +which results in +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_{ij}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)\right]=0, +$$ + +or in a matrix-vector form as +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right). +$$ + + +

    + + +

    +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    +We can rewrite +$$ +\frac{\partial C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right), +$$ + +as +$$ +\boldsymbol{X}^T\boldsymbol{y} = \boldsymbol{X}^T\boldsymbol{X}\boldsymbol{\beta}, +$$ + +and if the matrix \( \boldsymbol{X}^T\boldsymbol{X} \) is invertible we have the solution +$$ +\boldsymbol{\beta} =\left(\boldsymbol{X}^T\boldsymbol{X}\right)^{-1}\boldsymbol{X}^T\boldsymbol{y}. +$$ + +

    +We note also that since our design matrix is defined as \( \boldsymbol{X}\in +{\mathbb{R}}^{n\times p} \), the product \( \boldsymbol{X}^T\boldsymbol{X} \in +{\mathbb{R}}^{p\times p} \). In the above case we have that \( p \ll n \), +in our case \( p=5 \) meaning that we end up with inverting a small +\( 5\times 5 \) matrix. This is a rather common situation, in many cases we end up with low-dimensional +matrices to invert. The methods discussed here and for many other +supervised learning algorithms like classification with logistic +regression or support vector machines, exhibit dimensionalities which +allow for the usage of direct linear algebra methods such as LU decomposition or Singular Value Decomposition (SVD) for finding the inverse of the matrix +\( \boldsymbol{X}^T\boldsymbol{X} \). +

    + + +

    +

    + +

    +Small question: Do you think the example we have at hand here (the nuclear binding energies) can lead to problems in inverting the matrix \( \boldsymbol{X}^T\boldsymbol{X} \)? What kind of problems can we expect? +

    + + +

    +









    + +

    Some useful matrix and vector expressions

    + +

    +The following matrix and vector relation will be useful here and for the rest of the course. Vectors are always written as boldfaced lower case letters and +matrices as upper case boldfaced letters. + +$$ +\frac{\partial (\boldsymbol{b}^T\boldsymbol{a})}{\partial \boldsymbol{a}} = \boldsymbol{b}, +$$ + +$$ +\frac{\partial (\boldsymbol{a}^T\boldsymbol{A}\boldsymbol{a})}{\partial \boldsymbol{a}} = (\boldsymbol{A}+\boldsymbol{A}^T)\boldsymbol{a}, +$$ + +$$ +\frac{\partial tr(\boldsymbol{B}\boldsymbol{A})}{\partial \boldsymbol{A}} = \boldsymbol{B}^T, +$$ + +$$ +\frac{\partial \log{\vert\boldsymbol{A}\vert}}{\partial \boldsymbol{A}} = (\boldsymbol{A}^{-1})^T. +$$ + +









    + +

    Interpretations and optimizing our parameters

    +
    + +

    +The residuals \( \boldsymbol{\epsilon} \) are in turn given by +$$ +\boldsymbol{\epsilon} = \boldsymbol{y}-\boldsymbol{\tilde{y}} = \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}, +$$ + +and with +$$ +\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ + +we have +$$ +\boldsymbol{X}^T\boldsymbol{\epsilon}=\boldsymbol{X}^T\left( \boldsymbol{y}-\boldsymbol{X}\boldsymbol{\beta}\right)= 0, +$$ + +meaning that the solution for \( \boldsymbol{\beta} \) is the one which minimizes the residuals. Later we will link this with the maximum likelihood approach. + + +

    + + +

    +Let us now return to our nuclear binding energies and simply code the above equations. + +

    +









    + +

    Own code for Ordinary Least Squares

    + +

    +It is rather straightforward to implement the matrix inversion and obtain the parameters \( \boldsymbol{\beta} \). After having defined the matrix \( \boldsymbol{X} \) we simply need to +write +

    + + +

    # matrix inversion to find beta
    +beta = np.linalg.inv(X.T.dot(X)).dot(X.T).dot(Energies)
    +# and then make the prediction
    +ytilde = X @ beta
    +
    +

    +Alternatively, you can use the least squares functionality in Numpy as +

    + + +

    fit = np.linalg.lstsq(X, Energies, rcond =None)[0]
    +ytildenp = np.dot(fit,X.T)
    +
    +

    +And finally we plot our fit with and compare with data +

    + + +

    Masses['Eapprox']  = ytilde
    +# Generate a plot comparing the experimental with the fitted values values.
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$A = N + Z$')
    +ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$')
    +ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,
    +            label='Ame2016')
    +ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',
    +            label='Fit')
    +ax.legend()
    +save_fig("Masses2016OLS")
    +plt.show()
    +
    +

    +









    + +

    Adding error analysis and training set up

    + +

    +We can easily test our fit by computing the \( R2 \) score that we discussed in connection with the functionality of Scikit-Learn in the introductory slides. +Since we are not using Scikit-Learn here we can define our own \( R2 \) function as +

    + + +

    def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +
    +

    +and we would be using it as +

    + + +

    print(R2(Energies,ytilde))
    +
    +

    +We can easily add our MSE score as +

    + + +

    def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +print(MSE(Energies,ytilde))
    +
    +

    +and finally the relative error as +

    + + +

    def RelativeError(y_data,y_model):
    +    return abs((y_data-y_model)/y_data)
    +print(RelativeError(Energies, ytilde))
    +
    +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +Normally, the response (dependent or outcome) variable \( y_i \) is the +outcome of a numerical experiment or another type of experiment and is +thus only an approximation to the true value. It is then always +accompanied by an error estimate, often limited to a statistical error +estimate given by the standard deviation discussed earlier. In the +discussion here we will treat \( y_i \) as our exact value for the +response variable. + +

    +Introducing the standard deviation \( \sigma_i \) for each measurement +\( y_i \), we define now the \( \chi^2 \) function (omitting the \( 1/n \) term) +as + +$$ +\chi^2(\boldsymbol{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\frac{\left(y_i-\tilde{y}_i\right)^2}{\sigma_i^2}=\frac{1}{n}\left\{\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)^T\frac{1}{\boldsymbol{\Sigma^2}}\left(\boldsymbol{y}-\boldsymbol{\tilde{y}}\right)\right\}, +$$ + +where the matrix \( \boldsymbol{\Sigma} \) is a diagonal matrix with \( \sigma_i \) as matrix elements. + + +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +In order to find the parameters \( \beta_i \) we will then minimize the spread of \( \chi^2(\boldsymbol{\beta}) \) by requiring +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)^2\right]=0, +$$ + +which results in +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}\frac{x_{ij}}{\sigma_i}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)\right]=0, +$$ + +or in a matrix-vector form as +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right). +$$ + +where we have defined the matrix \( \boldsymbol{A} =\boldsymbol{X}/\boldsymbol{\Sigma} \) with matrix elements \( a_{ij} = x_{ij}/\sigma_i \) and the vector \( \boldsymbol{b} \) with elements \( b_i = y_i/\sigma_i \). +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +We can rewrite +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}} = 0 = \boldsymbol{A}^T\left( \boldsymbol{b}-\boldsymbol{A}\boldsymbol{\beta}\right), +$$ + +as +$$ +\boldsymbol{A}^T\boldsymbol{b} = \boldsymbol{A}^T\boldsymbol{A}\boldsymbol{\beta}, +$$ + +and if the matrix \( \boldsymbol{A}^T\boldsymbol{A} \) is invertible we have the solution +$$ +\boldsymbol{\beta} =\left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}\boldsymbol{A}^T\boldsymbol{b}. +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +If we then introduce the matrix +$$ +\boldsymbol{H} = \left(\boldsymbol{A}^T\boldsymbol{A}\right)^{-1}, +$$ + +we have then the following expression for the parameters \( \beta_j \) (the matrix elements of \( \boldsymbol{H} \) are \( h_{ij} \)) +$$ +\beta_j = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}\frac{y_i}{\sigma_i}\frac{x_{ik}}{\sigma_i} = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}b_ia_{ik} +$$ + +We state without proof the expression for the uncertainty in the parameters \( \beta_j \) as (we leave this as an exercise) +$$ +\sigma^2(\beta_j) = \sum_{i=0}^{n-1}\sigma_i^2\left( \frac{\partial \beta_j}{\partial y_i}\right)^2, +$$ + +resulting in +$$ +\sigma^2(\beta_j) = \left(\sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}a_{ik}\right)\left(\sum_{l=0}^{p-1}h_{jl}\sum_{m=0}^{n-1}a_{ml}\right) = h_{jj}! +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    +The first step here is to approximate the function \( y \) with a first-order polynomial, that is we write +$$ +y=y(x) \rightarrow y(x_i) \approx \beta_0+\beta_1 x_i. +$$ + +By computing the derivatives of \( \chi^2 \) with respect to \( \beta_0 \) and \( \beta_1 \) show that these are given by +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_0} = -2\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0, +$$ + +and +$$ +\frac{\partial \chi^2(\boldsymbol{\beta})}{\partial \beta_1} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_i\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0. +$$ +

    + + +

    +









    + +

    The \( \chi^2 \) function

    +
    + +

    + +

    +For a linear fit (a first-order polynomial) we don't need to invert a matrix!! +Defining +$$ +\gamma = \sum_{i=0}^{n-1}\frac{1}{\sigma_i^2}, +$$ + + +$$ +\gamma_x = \sum_{i=0}^{n-1}\frac{x_{i}}{\sigma_i^2}, +$$ + + +$$ +\gamma_y = \sum_{i=0}^{n-1}\left(\frac{y_i}{\sigma_i^2}\right), +$$ + + +$$ +\gamma_{xx} = \sum_{i=0}^{n-1}\frac{x_ix_{i}}{\sigma_i^2}, +$$ + + +$$ +\gamma_{xy} = \sum_{i=0}^{n-1}\frac{y_ix_{i}}{\sigma_i^2}, +$$ + +

    +we obtain + +$$ +\beta_0 = \frac{\gamma_{xx}\gamma_y-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}, +$$ + + +$$ +\beta_1 = \frac{\gamma_{xy}\gamma-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}. +$$ + +

    +This approach (different linear and non-linear regression) suffers +often from both being underdetermined and overdetermined in the +unknown coefficients \( \beta_i \). A better approach is to use the +Singular Value Decomposition (SVD) method discussed next week. + + +

    + + +

    +









    + +

    Fitting an Equation of State for Dense Nuclear Matter

    + +

    +Before we continue, let us introduce yet another example. We are going to fit the +nuclear equation of state using results from many-body calculations. +The equation of state we have made available here, as function of +density, has been derived using modern nucleon-nucleon potentials with +the addition of three-body +forces. This +time the file is presented as a standard csv file. + +

    +The beginning of the Python code here is similar to what you have seen +before, with the same initializations and declarations. We use also +pandas again, rather extensively in order to organize our data. + +

    +The difference now is that we use Scikit-Learn's regression tools +instead of our own matrix inversion implementation. Furthermore, we +sneak in Ridge regression (to be discussed below) which includes a +hyperparameter \( \lambda \), also to be explained below. + +

    +









    + +

    The code

    + +

    + + +

    # Common imports
    +import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +import matplotlib.pyplot as plt
    +import sklearn.linear_model as skl
    +from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error
    +
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organize the data into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),4))
    +X[:,3] = Density**(4.0/3.0)
    +X[:,2] = Density
    +X[:,1] = Density**(2.0/3.0)
    +X[:,0] = 1
    +
    +# We use now Scikit-Learn's linear regressor and ridge regressor
    +# OLS part
    +clf = skl.LinearRegression().fit(X, Energies)
    +ytilde = clf.predict(X)
    +EoS['Eols']  = ytilde
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, ytilde))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, ytilde))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, ytilde))
    +print(clf.coef_, clf.intercept_)
    +
    +# The Ridge regression with a hyperparameter lambda = 0.1
    +_lambda = 0.1
    +clf_ridge = skl.Ridge(alpha=_lambda).fit(X, Energies)
    +yridge = clf_ridge.predict(X)
    +EoS['Eridge']  = yridge
    +# The mean squared error                               
    +print("Mean squared error: %.2f" % mean_squared_error(Energies, yridge))
    +# Explained variance score: 1 is perfect prediction                                 
    +print('Variance score: %.2f' % r2_score(Energies, yridge))
    +# Mean absolute error                                                           
    +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, yridge))
    +print(clf_ridge.coef_, clf_ridge.intercept_)
    +
    +fig, ax = plt.subplots()
    +ax.set_xlabel(r'$\rho[\mathrm{fm}^{-3}]$')
    +ax.set_ylabel(r'Energy per particle')
    +ax.plot(EoS['Density'], EoS['Energy'], alpha=0.7, lw=2,
    +            label='Theoretical data')
    +ax.plot(EoS['Density'], EoS['Eols'], alpha=0.7, lw=2, c='m',
    +            label='OLS')
    +ax.plot(EoS['Density'], EoS['Eridge'], alpha=0.7, lw=2, c='g',
    +            label='Ridge $\lambda = 0.1$')
    +ax.legend()
    +save_fig("EoSfitting")
    +plt.show()
    +
    +

    +The above simple polynomial in density \( \rho \) gives an excellent fit +to the data. + +

    +We note also that there is a small deviation between the +standard OLS and the Ridge regression at higher densities. We discuss this in more detail +below. + +

    +









    + +

    Splitting our Data in Training and Test data

    + +

    +It is normal in essentially all Machine Learning studies to split the +data in a training set and a test set (sometimes also an additional +validation set). Scikit-Learn has an own function for this. There +is no explicit recipe for how much data should be included as training +data and say test data. An accepted rule of thumb is to use +approximately \( 2/3 \) to \( 4/5 \) of the data as training data. We will +postpone a discussion of this splitting to the end of these notes and +our discussion of the so-called bias-variance tradeoff. Here we +limit ourselves to repeat the above equation of state fitting example +but now splitting the data into a training set and a test set. + +

    + + +

    import os
    +import numpy as np
    +import pandas as pd
    +import matplotlib.pyplot as plt
    +from sklearn.model_selection import train_test_split
    +# Where to save the figures and data files
    +PROJECT_ROOT_DIR = "Results"
    +FIGURE_ID = "Results/FigureFiles"
    +DATA_ID = "DataFiles/"
    +
    +if not os.path.exists(PROJECT_ROOT_DIR):
    +    os.mkdir(PROJECT_ROOT_DIR)
    +
    +if not os.path.exists(FIGURE_ID):
    +    os.makedirs(FIGURE_ID)
    +
    +if not os.path.exists(DATA_ID):
    +    os.makedirs(DATA_ID)
    +
    +def image_path(fig_id):
    +    return os.path.join(FIGURE_ID, fig_id)
    +
    +def data_path(dat_id):
    +    return os.path.join(DATA_ID, dat_id)
    +
    +def save_fig(fig_id):
    +    plt.savefig(image_path(fig_id) + ".png", format='png')
    +
    +def R2(y_data, y_model):
    +    return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)
    +def MSE(y_data,y_model):
    +    n = np.size(y_model)
    +    return np.sum((y_data-y_model)**2)/n
    +
    +infile = open(data_path("EoS.csv"),'r')
    +
    +# Read the EoS data as  csv file and organized into two arrays with density and energies
    +EoS = pd.read_csv(infile, names=('Density', 'Energy'))
    +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')
    +EoS = EoS.dropna()
    +Energies = EoS['Energy']
    +Density = EoS['Density']
    +#  The design matrix now as function of various polytrops
    +X = np.zeros((len(Density),5))
    +X[:,0] = 1
    +X[:,1] = Density**(2.0/3.0)
    +X[:,2] = Density
    +X[:,3] = Density**(4.0/3.0)
    +X[:,4] = Density**(5.0/3.0)
    +# We split the data in test and training data
    +X_train, X_test, y_train, y_test = train_test_split(X, Energies, test_size=0.2)
    +# matrix inversion to find beta
    +beta = np.linalg.inv(X_train.T.dot(X_train)).dot(X_train.T).dot(y_train)
    +# and then make the prediction
    +ytilde = X_train @ beta
    +print("Training R2")
    +print(R2(y_train,ytilde))
    +print("Training MSE")
    +print(MSE(y_train,ytilde))
    +ypredict = X_test @ beta
    +print("Test R2")
    +print(R2(y_test,ypredict))
    +print("Test MSE")
    +print(MSE(y_test,ypredict))
    +
    +

    +









    +

    Exercises for week 36

    Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1.. diff --git a/doc/pub/week34/ipynb/ipynb-week34-src.tar.gz b/doc/pub/week34/ipynb/ipynb-week34-src.tar.gz index f82161be2..849ae396e 100644 Binary files a/doc/pub/week34/ipynb/ipynb-week34-src.tar.gz and b/doc/pub/week34/ipynb/ipynb-week34-src.tar.gz differ diff --git a/doc/pub/week34/ipynb/week34.ipynb b/doc/pub/week34/ipynb/week34.ipynb index ba76954c7..a78310b0a 100644 --- a/doc/pub/week34/ipynb/week34.ipynb +++ b/doc/pub/week34/ipynb/week34.ipynb @@ -54,16 +54,24 @@ "## Thursday August 26\n", "\n", "\n", - "[Video of Lecture from Fall Semester 2020](https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/zoom_0.mp4?vrtx=view-as-webpage).\n", + "\n", "\n", "The lectures will be recorded and updated videos will be posted after the lectures. \n", "\n", + "\"Video of Lecture August 26, 2021\":\"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage\n", + "\n", + "\n", "**Zoom link for lectures**: \n", "\n", "* Meeting ID: 933 1152 9525\n", "\n", "* Passcode: 646102\n", "\n", + "[Video of Lecture from Fall Semester 2020](https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/zoom_0.mp4?vrtx=view-as-webpage).\n", + "\n", + "\n", + "\n", + "\n", "## Lectures and ComputerLab\n", "\n", " * Lectures: Thursday (12.15pm-2pm and Friday (12.15pm-2pm). \n", @@ -1458,39 +1466,6 @@ "\n", "\n", "\n", - "## Reading Data and fitting\n", - "\n", - "In order to study various Machine Learning algorithms, we need to\n", - "access data. Acccessing data is an essential step in all machine\n", - "learning algorithms. In particular, setting up the so-called **design\n", - "matrix** (to be defined below) is often the first element we need in\n", - "order to perform our calculations. To set up the design matrix means\n", - "reading (and later, when the calculations are done, writing) data\n", - "in various formats, The formats span from reading files from disk,\n", - "loading data from databases and interacting with online sources\n", - "like web application programming interfaces (APIs).\n", - "\n", - "In handling various input formats, as discussed above, we will mainly stay with **pandas**,\n", - "a Python package which allows us, in a seamless and painless way, to\n", - "deal with a multitude of formats, from standard **csv** (comma separated\n", - "values) files, via **excel**, **html** to **hdf5** formats. With **pandas**\n", - "and the **DataFrame** and **Series** functionalities we are able to convert text data\n", - "into the calculational formats we need for a specific algorithm. And our code is going to be \n", - "pretty close the basic mathematical expressions.\n", - "\n", - "Our first data set is going to be a classic from nuclear physics, namely all\n", - "available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. \n", - "\n", - "We will show some of the\n", - "strengths of packages like **Scikit-Learn** in fitting nuclear binding energies to\n", - "specific functions using linear regression first. Then, as a teaser, we will show you how \n", - "you can easily implement other algorithms like decision trees and random forests and neural networks.\n", - "\n", - "But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as,\n", - "(don't be offended) fitting straight lines!\n", - "\n", - "## Friday August 27\n", - "\n", "### Simple linear regression model using **scikit-learn**\n", "\n", "We start with perhaps our simplest possible example, using **Scikit-Learn** to perform linear regression analysis on a data set produced by us. \n", @@ -2488,6 +2463,1588 @@ "Now it is time to dive more into the details of various methods. We will start with linear regression and try to take a deeper look at what it entails.\n", "\n", "\n", + "## Why Linear Regression (aka Ordinary Least Squares and family)\n", + "\n", + "Fitting a continuous function with linear parameterization in terms of the parameters $\\boldsymbol{\\beta}$.\n", + "* Method of choice for fitting a continuous function!\n", + "\n", + "* Gives an excellent introduction to central Machine Learning features with **understandable pedagogical** links to other methods like **Neural Networks**, **Support Vector Machines** etc\n", + "\n", + "* Analytical expression for the fitting parameters $\\boldsymbol{\\beta}$\n", + "\n", + "* Analytical expressions for statistical propertiers like mean values, variances, confidence intervals and more\n", + "\n", + "* Analytical relation with probabilistic interpretations \n", + "\n", + "* Easy to introduce basic concepts like bias-variance tradeoff, cross-validation, resampling and regularization techniques and many other ML topics\n", + "\n", + "* Easy to code! And links well with classification problems and logistic regression and neural networks\n", + "\n", + "* Allows for **easy** hands-on understanding of gradient descent methods\n", + "\n", + "* and many more features\n", + "\n", + "For more discussions of Ridge and Lasso regression, [Wessel van Wieringen's](https://arxiv.org/abs/1509.09169) article is highly recommended.\n", + "Similarly, [Mehta et al's article](https://arxiv.org/abs/1803.08823) is also recommended.\n", + "\n", + "\n", + "## Regression analysis, overarching aims\n", + "\n", + "Regression modeling deals with the description of the sampling distribution of a given random variable $y$ and how it varies as function of another variable or a set of such variables $\\boldsymbol{x} =[x_0, x_1,\\dots, x_{n-1}]^T$. \n", + "The first variable is called the **dependent**, the **outcome** or the **response** variable while the set of variables $\\boldsymbol{x}$ is called the independent variable, or the predictor variable or the explanatory variable. \n", + "\n", + "A regression model aims at finding a likelihood function $p(\\boldsymbol{y}\\vert \\boldsymbol{x})$, that is the conditional distribution for $\\boldsymbol{y}$ with a given $\\boldsymbol{x}$. The estimation of $p(\\boldsymbol{y}\\vert \\boldsymbol{x})$ is made using a data set with \n", + "* $n$ cases $i = 0, 1, 2, \\dots, n-1$ \n", + "\n", + "* Response (target, dependent or outcome) variable $y_i$ with $i = 0, 1, 2, \\dots, n-1$ \n", + "\n", + "* $p$ so-called explanatory (independent or predictor) variables $\\boldsymbol{x}_i=[x_{i0}, x_{i1}, \\dots, x_{ip-1}]$ with $i = 0, 1, 2, \\dots, n-1$ and explanatory variables running from $0$ to $p-1$. See below for more explicit examples. \n", + "\n", + " The goal of the regression analysis is to extract/exploit relationship between $\\boldsymbol{y}$ and $\\boldsymbol{x}$ in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things.\n", + "\n", + "\n", + "\n", + "## Regression analysis, overarching aims II\n", + "\n", + "\n", + "Consider an experiment in which $p$ characteristics of $n$ samples are\n", + "measured. The data from this experiment, for various explanatory variables $p$ are normally represented by a matrix \n", + "$\\mathbf{X}$.\n", + "\n", + "The matrix $\\mathbf{X}$ is called the *design\n", + "matrix*. Additional information of the samples is available in the\n", + "form of $\\boldsymbol{y}$ (also as above). The variable $\\boldsymbol{y}$ is\n", + "generally referred to as the *response variable*. The aim of\n", + "regression analysis is to explain $\\boldsymbol{y}$ in terms of\n", + "$\\boldsymbol{X}$ through a functional relationship like $y_i =\n", + "f(\\mathbf{X}_{i,\\ast})$. When no prior knowledge on the form of\n", + "$f(\\cdot)$ is available, it is common to assume a linear relationship\n", + "between $\\boldsymbol{X}$ and $\\boldsymbol{y}$. This assumption gives rise to\n", + "the *linear regression model* where $\\boldsymbol{\\beta} = [\\beta_0, \\ldots,\n", + "\\beta_{p-1}]^{T}$ are the *regression parameters*. \n", + "\n", + "Linear regression gives us a set of analytical equations for the parameters $\\beta_j$.\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "## Examples\n", + "In order to understand the relation among the predictors $p$, the set of data $n$ and the target (outcome, output etc) $\\boldsymbol{y}$,\n", + "consider the model we discussed for describing nuclear binding energies. \n", + "\n", + "There we assumed that we could parametrize the data using a polynomial approximation based on the liquid drop model.\n", + "Assuming" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "BE(A) = a_0+a_1A+a_2A^{2/3}+a_3A^{-1/3}+a_4A^{-1},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "we have five predictors, that is the intercept, the $A$ dependent term, the $A^{2/3}$ term and the $A^{-1/3}$ and $A^{-1}$ terms.\n", + "This gives $p=0,1,2,3,4$. Furthermore we have $n$ entries for each predictor. It means that our design matrix is a \n", + "$p\\times n$ matrix $\\boldsymbol{X}$.\n", + "\n", + "Here the predictors are based on a model we have made. A popular data set which is widely encountered in ML applications is the\n", + "so-called [credit card default data from Taiwan](https://www.sciencedirect.com/science/article/pii/S0957417407006719?via%3Dihub). The data set contains data on $n=30000$ credit card holders with predictors like gender, marital status, age, profession, education, etc. In total there are $24$ such predictors or attributes leading to a design matrix of dimensionality $24 \\times 30000$. This is however a classification problem and we will come back to it when we discuss Logistic Regression.\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "## General linear models\n", + "Before we proceed let us study a case from linear algebra where we aim at fitting a set of data $\\boldsymbol{y}=[y_0,y_1,\\dots,y_{n-1}]$. We could think of these data as a result of an experiment or a complicated numerical experiment. These data are functions of a series of variables $\\boldsymbol{x}=[x_0,x_1,\\dots,x_{n-1}]$, that is $y_i = y(x_i)$ with $i=0,1,2,\\dots,n-1$. The variables $x_i$ could represent physical quantities like time, temperature, position etc. We assume that $y(x)$ is a smooth function. \n", + "\n", + "Since obtaining these data points may not be trivial, we want to use these data to fit a function which can allow us to make predictions for values of $y$ which are not in the present set. The perhaps simplest approach is to assume we can parametrize our function in terms of a polynomial of degree $n-1$ with $n$ points, that is" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "y=y(x) \\rightarrow y(x_i)=\\tilde{y}_i+\\epsilon_i=\\sum_{j=0}^{n-1} \\beta_j x_i^j+\\epsilon_i,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "where $\\epsilon_i$ is the error in our approximation.\n", + "\n", + "\n", + "\n", + "\n", + "## Rewriting the fitting procedure as a linear algebra problem\n", + "For every set of values $y_i,x_i$ we have thus the corresponding set of equations" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\begin{align*}\n", + "y_0&=\\beta_0+\\beta_1x_0^1+\\beta_2x_0^2+\\dots+\\beta_{n-1}x_0^{n-1}+\\epsilon_0\\\\\n", + "y_1&=\\beta_0+\\beta_1x_1^1+\\beta_2x_1^2+\\dots+\\beta_{n-1}x_1^{n-1}+\\epsilon_1\\\\\n", + "y_2&=\\beta_0+\\beta_1x_2^1+\\beta_2x_2^2+\\dots+\\beta_{n-1}x_2^{n-1}+\\epsilon_2\\\\\n", + "\\dots & \\dots \\\\\n", + "y_{n-1}&=\\beta_0+\\beta_1x_{n-1}^1+\\beta_2x_{n-1}^2+\\dots+\\beta_{n-1}x_{n-1}^{n-1}+\\epsilon_{n-1}.\\\\\n", + "\\end{align*}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Rewriting the fitting procedure as a linear algebra problem, more details\n", + "Defining the vectors" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{y} = [y_0,y_1, y_2,\\dots, y_{n-1}]^T,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\beta} = [\\beta_0,\\beta_1, \\beta_2,\\dots, \\beta_{n-1}]^T,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\epsilon} = [\\epsilon_0,\\epsilon_1, \\epsilon_2,\\dots, \\epsilon_{n-1}]^T,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and the design matrix" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{X}=\n", + "\\begin{bmatrix} \n", + "1& x_{0}^1 &x_{0}^2& \\dots & \\dots &x_{0}^{n-1}\\\\\n", + "1& x_{1}^1 &x_{1}^2& \\dots & \\dots &x_{1}^{n-1}\\\\\n", + "1& x_{2}^1 &x_{2}^2& \\dots & \\dots &x_{2}^{n-1}\\\\ \n", + "\\dots& \\dots &\\dots& \\dots & \\dots &\\dots\\\\\n", + "1& x_{n-1}^1 &x_{n-1}^2& \\dots & \\dots &x_{n-1}^{n-1}\\\\\n", + "\\end{bmatrix}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "we can rewrite our equations as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{y} = \\boldsymbol{X}\\boldsymbol{\\beta}+\\boldsymbol{\\epsilon}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The above design matrix is called a [Vandermonde matrix](https://en.wikipedia.org/wiki/Vandermonde_matrix).\n", + "\n", + "\n", + "\n", + "\n", + "## Generalizing the fitting procedure as a linear algebra problem\n", + "\n", + "We are obviously not limited to the above polynomial expansions. We\n", + "could replace the various powers of $x$ with elements of Fourier\n", + "series or instead of $x_i^j$ we could have $\\cos{(j x_i)}$ or $\\sin{(j\n", + "x_i)}$, or time series or other orthogonal functions. For every set\n", + "of values $y_i,x_i$ we can then generalize the equations to" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\begin{align*}\n", + "y_0&=\\beta_0x_{00}+\\beta_1x_{01}+\\beta_2x_{02}+\\dots+\\beta_{n-1}x_{0n-1}+\\epsilon_0\\\\\n", + "y_1&=\\beta_0x_{10}+\\beta_1x_{11}+\\beta_2x_{12}+\\dots+\\beta_{n-1}x_{1n-1}+\\epsilon_1\\\\\n", + "y_2&=\\beta_0x_{20}+\\beta_1x_{21}+\\beta_2x_{22}+\\dots+\\beta_{n-1}x_{2n-1}+\\epsilon_2\\\\\n", + "\\dots & \\dots \\\\\n", + "y_{i}&=\\beta_0x_{i0}+\\beta_1x_{i1}+\\beta_2x_{i2}+\\dots+\\beta_{n-1}x_{in-1}+\\epsilon_i\\\\\n", + "\\dots & \\dots \\\\\n", + "y_{n-1}&=\\beta_0x_{n-1,0}+\\beta_1x_{n-1,2}+\\beta_2x_{n-1,2}+\\dots+\\beta_{n-1}x_{n-1,n-1}+\\epsilon_{n-1}.\\\\\n", + "\\end{align*}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Note that we have $p=n$ here. The matrix is symmetric. This is generally not the case!**\n", + "\n", + "\n", + "\n", + "\n", + "## Generalizing the fitting procedure as a linear algebra problem\n", + "We redefine in turn the matrix $\\boldsymbol{X}$ as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{X}=\n", + "\\begin{bmatrix} \n", + "x_{00}& x_{01} &x_{02}& \\dots & \\dots &x_{0,n-1}\\\\\n", + "x_{10}& x_{11} &x_{12}& \\dots & \\dots &x_{1,n-1}\\\\\n", + "x_{20}& x_{21} &x_{22}& \\dots & \\dots &x_{2,n-1}\\\\ \n", + "\\dots& \\dots &\\dots& \\dots & \\dots &\\dots\\\\\n", + "x_{n-1,0}& x_{n-1,1} &x_{n-1,2}& \\dots & \\dots &x_{n-1,n-1}\\\\\n", + "\\end{bmatrix}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and without loss of generality we rewrite again our equations as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{y} = \\boldsymbol{X}\\boldsymbol{\\beta}+\\boldsymbol{\\epsilon}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The left-hand side of this equation is kwown. Our error vector $\\boldsymbol{\\epsilon}$ and the parameter vector $\\boldsymbol{\\beta}$ are our unknow quantities. How can we obtain the optimal set of $\\beta_i$ values?\n", + "\n", + "\n", + "\n", + "\n", + "## Optimizing our parameters\n", + "We have defined the matrix $\\boldsymbol{X}$ via the equations" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\begin{align*}\n", + "y_0&=\\beta_0x_{00}+\\beta_1x_{01}+\\beta_2x_{02}+\\dots+\\beta_{n-1}x_{0n-1}+\\epsilon_0\\\\\n", + "y_1&=\\beta_0x_{10}+\\beta_1x_{11}+\\beta_2x_{12}+\\dots+\\beta_{n-1}x_{1n-1}+\\epsilon_1\\\\\n", + "y_2&=\\beta_0x_{20}+\\beta_1x_{21}+\\beta_2x_{22}+\\dots+\\beta_{n-1}x_{2n-1}+\\epsilon_1\\\\\n", + "\\dots & \\dots \\\\\n", + "y_{i}&=\\beta_0x_{i0}+\\beta_1x_{i1}+\\beta_2x_{i2}+\\dots+\\beta_{n-1}x_{in-1}+\\epsilon_1\\\\\n", + "\\dots & \\dots \\\\\n", + "y_{n-1}&=\\beta_0x_{n-1,0}+\\beta_1x_{n-1,2}+\\beta_2x_{n-1,2}+\\dots+\\beta_{n-1}x_{n-1,n-1}+\\epsilon_{n-1}.\\\\\n", + "\\end{align*}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "As we noted above, we stayed with a system with the design matrix \n", + " $\\boldsymbol{X}\\in {\\mathbb{R}}^{n\\times n}$, that is we have $p=n$. For reasons to come later (algorithmic arguments) we will hereafter define \n", + "our matrix as $\\boldsymbol{X}\\in {\\mathbb{R}}^{n\\times p}$, with the predictors refering to the column numbers and the entries $n$ being the row elements.\n", + "\n", + "\n", + "\n", + "\n", + "## Our model for the nuclear binding energies\n", + "\n", + "In our [introductory notes](https://compphysics.github.io/MachineLearning/doc/pub/How2ReadData/html/How2ReadData.html) we looked at the so-called [liquid drop model](https://en.wikipedia.org/wiki/Semi-empirical_mass_formula). Let us remind ourselves about what we did by looking at the code.\n", + "\n", + "We restate the parts of the code we are most interested in." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "# Common imports\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "from IPython.display import display\n", + "import os\n", + "\n", + "# Where to save the figures and data files\n", + "PROJECT_ROOT_DIR = \"Results\"\n", + "FIGURE_ID = \"Results/FigureFiles\"\n", + "DATA_ID = \"DataFiles/\"\n", + "\n", + "if not os.path.exists(PROJECT_ROOT_DIR):\n", + " os.mkdir(PROJECT_ROOT_DIR)\n", + "\n", + "if not os.path.exists(FIGURE_ID):\n", + " os.makedirs(FIGURE_ID)\n", + "\n", + "if not os.path.exists(DATA_ID):\n", + " os.makedirs(DATA_ID)\n", + "\n", + "def image_path(fig_id):\n", + " return os.path.join(FIGURE_ID, fig_id)\n", + "\n", + "def data_path(dat_id):\n", + " return os.path.join(DATA_ID, dat_id)\n", + "\n", + "def save_fig(fig_id):\n", + " plt.savefig(image_path(fig_id) + \".png\", format='png')\n", + "\n", + "infile = open(data_path(\"MassEval2016.dat\"),'r')\n", + "\n", + "\n", + "# Read the experimental data with Pandas\n", + "Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11),\n", + " names=('N', 'Z', 'A', 'Element', 'Ebinding'),\n", + " widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1),\n", + " header=39,\n", + " index_col=False)\n", + "\n", + "# Extrapolated values are indicated by '#' in place of the decimal place, so\n", + "# the Ebinding column won't be numeric. Coerce to float and drop these entries.\n", + "Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce')\n", + "Masses = Masses.dropna()\n", + "# Convert from keV to MeV.\n", + "Masses['Ebinding'] /= 1000\n", + "\n", + "# Group the DataFrame by nucleon number, A.\n", + "Masses = Masses.groupby('A')\n", + "# Find the rows of the grouped DataFrame with the maximum binding energy.\n", + "Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()])\n", + "A = Masses['A']\n", + "Z = Masses['Z']\n", + "N = Masses['N']\n", + "Element = Masses['Element']\n", + "Energies = Masses['Ebinding']\n", + "\n", + "# Now we set up the design matrix X\n", + "X = np.zeros((len(A),5))\n", + "X[:,0] = 1\n", + "X[:,1] = A\n", + "X[:,2] = A**(2.0/3.0)\n", + "X[:,3] = A**(-1.0/3.0)\n", + "X[:,4] = A**(-1.0)\n", + "# Then nice printout using pandas\n", + "DesignMatrix = pd.DataFrame(X)\n", + "DesignMatrix.index = A\n", + "DesignMatrix.columns = ['1', 'A', 'A^(2/3)', 'A^(-1/3)', '1/A']\n", + "display(DesignMatrix)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With $\\boldsymbol{\\beta}\\in {\\mathbb{R}}^{p\\times 1}$, it means that we will hereafter write our equations for the approximation as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\tilde{y}}= \\boldsymbol{X}\\boldsymbol{\\beta},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "throughout these lectures. \n", + "\n", + "\n", + "## Optimizing our parameters, more details\n", + "With the above we use the design matrix to define the approximation $\\boldsymbol{\\tilde{y}}$ via the unknown quantity $\\boldsymbol{\\beta}$ as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\tilde{y}}= \\boldsymbol{X}\\boldsymbol{\\beta},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and in order to find the optimal parameters $\\beta_i$ instead of solving the above linear algebra problem, we define a function which gives a measure of the spread between the values $y_i$ (which represent hopefully the exact values) and the parameterized values $\\tilde{y}_i$, namely" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "C(\\boldsymbol{\\beta})=\\frac{1}{n}\\sum_{i=0}^{n-1}\\left(y_i-\\tilde{y}_i\\right)^2=\\frac{1}{n}\\left\\{\\left(\\boldsymbol{y}-\\boldsymbol{\\tilde{y}}\\right)^T\\left(\\boldsymbol{y}-\\boldsymbol{\\tilde{y}}\\right)\\right\\},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "or using the matrix $\\boldsymbol{X}$ and in a more compact matrix-vector notation as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "C(\\boldsymbol{\\beta})=\\frac{1}{n}\\left\\{\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)^T\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)\\right\\}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This function is one possible way to define the so-called cost function.\n", + "\n", + "\n", + "\n", + "It is also common to define\n", + "the function $C$ as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "C(\\boldsymbol{\\beta})=\\frac{1}{2n}\\sum_{i=0}^{n-1}\\left(y_i-\\tilde{y}_i\\right)^2,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "since when taking the first derivative with respect to the unknown parameters $\\beta$, the factor of $2$ cancels out.\n", + "\n", + "\n", + "\n", + "\n", + "## Interpretations and optimizing our parameters\n", + "\n", + "The function" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "C(\\boldsymbol{\\beta})=\\frac{1}{n}\\left\\{\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)^T\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)\\right\\},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "can be linked to the variance of the quantity $y_i$ if we interpret the latter as the mean value. \n", + "When linking (see the discussion below) with the maximum likelihood approach below, we will indeed interpret $y_i$ as a mean value" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "y_{i}=\\langle y_i \\rangle = \\beta_0x_{i,0}+\\beta_1x_{i,1}+\\beta_2x_{i,2}+\\dots+\\beta_{n-1}x_{i,n-1}+\\epsilon_i,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "where $\\langle y_i \\rangle$ is the mean value. Keep in mind also that\n", + "till now we have treated $y_i$ as the exact value. Normally, the\n", + "response (dependent or outcome) variable $y_i$ the outcome of a\n", + "numerical experiment or another type of experiment and is thus only an\n", + "approximation to the true value. It is then always accompanied by an\n", + "error estimate, often limited to a statistical error estimate given by\n", + "the standard deviation discussed earlier. In the discussion here we\n", + "will treat $y_i$ as our exact value for the response variable.\n", + "\n", + "In order to find the parameters $\\beta_i$ we will then minimize the spread of $C(\\boldsymbol{\\beta})$, that is we are going to solve the problem" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "{\\displaystyle \\min_{\\boldsymbol{\\beta}\\in\n", + "{\\mathbb{R}}^{p}}}\\frac{1}{n}\\left\\{\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)^T\\left(\\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)\\right\\}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "In practical terms it means we will require" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial C(\\boldsymbol{\\beta})}{\\partial \\beta_j} = \\frac{\\partial }{\\partial \\beta_j}\\left[ \\frac{1}{n}\\sum_{i=0}^{n-1}\\left(y_i-\\beta_0x_{i,0}-\\beta_1x_{i,1}-\\beta_2x_{i,2}-\\dots-\\beta_{n-1}x_{i,n-1}\\right)^2\\right]=0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "which results in" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial C(\\boldsymbol{\\beta})}{\\partial \\beta_j} = -\\frac{2}{n}\\left[ \\sum_{i=0}^{n-1}x_{ij}\\left(y_i-\\beta_0x_{i,0}-\\beta_1x_{i,1}-\\beta_2x_{i,2}-\\dots-\\beta_{n-1}x_{i,n-1}\\right)\\right]=0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "or in a matrix-vector form as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial C(\\boldsymbol{\\beta})}{\\partial \\boldsymbol{\\beta}} = 0 = \\boldsymbol{X}^T\\left( \\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right).\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Interpretations and optimizing our parameters\n", + "We can rewrite" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial C(\\boldsymbol{\\beta})}{\\partial \\boldsymbol{\\beta}} = 0 = \\boldsymbol{X}^T\\left( \\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right),\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{X}^T\\boldsymbol{y} = \\boldsymbol{X}^T\\boldsymbol{X}\\boldsymbol{\\beta},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and if the matrix $\\boldsymbol{X}^T\\boldsymbol{X}$ is invertible we have the solution" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\beta} =\\left(\\boldsymbol{X}^T\\boldsymbol{X}\\right)^{-1}\\boldsymbol{X}^T\\boldsymbol{y}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We note also that since our design matrix is defined as $\\boldsymbol{X}\\in\n", + "{\\mathbb{R}}^{n\\times p}$, the product $\\boldsymbol{X}^T\\boldsymbol{X} \\in\n", + "{\\mathbb{R}}^{p\\times p}$. In the above case we have that $p \\ll n$,\n", + "in our case $p=5$ meaning that we end up with inverting a small\n", + "$5\\times 5$ matrix. This is a rather common situation, in many cases we end up with low-dimensional\n", + "matrices to invert. The methods discussed here and for many other\n", + "supervised learning algorithms like classification with logistic\n", + "regression or support vector machines, exhibit dimensionalities which\n", + "allow for the usage of direct linear algebra methods such as **LU** decomposition or **Singular Value Decomposition** (SVD) for finding the inverse of the matrix\n", + "$\\boldsymbol{X}^T\\boldsymbol{X}$.\n", + "\n", + "\n", + "\n", + "**Small question**: Do you think the example we have at hand here (the nuclear binding energies) can lead to problems in inverting the matrix $\\boldsymbol{X}^T\\boldsymbol{X}$? What kind of problems can we expect?\n", + "\n", + "\n", + "\n", + "## Some useful matrix and vector expressions\n", + "\n", + "The following matrix and vector relation will be useful here and for the rest of the course. Vectors are always written as boldfaced lower case letters and \n", + "matrices as upper case boldfaced letters." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "4\n", + "8\n", + " \n", + "<\n", + "<\n", + "<\n", + "!\n", + "!\n", + "M\n", + "A\n", + "T\n", + "H\n", + "_\n", + "B\n", + "L\n", + "O\n", + "C\n", + "K" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "4\n", + "9\n", + " \n", + "<\n", + "<\n", + "<\n", + "!\n", + "!\n", + "M\n", + "A\n", + "T\n", + "H\n", + "_\n", + "B\n", + "L\n", + "O\n", + "C\n", + "K" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "5\n", + "0\n", + " \n", + "<\n", + "<\n", + "<\n", + "!\n", + "!\n", + "M\n", + "A\n", + "T\n", + "H\n", + "_\n", + "B\n", + "L\n", + "O\n", + "C\n", + "K" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\log{\\vert\\boldsymbol{A}\\vert}}{\\partial \\boldsymbol{A}} = (\\boldsymbol{A}^{-1})^T.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Interpretations and optimizing our parameters\n", + "The residuals $\\boldsymbol{\\epsilon}$ are in turn given by" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\epsilon} = \\boldsymbol{y}-\\boldsymbol{\\tilde{y}} = \\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and with" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{X}^T\\left( \\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)= 0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "we have" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{X}^T\\boldsymbol{\\epsilon}=\\boldsymbol{X}^T\\left( \\boldsymbol{y}-\\boldsymbol{X}\\boldsymbol{\\beta}\\right)= 0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "meaning that the solution for $\\boldsymbol{\\beta}$ is the one which minimizes the residuals. Later we will link this with the maximum likelihood approach.\n", + "\n", + "\n", + "\n", + "\n", + "Let us now return to our nuclear binding energies and simply code the above equations. \n", + "\n", + "## Own code for Ordinary Least Squares\n", + "\n", + "It is rather straightforward to implement the matrix inversion and obtain the parameters $\\boldsymbol{\\beta}$. After having defined the matrix $\\boldsymbol{X}$ we simply need to \n", + "write" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "# matrix inversion to find beta\n", + "beta = np.linalg.inv(X.T.dot(X)).dot(X.T).dot(Energies)\n", + "# and then make the prediction\n", + "ytilde = X @ beta" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Alternatively, you can use the least squares functionality in **Numpy** as" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "fit = np.linalg.lstsq(X, Energies, rcond =None)[0]\n", + "ytildenp = np.dot(fit,X.T)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "And finally we plot our fit with and compare with data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "Masses['Eapprox'] = ytilde\n", + "# Generate a plot comparing the experimental with the fitted values values.\n", + "fig, ax = plt.subplots()\n", + "ax.set_xlabel(r'$A = N + Z$')\n", + "ax.set_ylabel(r'$E_\\mathrm{bind}\\,/\\mathrm{MeV}$')\n", + "ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2,\n", + " label='Ame2016')\n", + "ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m',\n", + " label='Fit')\n", + "ax.legend()\n", + "save_fig(\"Masses2016OLS\")\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Adding error analysis and training set up\n", + "\n", + "We can easily test our fit by computing the $R2$ score that we discussed in connection with the functionality of **Scikit-Learn** in the introductory slides.\n", + "Since we are not using **Scikit-Learn** here we can define our own $R2$ function as" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "def R2(y_data, y_model):\n", + " return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and we would be using it as" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "print(R2(Energies,ytilde))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can easily add our **MSE** score as" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "def MSE(y_data,y_model):\n", + " n = np.size(y_model)\n", + " return np.sum((y_data-y_model)**2)/n\n", + "\n", + "print(MSE(Energies,ytilde))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and finally the relative error as" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "def RelativeError(y_data,y_model):\n", + " return abs((y_data-y_model)/y_data)\n", + "print(RelativeError(Energies, ytilde))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The $\\chi^2$ function\n", + "\n", + "Normally, the response (dependent or outcome) variable $y_i$ is the\n", + "outcome of a numerical experiment or another type of experiment and is\n", + "thus only an approximation to the true value. It is then always\n", + "accompanied by an error estimate, often limited to a statistical error\n", + "estimate given by the standard deviation discussed earlier. In the\n", + "discussion here we will treat $y_i$ as our exact value for the\n", + "response variable.\n", + "\n", + "Introducing the standard deviation $\\sigma_i$ for each measurement\n", + "$y_i$, we define now the $\\chi^2$ function (omitting the $1/n$ term)\n", + "as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\chi^2(\\boldsymbol{\\beta})=\\frac{1}{n}\\sum_{i=0}^{n-1}\\frac{\\left(y_i-\\tilde{y}_i\\right)^2}{\\sigma_i^2}=\\frac{1}{n}\\left\\{\\left(\\boldsymbol{y}-\\boldsymbol{\\tilde{y}}\\right)^T\\frac{1}{\\boldsymbol{\\Sigma^2}}\\left(\\boldsymbol{y}-\\boldsymbol{\\tilde{y}}\\right)\\right\\},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "where the matrix $\\boldsymbol{\\Sigma}$ is a diagonal matrix with $\\sigma_i$ as matrix elements.\n", + "\n", + "\n", + "\n", + "## The $\\chi^2$ function\n", + "\n", + "In order to find the parameters $\\beta_i$ we will then minimize the spread of $\\chi^2(\\boldsymbol{\\beta})$ by requiring" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\beta_j} = \\frac{\\partial }{\\partial \\beta_j}\\left[ \\frac{1}{n}\\sum_{i=0}^{n-1}\\left(\\frac{y_i-\\beta_0x_{i,0}-\\beta_1x_{i,1}-\\beta_2x_{i,2}-\\dots-\\beta_{n-1}x_{i,n-1}}{\\sigma_i}\\right)^2\\right]=0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "which results in" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\beta_j} = -\\frac{2}{n}\\left[ \\sum_{i=0}^{n-1}\\frac{x_{ij}}{\\sigma_i}\\left(\\frac{y_i-\\beta_0x_{i,0}-\\beta_1x_{i,1}-\\beta_2x_{i,2}-\\dots-\\beta_{n-1}x_{i,n-1}}{\\sigma_i}\\right)\\right]=0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "or in a matrix-vector form as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\boldsymbol{\\beta}} = 0 = \\boldsymbol{A}^T\\left( \\boldsymbol{b}-\\boldsymbol{A}\\boldsymbol{\\beta}\\right).\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "where we have defined the matrix $\\boldsymbol{A} =\\boldsymbol{X}/\\boldsymbol{\\Sigma}$ with matrix elements $a_{ij} = x_{ij}/\\sigma_i$ and the vector $\\boldsymbol{b}$ with elements $b_i = y_i/\\sigma_i$.\n", + "\n", + "\n", + "\n", + "## The $\\chi^2$ function\n", + "\n", + "We can rewrite" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\boldsymbol{\\beta}} = 0 = \\boldsymbol{A}^T\\left( \\boldsymbol{b}-\\boldsymbol{A}\\boldsymbol{\\beta}\\right),\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "as" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{A}^T\\boldsymbol{b} = \\boldsymbol{A}^T\\boldsymbol{A}\\boldsymbol{\\beta},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and if the matrix $\\boldsymbol{A}^T\\boldsymbol{A}$ is invertible we have the solution" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{\\beta} =\\left(\\boldsymbol{A}^T\\boldsymbol{A}\\right)^{-1}\\boldsymbol{A}^T\\boldsymbol{b}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The $\\chi^2$ function\n", + "\n", + "If we then introduce the matrix" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\boldsymbol{H} = \\left(\\boldsymbol{A}^T\\boldsymbol{A}\\right)^{-1},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "we have then the following expression for the parameters $\\beta_j$ (the matrix elements of $\\boldsymbol{H}$ are $h_{ij}$)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\beta_j = \\sum_{k=0}^{p-1}h_{jk}\\sum_{i=0}^{n-1}\\frac{y_i}{\\sigma_i}\\frac{x_{ik}}{\\sigma_i} = \\sum_{k=0}^{p-1}h_{jk}\\sum_{i=0}^{n-1}b_ia_{ik}\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We state without proof the expression for the uncertainty in the parameters $\\beta_j$ as (we leave this as an exercise)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\sigma^2(\\beta_j) = \\sum_{i=0}^{n-1}\\sigma_i^2\\left( \\frac{\\partial \\beta_j}{\\partial y_i}\\right)^2,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "resulting in" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\sigma^2(\\beta_j) = \\left(\\sum_{k=0}^{p-1}h_{jk}\\sum_{i=0}^{n-1}a_{ik}\\right)\\left(\\sum_{l=0}^{p-1}h_{jl}\\sum_{m=0}^{n-1}a_{ml}\\right) = h_{jj}!\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The $\\chi^2$ function\n", + "The first step here is to approximate the function $y$ with a first-order polynomial, that is we write" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "y=y(x) \\rightarrow y(x_i) \\approx \\beta_0+\\beta_1 x_i.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "By computing the derivatives of $\\chi^2$ with respect to $\\beta_0$ and $\\beta_1$ show that these are given by" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\beta_0} = -2\\left[ \\frac{1}{n}\\sum_{i=0}^{n-1}\\left(\\frac{y_i-\\beta_0-\\beta_1x_{i}}{\\sigma_i^2}\\right)\\right]=0,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "and" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\frac{\\partial \\chi^2(\\boldsymbol{\\beta})}{\\partial \\beta_1} = -\\frac{2}{n}\\left[ \\sum_{i=0}^{n-1}x_i\\left(\\frac{y_i-\\beta_0-\\beta_1x_{i}}{\\sigma_i^2}\\right)\\right]=0.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The $\\chi^2$ function\n", + "\n", + "For a linear fit (a first-order polynomial) we don't need to invert a matrix!! \n", + "Defining" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\gamma = \\sum_{i=0}^{n-1}\\frac{1}{\\sigma_i^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\gamma_x = \\sum_{i=0}^{n-1}\\frac{x_{i}}{\\sigma_i^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\gamma_y = \\sum_{i=0}^{n-1}\\left(\\frac{y_i}{\\sigma_i^2}\\right),\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\gamma_{xx} = \\sum_{i=0}^{n-1}\\frac{x_ix_{i}}{\\sigma_i^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\gamma_{xy} = \\sum_{i=0}^{n-1}\\frac{y_ix_{i}}{\\sigma_i^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "we obtain" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\beta_0 = \\frac{\\gamma_{xx}\\gamma_y-\\gamma_x\\gamma_y}{\\gamma\\gamma_{xx}-\\gamma_x^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "$$\n", + "\\beta_1 = \\frac{\\gamma_{xy}\\gamma-\\gamma_x\\gamma_y}{\\gamma\\gamma_{xx}-\\gamma_x^2}.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This approach (different linear and non-linear regression) suffers\n", + "often from both being underdetermined and overdetermined in the\n", + "unknown coefficients $\\beta_i$. A better approach is to use the\n", + "Singular Value Decomposition (SVD) method discussed next week.\n", + "\n", + "\n", + "\n", + "\n", + "## Fitting an Equation of State for Dense Nuclear Matter\n", + "\n", + "Before we continue, let us introduce yet another example. We are going to fit the\n", + "nuclear equation of state using results from many-body calculations.\n", + "The equation of state we have made available here, as function of\n", + "density, has been derived using modern nucleon-nucleon potentials with\n", + "[the addition of three-body\n", + "forces](https://www.sciencedirect.com/science/article/pii/S0370157399001106). This\n", + "time the file is presented as a standard **csv** file.\n", + "\n", + "The beginning of the Python code here is similar to what you have seen\n", + "before, with the same initializations and declarations. We use also\n", + "**pandas** again, rather extensively in order to organize our data.\n", + "\n", + "The difference now is that we use **Scikit-Learn's** regression tools\n", + "instead of our own matrix inversion implementation. Furthermore, we\n", + "sneak in **Ridge** regression (to be discussed below) which includes a\n", + "hyperparameter $\\lambda$, also to be explained below.\n", + "\n", + "## The code" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "# Common imports\n", + "import os\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import matplotlib.pyplot as plt\n", + "import sklearn.linear_model as skl\n", + "from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error\n", + "\n", + "# Where to save the figures and data files\n", + "PROJECT_ROOT_DIR = \"Results\"\n", + "FIGURE_ID = \"Results/FigureFiles\"\n", + "DATA_ID = \"DataFiles/\"\n", + "\n", + "if not os.path.exists(PROJECT_ROOT_DIR):\n", + " os.mkdir(PROJECT_ROOT_DIR)\n", + "\n", + "if not os.path.exists(FIGURE_ID):\n", + " os.makedirs(FIGURE_ID)\n", + "\n", + "if not os.path.exists(DATA_ID):\n", + " os.makedirs(DATA_ID)\n", + "\n", + "def image_path(fig_id):\n", + " return os.path.join(FIGURE_ID, fig_id)\n", + "\n", + "def data_path(dat_id):\n", + " return os.path.join(DATA_ID, dat_id)\n", + "\n", + "def save_fig(fig_id):\n", + " plt.savefig(image_path(fig_id) + \".png\", format='png')\n", + "\n", + "infile = open(data_path(\"EoS.csv\"),'r')\n", + "\n", + "# Read the EoS data as csv file and organize the data into two arrays with density and energies\n", + "EoS = pd.read_csv(infile, names=('Density', 'Energy'))\n", + "EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')\n", + "EoS = EoS.dropna()\n", + "Energies = EoS['Energy']\n", + "Density = EoS['Density']\n", + "# The design matrix now as function of various polytrops\n", + "X = np.zeros((len(Density),4))\n", + "X[:,3] = Density**(4.0/3.0)\n", + "X[:,2] = Density\n", + "X[:,1] = Density**(2.0/3.0)\n", + "X[:,0] = 1\n", + "\n", + "# We use now Scikit-Learn's linear regressor and ridge regressor\n", + "# OLS part\n", + "clf = skl.LinearRegression().fit(X, Energies)\n", + "ytilde = clf.predict(X)\n", + "EoS['Eols'] = ytilde\n", + "# The mean squared error \n", + "print(\"Mean squared error: %.2f\" % mean_squared_error(Energies, ytilde))\n", + "# Explained variance score: 1 is perfect prediction \n", + "print('Variance score: %.2f' % r2_score(Energies, ytilde))\n", + "# Mean absolute error \n", + "print('Mean absolute error: %.2f' % mean_absolute_error(Energies, ytilde))\n", + "print(clf.coef_, clf.intercept_)\n", + "\n", + "# The Ridge regression with a hyperparameter lambda = 0.1\n", + "_lambda = 0.1\n", + "clf_ridge = skl.Ridge(alpha=_lambda).fit(X, Energies)\n", + "yridge = clf_ridge.predict(X)\n", + "EoS['Eridge'] = yridge\n", + "# The mean squared error \n", + "print(\"Mean squared error: %.2f\" % mean_squared_error(Energies, yridge))\n", + "# Explained variance score: 1 is perfect prediction \n", + "print('Variance score: %.2f' % r2_score(Energies, yridge))\n", + "# Mean absolute error \n", + "print('Mean absolute error: %.2f' % mean_absolute_error(Energies, yridge))\n", + "print(clf_ridge.coef_, clf_ridge.intercept_)\n", + "\n", + "fig, ax = plt.subplots()\n", + "ax.set_xlabel(r'$\\rho[\\mathrm{fm}^{-3}]$')\n", + "ax.set_ylabel(r'Energy per particle')\n", + "ax.plot(EoS['Density'], EoS['Energy'], alpha=0.7, lw=2,\n", + " label='Theoretical data')\n", + "ax.plot(EoS['Density'], EoS['Eols'], alpha=0.7, lw=2, c='m',\n", + " label='OLS')\n", + "ax.plot(EoS['Density'], EoS['Eridge'], alpha=0.7, lw=2, c='g',\n", + " label='Ridge $\\lambda = 0.1$')\n", + "ax.legend()\n", + "save_fig(\"EoSfitting\")\n", + "plt.show()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The above simple polynomial in density $\\rho$ gives an excellent fit\n", + "to the data. \n", + "\n", + "We note also that there is a small deviation between the\n", + "standard OLS and the Ridge regression at higher densities. We discuss this in more detail\n", + "below.\n", + "\n", + "\n", + "## Splitting our Data in Training and Test data\n", + "\n", + "It is normal in essentially all Machine Learning studies to split the\n", + "data in a training set and a test set (sometimes also an additional\n", + "validation set). **Scikit-Learn** has an own function for this. There\n", + "is no explicit recipe for how much data should be included as training\n", + "data and say test data. An accepted rule of thumb is to use\n", + "approximately $2/3$ to $4/5$ of the data as training data. We will\n", + "postpone a discussion of this splitting to the end of these notes and\n", + "our discussion of the so-called **bias-variance** tradeoff. Here we\n", + "limit ourselves to repeat the above equation of state fitting example\n", + "but now splitting the data into a training set and a test set." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "import os\n", + "import numpy as np\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "from sklearn.model_selection import train_test_split\n", + "# Where to save the figures and data files\n", + "PROJECT_ROOT_DIR = \"Results\"\n", + "FIGURE_ID = \"Results/FigureFiles\"\n", + "DATA_ID = \"DataFiles/\"\n", + "\n", + "if not os.path.exists(PROJECT_ROOT_DIR):\n", + " os.mkdir(PROJECT_ROOT_DIR)\n", + "\n", + "if not os.path.exists(FIGURE_ID):\n", + " os.makedirs(FIGURE_ID)\n", + "\n", + "if not os.path.exists(DATA_ID):\n", + " os.makedirs(DATA_ID)\n", + "\n", + "def image_path(fig_id):\n", + " return os.path.join(FIGURE_ID, fig_id)\n", + "\n", + "def data_path(dat_id):\n", + " return os.path.join(DATA_ID, dat_id)\n", + "\n", + "def save_fig(fig_id):\n", + " plt.savefig(image_path(fig_id) + \".png\", format='png')\n", + "\n", + "def R2(y_data, y_model):\n", + " return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2)\n", + "def MSE(y_data,y_model):\n", + " n = np.size(y_model)\n", + " return np.sum((y_data-y_model)**2)/n\n", + "\n", + "infile = open(data_path(\"EoS.csv\"),'r')\n", + "\n", + "# Read the EoS data as csv file and organized into two arrays with density and energies\n", + "EoS = pd.read_csv(infile, names=('Density', 'Energy'))\n", + "EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce')\n", + "EoS = EoS.dropna()\n", + "Energies = EoS['Energy']\n", + "Density = EoS['Density']\n", + "# The design matrix now as function of various polytrops\n", + "X = np.zeros((len(Density),5))\n", + "X[:,0] = 1\n", + "X[:,1] = Density**(2.0/3.0)\n", + "X[:,2] = Density\n", + "X[:,3] = Density**(4.0/3.0)\n", + "X[:,4] = Density**(5.0/3.0)\n", + "# We split the data in test and training data\n", + "X_train, X_test, y_train, y_test = train_test_split(X, Energies, test_size=0.2)\n", + "# matrix inversion to find beta\n", + "beta = np.linalg.inv(X_train.T.dot(X_train)).dot(X_train.T).dot(y_train)\n", + "# and then make the prediction\n", + "ytilde = X_train @ beta\n", + "print(\"Training R2\")\n", + "print(R2(y_train,ytilde))\n", + "print(\"Training MSE\")\n", + "print(MSE(y_train,ytilde))\n", + "ypredict = X_test @ beta\n", + "print(\"Test R2\")\n", + "print(R2(y_test,ypredict))\n", + "print(\"Test MSE\")\n", + "print(MSE(y_test,ypredict))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ "## Exercises for week 36\n", "Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1..\n", "\n", @@ -2844,6 +4401,7 @@ "Here you simply need to change the degree of the polynomial in the above code to $n=15$.\n", "\n", "\n", + "\n", "" ] } diff --git a/doc/src/week34/week34.do.txt b/doc/src/week34/week34.do.txt index a0b6839e7..cc22402f2 100644 --- a/doc/src/week34/week34.do.txt +++ b/doc/src/week34/week34.do.txt @@ -36,15 +36,23 @@ Reading recommendations this week: Refresh linear algebra, GBC chapters 1 and 2. ===== Thursday August 26 ===== -"Video of Lecture from Fall Semester 2020":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/zoom_0.mp4?vrtx=view-as-webpage". + The lectures will be recorded and updated videos will be posted after the lectures. +"Video of Lecture August 26, 2021":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h21/forelesningsvideoer/LectureThursdayAugust26.mp4?vrtx=view-as-webpage + + _Zoom link for lectures_: URL:"https://msu.zoom.us/j/93311529525?pwd=a1VXSzY4aTFWVy9Rb05mNDJTZ09lZz09" * Meeting ID: 933 1152 9525 * Passcode: 646102 +"Video of Lecture from Fall Semester 2020":"https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/zoom_0.mp4?vrtx=view-as-webpage". + + + + !split ===== Lectures and ComputerLab ===== @@ -1011,41 +1019,6 @@ For multidimensional arrays, we recommend strongly "xarray":"http://xarray.pydat -!split -===== Reading Data and fitting ===== - -In order to study various Machine Learning algorithms, we need to -access data. Acccessing data is an essential step in all machine -learning algorithms. In particular, setting up the so-called _design -matrix_ (to be defined below) is often the first element we need in -order to perform our calculations. To set up the design matrix means -reading (and later, when the calculations are done, writing) data -in various formats, The formats span from reading files from disk, -loading data from databases and interacting with online sources -like web application programming interfaces (APIs). - -In handling various input formats, as discussed above, we will mainly stay with _pandas_, -a Python package which allows us, in a seamless and painless way, to -deal with a multitude of formats, from standard _csv_ (comma separated -values) files, via _excel_, _html_ to _hdf5_ formats. With _pandas_ -and the _DataFrame_ and _Series_ functionalities we are able to convert text data -into the calculational formats we need for a specific algorithm. And our code is going to be -pretty close the basic mathematical expressions. - -Our first data set is going to be a classic from nuclear physics, namely all -available data on binding energies. Don't be intimidated if you are not familiar with nuclear physics. It serves merely as an example here of a data set. - -We will show some of the -strengths of packages like _Scikit-Learn_ in fitting nuclear binding energies to -specific functions using linear regression first. Then, as a teaser, we will show you how -you can easily implement other algorithms like decision trees and random forests and neural networks. - -But before we really start with nuclear physics data, let's just look at some simpler polynomial fitting cases, such as, -(don't be offended) fitting straight lines! - -!split -===== Friday August 27 ===== - !split === Simple linear regression model using _scikit-learn_ === @@ -1706,6 +1679,968 @@ Machine Learning algorithms for supervised learning. Later we will meet _Tensorf Now it is time to dive more into the details of various methods. We will start with linear regression and try to take a deeper look at what it entails. +!split +===== Why Linear Regression (aka Ordinary Least Squares and family) ===== + +Fitting a continuous function with linear parameterization in terms of the parameters $\bm{\beta}$. +* Method of choice for fitting a continuous function! +* Gives an excellent introduction to central Machine Learning features with _understandable pedagogical_ links to other methods like _Neural Networks_, _Support Vector Machines_ etc +* Analytical expression for the fitting parameters $\bm{\beta}$ +* Analytical expressions for statistical propertiers like mean values, variances, confidence intervals and more +* Analytical relation with probabilistic interpretations +* Easy to introduce basic concepts like bias-variance tradeoff, cross-validation, resampling and regularization techniques and many other ML topics +* Easy to code! And links well with classification problems and logistic regression and neural networks +* Allows for _easy_ hands-on understanding of gradient descent methods +* and many more features + +For more discussions of Ridge and Lasso regression, "Wessel van Wieringen's":"https://arxiv.org/abs/1509.09169" article is highly recommended. +Similarly, "Mehta et al's article":"https://arxiv.org/abs/1803.08823" is also recommended. + + +!split +===== Regression analysis, overarching aims ===== +!bblock + +Regression modeling deals with the description of the sampling distribution of a given random variable $y$ and how it varies as function of another variable or a set of such variables $\bm{x} =[x_0, x_1,\dots, x_{n-1}]^T$. +The first variable is called the _dependent_, the _outcome_ or the _response_ variable while the set of variables $\bm{x}$ is called the independent variable, or the predictor variable or the explanatory variable. + +A regression model aims at finding a likelihood function $p(\bm{y}\vert \bm{x})$, that is the conditional distribution for $\bm{y}$ with a given $\bm{x}$. The estimation of $p(\bm{y}\vert \bm{x})$ is made using a data set with +* $n$ cases $i = 0, 1, 2, \dots, n-1$ +* Response (target, dependent or outcome) variable $y_i$ with $i = 0, 1, 2, \dots, n-1$ +* $p$ so-called explanatory (independent or predictor) variables $\bm{x}_i=[x_{i0}, x_{i1}, \dots, x_{ip-1}]$ with $i = 0, 1, 2, \dots, n-1$ and explanatory variables running from $0$ to $p-1$. See below for more explicit examples. + The goal of the regression analysis is to extract/exploit relationship between $\bm{y}$ and $\bm{x}$ in or to infer causal dependencies, approximations to the likelihood functions, functional relationships and to make predictions, making fits and many other things. +!eblock + +!split +===== Regression analysis, overarching aims II ===== +!bblock + + +Consider an experiment in which $p$ characteristics of $n$ samples are +measured. The data from this experiment, for various explanatory variables $p$ are normally represented by a matrix +$\mathbf{X}$. + +The matrix $\mathbf{X}$ is called the *design +matrix*. Additional information of the samples is available in the +form of $\bm{y}$ (also as above). The variable $\bm{y}$ is +generally referred to as the *response variable*. The aim of +regression analysis is to explain $\bm{y}$ in terms of +$\bm{X}$ through a functional relationship like $y_i = +f(\mathbf{X}_{i,\ast})$. When no prior knowledge on the form of +$f(\cdot)$ is available, it is common to assume a linear relationship +between $\bm{X}$ and $\bm{y}$. This assumption gives rise to +the *linear regression model* where $\bm{\beta} = [\beta_0, \ldots, +\beta_{p-1}]^{T}$ are the *regression parameters*. + +Linear regression gives us a set of analytical equations for the parameters $\beta_j$. + +!eblock + + + +!split +===== Examples ===== +!bblock +In order to understand the relation among the predictors $p$, the set of data $n$ and the target (outcome, output etc) $\bm{y}$, +consider the model we discussed for describing nuclear binding energies. + +There we assumed that we could parametrize the data using a polynomial approximation based on the liquid drop model. +Assuming +!bt +\[ +BE(A) = a_0+a_1A+a_2A^{2/3}+a_3A^{-1/3}+a_4A^{-1}, +\] +!et +we have five predictors, that is the intercept, the $A$ dependent term, the $A^{2/3}$ term and the $A^{-1/3}$ and $A^{-1}$ terms. +This gives $p=0,1,2,3,4$. Furthermore we have $n$ entries for each predictor. It means that our design matrix is a +$p\times n$ matrix $\bm{X}$. + +Here the predictors are based on a model we have made. A popular data set which is widely encountered in ML applications is the +so-called "credit card default data from Taiwan":"https://www.sciencedirect.com/science/article/pii/S0957417407006719?via%3Dihub". The data set contains data on $n=30000$ credit card holders with predictors like gender, marital status, age, profession, education, etc. In total there are $24$ such predictors or attributes leading to a design matrix of dimensionality $24 \times 30000$. This is however a classification problem and we will come back to it when we discuss Logistic Regression. + +!eblock + + + + + +!split +===== General linear models ===== +!bblock +Before we proceed let us study a case from linear algebra where we aim at fitting a set of data $\bm{y}=[y_0,y_1,\dots,y_{n-1}]$. We could think of these data as a result of an experiment or a complicated numerical experiment. These data are functions of a series of variables $\bm{x}=[x_0,x_1,\dots,x_{n-1}]$, that is $y_i = y(x_i)$ with $i=0,1,2,\dots,n-1$. The variables $x_i$ could represent physical quantities like time, temperature, position etc. We assume that $y(x)$ is a smooth function. + +Since obtaining these data points may not be trivial, we want to use these data to fit a function which can allow us to make predictions for values of $y$ which are not in the present set. The perhaps simplest approach is to assume we can parametrize our function in terms of a polynomial of degree $n-1$ with $n$ points, that is +!bt +\[ +y=y(x) \rightarrow y(x_i)=\tilde{y}_i+\epsilon_i=\sum_{j=0}^{n-1} \beta_j x_i^j+\epsilon_i, +\] +!et +where $\epsilon_i$ is the error in our approximation. + +!eblock + + +!split +===== Rewriting the fitting procedure as a linear algebra problem ===== +!bblock +For every set of values $y_i,x_i$ we have thus the corresponding set of equations +!bt +\begin{align*} +y_0&=\beta_0+\beta_1x_0^1+\beta_2x_0^2+\dots+\beta_{n-1}x_0^{n-1}+\epsilon_0\\ +y_1&=\beta_0+\beta_1x_1^1+\beta_2x_1^2+\dots+\beta_{n-1}x_1^{n-1}+\epsilon_1\\ +y_2&=\beta_0+\beta_1x_2^1+\beta_2x_2^2+\dots+\beta_{n-1}x_2^{n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{n-1}&=\beta_0+\beta_1x_{n-1}^1+\beta_2x_{n-1}^2+\dots+\beta_{n-1}x_{n-1}^{n-1}+\epsilon_{n-1}.\\ +\end{align*} +!et +!eblock + + +!split +===== Rewriting the fitting procedure as a linear algebra problem, more details ===== +!bblock +Defining the vectors +!bt +\[ +\bm{y} = [y_0,y_1, y_2,\dots, y_{n-1}]^T, +\] +!et +and +!bt +\[ +\bm{\beta} = [\beta_0,\beta_1, \beta_2,\dots, \beta_{n-1}]^T, +\] +!et +and +!bt +\[ +\bm{\epsilon} = [\epsilon_0,\epsilon_1, \epsilon_2,\dots, \epsilon_{n-1}]^T, +\] +!et +and the design matrix +!bt +\[ +\bm{X}= +\begin{bmatrix} +1& x_{0}^1 &x_{0}^2& \dots & \dots &x_{0}^{n-1}\\ +1& x_{1}^1 &x_{1}^2& \dots & \dots &x_{1}^{n-1}\\ +1& x_{2}^1 &x_{2}^2& \dots & \dots &x_{2}^{n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +1& x_{n-1}^1 &x_{n-1}^2& \dots & \dots &x_{n-1}^{n-1}\\ +\end{bmatrix} +\] +!et +we can rewrite our equations as +!bt +\[ +\bm{y} = \bm{X}\bm{\beta}+\bm{\epsilon}. +\] +!et +The above design matrix is called a "Vandermonde matrix":"https://en.wikipedia.org/wiki/Vandermonde_matrix". +!eblock + + +!split +===== Generalizing the fitting procedure as a linear algebra problem ===== +!bblock + +We are obviously not limited to the above polynomial expansions. We +could replace the various powers of $x$ with elements of Fourier +series or instead of $x_i^j$ we could have $\cos{(j x_i)}$ or $\sin{(j +x_i)}$, or time series or other orthogonal functions. For every set +of values $y_i,x_i$ we can then generalize the equations to + +!bt +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_2\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_i\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +!et + +_Note that we have $p=n$ here. The matrix is symmetric. This is generally not the case!_ +!eblock + + +!split +===== Generalizing the fitting procedure as a linear algebra problem ===== +!bblock +We redefine in turn the matrix $\bm{X}$ as +!bt +\[ +\bm{X}= +\begin{bmatrix} +x_{00}& x_{01} &x_{02}& \dots & \dots &x_{0,n-1}\\ +x_{10}& x_{11} &x_{12}& \dots & \dots &x_{1,n-1}\\ +x_{20}& x_{21} &x_{22}& \dots & \dots &x_{2,n-1}\\ +\dots& \dots &\dots& \dots & \dots &\dots\\ +x_{n-1,0}& x_{n-1,1} &x_{n-1,2}& \dots & \dots &x_{n-1,n-1}\\ +\end{bmatrix} +\] +!et +and without loss of generality we rewrite again our equations as +!bt +\[ +\bm{y} = \bm{X}\bm{\beta}+\bm{\epsilon}. +\] +!et +The left-hand side of this equation is kwown. Our error vector $\bm{\epsilon}$ and the parameter vector $\bm{\beta}$ are our unknow quantities. How can we obtain the optimal set of $\beta_i$ values? +!eblock + + +!split +===== Optimizing our parameters ===== +!bblock +We have defined the matrix $\bm{X}$ via the equations +!bt +\begin{align*} +y_0&=\beta_0x_{00}+\beta_1x_{01}+\beta_2x_{02}+\dots+\beta_{n-1}x_{0n-1}+\epsilon_0\\ +y_1&=\beta_0x_{10}+\beta_1x_{11}+\beta_2x_{12}+\dots+\beta_{n-1}x_{1n-1}+\epsilon_1\\ +y_2&=\beta_0x_{20}+\beta_1x_{21}+\beta_2x_{22}+\dots+\beta_{n-1}x_{2n-1}+\epsilon_1\\ +\dots & \dots \\ +y_{i}&=\beta_0x_{i0}+\beta_1x_{i1}+\beta_2x_{i2}+\dots+\beta_{n-1}x_{in-1}+\epsilon_1\\ +\dots & \dots \\ +y_{n-1}&=\beta_0x_{n-1,0}+\beta_1x_{n-1,2}+\beta_2x_{n-1,2}+\dots+\beta_{n-1}x_{n-1,n-1}+\epsilon_{n-1}.\\ +\end{align*} +!et + +As we noted above, we stayed with a system with the design matrix + $\bm{X}\in {\mathbb{R}}^{n\times n}$, that is we have $p=n$. For reasons to come later (algorithmic arguments) we will hereafter define +our matrix as $\bm{X}\in {\mathbb{R}}^{n\times p}$, with the predictors refering to the column numbers and the entries $n$ being the row elements. + +!eblock + + +!split +===== Our model for the nuclear binding energies ===== + +In our "introductory notes":"https://compphysics.github.io/MachineLearning/doc/pub/How2ReadData/html/How2ReadData.html" we looked at the so-called "liquid drop model":"https://en.wikipedia.org/wiki/Semi-empirical_mass_formula". Let us remind ourselves about what we did by looking at the code. + +We restate the parts of the code we are most interested in. +!bc pycod +# Common imports +import numpy as np +import pandas as pd +import matplotlib.pyplot as plt +from IPython.display import display +import os + +# Where to save the figures and data files +PROJECT_ROOT_DIR = "Results" +FIGURE_ID = "Results/FigureFiles" +DATA_ID = "DataFiles/" + +if not os.path.exists(PROJECT_ROOT_DIR): + os.mkdir(PROJECT_ROOT_DIR) + +if not os.path.exists(FIGURE_ID): + os.makedirs(FIGURE_ID) + +if not os.path.exists(DATA_ID): + os.makedirs(DATA_ID) + +def image_path(fig_id): + return os.path.join(FIGURE_ID, fig_id) + +def data_path(dat_id): + return os.path.join(DATA_ID, dat_id) + +def save_fig(fig_id): + plt.savefig(image_path(fig_id) + ".png", format='png') + +infile = open(data_path("MassEval2016.dat"),'r') + + +# Read the experimental data with Pandas +Masses = pd.read_fwf(infile, usecols=(2,3,4,6,11), + names=('N', 'Z', 'A', 'Element', 'Ebinding'), + widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1), + header=39, + index_col=False) + +# Extrapolated values are indicated by '#' in place of the decimal place, so +# the Ebinding column won't be numeric. Coerce to float and drop these entries. +Masses['Ebinding'] = pd.to_numeric(Masses['Ebinding'], errors='coerce') +Masses = Masses.dropna() +# Convert from keV to MeV. +Masses['Ebinding'] /= 1000 + +# Group the DataFrame by nucleon number, A. +Masses = Masses.groupby('A') +# Find the rows of the grouped DataFrame with the maximum binding energy. +Masses = Masses.apply(lambda t: t[t.Ebinding==t.Ebinding.max()]) +A = Masses['A'] +Z = Masses['Z'] +N = Masses['N'] +Element = Masses['Element'] +Energies = Masses['Ebinding'] + +# Now we set up the design matrix X +X = np.zeros((len(A),5)) +X[:,0] = 1 +X[:,1] = A +X[:,2] = A**(2.0/3.0) +X[:,3] = A**(-1.0/3.0) +X[:,4] = A**(-1.0) +# Then nice printout using pandas +DesignMatrix = pd.DataFrame(X) +DesignMatrix.index = A +DesignMatrix.columns = ['1', 'A', 'A^(2/3)', 'A^(-1/3)', '1/A'] +display(DesignMatrix) +!ec + +With $\bm{\beta}\in {\mathbb{R}}^{p\times 1}$, it means that we will hereafter write our equations for the approximation as +!bt +\[ +\bm{\tilde{y}}= \bm{X}\bm{\beta}, +\] +!et +throughout these lectures. + + +!split +===== Optimizing our parameters, more details ===== +!bblock +With the above we use the design matrix to define the approximation $\bm{\tilde{y}}$ via the unknown quantity $\bm{\beta}$ as +!bt +\[ +\bm{\tilde{y}}= \bm{X}\bm{\beta}, +\] +!et +and in order to find the optimal parameters $\beta_i$ instead of solving the above linear algebra problem, we define a function which gives a measure of the spread between the values $y_i$ (which represent hopefully the exact values) and the parameterized values $\tilde{y}_i$, namely +!bt +\[ +C(\bm{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2=\frac{1}{n}\left\{\left(\bm{y}-\bm{\tilde{y}}\right)^T\left(\bm{y}-\bm{\tilde{y}}\right)\right\}, +\] +!et +or using the matrix $\bm{X}$ and in a more compact matrix-vector notation as +!bt +\[ +C(\bm{\beta})=\frac{1}{n}\left\{\left(\bm{y}-\bm{X}\bm{\beta}\right)^T\left(\bm{y}-\bm{X}\bm{\beta}\right)\right\}. +\] +!et +This function is one possible way to define the so-called cost function. + + + +It is also common to define +the function $C$ as + +!bt +\[ +C(\bm{\beta})=\frac{1}{2n}\sum_{i=0}^{n-1}\left(y_i-\tilde{y}_i\right)^2, +\] +!et +since when taking the first derivative with respect to the unknown parameters $\beta$, the factor of $2$ cancels out. +!eblock + + +!split +===== Interpretations and optimizing our parameters ===== +!bblock + +The function +!bt +\[ +C(\bm{\beta})=\frac{1}{n}\left\{\left(\bm{y}-\bm{X}\bm{\beta}\right)^T\left(\bm{y}-\bm{X}\bm{\beta}\right)\right\}, +\] +!et +can be linked to the variance of the quantity $y_i$ if we interpret the latter as the mean value. +When linking (see the discussion below) with the maximum likelihood approach below, we will indeed interpret $y_i$ as a mean value +!bt +\[ +y_{i}=\langle y_i \rangle = \beta_0x_{i,0}+\beta_1x_{i,1}+\beta_2x_{i,2}+\dots+\beta_{n-1}x_{i,n-1}+\epsilon_i, +\] +!et + +where $\langle y_i \rangle$ is the mean value. Keep in mind also that +till now we have treated $y_i$ as the exact value. Normally, the +response (dependent or outcome) variable $y_i$ the outcome of a +numerical experiment or another type of experiment and is thus only an +approximation to the true value. It is then always accompanied by an +error estimate, often limited to a statistical error estimate given by +the standard deviation discussed earlier. In the discussion here we +will treat $y_i$ as our exact value for the response variable. + +In order to find the parameters $\beta_i$ we will then minimize the spread of $C(\bm{\beta})$, that is we are going to solve the problem +!bt +\[ +{\displaystyle \min_{\bm{\beta}\in +{\mathbb{R}}^{p}}}\frac{1}{n}\left\{\left(\bm{y}-\bm{X}\bm{\beta}\right)^T\left(\bm{y}-\bm{X}\bm{\beta}\right)\right\}. +\] +!et +In practical terms it means we will require +!bt +\[ +\frac{\partial C(\bm{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)^2\right]=0, +\] +!et +which results in +!bt +\[ +\frac{\partial C(\bm{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_{ij}\left(y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}\right)\right]=0, +\] +!et +or in a matrix-vector form as +!bt +\[ +\frac{\partial C(\bm{\beta})}{\partial \bm{\beta}} = 0 = \bm{X}^T\left( \bm{y}-\bm{X}\bm{\beta}\right). +\] +!et + + +!eblock + + +!split +===== Interpretations and optimizing our parameters ===== +!bblock +We can rewrite +!bt +\[ +\frac{\partial C(\bm{\beta})}{\partial \bm{\beta}} = 0 = \bm{X}^T\left( \bm{y}-\bm{X}\bm{\beta}\right), +\] +!et +as +!bt +\[ +\bm{X}^T\bm{y} = \bm{X}^T\bm{X}\bm{\beta}, +\] +!et +and if the matrix $\bm{X}^T\bm{X}$ is invertible we have the solution +!bt +\[ +\bm{\beta} =\left(\bm{X}^T\bm{X}\right)^{-1}\bm{X}^T\bm{y}. +\] +!et + +We note also that since our design matrix is defined as $\bm{X}\in +{\mathbb{R}}^{n\times p}$, the product $\bm{X}^T\bm{X} \in +{\mathbb{R}}^{p\times p}$. In the above case we have that $p \ll n$, +in our case $p=5$ meaning that we end up with inverting a small +$5\times 5$ matrix. This is a rather common situation, in many cases we end up with low-dimensional +matrices to invert. The methods discussed here and for many other +supervised learning algorithms like classification with logistic +regression or support vector machines, exhibit dimensionalities which +allow for the usage of direct linear algebra methods such as _LU_ decomposition or _Singular Value Decomposition_ (SVD) for finding the inverse of the matrix +$\bm{X}^T\bm{X}$. +!eblock + +!bblock +_Small question_: Do you think the example we have at hand here (the nuclear binding energies) can lead to problems in inverting the matrix $\bm{X}^T\bm{X}$? What kind of problems can we expect? +!eblock + +!split +===== Some useful matrix and vector expressions ===== + +The following matrix and vector relation will be useful here and for the rest of the course. Vectors are always written as boldfaced lower case letters and +matrices as upper case boldfaced letters. + +!bt +\[ +\frac{\partial (\bm{b}^T\bm{a})}{\partial \bm{a}} = \bm{b}, +\] +!et +!bt +\[ +\frac{\partial (\bm{a}^T\bm{A}\bm{a})}{\partial \bm{a}} = (\bm{A}+\bm{A}^T)\bm{a}, +\] +!et +!bt +\[ +\frac{\partial tr(\bm{B}\bm{A})}{\partial \bm{A}} = \bm{B}^T, +\] +!et +!bt +\[ +\frac{\partial \log{\vert\bm{A}\vert}}{\partial \bm{A}} = (\bm{A}^{-1})^T. +\] +!et +!split +===== Interpretations and optimizing our parameters ===== +!bblock +The residuals $\bm{\epsilon}$ are in turn given by +!bt +\[ +\bm{\epsilon} = \bm{y}-\bm{\tilde{y}} = \bm{y}-\bm{X}\bm{\beta}, +\] +!et +and with +!bt +\[ +\bm{X}^T\left( \bm{y}-\bm{X}\bm{\beta}\right)= 0, +\] +!et +we have +!bt +\[ +\bm{X}^T\bm{\epsilon}=\bm{X}^T\left( \bm{y}-\bm{X}\bm{\beta}\right)= 0, +\] +!et +meaning that the solution for $\bm{\beta}$ is the one which minimizes the residuals. Later we will link this with the maximum likelihood approach. + +!eblock + + +Let us now return to our nuclear binding energies and simply code the above equations. + +!split +===== Own code for Ordinary Least Squares ===== + +It is rather straightforward to implement the matrix inversion and obtain the parameters $\bm{\beta}$. After having defined the matrix $\bm{X}$ we simply need to +write +!bc pycod +# matrix inversion to find beta +beta = np.linalg.inv(X.T.dot(X)).dot(X.T).dot(Energies) +# and then make the prediction +ytilde = X @ beta +!ec +Alternatively, you can use the least squares functionality in _Numpy_ as +!bc pycod +fit = np.linalg.lstsq(X, Energies, rcond =None)[0] +ytildenp = np.dot(fit,X.T) +!ec + +And finally we plot our fit with and compare with data +!bc pycod +Masses['Eapprox'] = ytilde +# Generate a plot comparing the experimental with the fitted values values. +fig, ax = plt.subplots() +ax.set_xlabel(r'$A = N + Z$') +ax.set_ylabel(r'$E_\mathrm{bind}\,/\mathrm{MeV}$') +ax.plot(Masses['A'], Masses['Ebinding'], alpha=0.7, lw=2, + label='Ame2016') +ax.plot(Masses['A'], Masses['Eapprox'], alpha=0.7, lw=2, c='m', + label='Fit') +ax.legend() +save_fig("Masses2016OLS") +plt.show() +!ec + +!split +===== Adding error analysis and training set up ===== + +We can easily test our fit by computing the $R2$ score that we discussed in connection with the functionality of _Scikit-Learn_ in the introductory slides. +Since we are not using _Scikit-Learn_ here we can define our own $R2$ function as +!bc pycod +def R2(y_data, y_model): + return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2) +!ec +and we would be using it as +!bc pycod +print(R2(Energies,ytilde)) +!ec + +We can easily add our _MSE_ score as +!bc pycod +def MSE(y_data,y_model): + n = np.size(y_model) + return np.sum((y_data-y_model)**2)/n + +print(MSE(Energies,ytilde)) +!ec +and finally the relative error as +!bc pycod +def RelativeError(y_data,y_model): + return abs((y_data-y_model)/y_data) +print(RelativeError(Energies, ytilde)) +!ec + + + +!split +===== The $\chi^2$ function ===== +!bblock + +Normally, the response (dependent or outcome) variable $y_i$ is the +outcome of a numerical experiment or another type of experiment and is +thus only an approximation to the true value. It is then always +accompanied by an error estimate, often limited to a statistical error +estimate given by the standard deviation discussed earlier. In the +discussion here we will treat $y_i$ as our exact value for the +response variable. + +Introducing the standard deviation $\sigma_i$ for each measurement +$y_i$, we define now the $\chi^2$ function (omitting the $1/n$ term) +as + +!bt +\[ +\chi^2(\bm{\beta})=\frac{1}{n}\sum_{i=0}^{n-1}\frac{\left(y_i-\tilde{y}_i\right)^2}{\sigma_i^2}=\frac{1}{n}\left\{\left(\bm{y}-\bm{\tilde{y}}\right)^T\frac{1}{\bm{\Sigma^2}}\left(\bm{y}-\bm{\tilde{y}}\right)\right\}, +\] +!et +where the matrix $\bm{\Sigma}$ is a diagonal matrix with $\sigma_i$ as matrix elements. + +!eblock + +!split +===== The $\chi^2$ function ===== +!bblock + +In order to find the parameters $\beta_i$ we will then minimize the spread of $\chi^2(\bm{\beta})$ by requiring +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \beta_j} = \frac{\partial }{\partial \beta_j}\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)^2\right]=0, +\] +!et +which results in +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \beta_j} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}\frac{x_{ij}}{\sigma_i}\left(\frac{y_i-\beta_0x_{i,0}-\beta_1x_{i,1}-\beta_2x_{i,2}-\dots-\beta_{n-1}x_{i,n-1}}{\sigma_i}\right)\right]=0, +\] +!et +or in a matrix-vector form as +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \bm{\beta}} = 0 = \bm{A}^T\left( \bm{b}-\bm{A}\bm{\beta}\right). +\] +!et +where we have defined the matrix $\bm{A} =\bm{X}/\bm{\Sigma}$ with matrix elements $a_{ij} = x_{ij}/\sigma_i$ and the vector $\bm{b}$ with elements $b_i = y_i/\sigma_i$. +!eblock + +!split +===== The $\chi^2$ function ===== +!bblock + +We can rewrite +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \bm{\beta}} = 0 = \bm{A}^T\left( \bm{b}-\bm{A}\bm{\beta}\right), +\] +!et +as +!bt +\[ +\bm{A}^T\bm{b} = \bm{A}^T\bm{A}\bm{\beta}, +\] +!et +and if the matrix $\bm{A}^T\bm{A}$ is invertible we have the solution +!bt +\[ +\bm{\beta} =\left(\bm{A}^T\bm{A}\right)^{-1}\bm{A}^T\bm{b}. +\] +!et +!eblock + +!split +===== The $\chi^2$ function ===== +!bblock + +If we then introduce the matrix +!bt +\[ +\bm{H} = \left(\bm{A}^T\bm{A}\right)^{-1}, +\] +!et +we have then the following expression for the parameters $\beta_j$ (the matrix elements of $\bm{H}$ are $h_{ij}$) +!bt +\[ +\beta_j = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}\frac{y_i}{\sigma_i}\frac{x_{ik}}{\sigma_i} = \sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}b_ia_{ik} +\] +!et +We state without proof the expression for the uncertainty in the parameters $\beta_j$ as (we leave this as an exercise) +!bt +\[ +\sigma^2(\beta_j) = \sum_{i=0}^{n-1}\sigma_i^2\left( \frac{\partial \beta_j}{\partial y_i}\right)^2, +\] +!et +resulting in +!bt +\[ +\sigma^2(\beta_j) = \left(\sum_{k=0}^{p-1}h_{jk}\sum_{i=0}^{n-1}a_{ik}\right)\left(\sum_{l=0}^{p-1}h_{jl}\sum_{m=0}^{n-1}a_{ml}\right) = h_{jj}! +\] +!et +!eblock + +!split +===== The $\chi^2$ function ===== +!bblock +The first step here is to approximate the function $y$ with a first-order polynomial, that is we write +!bt +\[ +y=y(x) \rightarrow y(x_i) \approx \beta_0+\beta_1 x_i. +\] +!et +By computing the derivatives of $\chi^2$ with respect to $\beta_0$ and $\beta_1$ show that these are given by +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \beta_0} = -2\left[ \frac{1}{n}\sum_{i=0}^{n-1}\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0, +\] +!et +and +!bt +\[ +\frac{\partial \chi^2(\bm{\beta})}{\partial \beta_1} = -\frac{2}{n}\left[ \sum_{i=0}^{n-1}x_i\left(\frac{y_i-\beta_0-\beta_1x_{i}}{\sigma_i^2}\right)\right]=0. +\] +!et +!eblock + +!split +===== The $\chi^2$ function ===== +!bblock + +For a linear fit (a first-order polynomial) we don't need to invert a matrix!! +Defining +!bt +\[ +\gamma = \sum_{i=0}^{n-1}\frac{1}{\sigma_i^2}, +\] +!et + +!bt +\[ +\gamma_x = \sum_{i=0}^{n-1}\frac{x_{i}}{\sigma_i^2}, +\] +!et + +!bt +\[ +\gamma_y = \sum_{i=0}^{n-1}\left(\frac{y_i}{\sigma_i^2}\right), +\] +!et + +!bt +\[ +\gamma_{xx} = \sum_{i=0}^{n-1}\frac{x_ix_{i}}{\sigma_i^2}, +\] +!et + +!bt +\[ +\gamma_{xy} = \sum_{i=0}^{n-1}\frac{y_ix_{i}}{\sigma_i^2}, +\] +!et + +we obtain + +!bt +\[ +\beta_0 = \frac{\gamma_{xx}\gamma_y-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}, +\] +!et + +!bt +\[ +\beta_1 = \frac{\gamma_{xy}\gamma-\gamma_x\gamma_y}{\gamma\gamma_{xx}-\gamma_x^2}. +\] +!et + +This approach (different linear and non-linear regression) suffers +often from both being underdetermined and overdetermined in the +unknown coefficients $\beta_i$. A better approach is to use the +Singular Value Decomposition (SVD) method discussed next week. + +!eblock + + +!split +===== Fitting an Equation of State for Dense Nuclear Matter ===== + +Before we continue, let us introduce yet another example. We are going to fit the +nuclear equation of state using results from many-body calculations. +The equation of state we have made available here, as function of +density, has been derived using modern nucleon-nucleon potentials with +"the addition of three-body +forces":"https://www.sciencedirect.com/science/article/pii/S0370157399001106". This +time the file is presented as a standard _csv_ file. + +The beginning of the Python code here is similar to what you have seen +before, with the same initializations and declarations. We use also +_pandas_ again, rather extensively in order to organize our data. + +The difference now is that we use _Scikit-Learn's_ regression tools +instead of our own matrix inversion implementation. Furthermore, we +sneak in _Ridge_ regression (to be discussed below) which includes a +hyperparameter $\lambda$, also to be explained below. + +!split +===== The code ===== + +!bc pycod +# Common imports +import os +import numpy as np +import pandas as pd +import matplotlib.pyplot as plt +import matplotlib.pyplot as plt +import sklearn.linear_model as skl +from sklearn.metrics import mean_squared_error, r2_score, mean_absolute_error + +# Where to save the figures and data files +PROJECT_ROOT_DIR = "Results" +FIGURE_ID = "Results/FigureFiles" +DATA_ID = "DataFiles/" + +if not os.path.exists(PROJECT_ROOT_DIR): + os.mkdir(PROJECT_ROOT_DIR) + +if not os.path.exists(FIGURE_ID): + os.makedirs(FIGURE_ID) + +if not os.path.exists(DATA_ID): + os.makedirs(DATA_ID) + +def image_path(fig_id): + return os.path.join(FIGURE_ID, fig_id) + +def data_path(dat_id): + return os.path.join(DATA_ID, dat_id) + +def save_fig(fig_id): + plt.savefig(image_path(fig_id) + ".png", format='png') + +infile = open(data_path("EoS.csv"),'r') + +# Read the EoS data as csv file and organize the data into two arrays with density and energies +EoS = pd.read_csv(infile, names=('Density', 'Energy')) +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce') +EoS = EoS.dropna() +Energies = EoS['Energy'] +Density = EoS['Density'] +# The design matrix now as function of various polytrops +X = np.zeros((len(Density),4)) +X[:,3] = Density**(4.0/3.0) +X[:,2] = Density +X[:,1] = Density**(2.0/3.0) +X[:,0] = 1 + +# We use now Scikit-Learn's linear regressor and ridge regressor +# OLS part +clf = skl.LinearRegression().fit(X, Energies) +ytilde = clf.predict(X) +EoS['Eols'] = ytilde +# The mean squared error +print("Mean squared error: %.2f" % mean_squared_error(Energies, ytilde)) +# Explained variance score: 1 is perfect prediction +print('Variance score: %.2f' % r2_score(Energies, ytilde)) +# Mean absolute error +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, ytilde)) +print(clf.coef_, clf.intercept_) + +# The Ridge regression with a hyperparameter lambda = 0.1 +_lambda = 0.1 +clf_ridge = skl.Ridge(alpha=_lambda).fit(X, Energies) +yridge = clf_ridge.predict(X) +EoS['Eridge'] = yridge +# The mean squared error +print("Mean squared error: %.2f" % mean_squared_error(Energies, yridge)) +# Explained variance score: 1 is perfect prediction +print('Variance score: %.2f' % r2_score(Energies, yridge)) +# Mean absolute error +print('Mean absolute error: %.2f' % mean_absolute_error(Energies, yridge)) +print(clf_ridge.coef_, clf_ridge.intercept_) + +fig, ax = plt.subplots() +ax.set_xlabel(r'$\rho[\mathrm{fm}^{-3}]$') +ax.set_ylabel(r'Energy per particle') +ax.plot(EoS['Density'], EoS['Energy'], alpha=0.7, lw=2, + label='Theoretical data') +ax.plot(EoS['Density'], EoS['Eols'], alpha=0.7, lw=2, c='m', + label='OLS') +ax.plot(EoS['Density'], EoS['Eridge'], alpha=0.7, lw=2, c='g', + label='Ridge $\lambda = 0.1$') +ax.legend() +save_fig("EoSfitting") +plt.show() +!ec + +The above simple polynomial in density $\rho$ gives an excellent fit +to the data. + +We note also that there is a small deviation between the +standard OLS and the Ridge regression at higher densities. We discuss this in more detail +below. + + +!split +===== Splitting our Data in Training and Test data ===== + +It is normal in essentially all Machine Learning studies to split the +data in a training set and a test set (sometimes also an additional +validation set). _Scikit-Learn_ has an own function for this. There +is no explicit recipe for how much data should be included as training +data and say test data. An accepted rule of thumb is to use +approximately $2/3$ to $4/5$ of the data as training data. We will +postpone a discussion of this splitting to the end of these notes and +our discussion of the so-called _bias-variance_ tradeoff. Here we +limit ourselves to repeat the above equation of state fitting example +but now splitting the data into a training set and a test set. + +!bc pycod +import os +import numpy as np +import pandas as pd +import matplotlib.pyplot as plt +from sklearn.model_selection import train_test_split +# Where to save the figures and data files +PROJECT_ROOT_DIR = "Results" +FIGURE_ID = "Results/FigureFiles" +DATA_ID = "DataFiles/" + +if not os.path.exists(PROJECT_ROOT_DIR): + os.mkdir(PROJECT_ROOT_DIR) + +if not os.path.exists(FIGURE_ID): + os.makedirs(FIGURE_ID) + +if not os.path.exists(DATA_ID): + os.makedirs(DATA_ID) + +def image_path(fig_id): + return os.path.join(FIGURE_ID, fig_id) + +def data_path(dat_id): + return os.path.join(DATA_ID, dat_id) + +def save_fig(fig_id): + plt.savefig(image_path(fig_id) + ".png", format='png') + +def R2(y_data, y_model): + return 1 - np.sum((y_data - y_model) ** 2) / np.sum((y_data - np.mean(y_data)) ** 2) +def MSE(y_data,y_model): + n = np.size(y_model) + return np.sum((y_data-y_model)**2)/n + +infile = open(data_path("EoS.csv"),'r') + +# Read the EoS data as csv file and organized into two arrays with density and energies +EoS = pd.read_csv(infile, names=('Density', 'Energy')) +EoS['Energy'] = pd.to_numeric(EoS['Energy'], errors='coerce') +EoS = EoS.dropna() +Energies = EoS['Energy'] +Density = EoS['Density'] +# The design matrix now as function of various polytrops +X = np.zeros((len(Density),5)) +X[:,0] = 1 +X[:,1] = Density**(2.0/3.0) +X[:,2] = Density +X[:,3] = Density**(4.0/3.0) +X[:,4] = Density**(5.0/3.0) +# We split the data in test and training data +X_train, X_test, y_train, y_test = train_test_split(X, Energies, test_size=0.2) +# matrix inversion to find beta +beta = np.linalg.inv(X_train.T.dot(X_train)).dot(X_train.T).dot(y_train) +# and then make the prediction +ytilde = X_train @ beta +print("Training R2") +print(R2(y_train,ytilde)) +print("Training MSE") +print(MSE(y_train,ytilde)) +ypredict = X_test @ beta +print("Test R2") +print(R2(y_test,ypredict)) +print("Test MSE") +print(MSE(y_test,ypredict)) +!ec + + + + + !split ===== Exercises for week 36 ===== Here are three possible exercises for week 36 and the lab sessions of Wednesday September 1.. @@ -1942,3 +2877,5 @@ Here you simply need to change the degree of the polynomial in the above code to !esol !esubex + +