diff --git a/doc/pub/week44/html/week44-reveal.html b/doc/pub/week44/html/week44-reveal.html index b178e3cbd..e1bc3ce9c 100644 --- a/doc/pub/week44/html/week44-reveal.html +++ b/doc/pub/week44/html/week44-reveal.html @@ -202,7 +202,25 @@ MathJax.Hub.Config({

  • Friday: Decision trees, voting models and bagging
  • -

    Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.

    +
    +Videos +

    +

      +

    1. Video on Decision trees
    2. +

    3. Video on Principal Component Analysis
    4. +

    5. Video on Clustering
    6. +
    +
    + + +
    +Reading +

    +

      +

    1. Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.
    2. +

    3. Clustering and PCA, see Geron's chapter 8 and Lecture notes
    4. +
    +
    diff --git a/doc/pub/week44/html/week44-solarized.html b/doc/pub/week44/html/week44-solarized.html index 964e07198..6e88a471b 100644 --- a/doc/pub/week44/html/week44-solarized.html +++ b/doc/pub/week44/html/week44-solarized.html @@ -285,7 +285,26 @@ MathJax.Hub.Config({
  • Thursday: Wrapping up PCA from last week, Clustering and basics of decision trees, classification and regression algorithms
  • Friday: Decision trees, voting models and bagging
  • -

    Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.

    +
    +Videos +

    +

      +
    1. Video on Decision trees
    2. +
    3. Video on Principal Component Analysis
    4. +
    5. Video on Clustering
    6. +
    +
    + + +
    +Reading +

    +

      +
    1. Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.
    2. +
    3. Clustering and PCA, see Geron's chapter 8 and Lecture notes
    4. +
    +
    +









    Thursday, Principal Component Analysis

    diff --git a/doc/pub/week44/html/week44.html b/doc/pub/week44/html/week44.html index e4026aa3f..0a19a5c5c 100644 --- a/doc/pub/week44/html/week44.html +++ b/doc/pub/week44/html/week44.html @@ -362,7 +362,26 @@ MathJax.Hub.Config({
  • Thursday: Wrapping up PCA from last week, Clustering and basics of decision trees, classification and regression algorithms
  • Friday: Decision trees, voting models and bagging
  • -

    Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.

    +
    +Videos +

    +

      +
    1. Video on Decision trees
    2. +
    3. Video on Principal Component Analysis
    4. +
    5. Video on Clustering
    6. +
    +
    + + +
    +Reading +

    +

      +
    1. Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from STK-IN4300, lecture 7. Chapter 9.2 of Hastie et al contains also a good discussion.
    2. +
    3. Clustering and PCA, see Geron's chapter 8 and Lecture notes
    4. +
    +
    +









    Thursday, Principal Component Analysis

    diff --git a/doc/pub/week44/ipynb/ipynb-week44-src.tar.gz b/doc/pub/week44/ipynb/ipynb-week44-src.tar.gz index 3247e2931..415c0c59f 100644 Binary files a/doc/pub/week44/ipynb/ipynb-week44-src.tar.gz and b/doc/pub/week44/ipynb/ipynb-week44-src.tar.gz differ diff --git a/doc/pub/week44/ipynb/week44.ipynb b/doc/pub/week44/ipynb/week44.ipynb index f4b3a8728..1e94b3de9 100644 --- a/doc/pub/week44/ipynb/week44.ipynb +++ b/doc/pub/week44/ipynb/week44.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "df5904e3", + "id": "bf6a66bd", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "79420337", + "id": "7af436e6", "metadata": { "editable": true }, @@ -29,7 +29,7 @@ }, { "cell_type": "markdown", - "id": "a51cd8df", + "id": "98ddd7e2", "metadata": { "editable": true }, @@ -40,12 +40,24 @@ "\n", "* Friday: Decision trees, voting models and bagging\n", "\n", - "Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from [STK-IN4300, lecture 7](https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf). Chapter 9.2 of Hastie et al contains also a good discussion." + "**Videos.**\n", + "\n", + "1. [Video on Decision trees](https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn)\n", + "\n", + "2. [Video on Principal Component Analysis](https://www.youtube.com/watch?v=FgakZw6K1QQ&ab_channel=StatQuestwithJoshStarmer)\n", + "\n", + "3. [Video on Clustering](https://www.youtube.com/watch?v=esmzYhuFnds&ab_channel=MITOpenCourseWare)\n", + "\n", + "**Reading.**\n", + "\n", + "1. Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from [STK-IN4300, lecture 7](https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf). Chapter 9.2 of Hastie et al contains also a good discussion.\n", + "\n", + "2. Clustering and PCA, see Geron's chapter 8 and [Lecture notes](https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter8.html)" ] }, { "cell_type": "markdown", - "id": "af66dc31", + "id": "70dec958", "metadata": { "editable": true }, @@ -58,7 +70,7 @@ }, { "cell_type": "markdown", - "id": "70c0d511", + "id": "99b145fd", "metadata": { "editable": true }, @@ -78,7 +90,7 @@ }, { "cell_type": "markdown", - "id": "341a6e7f", + "id": "ac970c3d", "metadata": { "editable": true }, @@ -94,7 +106,7 @@ }, { "cell_type": "markdown", - "id": "054fa28a", + "id": "b70e75a5", "metadata": { "editable": true }, @@ -107,7 +119,7 @@ }, { "cell_type": "markdown", - "id": "426bccb7", + "id": "ecee5684", "metadata": { "editable": true }, @@ -119,7 +131,7 @@ }, { "cell_type": "markdown", - "id": "dc36b1d7", + "id": "64b830ad", "metadata": { "editable": true }, @@ -141,7 +153,7 @@ }, { "cell_type": "markdown", - "id": "8205df65", + "id": "99c98635", "metadata": { "editable": true }, @@ -153,7 +165,7 @@ }, { "cell_type": "markdown", - "id": "02d47fc7", + "id": "785493cb", "metadata": { "editable": true }, @@ -170,7 +182,7 @@ }, { "cell_type": "markdown", - "id": "3532e1d7", + "id": "2a163123", "metadata": { "editable": true }, @@ -181,7 +193,7 @@ }, { "cell_type": "markdown", - "id": "7a45b39f", + "id": "7116fb2f", "metadata": { "editable": true }, @@ -199,7 +211,7 @@ }, { "cell_type": "markdown", - "id": "eaf531ed", + "id": "fc62645d", "metadata": { "editable": true }, @@ -213,7 +225,7 @@ }, { "cell_type": "markdown", - "id": "61d4b972", + "id": "383635b6", "metadata": { "editable": true }, @@ -232,7 +244,7 @@ }, { "cell_type": "markdown", - "id": "7545cfcd", + "id": "e085595c", "metadata": { "editable": true }, @@ -249,7 +261,7 @@ }, { "cell_type": "markdown", - "id": "745a07d1", + "id": "1637663e", "metadata": { "editable": true }, @@ -261,7 +273,7 @@ }, { "cell_type": "markdown", - "id": "3ab3a4a6", + "id": "9c0e866b", "metadata": { "editable": true }, @@ -282,7 +294,7 @@ }, { "cell_type": "markdown", - "id": "02cc0578", + "id": "06ad9c98", "metadata": { "editable": true }, @@ -296,7 +308,7 @@ }, { "cell_type": "markdown", - "id": "1c2c9209", + "id": "1ab25d0c", "metadata": { "editable": true }, @@ -307,7 +319,7 @@ }, { "cell_type": "markdown", - "id": "bfd1a318", + "id": "0bbf889e", "metadata": { "editable": true }, @@ -324,7 +336,7 @@ }, { "cell_type": "markdown", - "id": "909db195", + "id": "92571f86", "metadata": { "editable": true }, @@ -334,7 +346,7 @@ }, { "cell_type": "markdown", - "id": "5ee69057", + "id": "ce2da1a4", "metadata": { "editable": true }, @@ -352,7 +364,7 @@ }, { "cell_type": "markdown", - "id": "dcd416cc", + "id": "bc6b373b", "metadata": { "editable": true }, @@ -372,7 +384,7 @@ }, { "cell_type": "markdown", - "id": "95bb9856", + "id": "918ffb62", "metadata": { "editable": true }, @@ -392,7 +404,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "557d8c7b", + "id": "f3e96eb4", "metadata": { "collapsed": false, "editable": true @@ -414,7 +426,7 @@ }, { "cell_type": "markdown", - "id": "aecce549", + "id": "2c23e020", "metadata": { "editable": true }, @@ -426,7 +438,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "fbe86f66", + "id": "6d00f953", "metadata": { "collapsed": false, "editable": true @@ -486,7 +498,7 @@ }, { "cell_type": "markdown", - "id": "67fd12fd", + "id": "a12ceb78", "metadata": { "editable": true }, @@ -500,7 +512,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "5404eaaa", + "id": "576200d6", "metadata": { "collapsed": false, "editable": true @@ -545,7 +557,7 @@ }, { "cell_type": "markdown", - "id": "a8016b2a", + "id": "1df6f1a6", "metadata": { "editable": true }, @@ -556,7 +568,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "fcb8acd0", + "id": "2cb7e75b", "metadata": { "collapsed": false, "editable": true @@ -580,7 +592,7 @@ }, { "cell_type": "markdown", - "id": "f3f5bd5c", + "id": "5fa3b389", "metadata": { "editable": true }, @@ -599,7 +611,7 @@ }, { "cell_type": "markdown", - "id": "5d7a51e1", + "id": "6a0d93e3", "metadata": { "editable": true }, @@ -610,7 +622,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "1cb07196", + "id": "7befecf7", "metadata": { "collapsed": false, "editable": true @@ -666,7 +678,7 @@ }, { "cell_type": "markdown", - "id": "1420894c", + "id": "6db65597", "metadata": { "editable": true }, @@ -679,7 +691,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "a5919584", + "id": "c7f59758", "metadata": { "collapsed": false, "editable": true @@ -704,7 +716,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "6c3bd3ee", + "id": "6434c06d", "metadata": { "collapsed": false, "editable": true @@ -783,7 +795,7 @@ }, { "cell_type": "markdown", - "id": "52da665a", + "id": "2e3a547a", "metadata": { "editable": true }, @@ -814,7 +826,7 @@ }, { "cell_type": "markdown", - "id": "e8161fd5", + "id": "8026fa4f", "metadata": { "editable": true }, @@ -834,7 +846,7 @@ }, { "cell_type": "markdown", - "id": "e4ff703f", + "id": "9e1373c9", "metadata": { "editable": true }, @@ -846,7 +858,7 @@ }, { "cell_type": "markdown", - "id": "dc6b3e76", + "id": "bbc6c594", "metadata": { "editable": true }, @@ -858,7 +870,7 @@ }, { "cell_type": "markdown", - "id": "670bed81", + "id": "30e044f6", "metadata": { "editable": true }, @@ -876,7 +888,7 @@ }, { "cell_type": "markdown", - "id": "483c7a5d", + "id": "14eb6577", "metadata": { "editable": true }, @@ -899,7 +911,7 @@ }, { "cell_type": "markdown", - "id": "f3e1bcf5", + "id": "52d0f1f1", "metadata": { "editable": true }, @@ -922,7 +934,7 @@ }, { "cell_type": "markdown", - "id": "98047ff6", + "id": "f4fcf249", "metadata": { "editable": true }, @@ -933,7 +945,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "83229ce2", + "id": "b81178c5", "metadata": { "collapsed": false, "editable": true @@ -1032,7 +1044,7 @@ }, { "cell_type": "markdown", - "id": "6d087c0e", + "id": "f1407bd2", "metadata": { "editable": true }, @@ -1054,7 +1066,7 @@ }, { "cell_type": "markdown", - "id": "2f2ff2e1", + "id": "e159978f", "metadata": { "editable": true }, @@ -1066,7 +1078,7 @@ }, { "cell_type": "markdown", - "id": "b72a44ec", + "id": "ac02d4ca", "metadata": { "editable": true }, @@ -1077,7 +1089,7 @@ }, { "cell_type": "markdown", - "id": "70cd313a", + "id": "d0fa609a", "metadata": { "editable": true }, @@ -1099,7 +1111,7 @@ }, { "cell_type": "markdown", - "id": "bc650dc0", + "id": "e823cca8", "metadata": { "editable": true }, @@ -1112,7 +1124,7 @@ }, { "cell_type": "markdown", - "id": "06b16e95", + "id": "a8c7a43a", "metadata": { "editable": true }, @@ -1124,7 +1136,7 @@ }, { "cell_type": "markdown", - "id": "a3f8d664", + "id": "13fd8d8b", "metadata": { "editable": true }, @@ -1134,7 +1146,7 @@ }, { "cell_type": "markdown", - "id": "747bb7fe", + "id": "fd034108", "metadata": { "editable": true }, @@ -1146,7 +1158,7 @@ }, { "cell_type": "markdown", - "id": "f58b10eb", + "id": "c6913579", "metadata": { "editable": true }, @@ -1156,7 +1168,7 @@ }, { "cell_type": "markdown", - "id": "03973026", + "id": "c9259557", "metadata": { "editable": true }, @@ -1168,7 +1180,7 @@ }, { "cell_type": "markdown", - "id": "eb285119", + "id": "292547d3", "metadata": { "editable": true }, @@ -1201,7 +1213,7 @@ }, { "cell_type": "markdown", - "id": "2dddab4c", + "id": "01e8457e", "metadata": { "editable": true }, @@ -1225,7 +1237,7 @@ }, { "cell_type": "markdown", - "id": "ffcc46f4", + "id": "08d0bb4a", "metadata": { "editable": true }, @@ -1237,7 +1249,7 @@ }, { "cell_type": "markdown", - "id": "85b09ef0", + "id": "28bb2119", "metadata": { "editable": true }, @@ -1249,7 +1261,7 @@ }, { "cell_type": "markdown", - "id": "8502578a", + "id": "015793a4", "metadata": { "editable": true }, @@ -1277,7 +1289,7 @@ }, { "cell_type": "markdown", - "id": "3ec3d3bc", + "id": "92c92e1f", "metadata": { "editable": true }, @@ -1303,7 +1315,7 @@ }, { "cell_type": "markdown", - "id": "7afff149", + "id": "44631e32", "metadata": { "editable": true }, @@ -1326,7 +1338,7 @@ }, { "cell_type": "markdown", - "id": "10f31e9c", + "id": "ff27eba7", "metadata": { "editable": true }, @@ -1353,7 +1365,7 @@ }, { "cell_type": "markdown", - "id": "1403b7e7", + "id": "ed03abb4", "metadata": { "editable": true }, @@ -1372,7 +1384,7 @@ }, { "cell_type": "markdown", - "id": "d384daae", + "id": "2c8d81e1", "metadata": { "editable": true }, @@ -1384,7 +1396,7 @@ }, { "cell_type": "markdown", - "id": "20a4cbca", + "id": "3c3785a2", "metadata": { "editable": true }, @@ -1397,7 +1409,7 @@ }, { "cell_type": "markdown", - "id": "2d92e9c8", + "id": "b479e704", "metadata": { "editable": true }, @@ -1409,7 +1421,7 @@ }, { "cell_type": "markdown", - "id": "0cda173a", + "id": "a7edcc9e", "metadata": { "editable": true }, @@ -1419,7 +1431,7 @@ }, { "cell_type": "markdown", - "id": "86b64b51", + "id": "9f60e695", "metadata": { "editable": true }, @@ -1431,7 +1443,7 @@ }, { "cell_type": "markdown", - "id": "f084347d", + "id": "a5260cc5", "metadata": { "editable": true }, @@ -1441,7 +1453,7 @@ }, { "cell_type": "markdown", - "id": "1897d753", + "id": "9c5a41b3", "metadata": { "editable": true }, @@ -1453,7 +1465,7 @@ }, { "cell_type": "markdown", - "id": "83445c73", + "id": "7d290873", "metadata": { "editable": true }, @@ -1464,7 +1476,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "04a5d55d", + "id": "acf9d5e4", "metadata": { "collapsed": false, "editable": true @@ -1508,7 +1520,7 @@ }, { "cell_type": "markdown", - "id": "f054f225", + "id": "ba61689c", "metadata": { "editable": true }, @@ -1519,7 +1531,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "73ed31c7", + "id": "52e2eeb3", "metadata": { "collapsed": false, "editable": true @@ -1554,7 +1566,7 @@ }, { "cell_type": "markdown", - "id": "6aa539e9", + "id": "ff909dae", "metadata": { "editable": true }, @@ -1567,7 +1579,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "49545925", + "id": "87ee9247", "metadata": { "collapsed": false, "editable": true @@ -1585,7 +1597,7 @@ }, { "cell_type": "markdown", - "id": "07f36604", + "id": "a6f7e44c", "metadata": { "editable": true }, @@ -1599,7 +1611,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "c7fb8158", + "id": "a7f81bcd", "metadata": { "collapsed": false, "editable": true @@ -1618,7 +1630,7 @@ }, { "cell_type": "markdown", - "id": "ab7e6b1b", + "id": "e4f6ba35", "metadata": { "editable": true }, @@ -1638,7 +1650,7 @@ }, { "cell_type": "markdown", - "id": "4bfaa857", + "id": "4c79a12f", "metadata": { "editable": true }, @@ -1655,7 +1667,7 @@ }, { "cell_type": "markdown", - "id": "f704b9f6", + "id": "7825f2c9", "metadata": { "editable": true }, @@ -1667,7 +1679,7 @@ }, { "cell_type": "markdown", - "id": "264597f3", + "id": "0b432770", "metadata": { "editable": true }, @@ -1684,7 +1696,7 @@ }, { "cell_type": "markdown", - "id": "cfb7acd3", + "id": "ce71bcb8", "metadata": { "editable": true }, @@ -1697,7 +1709,7 @@ }, { "cell_type": "markdown", - "id": "0884caf8", + "id": "e54a3968", "metadata": { "editable": true }, @@ -1709,7 +1721,7 @@ }, { "cell_type": "markdown", - "id": "8c650ca8", + "id": "ea62e615", "metadata": { "editable": true }, @@ -1719,7 +1731,7 @@ }, { "cell_type": "markdown", - "id": "dd32c940", + "id": "8a20f4b4", "metadata": { "editable": true }, @@ -1731,7 +1743,7 @@ }, { "cell_type": "markdown", - "id": "1eadda99", + "id": "9be4c8a4", "metadata": { "editable": true }, @@ -1741,7 +1753,7 @@ }, { "cell_type": "markdown", - "id": "8bf9c0d7", + "id": "c4f7f184", "metadata": { "editable": true }, @@ -1753,7 +1765,7 @@ }, { "cell_type": "markdown", - "id": "6c415ac8", + "id": "95d81e34", "metadata": { "editable": true }, @@ -1766,7 +1778,7 @@ }, { "cell_type": "markdown", - "id": "dba297ba", + "id": "e00e4c74", "metadata": { "editable": true }, @@ -1810,7 +1822,7 @@ }, { "cell_type": "markdown", - "id": "d2100b9c", + "id": "6f87ddeb", "metadata": { "editable": true }, @@ -1821,7 +1833,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "060c9b61", + "id": "9a2a4a21", "metadata": { "collapsed": false, "editable": true @@ -1899,7 +1911,7 @@ }, { "cell_type": "markdown", - "id": "80c4783a", + "id": "167cae6a", "metadata": { "editable": true }, @@ -1917,7 +1929,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "47914d55", + "id": "fd4d3d1d", "metadata": { "collapsed": false, "editable": true @@ -1988,7 +2000,7 @@ }, { "cell_type": "markdown", - "id": "aee5d99d", + "id": "e7637723", "metadata": { "editable": true }, @@ -2027,7 +2039,7 @@ }, { "cell_type": "markdown", - "id": "e662e79c", + "id": "5fe05c6a", "metadata": { "editable": true }, @@ -2038,7 +2050,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "8a3802ae", + "id": "d07cc03c", "metadata": { "collapsed": false, "editable": true @@ -2090,7 +2102,7 @@ }, { "cell_type": "markdown", - "id": "9d36f603", + "id": "ac909d39", "metadata": { "editable": true }, @@ -2101,7 +2113,7 @@ { "cell_type": "code", "execution_count": 16, - "id": "0c01596e", + "id": "4ec06694", "metadata": { "collapsed": false, "editable": true @@ -2176,7 +2188,7 @@ }, { "cell_type": "markdown", - "id": "db2d6509", + "id": "b6e84ca9", "metadata": { "editable": true }, @@ -2187,7 +2199,7 @@ { "cell_type": "code", "execution_count": 17, - "id": "5cda491c", + "id": "3b8265d3", "metadata": { "collapsed": false, "editable": true @@ -2218,7 +2230,7 @@ }, { "cell_type": "markdown", - "id": "31d76b1b", + "id": "4ac4391c", "metadata": { "editable": true }, @@ -2229,7 +2241,7 @@ { "cell_type": "code", "execution_count": 18, - "id": "87225973", + "id": "0399291c", "metadata": { "collapsed": false, "editable": true @@ -2247,7 +2259,7 @@ { "cell_type": "code", "execution_count": 19, - "id": "5a2a8ab2", + "id": "6273a4ca", "metadata": { "collapsed": false, "editable": true @@ -2262,7 +2274,7 @@ }, { "cell_type": "markdown", - "id": "eed4ab59", + "id": "500c38f2", "metadata": { "editable": true }, @@ -2273,7 +2285,7 @@ { "cell_type": "code", "execution_count": 20, - "id": "33809ce5", + "id": "cff275f0", "metadata": { "collapsed": false, "editable": true @@ -2323,7 +2335,7 @@ { "cell_type": "code", "execution_count": 21, - "id": "a4a38c2e", + "id": "d00f1eec", "metadata": { "collapsed": false, "editable": true @@ -2362,7 +2374,7 @@ }, { "cell_type": "markdown", - "id": "a7eae7f8", + "id": "efe7595b", "metadata": { "editable": true }, @@ -2386,7 +2398,7 @@ }, { "cell_type": "markdown", - "id": "2ef0e9f1", + "id": "bd019bce", "metadata": { "editable": true }, @@ -2414,7 +2426,7 @@ }, { "cell_type": "markdown", - "id": "787f6ff3", + "id": "26879a96", "metadata": { "editable": true }, @@ -2445,7 +2457,7 @@ }, { "cell_type": "markdown", - "id": "9bcdca58", + "id": "c4186bbd", "metadata": { "editable": true }, @@ -2461,7 +2473,7 @@ }, { "cell_type": "markdown", - "id": "610c6018", + "id": "adf5117b", "metadata": { "editable": true }, @@ -2483,7 +2495,7 @@ }, { "cell_type": "markdown", - "id": "92431d88", + "id": "7e7b7e57", "metadata": { "editable": true }, @@ -2515,7 +2527,7 @@ }, { "cell_type": "markdown", - "id": "8ea130d4", + "id": "49a7dff2", "metadata": { "editable": true }, @@ -2526,7 +2538,7 @@ { "cell_type": "code", "execution_count": 22, - "id": "ecac605e", + "id": "0a443e4d", "metadata": { "collapsed": false, "editable": true @@ -2550,7 +2562,7 @@ }, { "cell_type": "markdown", - "id": "e0340355", + "id": "a8ea734f", "metadata": { "editable": true }, @@ -2561,7 +2573,7 @@ { "cell_type": "code", "execution_count": 23, - "id": "88d610dd", + "id": "b292193c", "metadata": { "collapsed": false, "editable": true @@ -2615,7 +2627,7 @@ }, { "cell_type": "markdown", - "id": "6af12a19", + "id": "dd8452bb", "metadata": { "editable": true }, @@ -2626,7 +2638,7 @@ { "cell_type": "code", "execution_count": 24, - "id": "1c3c68ac", + "id": "d8da9ef9", "metadata": { "collapsed": false, "editable": true @@ -2656,7 +2668,7 @@ { "cell_type": "code", "execution_count": 25, - "id": "8828cc60", + "id": "c6c0b366", "metadata": { "collapsed": false, "editable": true @@ -2674,7 +2686,7 @@ { "cell_type": "code", "execution_count": 26, - "id": "4142b16a", + "id": "a7f6b0f8", "metadata": { "collapsed": false, "editable": true @@ -2694,7 +2706,7 @@ { "cell_type": "code", "execution_count": 27, - "id": "4ac39f62", + "id": "b417ccb8", "metadata": { "collapsed": false, "editable": true @@ -2711,7 +2723,7 @@ }, { "cell_type": "markdown", - "id": "b5a5b277", + "id": "3c34873d", "metadata": { "editable": true }, @@ -2722,7 +2734,7 @@ { "cell_type": "code", "execution_count": 28, - "id": "ed94100c", + "id": "7d9235a9", "metadata": { "collapsed": false, "editable": true @@ -2742,7 +2754,7 @@ { "cell_type": "code", "execution_count": 29, - "id": "d54ff120", + "id": "fa17aa74", "metadata": { "collapsed": false, "editable": true @@ -2756,7 +2768,7 @@ { "cell_type": "code", "execution_count": 30, - "id": "1cd4897b", + "id": "8f65f7db", "metadata": { "collapsed": false, "editable": true @@ -2772,7 +2784,7 @@ { "cell_type": "code", "execution_count": 31, - "id": "0ceb80cb", + "id": "dd292ec6", "metadata": { "collapsed": false, "editable": true @@ -2810,7 +2822,7 @@ }, { "cell_type": "markdown", - "id": "1bf7a0e7", + "id": "b8aa3665", "metadata": { "editable": true }, @@ -2824,7 +2836,7 @@ { "cell_type": "code", "execution_count": 32, - "id": "08699d7c", + "id": "d15e0b7c", "metadata": { "collapsed": false, "editable": true diff --git a/doc/src/week44/week44.do.txt b/doc/src/week44/week44.do.txt index f09097dc0..59e4ef218 100644 --- a/doc/src/week44/week44.do.txt +++ b/doc/src/week44/week44.do.txt @@ -9,9 +9,16 @@ DATE: today * Thursday: Wrapping up PCA from last week, Clustering and basics of decision trees, classification and regression algorithms * Friday: Decision trees, voting models and bagging +!bblock Videos +o "Video on Decision trees":"https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" +o "Video on Principal Component Analysis":"https://www.youtube.com/watch?v=FgakZw6K1QQ&ab_channel=StatQuestwithJoshStarmer" +o "Video on Clustering":"https://www.youtube.com/watch?v=esmzYhuFnds&ab_channel=MITOpenCourseWare" +!eblock -Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from "STK-IN4300, lecture 7":"https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf". Chapter 9.2 of Hastie et al contains also a good discussion. - +!bblock Reading +o Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from "STK-IN4300, lecture 7":"https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf". Chapter 9.2 of Hastie et al contains also a good discussion. +o Clustering and PCA, see Geron's chapter 8 and "Lecture notes":"https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter8.html" +!eblock !split ===== Thursday, Principal Component Analysis =====