diff --git a/doc/pub/week40/html/._week40-bs000.html b/doc/pub/week40/html/._week40-bs000.html
index 5bc847095..70578a21e 100644
--- a/doc/pub/week40/html/._week40-bs000.html
+++ b/doc/pub/week40/html/._week40-bs000.html
@@ -37,6 +37,18 @@ doconce format html week40.do.txt --html_style=bootstrap --pygments_html_style=d
Plans for week 40
- Summary from last week, using gradient descent methods, limitations
- 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
- 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
- Unsupported functions
- The syntax a.dot(b) when finding the dot product
- Recommended to avoid
- Using Autograd with OLS
- Same code but now with momentum gradient descent
- But noen of these can compete with Newton's method
- 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/"
- 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
+ Summary from last week, using gradient descent methods, limitations
+ 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
+ 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
+ Unsupported functions
+ The syntax a.dot(b) when finding the dot product
+ Recommended to avoid
+ Using Autograd with OLS
+ Same code but now with momentum gradient descent
+ But noen of these can compete with Newton's method
+ 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/"
+ 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
@@ -337,7 +352,7 @@ MathJax.Hub.Config({
-October 2-6, 2023
+September 30-October 4, 2024
@@ -362,7 +377,7 @@ MathJax.Hub.Config({
9
10
...
- 68
+ 71
»
@@ -376,7 +391,7 @@ MathJax.Hub.Config({
-->
- © 1999-2023, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license
+ © 1999-2024, Morten Hjorth-Jensen. Released under CC Attribution-NonCommercial 4.0 license