From 39951d053090d933a5f6520710993fa9361b9b73 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 5 Dec 2025 17:19:09 -0700 Subject: Added module 5 lectures in markdown --- tutorials/module_5/how_neural_networks_learn.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tutorials/module_5/how_neural_networks_learn.md (limited to 'tutorials/module_5/how_neural_networks_learn.md') diff --git a/tutorials/module_5/how_neural_networks_learn.md b/tutorials/module_5/how_neural_networks_learn.md new file mode 100644 index 0000000..f81ec4d --- /dev/null +++ b/tutorials/module_5/how_neural_networks_learn.md @@ -0,0 +1,7 @@ +Lecture 3: How Neural Networks Learn + +- Loss functions +- Gradient descent & optimization +- Backpropagation concept +- Underfitting, overfitting, regularization +- Hyperparametersupervised Learning: Regression for engineering systems \ No newline at end of file -- cgit v1.2.3