diff --git a/doc/pub/week43/html/week43-bs.html b/doc/pub/week43/html/week43-bs.html index a991e9bc4..4b7cb355e 100644 --- a/doc/pub/week43/html/week43-bs.html +++ b/doc/pub/week43/html/week43-bs.html @@ -396,13 +396,14 @@ MathJax.Hub.Config({
- + +
@@ -412,11 +413,10 @@ MathJax.Hub.Config({
- +
    +
  1. Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.
  2. +
  3. The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems
  4. +
@@ -425,7 +425,7 @@ MathJax.Hub.Config({

Using Automatic differentiation

In our discussions of ordinary differential equations and neural network codes -we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 40, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html. +we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 41, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html.

diff --git a/doc/pub/week43/html/week43-reveal.html b/doc/pub/week43/html/week43-reveal.html index 6d8a445b5..3db80b689 100644 --- a/doc/pub/week43/html/week43-reveal.html +++ b/doc/pub/week43/html/week43-reveal.html @@ -197,15 +197,14 @@ MathJax.Hub.Config({
Material for the lecture on Monday October 20, 2025

-

+ +
@@ -214,14 +213,10 @@ MathJax.Hub.Config({
Lab sessions on Tuesday and Wednesday

-

+
    +

  1. Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.
  2. +

  3. The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems
  4. +
@@ -229,7 +224,7 @@ MathJax.Hub.Config({

Using Automatic differentiation

In our discussions of ordinary differential equations and neural network codes -we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 40, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html. +we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 41, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html.

diff --git a/doc/pub/week43/html/week43-solarized.html b/doc/pub/week43/html/week43-solarized.html index aad94e9d9..27c79506b 100644 --- a/doc/pub/week43/html/week43-solarized.html +++ b/doc/pub/week43/html/week43-solarized.html @@ -317,13 +317,14 @@ MathJax.Hub.Config({
Material for the lecture on Monday October 20, 2025

-

+ +
@@ -332,11 +333,10 @@ MathJax.Hub.Config({
Lab sessions on Tuesday and Wednesday

-

+
    +
  1. Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.
  2. +
  3. The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems
  4. +
@@ -344,7 +344,7 @@ MathJax.Hub.Config({

Using Automatic differentiation

In our discussions of ordinary differential equations and neural network codes -we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 40, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html. +we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 41, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html.











diff --git a/doc/pub/week43/html/week43.html b/doc/pub/week43/html/week43.html index a5349e8d7..6c0b7933d 100644 --- a/doc/pub/week43/html/week43.html +++ b/doc/pub/week43/html/week43.html @@ -394,13 +394,14 @@ MathJax.Hub.Config({
Material for the lecture on Monday October 20, 2025

-

+ +
@@ -409,11 +410,10 @@ MathJax.Hub.Config({
Lab sessions on Tuesday and Wednesday

-

+
    +
  1. Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.
  2. +
  3. The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems
  4. +
@@ -421,7 +421,7 @@ MathJax.Hub.Config({

Using Automatic differentiation

In our discussions of ordinary differential equations and neural network codes -we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 40, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html. +we will also study the usage of Autograd, see for example https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at https://github.com/HIPS/autograd and the lecture slides from week 41, see https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html.











diff --git a/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz b/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz index 686438690..0ff6ebee5 100644 Binary files a/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz and b/doc/pub/week43/ipynb/ipynb-week43-src.tar.gz differ diff --git a/doc/pub/week43/ipynb/week43.ipynb b/doc/pub/week43/ipynb/week43.ipynb index bcf841703..3e86d5cdb 100644 --- a/doc/pub/week43/ipynb/week43.ipynb +++ b/doc/pub/week43/ipynb/week43.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "b4262ce2", + "id": "8c52cd3b", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "9203032a", + "id": "846eee41", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "56b9fe61", + "id": "ff057bd5", "metadata": { "editable": true }, @@ -36,17 +36,20 @@ "\n", "**Material for the lecture on Monday October 20, 2025.**\n", "\n", - " * Building our own Feed-forward Neural Network with intro to Tensorflow\n", + "1. Reminder from last week, see lalso ecture notes from week 42 at as well as those from week 41, see see . \n", "\n", - " * Solving differential equations with Neural Networks\n", + "2. Building our own Feed-forward Neural Network.\n", + "\n", + "3. Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13.. \n", + "\n", + "4. Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well.\n", "\n", - "\n", - "" + "" ] }, { "cell_type": "markdown", - "id": "0b8b78a7", + "id": "8d1fd0b3", "metadata": { "editable": true }, @@ -54,16 +57,14 @@ "## Exercises and lab session week 43\n", "**Lab sessions on Tuesday and Wednesday.**\n", "\n", - " * Exercise on writing your own neural network code\n", + "1. Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code.\n", "\n", - " * The exercises this week will be continued next week as well\n", - "\n", - " * Discussion of project 2" + "2. The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems" ] }, { "cell_type": "markdown", - "id": "211ed9dd", + "id": "4990faa2", "metadata": { "editable": true }, @@ -71,12 +72,12 @@ "## Using Automatic differentiation\n", "\n", "In our discussions of ordinary differential equations and neural network codes\n", - "we will also study the usage of Autograd, see for example in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at and the lecture slides from week 40, see ." + "we will also study the usage of Autograd, see for example in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at and the lecture slides from week 41, see ." ] }, { "cell_type": "markdown", - "id": "22d4d145", + "id": "76cb0250", "metadata": { "editable": true }, @@ -93,7 +94,7 @@ }, { "cell_type": "markdown", - "id": "96f43859", + "id": "5bdfe8a0", "metadata": { "editable": true }, @@ -103,7 +104,7 @@ }, { "cell_type": "markdown", - "id": "a38b1a5e", + "id": "b78c27be", "metadata": { "editable": true }, @@ -130,7 +131,7 @@ }, { "cell_type": "markdown", - "id": "8e9e7f7a", + "id": "db515eac", "metadata": { "editable": true }, @@ -153,7 +154,7 @@ }, { "cell_type": "markdown", - "id": "64ec6fe3", + "id": "0d9e2c6d", "metadata": { "editable": true }, @@ -165,7 +166,7 @@ }, { "cell_type": "markdown", - "id": "ce7deff8", + "id": "c54ddbb9", "metadata": { "editable": true }, @@ -177,7 +178,7 @@ }, { "cell_type": "markdown", - "id": "0794bf9c", + "id": "0a074eb8", "metadata": { "editable": true }, @@ -187,7 +188,7 @@ }, { "cell_type": "markdown", - "id": "966295a4", + "id": "2916e7ad", "metadata": { "editable": true }, @@ -199,7 +200,7 @@ }, { "cell_type": "markdown", - "id": "1a24ff59", + "id": "fc87090a", "metadata": { "editable": true }, @@ -213,7 +214,7 @@ }, { "cell_type": "markdown", - "id": "0e7ea1ba", + "id": "0fab3976", "metadata": { "editable": true }, @@ -225,7 +226,7 @@ }, { "cell_type": "markdown", - "id": "bdefff6b", + "id": "506b036e", "metadata": { "editable": true }, @@ -237,7 +238,7 @@ }, { "cell_type": "markdown", - "id": "de1257ed", + "id": "7230ebb2", "metadata": { "editable": true }, @@ -247,7 +248,7 @@ }, { "cell_type": "markdown", - "id": "3c04f532", + "id": "24dcabf8", "metadata": { "editable": true }, @@ -259,7 +260,7 @@ }, { "cell_type": "markdown", - "id": "59d21e46", + "id": "769b4b46", "metadata": { "editable": true }, @@ -271,7 +272,7 @@ }, { "cell_type": "markdown", - "id": "22face27", + "id": "0eb6e407", "metadata": { "editable": true }, @@ -281,7 +282,7 @@ }, { "cell_type": "markdown", - "id": "1e72f57e", + "id": "dd2caf09", "metadata": { "editable": true }, @@ -293,7 +294,7 @@ }, { "cell_type": "markdown", - "id": "a9ebc5c4", + "id": "3ca5122d", "metadata": { "editable": true }, @@ -305,7 +306,7 @@ }, { "cell_type": "markdown", - "id": "2ab07a4a", + "id": "0297fbd7", "metadata": { "editable": true }, @@ -328,7 +329,7 @@ }, { "cell_type": "markdown", - "id": "15174e2a", + "id": "093209ef", "metadata": { "editable": true }, @@ -340,7 +341,7 @@ }, { "cell_type": "markdown", - "id": "3e037a7e", + "id": "52cacfbe", "metadata": { "editable": true }, @@ -352,7 +353,7 @@ }, { "cell_type": "markdown", - "id": "854aa7cd", + "id": "3ac82bdf", "metadata": { "editable": true }, @@ -362,7 +363,7 @@ }, { "cell_type": "markdown", - "id": "3b300627", + "id": "e3f9be3c", "metadata": { "editable": true }, @@ -374,7 +375,7 @@ }, { "cell_type": "markdown", - "id": "60c47f86", + "id": "fdb953a2", "metadata": { "editable": true }, @@ -395,7 +396,7 @@ }, { "cell_type": "markdown", - "id": "de3db402", + "id": "0d8677dd", "metadata": { "editable": true }, @@ -409,7 +410,7 @@ }, { "cell_type": "markdown", - "id": "c9b3f789", + "id": "6d2d4dcc", "metadata": { "editable": true }, @@ -421,7 +422,7 @@ }, { "cell_type": "markdown", - "id": "9e6ba2c1", + "id": "e17fbd6e", "metadata": { "editable": true }, @@ -443,7 +444,7 @@ }, { "cell_type": "markdown", - "id": "a0ca6ce2", + "id": "4464d159", "metadata": { "editable": true }, @@ -465,7 +466,7 @@ }, { "cell_type": "markdown", - "id": "a29b38bc", + "id": "d7dacac8", "metadata": { "editable": true }, @@ -483,7 +484,7 @@ }, { "cell_type": "markdown", - "id": "f64479f0", + "id": "cb79f5a6", "metadata": { "editable": true }, @@ -518,7 +519,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "b27970e4", + "id": "44cf829e", "metadata": { "collapsed": false, "editable": true @@ -530,7 +531,7 @@ }, { "cell_type": "markdown", - "id": "9427cab2", + "id": "bdf6f4be", "metadata": { "editable": true }, @@ -542,7 +543,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "265a9d8e", + "id": "784ed3b7", "metadata": { "collapsed": false, "editable": true @@ -555,7 +556,7 @@ }, { "cell_type": "markdown", - "id": "d0362f60", + "id": "30a63e04", "metadata": { "editable": true }, @@ -566,7 +567,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "31150e3d", + "id": "5ecbf45a", "metadata": { "collapsed": false, "editable": true @@ -579,7 +580,7 @@ }, { "cell_type": "markdown", - "id": "d3ea5b10", + "id": "4a0568e9", "metadata": { "editable": true }, @@ -594,7 +595,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "c9005b14", + "id": "9982df74", "metadata": { "collapsed": false, "editable": true @@ -606,7 +607,7 @@ }, { "cell_type": "markdown", - "id": "6fd9e28c", + "id": "b81f34fd", "metadata": { "editable": true }, @@ -618,7 +619,7 @@ }, { "cell_type": "markdown", - "id": "b2e58b9d", + "id": "cf68391d", "metadata": { "editable": true }, @@ -631,7 +632,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "6bcb2d1b", + "id": "2594d47b", "metadata": { "collapsed": false, "editable": true @@ -688,7 +689,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "33f9b277", + "id": "060f0b22", "metadata": { "collapsed": false, "editable": true @@ -717,7 +718,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "ef4311ca", + "id": "5491ac4f", "metadata": { "collapsed": false, "editable": true @@ -747,7 +748,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "263854b8", + "id": "905a1d27", "metadata": { "collapsed": false, "editable": true @@ -774,7 +775,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "b7d2c6cf", + "id": "491849b6", "metadata": { "collapsed": false, "editable": true @@ -816,7 +817,7 @@ }, { "cell_type": "markdown", - "id": "e3189e7e", + "id": "25bfc059", "metadata": { "editable": true }, @@ -827,7 +828,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "80b9b56f", + "id": "29c660b4", "metadata": { "collapsed": false, "editable": true @@ -914,7 +915,7 @@ }, { "cell_type": "markdown", - "id": "38da87d8", + "id": "50468253", "metadata": { "editable": true }, @@ -925,7 +926,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "ebe99aeb", + "id": "1e430607", "metadata": { "collapsed": false, "editable": true @@ -985,7 +986,7 @@ }, { "cell_type": "markdown", - "id": "d675799d", + "id": "44c02ba1", "metadata": { "editable": true }, @@ -1004,7 +1005,7 @@ }, { "cell_type": "markdown", - "id": "5f0f9d3f", + "id": "87c53214", "metadata": { "editable": true }, @@ -1026,7 +1027,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "d715d80c", + "id": "b36b4c64", "metadata": { "collapsed": false, "editable": true @@ -1167,7 +1168,7 @@ }, { "cell_type": "markdown", - "id": "c86a2a10", + "id": "166220ac", "metadata": { "editable": true }, @@ -1183,7 +1184,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "c04fe314", + "id": "6e3221f8", "metadata": { "collapsed": false, "editable": true @@ -1196,7 +1197,7 @@ }, { "cell_type": "markdown", - "id": "61a58ad8", + "id": "44e094bb", "metadata": { "editable": true }, @@ -1208,7 +1209,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "c0662f37", + "id": "e8e938bd", "metadata": { "collapsed": false, "editable": true @@ -1230,7 +1231,7 @@ }, { "cell_type": "markdown", - "id": "c61d427f", + "id": "7546f778", "metadata": { "editable": true }, @@ -1246,7 +1247,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "b9393ed7", + "id": "55250ea2", "metadata": { "collapsed": false, "editable": true @@ -1284,7 +1285,7 @@ }, { "cell_type": "markdown", - "id": "9b3e3442", + "id": "6651b1cc", "metadata": { "editable": true }, @@ -1297,7 +1298,7 @@ { "cell_type": "code", "execution_count": 16, - "id": "df1450c3", + "id": "48d70de6", "metadata": { "collapsed": false, "editable": true @@ -1318,7 +1319,7 @@ }, { "cell_type": "markdown", - "id": "12464028", + "id": "1763139f", "metadata": { "editable": true }, @@ -1334,7 +1335,7 @@ { "cell_type": "code", "execution_count": 17, - "id": "030eac01", + "id": "2cf6bda9", "metadata": { "collapsed": false, "editable": true @@ -1392,7 +1393,7 @@ }, { "cell_type": "markdown", - "id": "2e23398d", + "id": "9e48a5a2", "metadata": { "editable": true }, @@ -1407,7 +1408,7 @@ { "cell_type": "code", "execution_count": 18, - "id": "dd8b1ca8", + "id": "12995853", "metadata": { "collapsed": false, "editable": true @@ -1428,7 +1429,7 @@ }, { "cell_type": "markdown", - "id": "5f3fee56", + "id": "63d3c5bd", "metadata": { "editable": true }, @@ -1452,7 +1453,7 @@ { "cell_type": "code", "execution_count": 19, - "id": "a687948a", + "id": "7e0107d8", "metadata": { "collapsed": false, "editable": true @@ -1924,7 +1925,7 @@ }, { "cell_type": "markdown", - "id": "89b83980", + "id": "2bd145b9", "metadata": { "editable": true }, @@ -1936,7 +1937,7 @@ { "cell_type": "code", "execution_count": 20, - "id": "ec072ec1", + "id": "c7f3d7ad", "metadata": { "collapsed": false, "editable": true @@ -1980,7 +1981,7 @@ }, { "cell_type": "markdown", - "id": "299eeff2", + "id": "312deebb", "metadata": { "editable": true }, @@ -1996,7 +1997,7 @@ { "cell_type": "code", "execution_count": 21, - "id": "05c4af35", + "id": "9c4f1717", "metadata": { "collapsed": false, "editable": true @@ -2011,7 +2012,7 @@ }, { "cell_type": "markdown", - "id": "9731ba56", + "id": "825279d3", "metadata": { "editable": true }, @@ -2022,7 +2023,7 @@ { "cell_type": "code", "execution_count": 22, - "id": "daa31bab", + "id": "e6133768", "metadata": { "collapsed": false, "editable": true @@ -2037,7 +2038,7 @@ }, { "cell_type": "markdown", - "id": "e59eb1cb", + "id": "d561f849", "metadata": { "editable": true }, @@ -2053,7 +2054,7 @@ { "cell_type": "code", "execution_count": 23, - "id": "8045aaa7", + "id": "22a52980", "metadata": { "collapsed": false, "editable": true @@ -2067,7 +2068,7 @@ }, { "cell_type": "markdown", - "id": "f37f5dcc", + "id": "e0dba967", "metadata": { "editable": true }, @@ -2082,7 +2083,7 @@ { "cell_type": "code", "execution_count": 24, - "id": "81db6939", + "id": "d05f8035", "metadata": { "collapsed": false, "editable": true @@ -2108,7 +2109,7 @@ { "cell_type": "code", "execution_count": 25, - "id": "23e49982", + "id": "dc7b7fec", "metadata": { "collapsed": false, "editable": true @@ -2123,7 +2124,7 @@ }, { "cell_type": "markdown", - "id": "e6992d9e", + "id": "7bfd050a", "metadata": { "editable": true }, @@ -2134,7 +2135,7 @@ { "cell_type": "code", "execution_count": 26, - "id": "48b68e30", + "id": "02b08ed6", "metadata": { "collapsed": false, "editable": true @@ -2149,7 +2150,7 @@ }, { "cell_type": "markdown", - "id": "e5c5b96b", + "id": "59b85b1b", "metadata": { "editable": true }, @@ -2160,7 +2161,7 @@ { "cell_type": "code", "execution_count": 27, - "id": "8d367149", + "id": "eebfa498", "metadata": { "collapsed": false, "editable": true @@ -2180,7 +2181,7 @@ { "cell_type": "code", "execution_count": 28, - "id": "f1672be3", + "id": "cabc2b09", "metadata": { "collapsed": false, "editable": true @@ -2195,7 +2196,7 @@ }, { "cell_type": "markdown", - "id": "b23af8f2", + "id": "37d5b7bb", "metadata": { "editable": true }, @@ -2210,7 +2211,7 @@ { "cell_type": "code", "execution_count": 29, - "id": "71ee7dd0", + "id": "ffc6fca1", "metadata": { "collapsed": false, "editable": true @@ -2247,7 +2248,7 @@ }, { "cell_type": "markdown", - "id": "51fba00e", + "id": "cc530309", "metadata": { "editable": true }, @@ -2260,7 +2261,7 @@ { "cell_type": "code", "execution_count": 30, - "id": "db11c06a", + "id": "0d61131c", "metadata": { "collapsed": false, "editable": true @@ -2283,7 +2284,7 @@ }, { "cell_type": "markdown", - "id": "e1909c0f", + "id": "ce4ce787", "metadata": { "editable": true }, @@ -2293,7 +2294,7 @@ }, { "cell_type": "markdown", - "id": "b3b9b188", + "id": "e5d7a6ab", "metadata": { "editable": true }, @@ -2320,7 +2321,7 @@ }, { "cell_type": "markdown", - "id": "3a7168e0", + "id": "56b23083", "metadata": { "editable": true }, @@ -2334,7 +2335,7 @@ }, { "cell_type": "markdown", - "id": "b0a223d2", + "id": "3f9d87d4", "metadata": { "editable": true }, @@ -2351,7 +2352,7 @@ }, { "cell_type": "markdown", - "id": "0fdac7ea", + "id": "ff7d3133", "metadata": { "editable": true }, @@ -2367,7 +2368,7 @@ }, { "cell_type": "markdown", - "id": "8d55e499", + "id": "f387989d", "metadata": { "editable": true }, @@ -2379,7 +2380,7 @@ }, { "cell_type": "markdown", - "id": "5b17c7cf", + "id": "d15b7ed8", "metadata": { "editable": true }, @@ -2397,7 +2398,7 @@ }, { "cell_type": "markdown", - "id": "ebae7d02", + "id": "8b0ad0fb", "metadata": { "editable": true }, @@ -2418,7 +2419,7 @@ }, { "cell_type": "markdown", - "id": "7616fec7", + "id": "c33b7fca", "metadata": { "editable": true }, @@ -2435,7 +2436,7 @@ }, { "cell_type": "markdown", - "id": "bd09d7f3", + "id": "d88cb1c8", "metadata": { "editable": true }, @@ -2447,7 +2448,7 @@ }, { "cell_type": "markdown", - "id": "cfdfa93e", + "id": "13593649", "metadata": { "editable": true }, @@ -2458,7 +2459,7 @@ }, { "cell_type": "markdown", - "id": "30d21d85", + "id": "a5e615d0", "metadata": { "editable": true }, @@ -2475,7 +2476,7 @@ }, { "cell_type": "markdown", - "id": "67dd2433", + "id": "952778b9", "metadata": { "editable": true }, @@ -2486,7 +2487,7 @@ }, { "cell_type": "markdown", - "id": "ea64e290", + "id": "63c41a29", "metadata": { "editable": true }, @@ -2502,7 +2503,7 @@ }, { "cell_type": "markdown", - "id": "2d1100df", + "id": "95ebdbc4", "metadata": { "editable": true }, @@ -2514,7 +2515,7 @@ }, { "cell_type": "markdown", - "id": "17d0bc83", + "id": "48862a28", "metadata": { "editable": true }, @@ -2531,7 +2532,7 @@ }, { "cell_type": "markdown", - "id": "60b77787", + "id": "98174490", "metadata": { "editable": true }, @@ -2543,7 +2544,7 @@ }, { "cell_type": "markdown", - "id": "1f0f808e", + "id": "f3d8ced5", "metadata": { "editable": true }, @@ -2561,7 +2562,7 @@ }, { "cell_type": "markdown", - "id": "7672566d", + "id": "0cdbddeb", "metadata": { "editable": true }, @@ -2571,7 +2572,7 @@ }, { "cell_type": "markdown", - "id": "f6148b6d", + "id": "8afed5da", "metadata": { "editable": true }, @@ -2583,7 +2584,7 @@ }, { "cell_type": "markdown", - "id": "8b47e354", + "id": "b6cdd16d", "metadata": { "editable": true }, @@ -2600,7 +2601,7 @@ }, { "cell_type": "markdown", - "id": "60e92693", + "id": "9423bac1", "metadata": { "editable": true }, @@ -2612,7 +2613,7 @@ }, { "cell_type": "markdown", - "id": "30a51a78", + "id": "e3ddd331", "metadata": { "editable": true }, @@ -2623,7 +2624,7 @@ }, { "cell_type": "markdown", - "id": "5a70690e", + "id": "41278f19", "metadata": { "editable": true }, @@ -2635,7 +2636,7 @@ }, { "cell_type": "markdown", - "id": "b5500617", + "id": "8d0ce198", "metadata": { "editable": true }, @@ -2645,7 +2646,7 @@ }, { "cell_type": "markdown", - "id": "b5620ab0", + "id": "dc70817c", "metadata": { "editable": true }, @@ -2665,7 +2666,7 @@ }, { "cell_type": "markdown", - "id": "12a1854b", + "id": "8c2e8dde", "metadata": { "editable": true }, @@ -2682,7 +2683,7 @@ }, { "cell_type": "markdown", - "id": "2cec4039", + "id": "5ad2bff5", "metadata": { "editable": true }, @@ -2701,7 +2702,7 @@ }, { "cell_type": "markdown", - "id": "09c4d9c5", + "id": "5f845ba6", "metadata": { "editable": true }, @@ -2713,7 +2714,7 @@ }, { "cell_type": "markdown", - "id": "2600a336", + "id": "2604055d", "metadata": { "editable": true }, @@ -2723,7 +2724,7 @@ }, { "cell_type": "markdown", - "id": "f4d5b46a", + "id": "b4ba9669", "metadata": { "editable": true }, @@ -2740,7 +2741,7 @@ }, { "cell_type": "markdown", - "id": "23180206", + "id": "875686e8", "metadata": { "editable": true }, @@ -2750,7 +2751,7 @@ }, { "cell_type": "markdown", - "id": "74730d77", + "id": "ee9f7d57", "metadata": { "editable": true }, @@ -2766,7 +2767,7 @@ }, { "cell_type": "markdown", - "id": "b6ef3cb5", + "id": "1e370697", "metadata": { "editable": true }, @@ -2778,7 +2779,7 @@ }, { "cell_type": "markdown", - "id": "9cd49077", + "id": "833f3b82", "metadata": { "editable": true }, @@ -2790,7 +2791,7 @@ }, { "cell_type": "markdown", - "id": "dce863d6", + "id": "35da5498", "metadata": { "editable": true }, @@ -2802,7 +2803,7 @@ }, { "cell_type": "markdown", - "id": "47a18e0b", + "id": "b44a64f2", "metadata": { "editable": true }, @@ -2812,7 +2813,7 @@ }, { "cell_type": "markdown", - "id": "726be424", + "id": "116b1937", "metadata": { "editable": true }, @@ -2824,7 +2825,7 @@ }, { "cell_type": "markdown", - "id": "0c9bf93e", + "id": "9ef6d929", "metadata": { "editable": true }, @@ -2841,7 +2842,7 @@ }, { "cell_type": "markdown", - "id": "74c4ca01", + "id": "bd901882", "metadata": { "editable": true }, @@ -2851,7 +2852,7 @@ }, { "cell_type": "markdown", - "id": "8a043149", + "id": "31348d62", "metadata": { "editable": true }, @@ -2863,7 +2864,7 @@ }, { "cell_type": "markdown", - "id": "2ba13c5b", + "id": "ae4a794d", "metadata": { "editable": true }, @@ -2877,7 +2878,7 @@ }, { "cell_type": "markdown", - "id": "aa9dbb9c", + "id": "a4ca4b65", "metadata": { "editable": true }, @@ -2893,7 +2894,7 @@ }, { "cell_type": "markdown", - "id": "24f5114f", + "id": "6cd19213", "metadata": { "editable": true }, @@ -2905,7 +2906,7 @@ }, { "cell_type": "markdown", - "id": "08733763", + "id": "e6d9fb88", "metadata": { "editable": true }, @@ -2927,7 +2928,7 @@ }, { "cell_type": "markdown", - "id": "cf59ecfa", + "id": "2b7229da", "metadata": { "editable": true }, @@ -2939,7 +2940,7 @@ }, { "cell_type": "markdown", - "id": "cedbdb65", + "id": "cd4f193b", "metadata": { "editable": true }, @@ -2962,7 +2963,7 @@ }, { "cell_type": "markdown", - "id": "7eabe8fa", + "id": "e475f927", "metadata": { "editable": true }, @@ -2978,7 +2979,7 @@ }, { "cell_type": "markdown", - "id": "3a26f5fa", + "id": "95a91bdd", "metadata": { "editable": true }, @@ -2990,7 +2991,7 @@ }, { "cell_type": "markdown", - "id": "e185ec9d", + "id": "56c75c71", "metadata": { "editable": true }, @@ -3014,7 +3015,7 @@ }, { "cell_type": "markdown", - "id": "e940dec8", + "id": "0cc6d1a9", "metadata": { "editable": true }, @@ -3026,7 +3027,7 @@ }, { "cell_type": "markdown", - "id": "18bede18", + "id": "0175da6a", "metadata": { "editable": true }, @@ -3047,7 +3048,7 @@ }, { "cell_type": "markdown", - "id": "c45a3bda", + "id": "5fe7bc0e", "metadata": { "editable": true }, @@ -3059,7 +3060,7 @@ }, { "cell_type": "markdown", - "id": "53591954", + "id": "7f0577a4", "metadata": { "editable": true }, @@ -3078,7 +3079,7 @@ }, { "cell_type": "markdown", - "id": "0480113d", + "id": "11c8c142", "metadata": { "editable": true }, @@ -3088,7 +3089,7 @@ }, { "cell_type": "markdown", - "id": "3ed45441", + "id": "01ca4d08", "metadata": { "editable": true }, @@ -3102,7 +3103,7 @@ }, { "cell_type": "markdown", - "id": "b71fbab3", + "id": "f5133d80", "metadata": { "editable": true }, @@ -3114,7 +3115,7 @@ }, { "cell_type": "markdown", - "id": "f3a5de19", + "id": "c1e40110", "metadata": { "editable": true }, @@ -3126,7 +3127,7 @@ }, { "cell_type": "markdown", - "id": "f13cf97e", + "id": "89f577fa", "metadata": { "editable": true }, @@ -3143,7 +3144,7 @@ }, { "cell_type": "markdown", - "id": "e0dd9288", + "id": "73db81fc", "metadata": { "editable": true }, @@ -3155,7 +3156,7 @@ }, { "cell_type": "markdown", - "id": "455a7242", + "id": "6956b9f1", "metadata": { "editable": true }, @@ -3177,7 +3178,7 @@ }, { "cell_type": "markdown", - "id": "42cf5d46", + "id": "13e5d04c", "metadata": { "editable": true }, @@ -3192,7 +3193,7 @@ }, { "cell_type": "markdown", - "id": "d5e3b554", + "id": "dd560ef7", "metadata": { "editable": true }, @@ -3203,7 +3204,7 @@ { "cell_type": "code", "execution_count": 31, - "id": "0c3e3737", + "id": "ac42510c", "metadata": { "collapsed": false, "editable": true @@ -3358,7 +3359,7 @@ }, { "cell_type": "markdown", - "id": "405313c5", + "id": "22aed435", "metadata": { "editable": true }, @@ -3373,7 +3374,7 @@ { "cell_type": "code", "execution_count": 32, - "id": "6afd8ade", + "id": "96179484", "metadata": { "collapsed": false, "editable": true @@ -3542,7 +3543,7 @@ }, { "cell_type": "markdown", - "id": "5751a242", + "id": "a0ff62a9", "metadata": { "editable": true }, @@ -3555,7 +3556,7 @@ }, { "cell_type": "markdown", - "id": "6d1c21f9", + "id": "e9112c77", "metadata": { "editable": true }, @@ -3572,7 +3573,7 @@ }, { "cell_type": "markdown", - "id": "11c12b59", + "id": "cf582ad1", "metadata": { "editable": true }, @@ -3588,7 +3589,7 @@ }, { "cell_type": "markdown", - "id": "38d3e5e2", + "id": "d945a6b3", "metadata": { "editable": true }, @@ -3601,7 +3602,7 @@ }, { "cell_type": "markdown", - "id": "009b3e5f", + "id": "e98cd638", "metadata": { "editable": true }, @@ -3618,7 +3619,7 @@ }, { "cell_type": "markdown", - "id": "cca20977", + "id": "8b5c6044", "metadata": { "editable": true }, @@ -3630,7 +3631,7 @@ }, { "cell_type": "markdown", - "id": "443a9c48", + "id": "74c055d2", "metadata": { "editable": true }, @@ -3657,7 +3658,7 @@ }, { "cell_type": "markdown", - "id": "b8e68047", + "id": "a65e3069", "metadata": { "editable": true }, @@ -3670,7 +3671,7 @@ { "cell_type": "code", "execution_count": 33, - "id": "be900d51", + "id": "b092c21e", "metadata": { "collapsed": false, "editable": true @@ -3849,7 +3850,7 @@ }, { "cell_type": "markdown", - "id": "3683040a", + "id": "1aa71f38", "metadata": { "editable": true }, @@ -3869,7 +3870,7 @@ }, { "cell_type": "markdown", - "id": "79e53a04", + "id": "9d1de21f", "metadata": { "editable": true }, @@ -3884,7 +3885,7 @@ }, { "cell_type": "markdown", - "id": "48950bb1", + "id": "826b08a1", "metadata": { "editable": true }, @@ -3898,7 +3899,7 @@ }, { "cell_type": "markdown", - "id": "0e6fafd0", + "id": "c4493848", "metadata": { "editable": true }, @@ -3914,7 +3915,7 @@ }, { "cell_type": "markdown", - "id": "e1c87174", + "id": "e37b66c6", "metadata": { "editable": true }, @@ -3924,7 +3925,7 @@ }, { "cell_type": "markdown", - "id": "4fe0255f", + "id": "264abdcc", "metadata": { "editable": true }, @@ -3946,7 +3947,7 @@ }, { "cell_type": "markdown", - "id": "9537e9ef", + "id": "afc2e4cc", "metadata": { "editable": true }, @@ -3960,7 +3961,7 @@ { "cell_type": "code", "execution_count": 34, - "id": "cc9511ba", + "id": "63c572f6", "metadata": { "collapsed": false, "editable": true @@ -4036,7 +4037,7 @@ }, { "cell_type": "markdown", - "id": "01b22037", + "id": "6381dfa2", "metadata": { "editable": true }, @@ -4048,7 +4049,7 @@ }, { "cell_type": "markdown", - "id": "bc0da822", + "id": "ddcc006d", "metadata": { "editable": true }, @@ -4065,7 +4066,7 @@ }, { "cell_type": "markdown", - "id": "e4ab7df8", + "id": "85639943", "metadata": { "editable": true }, @@ -4077,7 +4078,7 @@ }, { "cell_type": "markdown", - "id": "0f4d49b9", + "id": "f17eea8d", "metadata": { "editable": true }, @@ -4092,7 +4093,7 @@ }, { "cell_type": "markdown", - "id": "f3570184", + "id": "1efed335", "metadata": { "editable": true }, @@ -4104,7 +4105,7 @@ }, { "cell_type": "markdown", - "id": "1b905211", + "id": "23e866a2", "metadata": { "editable": true }, @@ -4116,7 +4117,7 @@ }, { "cell_type": "markdown", - "id": "789836cb", + "id": "2cfcda87", "metadata": { "editable": true }, @@ -4128,7 +4129,7 @@ }, { "cell_type": "markdown", - "id": "0f363195", + "id": "b2a2d58c", "metadata": { "editable": true }, @@ -4138,7 +4139,7 @@ }, { "cell_type": "markdown", - "id": "e1e7e2f5", + "id": "a7c84b58", "metadata": { "editable": true }, @@ -4155,7 +4156,7 @@ }, { "cell_type": "markdown", - "id": "d1f651e2", + "id": "9db2324e", "metadata": { "editable": true }, @@ -4167,7 +4168,7 @@ }, { "cell_type": "markdown", - "id": "be94670f", + "id": "f94f8d1a", "metadata": { "editable": true }, @@ -4179,7 +4180,7 @@ }, { "cell_type": "markdown", - "id": "eca6785f", + "id": "e8eaba06", "metadata": { "editable": true }, @@ -4189,7 +4190,7 @@ }, { "cell_type": "markdown", - "id": "f68aa900", + "id": "3c345647", "metadata": { "editable": true }, @@ -4201,7 +4202,7 @@ }, { "cell_type": "markdown", - "id": "e85f2435", + "id": "0d913be0", "metadata": { "editable": true }, @@ -4212,7 +4213,7 @@ { "cell_type": "code", "execution_count": 35, - "id": "c0022a0a", + "id": "96194d94", "metadata": { "collapsed": false, "editable": true @@ -4377,7 +4378,7 @@ }, { "cell_type": "markdown", - "id": "1ae49b85", + "id": "780c5c66", "metadata": { "editable": true }, @@ -4399,7 +4400,7 @@ }, { "cell_type": "markdown", - "id": "f22aa870", + "id": "b6dfbfdc", "metadata": { "editable": true }, @@ -4416,7 +4417,7 @@ }, { "cell_type": "markdown", - "id": "12402f92", + "id": "011ba117", "metadata": { "editable": true }, @@ -4426,7 +4427,7 @@ }, { "cell_type": "markdown", - "id": "00b9799d", + "id": "cdf079bc", "metadata": { "editable": true }, @@ -4441,7 +4442,7 @@ }, { "cell_type": "markdown", - "id": "63b91aa9", + "id": "bf2fc40c", "metadata": { "editable": true }, @@ -4451,7 +4452,7 @@ }, { "cell_type": "markdown", - "id": "3e50772a", + "id": "6662f05c", "metadata": { "editable": true }, @@ -4466,7 +4467,7 @@ }, { "cell_type": "markdown", - "id": "f9d74ee1", + "id": "fe9a0465", "metadata": { "editable": true }, @@ -4477,7 +4478,7 @@ }, { "cell_type": "markdown", - "id": "9d885961", + "id": "7603ea9a", "metadata": { "editable": true }, @@ -4497,7 +4498,7 @@ }, { "cell_type": "markdown", - "id": "4bdb2a02", + "id": "6744dfef", "metadata": { "editable": true }, @@ -4509,7 +4510,7 @@ }, { "cell_type": "markdown", - "id": "c20b7d32", + "id": "af13fca6", "metadata": { "editable": true }, @@ -4546,7 +4547,7 @@ }, { "cell_type": "markdown", - "id": "798502d3", + "id": "bd1bd149", "metadata": { "editable": true }, @@ -4556,7 +4557,7 @@ }, { "cell_type": "markdown", - "id": "ed43a985", + "id": "43e51ef4", "metadata": { "editable": true }, @@ -4569,7 +4570,7 @@ { "cell_type": "code", "execution_count": 36, - "id": "41414177", + "id": "49c94dd9", "metadata": { "collapsed": false, "editable": true @@ -4774,7 +4775,7 @@ }, { "cell_type": "markdown", - "id": "b32f9258", + "id": "6d27256f", "metadata": { "editable": true }, @@ -4791,7 +4792,7 @@ }, { "cell_type": "markdown", - "id": "f211463a", + "id": "df08a8ac", "metadata": { "editable": true }, @@ -4808,7 +4809,7 @@ }, { "cell_type": "markdown", - "id": "2b4bd193", + "id": "ec4b9fd4", "metadata": { "editable": true }, @@ -4818,7 +4819,7 @@ }, { "cell_type": "markdown", - "id": "0ece9e81", + "id": "92f17705", "metadata": { "editable": true }, @@ -4833,7 +4834,7 @@ }, { "cell_type": "markdown", - "id": "e30e6123", + "id": "eec1785d", "metadata": { "editable": true }, @@ -4847,7 +4848,7 @@ }, { "cell_type": "markdown", - "id": "01fabacb", + "id": "544c3fce", "metadata": { "editable": true }, @@ -4860,7 +4861,7 @@ }, { "cell_type": "markdown", - "id": "c13d41fb", + "id": "74af5618", "metadata": { "editable": true }, @@ -4880,7 +4881,7 @@ }, { "cell_type": "markdown", - "id": "eb96a414", + "id": "9a7c5864", "metadata": { "editable": true }, @@ -4892,7 +4893,7 @@ }, { "cell_type": "markdown", - "id": "f3bad2e3", + "id": "3f2d680d", "metadata": { "editable": true }, @@ -4904,7 +4905,7 @@ }, { "cell_type": "markdown", - "id": "baf4acd6", + "id": "118044b0", "metadata": { "editable": true }, @@ -4916,7 +4917,7 @@ }, { "cell_type": "markdown", - "id": "32139235", + "id": "e9b82be4", "metadata": { "editable": true }, @@ -4926,7 +4927,7 @@ }, { "cell_type": "markdown", - "id": "dc2aa978", + "id": "d5e6b103", "metadata": { "editable": true }, @@ -4938,7 +4939,7 @@ }, { "cell_type": "markdown", - "id": "1282e316", + "id": "c9dec199", "metadata": { "editable": true }, @@ -4950,7 +4951,7 @@ }, { "cell_type": "markdown", - "id": "98dde5b2", + "id": "118d2522", "metadata": { "editable": true }, @@ -4962,7 +4963,7 @@ }, { "cell_type": "markdown", - "id": "d3e8bbe0", + "id": "1d13aaff", "metadata": { "editable": true }, @@ -4972,7 +4973,7 @@ }, { "cell_type": "markdown", - "id": "8137a1b2", + "id": "4de9c463", "metadata": { "editable": true }, @@ -4988,7 +4989,7 @@ }, { "cell_type": "markdown", - "id": "cbce36ed", + "id": "65b2ba09", "metadata": { "editable": true }, @@ -4998,7 +4999,7 @@ }, { "cell_type": "markdown", - "id": "0a91d2c7", + "id": "843d90aa", "metadata": { "editable": true }, @@ -5010,7 +5011,7 @@ }, { "cell_type": "markdown", - "id": "df8b3382", + "id": "77447bcd", "metadata": { "editable": true }, @@ -5027,7 +5028,7 @@ }, { "cell_type": "markdown", - "id": "1851cd76", + "id": "c3cf90aa", "metadata": { "editable": true }, @@ -5037,7 +5038,7 @@ }, { "cell_type": "markdown", - "id": "a4246df0", + "id": "257d1f48", "metadata": { "editable": true }, @@ -5053,7 +5054,7 @@ }, { "cell_type": "markdown", - "id": "cbecbbb8", + "id": "7f4f7d6a", "metadata": { "editable": true }, @@ -5067,7 +5068,7 @@ }, { "cell_type": "markdown", - "id": "09484628", + "id": "1e0c143a", "metadata": { "editable": true }, @@ -5086,7 +5087,7 @@ { "cell_type": "code", "execution_count": 37, - "id": "dd51a62f", + "id": "e52c49e9", "metadata": { "collapsed": false, "editable": true @@ -5141,7 +5142,7 @@ }, { "cell_type": "markdown", - "id": "822af629", + "id": "e6975906", "metadata": { "editable": true }, @@ -5171,7 +5172,7 @@ }, { "cell_type": "markdown", - "id": "2c358905", + "id": "d665f51c", "metadata": { "editable": true }, @@ -5200,7 +5201,7 @@ { "cell_type": "code", "execution_count": 38, - "id": "45c5e295", + "id": "152c290e", "metadata": { "collapsed": false, "editable": true @@ -5247,7 +5248,7 @@ }, { "cell_type": "markdown", - "id": "4dd3869b", + "id": "eac82d2c", "metadata": { "editable": true }, @@ -5273,7 +5274,7 @@ { "cell_type": "code", "execution_count": 39, - "id": "7e2b77d3", + "id": "df3d9605", "metadata": { "collapsed": false, "editable": true @@ -5507,7 +5508,7 @@ }, { "cell_type": "markdown", - "id": "7bd8fcce", + "id": "fec03008", "metadata": { "editable": true }, @@ -5519,7 +5520,7 @@ }, { "cell_type": "markdown", - "id": "fc2ee080", + "id": "403f7560", "metadata": { "editable": true }, @@ -5531,7 +5532,7 @@ }, { "cell_type": "markdown", - "id": "85ad3201", + "id": "dc05badf", "metadata": { "editable": true }, @@ -5543,7 +5544,7 @@ }, { "cell_type": "markdown", - "id": "c1262c90", + "id": "1daf1dd8", "metadata": { "editable": true }, @@ -5560,7 +5561,7 @@ }, { "cell_type": "markdown", - "id": "4bdfae8e", + "id": "4da632df", "metadata": { "editable": true }, @@ -5570,7 +5571,7 @@ }, { "cell_type": "markdown", - "id": "35f806f3", + "id": "851bb943", "metadata": { "editable": true }, @@ -5582,7 +5583,7 @@ }, { "cell_type": "markdown", - "id": "5c0fa662", + "id": "760b72fe", "metadata": { "editable": true }, @@ -5599,7 +5600,7 @@ }, { "cell_type": "markdown", - "id": "1ea04257", + "id": "e3e22598", "metadata": { "editable": true }, @@ -5610,7 +5611,7 @@ }, { "cell_type": "markdown", - "id": "e55ce75f", + "id": "59f39060", "metadata": { "editable": true }, @@ -5630,7 +5631,7 @@ }, { "cell_type": "markdown", - "id": "43a96eca", + "id": "bf3a2904", "metadata": { "editable": true }, @@ -5640,7 +5641,7 @@ }, { "cell_type": "markdown", - "id": "3bdd1e79", + "id": "4a633f01", "metadata": { "editable": true }, @@ -5666,7 +5667,7 @@ }, { "cell_type": "markdown", - "id": "5e607eee", + "id": "c09dc6a7", "metadata": { "editable": true }, @@ -5682,7 +5683,7 @@ }, { "cell_type": "markdown", - "id": "aa448712", + "id": "592d4d57", "metadata": { "editable": true }, @@ -5693,7 +5694,7 @@ { "cell_type": "code", "execution_count": 40, - "id": "e4e02379", + "id": "1c25dc4e", "metadata": { "collapsed": false, "editable": true @@ -5924,7 +5925,7 @@ }, { "cell_type": "markdown", - "id": "27428d8d", + "id": "5072a8bd", "metadata": { "editable": true }, diff --git a/doc/src/week43/week43.do.txt b/doc/src/week43/week43.do.txt index da849bad6..1fccfd4e0 100644 --- a/doc/src/week43/week43.do.txt +++ b/doc/src/week43/week43.do.txt @@ -6,11 +6,12 @@ DATE: October 20, 2025 ===== Plans for week 43 ===== !bblock Material for the lecture on Monday October 20, 2025 - * Building our own Feed-forward Neural Network with intro to Tensorflow - * Solving differential equations with Neural Networks +o Reminder from last week, see lalso ecture notes from week 42 at URL:"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week42.html" as well as those from week 41, see see URL:"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html". +o Building our own Feed-forward Neural Network. +o Coding examples using Tensorflow/Keras and Pytorch examples. The Pytorch examples are adapted from Rashcka's text, see chapters 11-13.. +o Start discussions on how to use neural networks for solving differential equations (ordinary and partial ones). This topic continues next week as well. # * Video of lecture at URL:"https://youtu.be/vkBNTn-MLqs" -# * Video os second part, solving differential equations with neural networks at URL:"https://youtu.be/2N8To65I2wQ" -# * Whiteboard notes on solving differential equations at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOct21.pdf" +# * Whiteboard notes on solving differential equations at URL:"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2025/FYSSTKweek43.pdf" !eblock @@ -18,9 +19,8 @@ DATE: October 20, 2025 !split ===== Exercises and lab session week 43 ===== !bblock Lab sessions on Tuesday and Wednesday - * Exercise on writing your own neural network code - * The exercises this week will be continued next week as well - * Discussion of project 2 +o Work on writing your own neural network code and discussions of project 2. If you didn't get time to do the exercises from the two last weeks, we recommend doing so as these exercises give you the basic elements of a neural network code. +o The exercises this week are tailored to the optional part of project 2, and deal with studying ways to display results from classification problems !eblock @@ -30,7 +30,7 @@ DATE: October 20, 2025 ===== Using Automatic differentiation ===== In our discussions of ordinary differential equations and neural network codes -we will also study the usage of Autograd, see for example URL:"https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at URL:"https://github.com/HIPS/autograd" and the lecture slides from week 40, see URL:"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html". +we will also study the usage of Autograd, see for example URL:"https://www.youtube.com/watch?v=fRf4l5qaX1M&ab_channel=AlexSmola" in computing gradients for deep learning. For the documentation of Autograd and examples see the Autograd documentation at URL:"https://github.com/HIPS/autograd" and the lecture slides from week 41, see URL:"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/week41.html". !split