diff --git a/doc/pub/week40/html/._week40-bs000.html b/doc/pub/week40/html/._week40-bs000.html
index e77b3a43b..9a3894e65 100644
--- a/doc/pub/week40/html/._week40-bs000.html
+++ b/doc/pub/week40/html/._week40-bs000.html
@@ -36,8 +36,7 @@ doconce format html week40.do.txt --html_style=bootstrap --pygments_html_style=d
Plans for week 40
- Lecture Monday September 30, 2024
- Suggested readings and videos
- Lab sessions Tuesday and Wednesday
- Summary from last week, using gradient descent methods, limitations
- Simple implementation of GD for OLS, Ridge and Lasso
- But none of these can compete with Newton's method
- Gradient descent and Logistic regression
- Overview video on Stochastic Gradient Descent
- Batches and mini-batches
- Stochastic Gradient Descent (SGD)
- Stochastic Gradient Descent
- Computation of gradients
- SGD example
- The gradient step
- Simple example code
- When do we stop?
- Slightly different approach
- Time decay rate
- Code with a Number of Minibatches which varies
- Replace or not
- Momentum based GD
- More on momentum based approaches
- Momentum parameter
- Second moment of the gradient
- RMS prop
- "ADAM optimizer":"https://arxiv.org/abs/1412.6980"
- Algorithms and codes for Adagrad, RMSprop and Adam
- AdaGrad algorithm, taken from "Goodfellow et al":"https://www.deeplearningbook.org/contents/optimization.html"
- RMSProp algorithm, taken from "Goodfellow et al":"https://www.deeplearningbook.org/contents/optimization.html"
- ADAM algorithm, taken from "Goodfellow et al":"https://www.deeplearningbook.org/contents/optimization.html"
- Practical tips
- Automatic differentiation
- Using autograd
- Autograd with more complicated functions
- More complicated functions using the elements of their arguments directly
- Functions using mathematical functions from Numpy
- More autograd
- And with loops
- Using recursion
- Using Autograd with OLS
- Same code but now with momentum gradient descent
- Including Stochastic Gradient Descent with Autograd
- Same code but now with momentum gradient descent
- Similar (second order function now) problem but now with AdaGrad
- RMSprop for adaptive learning rate with Stochastic Gradient Descent
- And finally "ADAM":"https://arxiv.org/pdf/1412.6980.pdf"
- And Logistic Regression
- Introducing "JAX":"https://jax.readthedocs.io/en/latest/"
- Getting started with Jax, note the way we import numpy
- A warm-up example
- A more advanced example
- Introduction to Neural networks
- Artificial neurons
- Neural network types
- Feed-forward neural networks
- Convolutional Neural Network
- Recurrent neural networks
- Other types of networks
- Multilayer perceptrons
- Why multilayer perceptrons?
- Illustration of a single perceptron model and a multi-perceptron model
- Examples of XOR, OR and AND gates
- Does Logistic Regression do a better Job?
- Adding Neural Networks
- Mathematical model
- Mathematical model
- Mathematical model
- Mathematical model
- Mathematical model
- Matrix-vector notation
- Matrix-vector notation and activation
- Activation functions
- Activation functions, Logistic and Hyperbolic ones
- Relevance
+ Lecture Monday September 30, 2024
+ Suggested readings and videos
+ Lab sessions Tuesday and Wednesday
+ Automatic differentiation
+ Using autograd
+ Autograd with more complicated functions
+ More complicated functions using the elements of their arguments directly
+ Functions using mathematical functions from Numpy
+ More autograd
+ And with loops
+ Using recursion
+ Using Autograd with OLS
+ Same code but now with momentum gradient descent
+ Including Stochastic Gradient Descent with Autograd
+ Same code but now with momentum gradient descent
+ Similar (second order function now) problem but now with AdaGrad
+ RMSprop for adaptive learning rate with Stochastic Gradient Descent
+ And finally "ADAM":"https://arxiv.org/pdf/1412.6980.pdf"
+ And Logistic Regression
+ Introducing "JAX":"https://jax.readthedocs.io/en/latest/"
+ Getting started with Jax, note the way we import numpy
+ A warm-up example
+ A more advanced example
+ Introduction to Neural networks
+ Artificial neurons
+ Neural network types
+ Feed-forward neural networks
+ Convolutional Neural Network
+ Recurrent neural networks
+ Other types of networks
+ Multilayer perceptrons
+ Why multilayer perceptrons?
+ Illustration of a single perceptron model and a multi-perceptron model
+ Examples of XOR, OR and AND gates
+ Does Logistic Regression do a better Job?
+ Adding Neural Networks
+ Mathematical model
+ Mathematical model
+ Mathematical model
+ Mathematical model
+ Mathematical model
+ Matrix-vector notation
+ Matrix-vector notation and activation
+ Activation functions
+ Activation functions, Logistic and Hyperbolic ones
+ Relevance
@@ -369,18 +259,15 @@ MathJax.Hub.Config({
-Morten Hjorth-Jensen [1, 2]
+Morten Hjorth-Jensen
-
+
-[1] Department of Physics, University of Oslo, Norway
-
-
-[2] Department of Physics and Astronomy and Facility for Rare Ion Beams, Michigan State University, USA
+Department of Physics, University of Oslo, Norway
-September 30-October 4, 2024
+September 29-October 3, 2025
@@ -405,7 +292,7 @@ MathJax.Hub.Config({
9
10
...
- 69
+ 43
»
@@ -419,7 +306,7 @@ MathJax.Hub.Config({
-->
- © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
+ © 1999-2025, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license