diff --git a/doc/LectureNotes/_build/.doctrees/environment.pickle b/doc/LectureNotes/_build/.doctrees/environment.pickle index b3ba51187..068afdef0 100644 Binary files a/doc/LectureNotes/_build/.doctrees/environment.pickle and b/doc/LectureNotes/_build/.doctrees/environment.pickle differ diff --git a/doc/LectureNotes/_build/.doctrees/exercisesweek34.doctree b/doc/LectureNotes/_build/.doctrees/exercisesweek34.doctree index 3ec0c40c4..f16d259f7 100644 Binary files a/doc/LectureNotes/_build/.doctrees/exercisesweek34.doctree and b/doc/LectureNotes/_build/.doctrees/exercisesweek34.doctree differ diff --git a/doc/LectureNotes/_build/.doctrees/week35.doctree b/doc/LectureNotes/_build/.doctrees/week35.doctree index 431695baa..3078e6ae5 100644 Binary files a/doc/LectureNotes/_build/.doctrees/week35.doctree and b/doc/LectureNotes/_build/.doctrees/week35.doctree differ diff --git a/doc/LectureNotes/_build/html/_sources/exercisesweek34.ipynb b/doc/LectureNotes/_build/html/_sources/exercisesweek34.ipynb index a17ecafef..6a84a1d30 100644 --- a/doc/LectureNotes/_build/html/_sources/exercisesweek34.ipynb +++ b/doc/LectureNotes/_build/html/_sources/exercisesweek34.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "72dc0997", + "id": "a50ea987", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "8c591125", + "id": "291e6015", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "1ad21876", + "id": "141ff111", "metadata": { "editable": true }, @@ -39,7 +39,7 @@ }, { "cell_type": "markdown", - "id": "4eaa91e2", + "id": "32a1fc9e", "metadata": { "editable": true }, @@ -108,7 +108,7 @@ }, { "cell_type": "markdown", - "id": "360adb56", + "id": "f103f4c1", "metadata": { "editable": true }, @@ -122,20 +122,21 @@ { "cell_type": "code", "execution_count": 1, - "id": "278aa34f", + "id": "81c11edc", "metadata": { "collapsed": false, "editable": true }, "outputs": [], "source": [ + "import numpy as np\n", "x = np.random.rand(100,1)\n", "y = 2.0+5*x*x+0.1*np.random.randn(100,1)" ] }, { "cell_type": "markdown", - "id": "1ff20e45", + "id": "970bd604", "metadata": { "editable": true }, @@ -149,7 +150,7 @@ }, { "cell_type": "markdown", - "id": "e8809de1", + "id": "bda3ed04", "metadata": { "editable": true }, @@ -162,7 +163,7 @@ }, { "cell_type": "markdown", - "id": "8c9e5277", + "id": "ca995691", "metadata": { "editable": true }, @@ -173,7 +174,7 @@ }, { "cell_type": "markdown", - "id": "85a5881c", + "id": "27cbfeed", "metadata": { "editable": true }, @@ -185,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "4fb35d0d", + "id": "9e063f6d", "metadata": { "editable": true }, @@ -195,7 +196,7 @@ }, { "cell_type": "markdown", - "id": "608f9780", + "id": "e582c2bb", "metadata": { "editable": true }, @@ -207,7 +208,7 @@ }, { "cell_type": "markdown", - "id": "014bbc09", + "id": "59e0ed7a", "metadata": { "editable": true }, @@ -218,7 +219,7 @@ }, { "cell_type": "markdown", - "id": "f28863ad", + "id": "051e71aa", "metadata": { "editable": true }, @@ -237,7 +238,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "85f75a99", + "id": "c82d8b64", "metadata": { "collapsed": false, "editable": true @@ -253,7 +254,7 @@ }, { "cell_type": "markdown", - "id": "bee8d814", + "id": "3e810bba", "metadata": { "editable": true }, @@ -263,7 +264,7 @@ }, { "cell_type": "markdown", - "id": "7c94f8bd", + "id": "c1198fce", "metadata": { "editable": true }, @@ -274,7 +275,7 @@ }, { "cell_type": "markdown", - "id": "c0e789dd", + "id": "1b0cea0a", "metadata": { "editable": true }, @@ -286,7 +287,7 @@ }, { "cell_type": "markdown", - "id": "5ee1d70e", + "id": "5194ba08", "metadata": { "editable": true }, diff --git a/doc/LectureNotes/_build/html/_sources/week35.ipynb b/doc/LectureNotes/_build/html/_sources/week35.ipynb index 40b6c66a9..ce308ef85 100644 --- a/doc/LectureNotes/_build/html/_sources/week35.ipynb +++ b/doc/LectureNotes/_build/html/_sources/week35.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "ea977b24", + "id": "0e8171d8", "metadata": { "editable": true }, @@ -14,20 +14,20 @@ }, { "cell_type": "markdown", - "id": "a247218b", + "id": "d54fb4b6", "metadata": { "editable": true }, "source": [ "# Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression\n", - "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n", + "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo\n", "\n", - "Date: **August 26-30**" + "Date: **August 26-30, 2024**" ] }, { "cell_type": "markdown", - "id": "f234b76d", + "id": "359ef523", "metadata": { "editable": true }, @@ -38,7 +38,7 @@ "\n", "1. Brief repetition from last week\n", "\n", - "2. Derivation of the equations for ordinary least squares\n", + "2. Discussions of the equations for ordinary least squares\n", "\n", "3. Discussion on how to prepare data and examples of applications of linear regression\n", "\n", @@ -49,26 +49,30 @@ }, { "cell_type": "markdown", - "id": "86d0671f", + "id": "76ab9350", "metadata": { "editable": true }, "source": [ "### Reading recommendations:\n", "\n", - "1. See lecture notes for week 35 at \n", + "1. These lecture notes\n", "\n", - "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)" + "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)\n", + "\n", + "3. Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4.\n", + "\n", + "4. For exercise 1 of week 35, the book by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth on the Mathematics of Machine Learning, may be very relevant. In particular chapter 5 at URL\"https://mml-book.github.io/\" (section 5.5 on derivatives) is very useful for exercise 1 this coming week." ] }, { "cell_type": "markdown", - "id": "0b0bc0ec", + "id": "231f16d6", "metadata": { "editable": true }, "source": [ - "## Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", + "## For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", "\n", "We need first a reminder from last week about linear regression. \n", "\n", @@ -97,7 +101,7 @@ }, { "cell_type": "markdown", - "id": "c30cfd06", + "id": "a163dea4", "metadata": { "editable": true }, @@ -113,7 +117,7 @@ }, { "cell_type": "markdown", - "id": "59d6452b", + "id": "e30d7141", "metadata": { "editable": true }, @@ -125,7 +129,7 @@ }, { "cell_type": "markdown", - "id": "8649d84d", + "id": "1e391e10", "metadata": { "editable": true }, @@ -135,7 +139,7 @@ }, { "cell_type": "markdown", - "id": "aaa65f06", + "id": "440e1f2a", "metadata": { "editable": true }, @@ -147,7 +151,7 @@ }, { "cell_type": "markdown", - "id": "cc43802e", + "id": "4f920c69", "metadata": { "editable": true }, @@ -168,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "53877600", + "id": "179c4cba", "metadata": { "editable": true }, @@ -180,7 +184,7 @@ }, { "cell_type": "markdown", - "id": "bc4478fc", + "id": "82d6dd48", "metadata": { "editable": true }, @@ -193,7 +197,7 @@ }, { "cell_type": "markdown", - "id": "64bc2ac2", + "id": "fb67db20", "metadata": { "editable": true }, @@ -205,7 +209,7 @@ }, { "cell_type": "markdown", - "id": "d7b7d1d1", + "id": "406fe296", "metadata": { "editable": true }, @@ -217,7 +221,7 @@ }, { "cell_type": "markdown", - "id": "f34563f6", + "id": "7ca59383", "metadata": { "editable": true }, @@ -227,7 +231,7 @@ }, { "cell_type": "markdown", - "id": "1dbad69a", + "id": "59b8cb83", "metadata": { "editable": true }, @@ -239,7 +243,7 @@ }, { "cell_type": "markdown", - "id": "2a16de00", + "id": "5e10e269", "metadata": { "editable": true }, @@ -252,7 +256,7 @@ }, { "cell_type": "markdown", - "id": "07115e56", + "id": "c8f4a461", "metadata": { "editable": true }, @@ -264,7 +268,7 @@ }, { "cell_type": "markdown", - "id": "b90655a4", + "id": "8299a747", "metadata": { "editable": true }, @@ -274,7 +278,7 @@ }, { "cell_type": "markdown", - "id": "2ac208f1", + "id": "e3adcb3e", "metadata": { "editable": true }, @@ -286,7 +290,7 @@ }, { "cell_type": "markdown", - "id": "a8197640", + "id": "a48bfab5", "metadata": { "editable": true }, @@ -298,7 +302,7 @@ }, { "cell_type": "markdown", - "id": "7c72baae", + "id": "87754669", "metadata": { "editable": true }, @@ -309,7 +313,7 @@ }, { "cell_type": "markdown", - "id": "3c595093", + "id": "c4980f00", "metadata": { "editable": true }, @@ -321,7 +325,7 @@ }, { "cell_type": "markdown", - "id": "4dab1f87", + "id": "1a1adcd3", "metadata": { "editable": true }, @@ -340,7 +344,7 @@ }, { "cell_type": "markdown", - "id": "2a85bd46", + "id": "8d4dd262", "metadata": { "editable": true }, @@ -353,7 +357,7 @@ }, { "cell_type": "markdown", - "id": "5500dd61", + "id": "2215a906", "metadata": { "editable": true }, @@ -363,7 +367,7 @@ }, { "cell_type": "markdown", - "id": "0072db82", + "id": "d293ee98", "metadata": { "editable": true }, @@ -375,7 +379,7 @@ }, { "cell_type": "markdown", - "id": "078ec23d", + "id": "cc42ead9", "metadata": { "editable": true }, @@ -385,7 +389,7 @@ }, { "cell_type": "markdown", - "id": "cc1760bc", + "id": "fb13cd8b", "metadata": { "editable": true }, @@ -397,7 +401,7 @@ }, { "cell_type": "markdown", - "id": "73d00905", + "id": "fc02a912", "metadata": { "editable": true }, @@ -407,7 +411,7 @@ }, { "cell_type": "markdown", - "id": "50dff40b", + "id": "82afab7b", "metadata": { "editable": true }, @@ -419,7 +423,7 @@ }, { "cell_type": "markdown", - "id": "622bf5f5", + "id": "843ade9a", "metadata": { "editable": true }, @@ -430,7 +434,7 @@ }, { "cell_type": "markdown", - "id": "48bfcf85", + "id": "e955afa1", "metadata": { "editable": true }, @@ -442,7 +446,7 @@ }, { "cell_type": "markdown", - "id": "07c395fe", + "id": "61e860cd", "metadata": { "editable": true }, @@ -452,7 +456,7 @@ }, { "cell_type": "markdown", - "id": "d3ccdcb0", + "id": "93d2b6e6", "metadata": { "editable": true }, @@ -464,7 +468,7 @@ }, { "cell_type": "markdown", - "id": "c1ef9741", + "id": "adfd7e62", "metadata": { "editable": true }, @@ -474,7 +478,7 @@ }, { "cell_type": "markdown", - "id": "1646a521", + "id": "1663846c", "metadata": { "editable": true }, @@ -486,7 +490,7 @@ }, { "cell_type": "markdown", - "id": "daa11d84", + "id": "12dd4571", "metadata": { "editable": true }, @@ -506,7 +510,7 @@ }, { "cell_type": "markdown", - "id": "78b271ce", + "id": "57f81768", "metadata": { "editable": true }, @@ -533,7 +537,7 @@ }, { "cell_type": "markdown", - "id": "9482d4e6", + "id": "7f129030", "metadata": { "editable": true }, @@ -545,7 +549,7 @@ }, { "cell_type": "markdown", - "id": "c7787334", + "id": "6c35b0ba", "metadata": { "editable": true }, @@ -557,7 +561,7 @@ }, { "cell_type": "markdown", - "id": "a7c6c6e4", + "id": "162c4ffd", "metadata": { "editable": true }, @@ -573,7 +577,7 @@ }, { "cell_type": "markdown", - "id": "dc9f4b6f", + "id": "84eee206", "metadata": { "editable": true }, @@ -591,7 +595,7 @@ }, { "cell_type": "markdown", - "id": "dbb092e9", + "id": "832f9fc3", "metadata": { "editable": true }, @@ -603,7 +607,7 @@ }, { "cell_type": "markdown", - "id": "47f695d0", + "id": "43a78640", "metadata": { "editable": true }, @@ -615,7 +619,7 @@ }, { "cell_type": "markdown", - "id": "6ff6f849", + "id": "7fbfd556", "metadata": { "editable": true }, @@ -626,7 +630,7 @@ }, { "cell_type": "markdown", - "id": "3fab9d8e", + "id": "f0b01c52", "metadata": { "editable": true }, @@ -638,7 +642,7 @@ }, { "cell_type": "markdown", - "id": "230d417b", + "id": "fb5c1bd7", "metadata": { "editable": true }, @@ -648,7 +652,7 @@ }, { "cell_type": "markdown", - "id": "ae3eea03", + "id": "9a0a695d", "metadata": { "editable": true }, @@ -660,7 +664,7 @@ }, { "cell_type": "markdown", - "id": "97d7d08a", + "id": "87e15057", "metadata": { "editable": true }, @@ -674,7 +678,7 @@ }, { "cell_type": "markdown", - "id": "dbcabc11", + "id": "fca1498a", "metadata": { "editable": true }, @@ -686,7 +690,7 @@ }, { "cell_type": "markdown", - "id": "7278dcbd", + "id": "b8c63be2", "metadata": { "editable": true }, @@ -698,7 +702,7 @@ }, { "cell_type": "markdown", - "id": "c16d222a", + "id": "2ddd0ffc", "metadata": { "editable": true }, @@ -710,7 +714,7 @@ }, { "cell_type": "markdown", - "id": "0d85444e", + "id": "509d2ab6", "metadata": { "editable": true }, @@ -720,7 +724,7 @@ }, { "cell_type": "markdown", - "id": "4d26bab6", + "id": "bb492979", "metadata": { "editable": true }, @@ -732,7 +736,7 @@ }, { "cell_type": "markdown", - "id": "b6d57fdf", + "id": "ca02a149", "metadata": { "editable": true }, @@ -744,7 +748,7 @@ }, { "cell_type": "markdown", - "id": "7a78e5dc", + "id": "782c5c3d", "metadata": { "editable": true }, @@ -756,7 +760,7 @@ }, { "cell_type": "markdown", - "id": "6231367b", + "id": "749d69a8", "metadata": { "editable": true }, @@ -770,7 +774,7 @@ }, { "cell_type": "markdown", - "id": "ab068594", + "id": "e2910da5", "metadata": { "editable": true }, @@ -782,7 +786,7 @@ }, { "cell_type": "markdown", - "id": "07d2f06b", + "id": "effa9035", "metadata": { "editable": true }, @@ -794,7 +798,7 @@ }, { "cell_type": "markdown", - "id": "d2382139", + "id": "89e33e6e", "metadata": { "editable": true }, @@ -806,7 +810,7 @@ }, { "cell_type": "markdown", - "id": "7d063f00", + "id": "5a0e8a3b", "metadata": { "editable": true }, @@ -816,7 +820,7 @@ }, { "cell_type": "markdown", - "id": "5e119075", + "id": "12119d38", "metadata": { "editable": true }, @@ -828,7 +832,7 @@ }, { "cell_type": "markdown", - "id": "700eaedb", + "id": "b8e2462f", "metadata": { "editable": true }, @@ -838,7 +842,7 @@ }, { "cell_type": "markdown", - "id": "51e05fca", + "id": "ba9fdb35", "metadata": { "editable": true }, @@ -850,7 +854,7 @@ }, { "cell_type": "markdown", - "id": "bba7f463", + "id": "ac7406a7", "metadata": { "editable": true }, @@ -860,7 +864,7 @@ }, { "cell_type": "markdown", - "id": "601577cc", + "id": "01329146", "metadata": { "editable": true }, @@ -872,7 +876,7 @@ }, { "cell_type": "markdown", - "id": "ea31952c", + "id": "3575ca3b", "metadata": { "editable": true }, @@ -884,7 +888,7 @@ }, { "cell_type": "markdown", - "id": "fc6c86a7", + "id": "bda9dbe5", "metadata": { "editable": true }, @@ -896,7 +900,7 @@ }, { "cell_type": "markdown", - "id": "ffe09390", + "id": "a50cda13", "metadata": { "editable": true }, @@ -911,7 +915,7 @@ }, { "cell_type": "markdown", - "id": "22f4970c", + "id": "98a5bfd3", "metadata": { "editable": true }, @@ -923,7 +927,7 @@ }, { "cell_type": "markdown", - "id": "4ba751cb", + "id": "29825b92", "metadata": { "editable": true }, @@ -933,7 +937,7 @@ }, { "cell_type": "markdown", - "id": "87052e13", + "id": "98cd166a", "metadata": { "editable": true }, @@ -945,7 +949,7 @@ }, { "cell_type": "markdown", - "id": "e24dea19", + "id": "ac113691", "metadata": { "editable": true }, @@ -955,7 +959,7 @@ }, { "cell_type": "markdown", - "id": "6b52c737", + "id": "4885434d", "metadata": { "editable": true }, @@ -967,7 +971,7 @@ }, { "cell_type": "markdown", - "id": "904b93aa", + "id": "0be054ab", "metadata": { "editable": true }, @@ -977,7 +981,7 @@ }, { "cell_type": "markdown", - "id": "439e197d", + "id": "56bd4473", "metadata": { "editable": true }, @@ -989,7 +993,7 @@ }, { "cell_type": "markdown", - "id": "f5658ed9", + "id": "f7696e03", "metadata": { "editable": true }, @@ -1001,7 +1005,7 @@ }, { "cell_type": "markdown", - "id": "6f99984d", + "id": "52b3aee8", "metadata": { "editable": true }, @@ -1013,7 +1017,7 @@ }, { "cell_type": "markdown", - "id": "eeb1373c", + "id": "5ae5b749", "metadata": { "editable": true }, @@ -1023,7 +1027,7 @@ }, { "cell_type": "markdown", - "id": "f3c557ba", + "id": "ad4d9e92", "metadata": { "editable": true }, @@ -1035,7 +1039,7 @@ }, { "cell_type": "markdown", - "id": "412789d5", + "id": "593fb36f", "metadata": { "editable": true }, @@ -1048,7 +1052,7 @@ }, { "cell_type": "markdown", - "id": "65fbbb29", + "id": "49bdf172", "metadata": { "editable": true }, @@ -1060,7 +1064,7 @@ }, { "cell_type": "markdown", - "id": "f4cd65e4", + "id": "2fb6ff7e", "metadata": { "editable": true }, @@ -1070,7 +1074,7 @@ }, { "cell_type": "markdown", - "id": "9ee329c3", + "id": "5dbcf369", "metadata": { "editable": true }, @@ -1082,7 +1086,7 @@ }, { "cell_type": "markdown", - "id": "47023d81", + "id": "317f4f66", "metadata": { "editable": true }, @@ -1092,7 +1096,7 @@ }, { "cell_type": "markdown", - "id": "40d4cc36", + "id": "2b3b5bf8", "metadata": { "editable": true }, @@ -1104,7 +1108,7 @@ }, { "cell_type": "markdown", - "id": "e266851f", + "id": "482872ec", "metadata": { "editable": true }, @@ -1114,7 +1118,7 @@ }, { "cell_type": "markdown", - "id": "f4d0941c", + "id": "cbfa31c1", "metadata": { "editable": true }, @@ -1126,7 +1130,7 @@ }, { "cell_type": "markdown", - "id": "6f4b2a9d", + "id": "29d719aa", "metadata": { "editable": true }, @@ -1136,7 +1140,7 @@ }, { "cell_type": "markdown", - "id": "62cab30b", + "id": "d09f28c9", "metadata": { "editable": true }, @@ -1148,7 +1152,7 @@ }, { "cell_type": "markdown", - "id": "4c8c6398", + "id": "b563a46a", "metadata": { "editable": true }, @@ -1158,7 +1162,7 @@ }, { "cell_type": "markdown", - "id": "f9c6ab8a", + "id": "cfb14c2e", "metadata": { "editable": true }, @@ -1170,7 +1174,7 @@ }, { "cell_type": "markdown", - "id": "b7945d33", + "id": "55d73d59", "metadata": { "editable": true }, @@ -1182,7 +1186,7 @@ }, { "cell_type": "markdown", - "id": "80421efe", + "id": "0d302953", "metadata": { "editable": true }, @@ -1194,7 +1198,7 @@ }, { "cell_type": "markdown", - "id": "cc1fb4bf", + "id": "3134df8b", "metadata": { "editable": true }, @@ -1206,7 +1210,7 @@ }, { "cell_type": "markdown", - "id": "c149bd15", + "id": "f7a379d8", "metadata": { "editable": true }, @@ -1218,7 +1222,7 @@ }, { "cell_type": "markdown", - "id": "4aeb6fad", + "id": "625b988b", "metadata": { "editable": true }, @@ -1234,7 +1238,7 @@ }, { "cell_type": "markdown", - "id": "fecdf631", + "id": "9ad87f84", "metadata": { "editable": true }, @@ -1246,7 +1250,7 @@ }, { "cell_type": "markdown", - "id": "7ffbaccd", + "id": "c09b142d", "metadata": { "editable": true }, @@ -1256,7 +1260,7 @@ }, { "cell_type": "markdown", - "id": "ba12c9f2", + "id": "87e150ea", "metadata": { "editable": true }, @@ -1268,7 +1272,7 @@ }, { "cell_type": "markdown", - "id": "871cfd8e", + "id": "df00240d", "metadata": { "editable": true }, @@ -1286,7 +1290,7 @@ }, { "cell_type": "markdown", - "id": "0ad332cd", + "id": "8fdbd7f8", "metadata": { "editable": true }, @@ -1298,7 +1302,7 @@ }, { "cell_type": "markdown", - "id": "5e7042e9", + "id": "238c7bd8", "metadata": { "editable": true }, @@ -1310,7 +1314,7 @@ }, { "cell_type": "markdown", - "id": "43b825ce", + "id": "18a876fb", "metadata": { "editable": true }, @@ -1320,7 +1324,7 @@ }, { "cell_type": "markdown", - "id": "58a4ed44", + "id": "ef14c409", "metadata": { "editable": true }, @@ -1332,7 +1336,7 @@ }, { "cell_type": "markdown", - "id": "202c5775", + "id": "13723af9", "metadata": { "editable": true }, @@ -1342,7 +1346,7 @@ }, { "cell_type": "markdown", - "id": "0eab64e4", + "id": "4d4ffe70", "metadata": { "editable": true }, @@ -1354,7 +1358,7 @@ }, { "cell_type": "markdown", - "id": "d17063fa", + "id": "6d044514", "metadata": { "editable": true }, @@ -1364,7 +1368,7 @@ }, { "cell_type": "markdown", - "id": "02cca57e", + "id": "63c7644a", "metadata": { "editable": true }, @@ -1378,7 +1382,7 @@ }, { "cell_type": "markdown", - "id": "d5a0e65b", + "id": "c2dbbf59", "metadata": { "editable": true }, @@ -1390,7 +1394,7 @@ }, { "cell_type": "markdown", - "id": "03f47788", + "id": "c972290a", "metadata": { "editable": true }, @@ -1401,7 +1405,7 @@ }, { "cell_type": "markdown", - "id": "ab07b7cf", + "id": "141194f9", "metadata": { "editable": true }, @@ -1414,7 +1418,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "f51e672d", + "id": "015492ec", "metadata": { "collapsed": false, "editable": true @@ -1441,7 +1445,7 @@ }, { "cell_type": "markdown", - "id": "e44be45e", + "id": "1d13253b", "metadata": { "editable": true }, @@ -1452,7 +1456,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "b4786589", + "id": "a85b890a", "metadata": { "collapsed": false, "editable": true @@ -1465,7 +1469,7 @@ }, { "cell_type": "markdown", - "id": "af2dcc52", + "id": "08eee60c", "metadata": { "editable": true }, @@ -1479,7 +1483,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "2bc65bc5", + "id": "06c7d473", "metadata": { "collapsed": false, "editable": true @@ -1492,7 +1496,7 @@ }, { "cell_type": "markdown", - "id": "46bda600", + "id": "8a9eb7fd", "metadata": { "editable": true }, @@ -1503,7 +1507,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "9bdae7bf", + "id": "44804614", "metadata": { "collapsed": false, "editable": true @@ -1515,7 +1519,7 @@ }, { "cell_type": "markdown", - "id": "64eeaaef", + "id": "3c36f7b4", "metadata": { "editable": true }, @@ -1526,7 +1530,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "cafbda91", + "id": "128cc3f9", "metadata": { "collapsed": false, "editable": true @@ -1542,7 +1546,7 @@ }, { "cell_type": "markdown", - "id": "831a5888", + "id": "f0555b78", "metadata": { "editable": true }, @@ -1553,7 +1557,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "90f6a538", + "id": "f482d41d", "metadata": { "collapsed": false, "editable": true @@ -1567,7 +1571,7 @@ }, { "cell_type": "markdown", - "id": "dc364c27", + "id": "292cb89c", "metadata": { "editable": true }, @@ -1588,7 +1592,7 @@ }, { "cell_type": "markdown", - "id": "1598259c", + "id": "59a7edef", "metadata": { "editable": true }, @@ -1599,7 +1603,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "ca994e68", + "id": "847478f5", "metadata": { "collapsed": false, "editable": true @@ -1652,7 +1656,7 @@ }, { "cell_type": "markdown", - "id": "7353f2e7", + "id": "4a92abc5", "metadata": { "editable": true }, @@ -1663,7 +1667,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "05a066db", + "id": "71d29d58", "metadata": { "collapsed": false, "editable": true @@ -1688,7 +1692,7 @@ }, { "cell_type": "markdown", - "id": "1f30de64", + "id": "71ffb936", "metadata": { "editable": true }, @@ -1700,7 +1704,7 @@ }, { "cell_type": "markdown", - "id": "80fa8b7d", + "id": "ed47d431", "metadata": { "editable": true }, @@ -1729,7 +1733,7 @@ }, { "cell_type": "markdown", - "id": "7e92be20", + "id": "4a01c695", "metadata": { "editable": true }, @@ -1754,7 +1758,7 @@ }, { "cell_type": "markdown", - "id": "052e8c0c", + "id": "d8b9ee62", "metadata": { "editable": true }, @@ -1774,7 +1778,7 @@ }, { "cell_type": "markdown", - "id": "d752c7f4", + "id": "a5f362af", "metadata": { "editable": true }, @@ -1801,7 +1805,7 @@ }, { "cell_type": "markdown", - "id": "4b40d092", + "id": "1bdf7ea5", "metadata": { "editable": true }, @@ -1814,7 +1818,7 @@ }, { "cell_type": "markdown", - "id": "f8526e57", + "id": "142f891c", "metadata": { "editable": true }, @@ -1826,7 +1830,7 @@ }, { "cell_type": "markdown", - "id": "5cfb3455", + "id": "aee9f94b", "metadata": { "editable": true }, @@ -1837,7 +1841,7 @@ }, { "cell_type": "markdown", - "id": "363e0117", + "id": "4ce309d1", "metadata": { "editable": true }, @@ -1853,7 +1857,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "4c7ecfc5", + "id": "0a704745", "metadata": { "collapsed": false, "editable": true @@ -1887,7 +1891,7 @@ }, { "cell_type": "markdown", - "id": "981f65fb", + "id": "84eabf2a", "metadata": { "editable": true }, @@ -1897,7 +1901,7 @@ }, { "cell_type": "markdown", - "id": "9ddcca79", + "id": "d43e8012", "metadata": { "editable": true }, @@ -1912,7 +1916,7 @@ }, { "cell_type": "markdown", - "id": "02bed8b3", + "id": "7e9736ec", "metadata": { "editable": true }, @@ -1924,7 +1928,7 @@ }, { "cell_type": "markdown", - "id": "64033f1d", + "id": "b10b3475", "metadata": { "editable": true }, @@ -1934,7 +1938,7 @@ }, { "cell_type": "markdown", - "id": "1cfc52cc", + "id": "d84b36f4", "metadata": { "editable": true }, @@ -1950,7 +1954,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "06b67f41", + "id": "f7106c42", "metadata": { "collapsed": false, "editable": true @@ -1967,7 +1971,7 @@ }, { "cell_type": "markdown", - "id": "773210a0", + "id": "3c69f9f8", "metadata": { "editable": true }, @@ -1980,7 +1984,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "34cb4217", + "id": "11c487ef", "metadata": { "collapsed": false, "editable": true @@ -2027,7 +2031,7 @@ }, { "cell_type": "markdown", - "id": "4ae9cee9", + "id": "7c801b72", "metadata": { "editable": true }, @@ -2038,7 +2042,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "9be1964e", + "id": "d3aeb46a", "metadata": { "collapsed": false, "editable": true @@ -2141,7 +2145,7 @@ }, { "cell_type": "markdown", - "id": "f0fe5870", + "id": "40492c3d", "metadata": { "editable": true }, @@ -2169,7 +2173,7 @@ }, { "cell_type": "markdown", - "id": "9b60a7bd", + "id": "8522203f", "metadata": { "editable": true }, @@ -2204,7 +2208,7 @@ }, { "cell_type": "markdown", - "id": "a31dcc5d", + "id": "be983c3c", "metadata": { "editable": true }, @@ -2219,7 +2223,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "225671c5", + "id": "1efd2e47", "metadata": { "collapsed": false, "editable": true @@ -2244,7 +2248,7 @@ }, { "cell_type": "markdown", - "id": "ac1448c8", + "id": "f19c62cb", "metadata": { "editable": true }, @@ -2260,7 +2264,7 @@ }, { "cell_type": "markdown", - "id": "c6e308a3", + "id": "a584c9cd", "metadata": { "editable": true }, @@ -2272,7 +2276,7 @@ }, { "cell_type": "markdown", - "id": "a2f2dab5", + "id": "0be698a6", "metadata": { "editable": true }, @@ -2287,7 +2291,7 @@ }, { "cell_type": "markdown", - "id": "8a7df606", + "id": "5d75610e", "metadata": { "editable": true }, @@ -2299,7 +2303,7 @@ }, { "cell_type": "markdown", - "id": "31e595c9", + "id": "ff7ee954", "metadata": { "editable": true }, @@ -2309,7 +2313,7 @@ }, { "cell_type": "markdown", - "id": "f5f389db", + "id": "5e6bb341", "metadata": { "editable": true }, @@ -2321,7 +2325,7 @@ }, { "cell_type": "markdown", - "id": "1dd4b34d", + "id": "e963c568", "metadata": { "editable": true }, @@ -2331,7 +2335,7 @@ }, { "cell_type": "markdown", - "id": "f931e286", + "id": "55885a4a", "metadata": { "editable": true }, @@ -2343,7 +2347,7 @@ }, { "cell_type": "markdown", - "id": "4cbda41b", + "id": "45b41040", "metadata": { "editable": true }, @@ -2356,7 +2360,7 @@ }, { "cell_type": "markdown", - "id": "6657a435", + "id": "09f46805", "metadata": { "editable": true }, @@ -2368,7 +2372,7 @@ }, { "cell_type": "markdown", - "id": "91f7475b", + "id": "d1568bca", "metadata": { "editable": true }, @@ -2378,7 +2382,7 @@ }, { "cell_type": "markdown", - "id": "98482060", + "id": "5596da7b", "metadata": { "editable": true }, @@ -2390,7 +2394,7 @@ }, { "cell_type": "markdown", - "id": "01e12c29", + "id": "1a811520", "metadata": { "editable": true }, @@ -2400,7 +2404,7 @@ }, { "cell_type": "markdown", - "id": "38fa32e4", + "id": "97432a8f", "metadata": { "editable": true }, @@ -2412,7 +2416,7 @@ }, { "cell_type": "markdown", - "id": "ea483f66", + "id": "f0771458", "metadata": { "editable": true }, @@ -2422,7 +2426,7 @@ }, { "cell_type": "markdown", - "id": "d5862089", + "id": "7c19d9c3", "metadata": { "editable": true }, @@ -2434,7 +2438,7 @@ }, { "cell_type": "markdown", - "id": "0456f62e", + "id": "f095d30a", "metadata": { "editable": true }, @@ -2444,7 +2448,7 @@ }, { "cell_type": "markdown", - "id": "1ed14941", + "id": "40723219", "metadata": { "editable": true }, @@ -2456,7 +2460,7 @@ }, { "cell_type": "markdown", - "id": "43387b69", + "id": "46ed821b", "metadata": { "editable": true }, @@ -2466,7 +2470,7 @@ }, { "cell_type": "markdown", - "id": "06bd01bf", + "id": "5a319080", "metadata": { "editable": true }, @@ -2478,7 +2482,7 @@ }, { "cell_type": "markdown", - "id": "9cad411e", + "id": "1113a828", "metadata": { "editable": true }, @@ -2488,7 +2492,7 @@ }, { "cell_type": "markdown", - "id": "c37f7792", + "id": "283f8fe8", "metadata": { "editable": true }, @@ -2500,7 +2504,7 @@ }, { "cell_type": "markdown", - "id": "8a7f23f8", + "id": "d2e5d910", "metadata": { "editable": true }, @@ -2512,7 +2516,7 @@ }, { "cell_type": "markdown", - "id": "a7fdf6e8", + "id": "2de4cd2c", "metadata": { "editable": true }, @@ -2524,7 +2528,7 @@ }, { "cell_type": "markdown", - "id": "3ac73282", + "id": "ef87b933", "metadata": { "editable": true }, @@ -2537,7 +2541,7 @@ }, { "cell_type": "markdown", - "id": "e55db5a0", + "id": "36ae94a8", "metadata": { "editable": true }, @@ -2549,7 +2553,7 @@ }, { "cell_type": "markdown", - "id": "966cd383", + "id": "0e940b73", "metadata": { "editable": true }, @@ -2559,7 +2563,7 @@ }, { "cell_type": "markdown", - "id": "360cb45f", + "id": "6d215e00", "metadata": { "editable": true }, @@ -2573,7 +2577,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "2099267d", + "id": "8e8abb2e", "metadata": { "collapsed": false, "editable": true @@ -2670,7 +2674,7 @@ }, { "cell_type": "markdown", - "id": "9ba9afe9", + "id": "2d3510cf", "metadata": { "editable": true }, @@ -2691,7 +2695,7 @@ }, { "cell_type": "markdown", - "id": "ea4bf6fe", + "id": "6bbe3c03", "metadata": { "editable": true }, @@ -2703,7 +2707,7 @@ }, { "cell_type": "markdown", - "id": "98ca9b28", + "id": "9402a7f6", "metadata": { "editable": true }, @@ -2713,7 +2717,7 @@ }, { "cell_type": "markdown", - "id": "996fc4f6", + "id": "2854105e", "metadata": { "editable": true }, @@ -2725,7 +2729,7 @@ }, { "cell_type": "markdown", - "id": "b5db8128", + "id": "8a104c4a", "metadata": { "editable": true }, @@ -2735,7 +2739,7 @@ }, { "cell_type": "markdown", - "id": "745d6bff", + "id": "903e7426", "metadata": { "editable": true }, @@ -2747,7 +2751,7 @@ }, { "cell_type": "markdown", - "id": "2ecb048e", + "id": "08a6f7fc", "metadata": { "editable": true }, @@ -2763,381 +2767,17 @@ }, { "cell_type": "markdown", - "id": "73eb2f08", + "id": "f08f1d7b", "metadata": { "editable": true }, "source": [ - "## The Boston housing data example\n", - "\n", - "The Boston housing \n", - "data set was originally a part of UCI Machine Learning Repository\n", - "and has been removed now. The data set is now included in **Scikit-Learn**'s \n", - "library. There are 506 samples and 13 feature (predictor) variables\n", - "in this data set. The objective is to predict the value of prices of\n", - "the house using the features (predictors) listed here.\n", - "\n", - "The features/predictors are\n", - "1. CRIM: Per capita crime rate by town\n", - "\n", - "2. ZN: Proportion of residential land zoned for lots over 25000 square feet\n", - "\n", - "3. INDUS: Proportion of non-retail business acres per town\n", - "\n", - "4. CHAS: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)\n", - "\n", - "5. NOX: Nitric oxide concentration (parts per 10 million)\n", - "\n", - "6. RM: Average number of rooms per dwelling\n", - "\n", - "7. AGE: Proportion of owner-occupied units built prior to 1940\n", - "\n", - "8. DIS: Weighted distances to five Boston employment centers\n", - "\n", - "9. RAD: Index of accessibility to radial highways\n", - "\n", - "10. TAX: Full-value property tax rate per USD10000\n", - "\n", - "11. B: $1000(Bk - 0.63)^2$, where $Bk$ is the proportion of [people of African American descent] by town\n", - "\n", - "12. LSTAT: Percentage of lower status of the population\n", - "\n", - "13. MEDV: Median value of owner-occupied homes in USD 1000s" + "## Material for lecture Monday, August 26" ] }, { "cell_type": "markdown", - "id": "41d9c008", - "metadata": { - "editable": true - }, - "source": [ - "## Housing data, the code\n", - "We start by importing the libraries" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "id": "0af3b38a", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "import numpy as np\n", - "import matplotlib.pyplot as plt \n", - "\n", - "import pandas as pd \n", - "import seaborn as sns" - ] - }, - { - "cell_type": "markdown", - "id": "41771944", - "metadata": { - "editable": true - }, - "source": [ - "and load the Boston Housing DataSet from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "id": "c0ad90ff", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.datasets import load_boston\n", - "\n", - "boston_dataset = load_boston()\n", - "\n", - "# boston_dataset is a dictionary\n", - "# let's check what it contains\n", - "boston_dataset.keys()" - ] - }, - { - "cell_type": "markdown", - "id": "ef2f9bce", - "metadata": { - "editable": true - }, - "source": [ - "Then we invoke Pandas" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "id": "150d1433", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "boston = pd.DataFrame(boston_dataset.data, columns=boston_dataset.feature_names)\n", - "boston.head()\n", - "boston['MEDV'] = boston_dataset.target" - ] - }, - { - "cell_type": "markdown", - "id": "1be017ef", - "metadata": { - "editable": true - }, - "source": [ - "and preprocess the data" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "id": "01ef8953", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# check for missing values in all the columns\n", - "boston.isnull().sum()" - ] - }, - { - "cell_type": "markdown", - "id": "adc486b5", - "metadata": { - "editable": true - }, - "source": [ - "We can then visualize the data" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "id": "2471fc63", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# set the size of the figure\n", - "sns.set(rc={'figure.figsize':(11.7,8.27)})\n", - "\n", - "# plot a histogram showing the distribution of the target values\n", - "sns.distplot(boston['MEDV'], bins=30)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "e26d39f7", - "metadata": { - "editable": true - }, - "source": [ - "It is now useful to look at the correlation matrix" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "6bb60001", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# compute the pair wise correlation for all columns \n", - "correlation_matrix = boston.corr().round(2)\n", - "# use the heatmap function from seaborn to plot the correlation matrix\n", - "# annot = True to print the values inside the square\n", - "sns.heatmap(data=correlation_matrix, annot=True)" - ] - }, - { - "cell_type": "markdown", - "id": "90f47dc1", - "metadata": { - "editable": true - }, - "source": [ - "From the above coorelation plot we can see that **MEDV** is strongly correlated to **LSTAT** and **RM**. We see also that **RAD** and **TAX** are stronly correlated, but we don't include this in our features together to avoid multi-colinearity" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "id": "a1f980e4", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "plt.figure(figsize=(20, 5))\n", - "\n", - "features = ['LSTAT', 'RM']\n", - "target = boston['MEDV']\n", - "\n", - "for i, col in enumerate(features):\n", - " plt.subplot(1, len(features) , i+1)\n", - " x = boston[col]\n", - " y = target\n", - " plt.scatter(x, y, marker='o')\n", - " plt.title(col)\n", - " plt.xlabel(col)\n", - " plt.ylabel('MEDV')" - ] - }, - { - "cell_type": "markdown", - "id": "9efdaaaa", - "metadata": { - "editable": true - }, - "source": [ - "Now we start training our model" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "id": "01e9afe5", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM'])\n", - "Y = boston['MEDV']" - ] - }, - { - "cell_type": "markdown", - "id": "73335565", - "metadata": { - "editable": true - }, - "source": [ - "We split the data into training and test sets" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "id": "f865febb", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.model_selection import train_test_split\n", - "\n", - "# splits the training and test data set in 80% : 20%\n", - "# assign random_state to any value.This ensures consistency.\n", - "X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, random_state=5)\n", - "print(X_train.shape)\n", - "print(X_test.shape)\n", - "print(Y_train.shape)\n", - "print(Y_test.shape)" - ] - }, - { - "cell_type": "markdown", - "id": "88f5a339", - "metadata": { - "editable": true - }, - "source": [ - "Then we use the linear regression functionality from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "id": "bacdbf9b", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.linear_model import LinearRegression\n", - "from sklearn.metrics import mean_squared_error, r2_score\n", - "\n", - "lin_model = LinearRegression()\n", - "lin_model.fit(X_train, Y_train)\n", - "\n", - "# model evaluation for training set\n", - "\n", - "y_train_predict = lin_model.predict(X_train)\n", - "rmse = (np.sqrt(mean_squared_error(Y_train, y_train_predict)))\n", - "r2 = r2_score(Y_train, y_train_predict)\n", - "\n", - "print(\"The model performance for training set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))\n", - "print(\"\\n\")\n", - "\n", - "# model evaluation for testing set\n", - "\n", - "y_test_predict = lin_model.predict(X_test)\n", - "# root mean square error of the model\n", - "rmse = (np.sqrt(mean_squared_error(Y_test, y_test_predict)))\n", - "\n", - "# r-squared score of the model\n", - "r2 = r2_score(Y_test, y_test_predict)\n", - "\n", - "print(\"The model performance for testing set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "id": "09aa7ac9", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# plotting the y_test vs y_pred\n", - "# ideally should have been a straight line\n", - "plt.scatter(Y_test, y_test_predict)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "cb088f7a", - "metadata": { - "editable": true - }, - "source": [ - "## Material for lecture Thursday, August 31" - ] - }, - { - "cell_type": "markdown", - "id": "a452bf26", + "id": "5d936c7e", "metadata": { "editable": true }, @@ -3151,7 +2791,7 @@ }, { "cell_type": "markdown", - "id": "603ea987", + "id": "ef7769a7", "metadata": { "editable": true }, @@ -3163,7 +2803,7 @@ }, { "cell_type": "markdown", - "id": "61b65c66", + "id": "7771ff2c", "metadata": { "editable": true }, @@ -3175,7 +2815,7 @@ }, { "cell_type": "markdown", - "id": "d08fd064", + "id": "10fc7ed2", "metadata": { "editable": true }, @@ -3187,7 +2827,7 @@ }, { "cell_type": "markdown", - "id": "e8f62983", + "id": "39b5e3bd", "metadata": { "editable": true }, @@ -3197,7 +2837,7 @@ }, { "cell_type": "markdown", - "id": "d68a9415", + "id": "52b3d0bb", "metadata": { "editable": true }, @@ -3209,7 +2849,7 @@ }, { "cell_type": "markdown", - "id": "3307fed7", + "id": "4c3bc56d", "metadata": { "editable": true }, @@ -3219,7 +2859,7 @@ }, { "cell_type": "markdown", - "id": "8a910e57", + "id": "1763f73c", "metadata": { "editable": true }, @@ -3231,7 +2871,7 @@ }, { "cell_type": "markdown", - "id": "218a6b48", + "id": "10ca64dc", "metadata": { "editable": true }, @@ -3242,7 +2882,7 @@ }, { "cell_type": "markdown", - "id": "8f3748ba", + "id": "59d74409", "metadata": { "editable": true }, @@ -3254,7 +2894,7 @@ }, { "cell_type": "markdown", - "id": "d0385420", + "id": "e096a0c8", "metadata": { "editable": true }, @@ -3266,7 +2906,7 @@ }, { "cell_type": "markdown", - "id": "4644a05e", + "id": "9e7b9f26", "metadata": { "editable": true }, @@ -3276,7 +2916,7 @@ }, { "cell_type": "markdown", - "id": "bfb350df", + "id": "5f8e828c", "metadata": { "editable": true }, @@ -3288,7 +2928,7 @@ }, { "cell_type": "markdown", - "id": "508acac7", + "id": "b649f8ce", "metadata": { "editable": true }, @@ -3300,7 +2940,7 @@ }, { "cell_type": "markdown", - "id": "1cde0c41", + "id": "57c7d832", "metadata": { "editable": true }, @@ -3310,7 +2950,7 @@ }, { "cell_type": "markdown", - "id": "683baaea", + "id": "c9c6af68", "metadata": { "editable": true }, @@ -3322,7 +2962,7 @@ }, { "cell_type": "markdown", - "id": "ec9c67ea", + "id": "fa1128b4", "metadata": { "editable": true }, @@ -3332,7 +2972,7 @@ }, { "cell_type": "markdown", - "id": "cdc9c6fc", + "id": "85c79bbd", "metadata": { "editable": true }, @@ -3344,7 +2984,7 @@ }, { "cell_type": "markdown", - "id": "c7590b65", + "id": "a771f3ba", "metadata": { "editable": true }, @@ -3354,7 +2994,7 @@ }, { "cell_type": "markdown", - "id": "f2d7afb2", + "id": "a537e28f", "metadata": { "editable": true }, @@ -3394,7 +3034,7 @@ }, { "cell_type": "markdown", - "id": "69fd907d", + "id": "22a92910", "metadata": { "editable": true }, @@ -3411,7 +3051,7 @@ }, { "cell_type": "markdown", - "id": "33b93521", + "id": "93aec13e", "metadata": { "editable": true }, @@ -3434,7 +3074,7 @@ }, { "cell_type": "markdown", - "id": "600d8db6", + "id": "3e8fc4af", "metadata": { "editable": true }, @@ -3451,7 +3091,7 @@ }, { "cell_type": "markdown", - "id": "22fc0a80", + "id": "3f2d73ed", "metadata": { "editable": true }, @@ -3470,7 +3110,7 @@ }, { "cell_type": "markdown", - "id": "bd71990f", + "id": "cebec7f9", "metadata": { "editable": true }, @@ -3481,7 +3121,7 @@ }, { "cell_type": "markdown", - "id": "587d44ae", + "id": "da556bd6", "metadata": { "editable": true }, @@ -3493,7 +3133,7 @@ }, { "cell_type": "markdown", - "id": "2158156f", + "id": "4d23351d", "metadata": { "editable": true }, @@ -3511,7 +3151,7 @@ }, { "cell_type": "markdown", - "id": "10eb0b7c", + "id": "162bcba6", "metadata": { "editable": true }, @@ -3527,7 +3167,7 @@ }, { "cell_type": "markdown", - "id": "2aceb644", + "id": "778461b7", "metadata": { "editable": true }, @@ -3539,7 +3179,7 @@ }, { "cell_type": "markdown", - "id": "1465b8be", + "id": "c691b8b0", "metadata": { "editable": true }, @@ -3549,7 +3189,7 @@ }, { "cell_type": "markdown", - "id": "b3afc822", + "id": "b6b7e4a0", "metadata": { "editable": true }, @@ -3564,7 +3204,7 @@ }, { "cell_type": "markdown", - "id": "4357f67d", + "id": "9a612971", "metadata": { "editable": true }, @@ -3576,7 +3216,7 @@ }, { "cell_type": "markdown", - "id": "b2ed8199", + "id": "706132dc", "metadata": { "editable": true }, @@ -3586,7 +3226,7 @@ }, { "cell_type": "markdown", - "id": "a28f5e2a", + "id": "206c55a7", "metadata": { "editable": true }, @@ -3598,7 +3238,7 @@ }, { "cell_type": "markdown", - "id": "dda00171", + "id": "6b74284d", "metadata": { "editable": true }, @@ -3608,7 +3248,7 @@ }, { "cell_type": "markdown", - "id": "99e49156", + "id": "0234a46a", "metadata": { "editable": true }, @@ -3620,7 +3260,7 @@ }, { "cell_type": "markdown", - "id": "3de354b0", + "id": "abb8474f", "metadata": { "editable": true }, @@ -3632,7 +3272,7 @@ }, { "cell_type": "markdown", - "id": "9b719377", + "id": "9467e419", "metadata": { "editable": true }, @@ -3647,7 +3287,7 @@ }, { "cell_type": "markdown", - "id": "f46453c7", + "id": "abfadb01", "metadata": { "editable": true }, @@ -3658,7 +3298,7 @@ }, { "cell_type": "markdown", - "id": "0255efb1", + "id": "b4d7950d", "metadata": { "editable": true }, @@ -3678,7 +3318,7 @@ }, { "cell_type": "markdown", - "id": "61df6aad", + "id": "c6e946ea", "metadata": { "editable": true }, @@ -3690,7 +3330,7 @@ }, { "cell_type": "markdown", - "id": "ac44e8fa", + "id": "485e3f93", "metadata": { "editable": true }, @@ -3700,7 +3340,7 @@ }, { "cell_type": "markdown", - "id": "a73ed285", + "id": "8dd085df", "metadata": { "editable": true }, @@ -3712,7 +3352,7 @@ }, { "cell_type": "markdown", - "id": "4809c104", + "id": "5e745921", "metadata": { "editable": true }, @@ -3741,7 +3381,7 @@ }, { "cell_type": "markdown", - "id": "9ff4078a", + "id": "e123b112", "metadata": { "editable": true }, @@ -3768,7 +3408,7 @@ }, { "cell_type": "markdown", - "id": "78a8b113", + "id": "8716fc03", "metadata": { "editable": true }, @@ -3778,8 +3418,8 @@ }, { "cell_type": "code", - "execution_count": 26, - "id": "47f6d805", + "execution_count": 15, + "id": "3b53ef76", "metadata": { "collapsed": false, "editable": true @@ -3819,7 +3459,7 @@ }, { "cell_type": "markdown", - "id": "5d841c14", + "id": "577ae352", "metadata": { "editable": true }, @@ -3836,7 +3476,7 @@ }, { "cell_type": "markdown", - "id": "579b46a4", + "id": "052f1ae4", "metadata": { "editable": true }, @@ -3859,7 +3499,7 @@ }, { "cell_type": "markdown", - "id": "1bb48e3c", + "id": "245d15c0", "metadata": { "editable": true }, @@ -3873,7 +3513,7 @@ }, { "cell_type": "markdown", - "id": "a872fcf9", + "id": "b1b84021", "metadata": { "editable": true }, @@ -3892,7 +3532,7 @@ }, { "cell_type": "markdown", - "id": "f0565ccd", + "id": "59677057", "metadata": { "editable": true }, @@ -3902,7 +3542,7 @@ }, { "cell_type": "markdown", - "id": "a659e96f", + "id": "579a9b4c", "metadata": { "editable": true }, @@ -3914,7 +3554,7 @@ }, { "cell_type": "markdown", - "id": "fcfcf6b0", + "id": "49fd275c", "metadata": { "editable": true }, @@ -3928,7 +3568,7 @@ }, { "cell_type": "markdown", - "id": "ea39064c", + "id": "094a53e2", "metadata": { "editable": true }, @@ -3940,7 +3580,7 @@ }, { "cell_type": "markdown", - "id": "0096e499", + "id": "c1fec661", "metadata": { "editable": true }, @@ -3950,7 +3590,7 @@ }, { "cell_type": "markdown", - "id": "bf32dfa9", + "id": "a897fce4", "metadata": { "editable": true }, @@ -3962,7 +3602,7 @@ }, { "cell_type": "markdown", - "id": "e0d6fee2", + "id": "cf091974", "metadata": { "editable": true }, @@ -3979,7 +3619,7 @@ }, { "cell_type": "markdown", - "id": "0cb15d9d", + "id": "43eeed44", "metadata": { "editable": true }, @@ -3989,7 +3629,7 @@ }, { "cell_type": "markdown", - "id": "754f4312", + "id": "6c94161a", "metadata": { "editable": true }, @@ -4005,7 +3645,7 @@ }, { "cell_type": "markdown", - "id": "5bd1e9b0", + "id": "f2d6cec5", "metadata": { "editable": true }, @@ -4015,7 +3655,7 @@ }, { "cell_type": "markdown", - "id": "2a839ac1", + "id": "3439cf2f", "metadata": { "editable": true }, @@ -4031,7 +3671,7 @@ }, { "cell_type": "markdown", - "id": "69e34c64", + "id": "0c3d6910", "metadata": { "editable": true }, @@ -4041,7 +3681,7 @@ }, { "cell_type": "markdown", - "id": "b32ae1de", + "id": "b3fe6cae", "metadata": { "editable": true }, @@ -4057,7 +3697,7 @@ }, { "cell_type": "markdown", - "id": "00c3ff66", + "id": "52b64666", "metadata": { "editable": true }, @@ -4067,7 +3707,7 @@ }, { "cell_type": "markdown", - "id": "92f1238d", + "id": "c016890a", "metadata": { "editable": true }, @@ -4084,7 +3724,7 @@ }, { "cell_type": "markdown", - "id": "71f43637", + "id": "2589545c", "metadata": { "editable": true }, @@ -4096,7 +3736,7 @@ }, { "cell_type": "markdown", - "id": "4bac0a15", + "id": "d74b662f", "metadata": { "editable": true }, @@ -4108,7 +3748,7 @@ }, { "cell_type": "markdown", - "id": "b523b964", + "id": "79f18748", "metadata": { "editable": true }, @@ -4120,7 +3760,7 @@ }, { "cell_type": "markdown", - "id": "3d7f8195", + "id": "c97ef564", "metadata": { "editable": true }, @@ -4130,7 +3770,7 @@ }, { "cell_type": "markdown", - "id": "f308dd0a", + "id": "f2b64e40", "metadata": { "editable": true }, @@ -4142,7 +3782,7 @@ }, { "cell_type": "markdown", - "id": "929784cf", + "id": "2780c653", "metadata": { "editable": true }, @@ -4154,7 +3794,7 @@ }, { "cell_type": "markdown", - "id": "09dccee1", + "id": "42a104ce", "metadata": { "editable": true }, @@ -4166,7 +3806,7 @@ }, { "cell_type": "markdown", - "id": "165b3f17", + "id": "665eee0d", "metadata": { "editable": true }, @@ -4176,7 +3816,7 @@ }, { "cell_type": "markdown", - "id": "24a8dd50", + "id": "152a833c", "metadata": { "editable": true }, @@ -4188,7 +3828,7 @@ }, { "cell_type": "markdown", - "id": "2597dc03", + "id": "af006756", "metadata": { "editable": true }, @@ -4198,7 +3838,7 @@ }, { "cell_type": "markdown", - "id": "4d40ddce", + "id": "aa8a26d4", "metadata": { "editable": true }, @@ -4210,7 +3850,7 @@ }, { "cell_type": "markdown", - "id": "41d0e0cb", + "id": "21f907f2", "metadata": { "editable": true }, @@ -4226,7 +3866,7 @@ }, { "cell_type": "markdown", - "id": "e4bafe51", + "id": "39b264f4", "metadata": { "editable": true }, @@ -4238,7 +3878,7 @@ }, { "cell_type": "markdown", - "id": "aab4d56f", + "id": "b77259ea", "metadata": { "editable": true }, @@ -4250,7 +3890,7 @@ }, { "cell_type": "markdown", - "id": "861395ef", + "id": "dba49a93", "metadata": { "editable": true }, @@ -4260,7 +3900,7 @@ }, { "cell_type": "markdown", - "id": "299b8198", + "id": "b51fa501", "metadata": { "editable": true }, @@ -4272,7 +3912,7 @@ }, { "cell_type": "markdown", - "id": "2096c2e7", + "id": "8edb1494", "metadata": { "editable": true }, @@ -4283,7 +3923,7 @@ }, { "cell_type": "markdown", - "id": "4ad3b043", + "id": "e9d9d5d3", "metadata": { "editable": true }, @@ -4295,7 +3935,7 @@ }, { "cell_type": "markdown", - "id": "66bf91e3", + "id": "7c49927e", "metadata": { "editable": true }, @@ -4305,7 +3945,7 @@ }, { "cell_type": "markdown", - "id": "95afc99c", + "id": "77eb9e2f", "metadata": { "editable": true }, @@ -4317,7 +3957,7 @@ }, { "cell_type": "markdown", - "id": "73334115", + "id": "9a20a065", "metadata": { "editable": true }, @@ -4327,7 +3967,7 @@ }, { "cell_type": "markdown", - "id": "fb6f936e", + "id": "f5ccfe0e", "metadata": { "editable": true }, @@ -4339,7 +3979,7 @@ }, { "cell_type": "markdown", - "id": "f9093b47", + "id": "40447dce", "metadata": { "editable": true }, @@ -4350,7 +3990,7 @@ }, { "cell_type": "markdown", - "id": "fe539ee1", + "id": "859c86b6", "metadata": { "editable": true }, @@ -4362,7 +4002,7 @@ }, { "cell_type": "markdown", - "id": "d130c8c1", + "id": "72d9fdde", "metadata": { "editable": true }, @@ -4380,7 +4020,7 @@ }, { "cell_type": "markdown", - "id": "6787b5c2", + "id": "4c69a499", "metadata": { "editable": true }, @@ -4396,7 +4036,7 @@ }, { "cell_type": "markdown", - "id": "b2e599e5", + "id": "00f97350", "metadata": { "editable": true }, @@ -4408,7 +4048,7 @@ }, { "cell_type": "markdown", - "id": "854ff040", + "id": "c71f00ef", "metadata": { "editable": true }, @@ -4420,7 +4060,7 @@ }, { "cell_type": "markdown", - "id": "aaf5e54e", + "id": "35b4c0ce", "metadata": { "editable": true }, @@ -4432,7 +4072,7 @@ }, { "cell_type": "markdown", - "id": "444a68be", + "id": "16757c16", "metadata": { "editable": true }, @@ -4445,7 +4085,7 @@ }, { "cell_type": "markdown", - "id": "56e0f274", + "id": "ea15a5d1", "metadata": { "editable": true }, @@ -4461,7 +4101,7 @@ }, { "cell_type": "markdown", - "id": "a55a54c3", + "id": "b658712b", "metadata": { "editable": true }, @@ -4475,7 +4115,7 @@ }, { "cell_type": "markdown", - "id": "b614c964", + "id": "9e2de3bd", "metadata": { "editable": true }, @@ -4485,7 +4125,7 @@ }, { "cell_type": "markdown", - "id": "624b1c18", + "id": "ac8eda2d", "metadata": { "editable": true }, @@ -4497,7 +4137,7 @@ }, { "cell_type": "markdown", - "id": "63dc085a", + "id": "4dede760", "metadata": { "editable": true }, @@ -4507,7 +4147,7 @@ }, { "cell_type": "markdown", - "id": "28db2f6a", + "id": "2fd5acb5", "metadata": { "editable": true }, @@ -4519,7 +4159,7 @@ }, { "cell_type": "markdown", - "id": "a9f1ebdd", + "id": "e14ee8e6", "metadata": { "editable": true }, @@ -4529,7 +4169,7 @@ }, { "cell_type": "markdown", - "id": "0b8bf07b", + "id": "8e51c303", "metadata": { "editable": true }, @@ -4543,7 +4183,7 @@ }, { "cell_type": "markdown", - "id": "5f237448", + "id": "5399fb0c", "metadata": { "editable": true }, @@ -4560,7 +4200,7 @@ }, { "cell_type": "markdown", - "id": "75b7044c", + "id": "a252f1ea", "metadata": { "editable": true }, @@ -4576,7 +4216,7 @@ }, { "cell_type": "markdown", - "id": "51268862", + "id": "36f5c9dd", "metadata": { "editable": true }, @@ -4588,7 +4228,7 @@ }, { "cell_type": "markdown", - "id": "608b9dff", + "id": "f2c3a15d", "metadata": { "editable": true }, @@ -4601,7 +4241,7 @@ }, { "cell_type": "markdown", - "id": "b06c316f", + "id": "e1dc5ae3", "metadata": { "editable": true }, @@ -4615,7 +4255,7 @@ }, { "cell_type": "markdown", - "id": "e82ba709", + "id": "18cba5ba", "metadata": { "editable": true }, @@ -4625,7 +4265,7 @@ }, { "cell_type": "markdown", - "id": "92d739a1", + "id": "0611a8e9", "metadata": { "editable": true }, @@ -4638,7 +4278,7 @@ }, { "cell_type": "markdown", - "id": "14ce5cea", + "id": "a4cc4815", "metadata": { "editable": true }, @@ -4657,7 +4297,7 @@ }, { "cell_type": "markdown", - "id": "f7e1f2b1", + "id": "e9921c65", "metadata": { "editable": true }, @@ -4669,7 +4309,7 @@ }, { "cell_type": "markdown", - "id": "71910404", + "id": "9d1540c2", "metadata": { "editable": true }, @@ -4681,7 +4321,7 @@ }, { "cell_type": "markdown", - "id": "cbd60268", + "id": "277e8be4", "metadata": { "editable": true }, @@ -4691,7 +4331,7 @@ }, { "cell_type": "markdown", - "id": "e6c94e3d", + "id": "c00cef73", "metadata": { "editable": true }, @@ -4703,7 +4343,7 @@ }, { "cell_type": "markdown", - "id": "20cf812e", + "id": "3a7619df", "metadata": { "editable": true }, @@ -4716,7 +4356,7 @@ }, { "cell_type": "markdown", - "id": "dd1cb8be", + "id": "357c8a98", "metadata": { "editable": true }, @@ -4735,7 +4375,7 @@ }, { "cell_type": "markdown", - "id": "98a4e944", + "id": "ef8c1445", "metadata": { "editable": true }, @@ -4745,7 +4385,7 @@ }, { "cell_type": "markdown", - "id": "8c6e3845", + "id": "3d542210", "metadata": { "editable": true }, @@ -4764,7 +4404,7 @@ }, { "cell_type": "markdown", - "id": "bc13a77d", + "id": "93a12764", "metadata": { "editable": true }, @@ -4782,7 +4422,7 @@ }, { "cell_type": "markdown", - "id": "19d6cd9e", + "id": "ab31ef4e", "metadata": { "editable": true }, @@ -4796,7 +4436,7 @@ }, { "cell_type": "markdown", - "id": "c5c7eee1", + "id": "48d5864c", "metadata": { "editable": true }, @@ -4810,8 +4450,8 @@ }, { "cell_type": "code", - "execution_count": 27, - "id": "6ab6bcc3", + "execution_count": 16, + "id": "de29006a", "metadata": { "collapsed": false, "editable": true @@ -4832,7 +4472,7 @@ }, { "cell_type": "markdown", - "id": "839a512c", + "id": "b81e82a1", "metadata": { "editable": true }, @@ -4848,8 +4488,8 @@ }, { "cell_type": "code", - "execution_count": 28, - "id": "bad7396d", + "execution_count": 17, + "id": "59d716dc", "metadata": { "collapsed": false, "editable": true @@ -4881,7 +4521,7 @@ }, { "cell_type": "markdown", - "id": "365c6ef8", + "id": "7f3a4e9a", "metadata": { "editable": true }, @@ -4895,7 +4535,7 @@ }, { "cell_type": "markdown", - "id": "6fd82fe9", + "id": "0be6217d", "metadata": { "editable": true }, @@ -4907,8 +4547,8 @@ }, { "cell_type": "code", - "execution_count": 29, - "id": "80ba738c", + "execution_count": 18, + "id": "c90c9bbd", "metadata": { "collapsed": false, "editable": true @@ -4933,7 +4573,7 @@ }, { "cell_type": "markdown", - "id": "4f390c8f", + "id": "23861648", "metadata": { "editable": true }, @@ -4943,7 +4583,7 @@ }, { "cell_type": "markdown", - "id": "4bceabcb", + "id": "47a35083", "metadata": { "editable": true }, @@ -4953,8 +4593,8 @@ }, { "cell_type": "code", - "execution_count": 30, - "id": "0146e7c8", + "execution_count": 19, + "id": "7ac06d35", "metadata": { "collapsed": false, "editable": true @@ -5008,7 +4648,7 @@ }, { "cell_type": "markdown", - "id": "6e15d041", + "id": "1b096c22", "metadata": { "editable": true }, @@ -5025,7 +4665,7 @@ }, { "cell_type": "markdown", - "id": "107d5b46", + "id": "df200389", "metadata": { "editable": true }, @@ -5037,7 +4677,7 @@ }, { "cell_type": "markdown", - "id": "e47d0e76", + "id": "1d05f20f", "metadata": { "editable": true }, @@ -5049,7 +4689,7 @@ }, { "cell_type": "markdown", - "id": "86b8daf6", + "id": "686f4de4", "metadata": { "editable": true }, @@ -5059,7 +4699,7 @@ }, { "cell_type": "markdown", - "id": "934cc6c5", + "id": "5f1d2cf2", "metadata": { "editable": true }, @@ -5076,7 +4716,7 @@ }, { "cell_type": "markdown", - "id": "2a384ee9", + "id": "c3af1edc", "metadata": { "editable": true }, @@ -5086,7 +4726,7 @@ }, { "cell_type": "markdown", - "id": "e9a632a7", + "id": "16e4f2e4", "metadata": { "editable": true }, @@ -5101,7 +4741,7 @@ }, { "cell_type": "markdown", - "id": "8cbf4cb8", + "id": "cfebd376", "metadata": { "editable": true }, @@ -5111,7 +4751,7 @@ }, { "cell_type": "markdown", - "id": "b29a7909", + "id": "4e9bf897", "metadata": { "editable": true }, @@ -5125,7 +4765,7 @@ }, { "cell_type": "markdown", - "id": "31b9c6a9", + "id": "a72e01ca", "metadata": { "editable": true }, @@ -5137,7 +4777,7 @@ }, { "cell_type": "markdown", - "id": "cdc2f810", + "id": "8551cc9e", "metadata": { "editable": true }, @@ -5149,7 +4789,7 @@ }, { "cell_type": "markdown", - "id": "0b7d368d", + "id": "2dc67193", "metadata": { "editable": true }, @@ -5161,7 +4801,7 @@ }, { "cell_type": "markdown", - "id": "6d5ddd28", + "id": "7f9b2782", "metadata": { "editable": true }, @@ -5171,7 +4811,7 @@ }, { "cell_type": "markdown", - "id": "a18622fc", + "id": "e7e4222d", "metadata": { "editable": true }, @@ -5183,7 +4823,7 @@ }, { "cell_type": "markdown", - "id": "b5a8893c", + "id": "98a151ba", "metadata": { "editable": true }, @@ -5193,7 +4833,7 @@ }, { "cell_type": "markdown", - "id": "50a0a62a", + "id": "30667b0e", "metadata": { "editable": true }, @@ -5210,7 +4850,7 @@ }, { "cell_type": "markdown", - "id": "20380d89", + "id": "f72ff51e", "metadata": { "editable": true }, @@ -5220,7 +4860,7 @@ }, { "cell_type": "markdown", - "id": "10805b50", + "id": "80b9b440", "metadata": { "editable": true }, @@ -5232,7 +4872,7 @@ }, { "cell_type": "markdown", - "id": "b9c31a46", + "id": "0f19edd6", "metadata": { "editable": true }, @@ -5242,7 +4882,7 @@ }, { "cell_type": "markdown", - "id": "1f48b48e", + "id": "e0f2758b", "metadata": { "editable": true }, @@ -5254,7 +4894,7 @@ }, { "cell_type": "markdown", - "id": "ad8f7a8c", + "id": "3ba08a96", "metadata": { "editable": true }, @@ -5268,7 +4908,7 @@ }, { "cell_type": "markdown", - "id": "9e0dec01", + "id": "b7271b81", "metadata": { "editable": true }, @@ -5280,7 +4920,7 @@ }, { "cell_type": "markdown", - "id": "46fd0b6d", + "id": "56ad87f1", "metadata": { "editable": true }, @@ -5302,7 +4942,7 @@ }, { "cell_type": "markdown", - "id": "3d2047ca", + "id": "d7c4dc29", "metadata": { "editable": true }, @@ -5314,7 +4954,7 @@ }, { "cell_type": "markdown", - "id": "4a5f5016", + "id": "3209959e", "metadata": { "editable": true }, @@ -5329,7 +4969,7 @@ }, { "cell_type": "markdown", - "id": "52651fc6", + "id": "8466bcf7", "metadata": { "editable": true }, @@ -5341,7 +4981,7 @@ }, { "cell_type": "markdown", - "id": "fea09344", + "id": "a44c56d3", "metadata": { "editable": true }, @@ -5353,7 +4993,7 @@ }, { "cell_type": "markdown", - "id": "bcfd303f", + "id": "0dc26201", "metadata": { "editable": true }, @@ -5363,7 +5003,7 @@ }, { "cell_type": "markdown", - "id": "f684d942", + "id": "ed78f0e3", "metadata": { "editable": true }, @@ -5375,7 +5015,7 @@ }, { "cell_type": "markdown", - "id": "1e54bd36", + "id": "3a072221", "metadata": { "editable": true }, @@ -5385,7 +5025,7 @@ }, { "cell_type": "markdown", - "id": "4cdcdef2", + "id": "60baf463", "metadata": { "editable": true }, @@ -5397,7 +5037,7 @@ }, { "cell_type": "markdown", - "id": "a6d5bd03", + "id": "60ff042d", "metadata": { "editable": true }, @@ -5407,7 +5047,7 @@ }, { "cell_type": "markdown", - "id": "a4d9fc21", + "id": "1c31b285", "metadata": { "editable": true }, @@ -5419,7 +5059,7 @@ }, { "cell_type": "markdown", - "id": "119bc56e", + "id": "4587edf9", "metadata": { "editable": true }, @@ -5436,7 +5076,7 @@ }, { "cell_type": "markdown", - "id": "d15cad60", + "id": "3a423c6a", "metadata": { "editable": true }, @@ -5449,7 +5089,7 @@ }, { "cell_type": "markdown", - "id": "f725d905", + "id": "d53b24a7", "metadata": { "editable": true }, @@ -5461,7 +5101,7 @@ }, { "cell_type": "markdown", - "id": "a2a5b25f", + "id": "9d589cad", "metadata": { "editable": true }, @@ -5471,7 +5111,7 @@ }, { "cell_type": "markdown", - "id": "a9f43162", + "id": "f6e8bb3f", "metadata": { "editable": true }, @@ -5484,7 +5124,7 @@ }, { "cell_type": "markdown", - "id": "debb0a19", + "id": "c01d5a5e", "metadata": { "editable": true }, @@ -5494,7 +5134,7 @@ }, { "cell_type": "markdown", - "id": "2764c014", + "id": "46e5562b", "metadata": { "editable": true }, @@ -5506,7 +5146,7 @@ }, { "cell_type": "markdown", - "id": "ad141726", + "id": "44d5398b", "metadata": { "editable": true }, @@ -5519,7 +5159,7 @@ }, { "cell_type": "markdown", - "id": "d194482f", + "id": "addf0d49", "metadata": { "editable": true }, @@ -5532,7 +5172,7 @@ }, { "cell_type": "markdown", - "id": "7ccf56c7", + "id": "fdb87f8d", "metadata": { "editable": true }, @@ -5544,7 +5184,7 @@ }, { "cell_type": "markdown", - "id": "41939010", + "id": "69d507e7", "metadata": { "editable": true }, @@ -5556,7 +5196,7 @@ }, { "cell_type": "markdown", - "id": "93d38078", + "id": "a4b61630", "metadata": { "editable": true }, @@ -5566,7 +5206,7 @@ }, { "cell_type": "markdown", - "id": "9c6d063a", + "id": "c82b13a0", "metadata": { "editable": true }, @@ -5579,7 +5219,7 @@ }, { "cell_type": "markdown", - "id": "90d9a525", + "id": "9d225ea8", "metadata": { "editable": true }, @@ -5591,7 +5231,7 @@ }, { "cell_type": "markdown", - "id": "d1c9d3ea", + "id": "293d144e", "metadata": { "editable": true }, @@ -5603,7 +5243,7 @@ }, { "cell_type": "markdown", - "id": "6a03fd03", + "id": "2ba90687", "metadata": { "editable": true }, @@ -5615,7 +5255,7 @@ }, { "cell_type": "markdown", - "id": "12f9e2f4", + "id": "71b67ece", "metadata": { "editable": true }, @@ -5627,7 +5267,7 @@ }, { "cell_type": "markdown", - "id": "0bd449c0", + "id": "848de99f", "metadata": { "editable": true }, @@ -5641,7 +5281,7 @@ }, { "cell_type": "markdown", - "id": "528f4c54", + "id": "229ab3bb", "metadata": { "editable": true }, @@ -5653,7 +5293,7 @@ }, { "cell_type": "markdown", - "id": "a4e89b45", + "id": "fafe6f12", "metadata": { "editable": true }, @@ -5663,7 +5303,7 @@ }, { "cell_type": "markdown", - "id": "af51b23c", + "id": "075b9702", "metadata": { "editable": true }, @@ -5675,7 +5315,7 @@ }, { "cell_type": "markdown", - "id": "26945717", + "id": "4e8ad796", "metadata": { "editable": true }, @@ -5687,7 +5327,7 @@ }, { "cell_type": "markdown", - "id": "70a85186", + "id": "070bea88", "metadata": { "editable": true }, @@ -5699,7 +5339,7 @@ }, { "cell_type": "markdown", - "id": "86de1af1", + "id": "cbb1a6d0", "metadata": { "editable": true }, @@ -5711,7 +5351,7 @@ }, { "cell_type": "markdown", - "id": "a7eaaac6", + "id": "62ea95e8", "metadata": { "editable": true }, @@ -5723,7 +5363,7 @@ }, { "cell_type": "markdown", - "id": "732d4020", + "id": "1d0a0c3f", "metadata": { "editable": true }, @@ -5742,7 +5382,7 @@ }, { "cell_type": "markdown", - "id": "06f71f9c", + "id": "502bf9b1", "metadata": { "editable": true }, @@ -5754,7 +5394,7 @@ }, { "cell_type": "markdown", - "id": "04266404", + "id": "b98b3e29", "metadata": { "editable": true }, @@ -5764,7 +5404,7 @@ }, { "cell_type": "markdown", - "id": "753d4bf0", + "id": "9afa64c1", "metadata": { "editable": true }, @@ -5776,7 +5416,7 @@ }, { "cell_type": "markdown", - "id": "ea8b1f8f", + "id": "756fc3c6", "metadata": { "editable": true }, @@ -5786,7 +5426,7 @@ }, { "cell_type": "markdown", - "id": "12703a7e", + "id": "9faf05fa", "metadata": { "editable": true }, @@ -5798,7 +5438,7 @@ }, { "cell_type": "markdown", - "id": "90522189", + "id": "36e62812", "metadata": { "editable": true }, @@ -5810,7 +5450,7 @@ }, { "cell_type": "markdown", - "id": "b81abc7b", + "id": "dee00fc3", "metadata": { "editable": true }, @@ -5826,7 +5466,7 @@ }, { "cell_type": "markdown", - "id": "115018b1", + "id": "1287f83a", "metadata": { "editable": true }, @@ -5838,7 +5478,7 @@ }, { "cell_type": "markdown", - "id": "8741b7a9", + "id": "b4240a7b", "metadata": { "editable": true }, @@ -5850,7 +5490,7 @@ }, { "cell_type": "markdown", - "id": "5fe75d98", + "id": "fd444925", "metadata": { "editable": true }, @@ -5860,7 +5500,7 @@ }, { "cell_type": "markdown", - "id": "522e6278", + "id": "5b055ab3", "metadata": { "editable": true }, @@ -5872,7 +5512,7 @@ }, { "cell_type": "markdown", - "id": "eaa39cca", + "id": "bc539215", "metadata": { "editable": true }, @@ -5882,7 +5522,7 @@ }, { "cell_type": "markdown", - "id": "230a8059", + "id": "5a4af335", "metadata": { "editable": true }, @@ -5894,7 +5534,7 @@ }, { "cell_type": "markdown", - "id": "698a93f7", + "id": "94a4c6dc", "metadata": { "editable": true }, @@ -5911,7 +5551,7 @@ }, { "cell_type": "markdown", - "id": "96e49fbc", + "id": "6cef8bfb", "metadata": { "editable": true }, @@ -5923,7 +5563,7 @@ }, { "cell_type": "markdown", - "id": "f2043d81", + "id": "5f04ae7d", "metadata": { "editable": true }, @@ -5935,7 +5575,7 @@ }, { "cell_type": "markdown", - "id": "f2dd8e44", + "id": "35418e34", "metadata": { "editable": true }, @@ -5945,7 +5585,7 @@ }, { "cell_type": "markdown", - "id": "0ab90bb2", + "id": "df4a83ee", "metadata": { "editable": true }, @@ -5957,7 +5597,7 @@ }, { "cell_type": "markdown", - "id": "1090467c", + "id": "43751ced", "metadata": { "editable": true }, @@ -5967,7 +5607,7 @@ }, { "cell_type": "markdown", - "id": "8bc71963", + "id": "4a030f43", "metadata": { "editable": true }, @@ -5979,7 +5619,7 @@ }, { "cell_type": "markdown", - "id": "918da4ad", + "id": "9e27747e", "metadata": { "editable": true }, @@ -5989,7 +5629,7 @@ }, { "cell_type": "markdown", - "id": "ee673e3d", + "id": "be4c8f46", "metadata": { "editable": true }, @@ -6001,7 +5641,7 @@ }, { "cell_type": "markdown", - "id": "03352030", + "id": "7da22e7f", "metadata": { "editable": true }, @@ -6011,7 +5651,7 @@ }, { "cell_type": "markdown", - "id": "1b29a63e", + "id": "9c059120", "metadata": { "editable": true }, @@ -6023,7 +5663,7 @@ }, { "cell_type": "markdown", - "id": "206bcec2", + "id": "aa7c7a38", "metadata": { "editable": true }, diff --git a/doc/LectureNotes/_build/html/exercisesweek34.html b/doc/LectureNotes/_build/html/exercisesweek34.html index d574ae7a5..122458e60 100644 --- a/doc/LectureNotes/_build/html/exercisesweek34.html +++ b/doc/LectureNotes/_build/html/exercisesweek34.html @@ -480,22 +480,12 @@ license.

The following simple Python instructions define our \(x\) and \(y\) values (with 100 data points).

-
x = np.random.rand(100,1)
+
import numpy as np
+x = np.random.rand(100,1)
 y = 2.0+5*x*x+0.1*np.random.randn(100,1)
 
-
-
---------------------------------------------------------------------------
-NameError                                 Traceback (most recent call last)
-Cell In[1], line 1
-----> 1 x = np.random.rand(100,1)
-      2 y = 2.0+5*x*x+0.1*np.random.randn(100,1)
-
-NameError: name 'np' is not defined
-
-
-
  1. Write your own code (following the examples under the regression notes) for computing the parametrization of the data set fitting a second-order polynomial.

  2. diff --git a/doc/LectureNotes/_build/html/searchindex.js b/doc/LectureNotes/_build/html/searchindex.js index 1d5e93091..7a590a9b3 100644 --- a/doc/LectureNotes/_build/html/searchindex.js +++ b/doc/LectureNotes/_build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["chapter1","chapter10","chapter11","chapter12","chapter13","chapter2","chapter3","chapter4","chapter5","chapter6","chapter7","chapter8","chapter9","chapteroptimization","clustering","exercisesweek34","exercisesweek35","intro","linalg","project1","project2","project3","schedule","statistics","teachers","textbooks","week34","week35"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["chapter1.ipynb","chapter10.ipynb","chapter11.ipynb","chapter12.ipynb","chapter13.ipynb","chapter2.ipynb","chapter3.ipynb","chapter4.ipynb","chapter5.ipynb","chapter6.ipynb","chapter7.ipynb","chapter8.ipynb","chapter9.ipynb","chapteroptimization.ipynb","clustering.ipynb","exercisesweek34.ipynb","exercisesweek35.ipynb","intro.md","linalg.ipynb","project1.ipynb","project2.ipynb","project3.ipynb","schedule.md","statistics.ipynb","teachers.md","textbooks.md","week34.ipynb","week35.ipynb"],objects:{},objnames:{},objtypes:{},terms:{"0":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],"00":[0,1,5,6,9,11,26,27],"000":[1,3,9],"0000":9,"00000":9,"000000":[5,11],"0000000010":[],"00000000e":[5,27],"00000215":[],"0000164":[],"00002678":[],"00003617":[],"000054":[],"0000747":[],"00009903":[],"0001":1,"00010133":[],"0001042":[],"00011154":[],"00012095":[],"0001225":[],"00012277":[],"00012569":[],"00012934":[],"00013313":[],"00013514":[],"00014654":[],"00014662":[],"00014875":[],"00015097":[],"00015239":[],"0001539814498783133":[],"0001613":[],"00016373":[],"00016536":[],"00016826":[],"00017031":[],"00017755":[],"00018022":[],"00018629164426077816":[],"00018647":[],"00018653":[],"00019212":[],"00019432":[],"00019544":[],"00019607":27,"00019838":[],"00019883":[],"00019998":5,"00020665":[],"00021042":[],"00021438167895478945":[],"00021512":[],"00021673":[],"00021836":[],"00022035":[],"00022902":[],"0002364":[],"00023679":[],"00023737":[],"0002382102844775691":[],"00024035":[],"00024087":5,"0002442":[],"00024449":[],"00025381":[],"00026064":[],"00026456":[],"00026778":[],"00026861":[],"00027064":[],"0002758":[],"00028129":[],"00028689":[],"00029012":5,"00029121":[],"00029993":[],"00030207":[],"00031112":[],"00031174":[],"00031535148309577417":6,"00031535148309580783":6,"00031579":[],"00032054":[],"00033136014047192484":[],"0003324":[],"00034076":[],"00034548":[],"00034759":[],"00034944":5,"00035097":[],"00035283":[],"00035753":27,"00036163":[],"00036838":[],"00038185":[],"0003826":[],"00038288":[],"0003844":[],"00038836":[],"00039592":[],"00039962":[],"00040199":[],"00040825":[],"000417932":2,"00042089":5,"00042114":[],"00042432":[],"00042748":[],"00043363":[],"00043656":[],"00043672":[],"00044152":[],"00044663":[],"00045244":[],"00046356":[],"000464088":2,"00047025":[],"00047054":[],"00048049":[],"00048325":[],"00048917":[],"00049911":[],"00049929":[],"00050142":[],"00050383":[],"0005051756404139333":[],"00050694":5,"00051025":[],"00051793":[],"00052115":[],"00053008":[],"00055182":[],"0005557":[],"0005603761549585715":[],"00056165":[],"00056836":[],"0005701":[],"00057062":[],"00057083":[],"00057757":[],"00058016":6,"0005840075008020406":[],"00060705":6,"00061058":5,"00061585":[],"00061822":[],"0006225":[],"00062595":6,"00062752":[],"00063364":[],"00063862":[],"00064009":[],"00064115":[],"00064364":27,"00065237":[],"00065261":[],"0006527":[],"00066668":6,"00067395":[],"00068048":[],"00068088":[],"00068251":[],"00068734":6,"00068946":6,"00069073":[],"00070222":[],"00070937":[],"00072326":[],"00072412":[],"00073541":5,"00074584":[],"00074611":[],"00074902":[],"00075597":[],"00075639":[],"00076029":[],"00076495":6,"00076617":[],"00076905":6,"0007698473260556325":6,"0007698473260556343":6,"00078616":[],"00079129":6,"00079216":[],"00079910":[],"00079968":5,"00081564":[],"0008159":[],"0008187895061620525":[],"00082447":[],"00083346":[],"00083685":[],"00083826":[],"00084705":6,"0008527":[],"00085301":[],"00085889":6,"00086063":[],"00087126":[],"00087697":6,"00088573":5,"00089187":[],"00089362":[],"00089434":26,"0009075":[],"00090992":[],"00091628":[],"00092039":[],"00092107":[],"00092647":6,"000929":[],"00092902":27,"00092904":[],"0009485400848532":[],"00096314":5,"00096557":[],"00097342":[],"00097487":[],"00097522":[],"00099888":[],"001":[1,2,8,13],"00100519":6,"00100807":[],"00101364":[],"00102956":[],"00103827":[],"00104613":[],"0010479245926411787":6,"00105081":6,"00105497":[],"00106677":5,"00107008":[],"00107405":6,"00109941":[],"00110716":[],"00111454":[],"00111495":[],"00111512":[],"00111756":6,"00113717":[],"00114101":[],"0011526":6,"00115506":[],"00115669":[],"00115999":5,"00117071":27,"00117125":[],"00117627":[],"00118508":6,"00118591":[],"0011878":[],"00119699":[],"00119895":[],"0012":[],"0012099":[],"0012202975664411882":[],"00122558":[],"00123144":[],"00123457":[],"00125459":[],"00126452":[],"00126617e":[],"00127423":[],"00127469":[],"00127672":[],"00128282":[],"00128479":5,"00131428":[],"00132125":[],"001323":6,"00133103":[],"00134327e":[],"00134337":[],"00135736":27,"00137818":6,"00139705":5,"00140139":[],"00140849":[],"00143234":[],"00144711":[],"00145601":[],"00145652":[],"00145679":[],"00145732":[],"00146158":[],"00146287":[],"00148047":[],"00148709":[],"00149047":[],"00149311":6,"00149956":6,"00152117":6,"00154733":5,"00154860":[],"00155308":[],"00155701":[],"00156376":6,"00160348":[],"00161414":[],"00163245":[],"00163526":[],"00165867":[],"00166551":[],"00166612":[],"00168135":[],"00168251":5,"00169021":[],"00170724":[],"00172117":[],"00172452":[],"00174276":6,"00174457":[],"00175331":6,"0017567":27,"00176697":[],"00178871":[],"00181115":[],"00182747":[],"00183398":[],"00183869":[],"00184151":[],"00185848":[],"00186347":5,"00186362":[],"00186694":[],"001880":5,"00188233":[],"00189101":[],"00189665":[],"00190413":[],"00190483":[],"00190742":[],"00192967":[],"00197982":[],"00198187":[],"00199495":[],"00200":8,"00200523":[],"00202624":5,"00202679":[],"00202756":6,"00203959":[],"0020496":[],"002050":[],"00206124":[],"0020717457079393":[],"00207732":[],"00208264":[],"00210909":[],"00211371":[],"00213144":[],"00213264":[],"00213616":[],"00213947":[],"00214832":[],"00215333":[],"00217499":6,"00217694":[],"00217774":[],"00219194":[],"00219502":[],"00219624":[],"0022":[],"00220306":[],"00223784":[],"00224413":5,"00224679":[],"00224783":[],"00225189":27,"00225484":[],"00225909":[],"00227563":[],"00228742":6,"00229911":[],"00233436":[],"00234197":[],"00234327":[],"0023548":6,"002381316302584886":6,"0023813163025848865":6,"00239349":[],"00241318":[],"00242398":[],"00242421":[],"00242847":[],"00242954":[],"00242999":6,"00243186":6,"00243341":[],"0024401":5,"00245177":[],"0024598":[],"00248884":[],"00248975":[],"00249435":6,"00249831":[],"00251517":[],"00254359":[],"00254976":[],"00255459":18,"00258249":[],"00259385":[],"00264305":[],"00266858":2,"00267887":[],"00270244":5,"00271624":[],"00272135":[],"00272586":[],"00274989":6,"0027511":[],"00277816":[],"00283853":[],"00284542":[],"00284647":[],"00286269":[],"00286972":[],"00287151":[],"00287871":[],"00289358":[],"00289724":6,"0029114":[],"00291334":[],"00291822":[],"00292838":[],"00293072":[],"00293132":[],"00293838":5,"0029508":27,"00298058":[],"00298213":[],"0030207":[],"00303693":[],"00305172":[],"00306724":[],"00308251":[],"003100":[],"00310113":2,"00311528":[],"00312207":[],"00312361":6,"00313125":[],"00313452":[],"00313577":[],"00315593":6,"00316561":[],"00317175":[],"00318122":[],"00320591":[],"0032153180657605116":6,"00323332":6,"00324512":[],"00324969":[],"00324986":[],"0032531":[],"0032542":5,"00325429":[],"00325450":[],"00327313":27,"00327833":[],"00328377":[],"00328431":27,"00328494":[],"003301":6,"00332591":[],"00334743":[],"00335448":[],"0033575":[],"00335936":[],"00335942":[],"00335956":27,"0033955154592040923":6,"00341073e":[],"00343257":27,"00345227":[],"00346394":[],"00348543":[],"00349817":[],"00353575":[],"00353823":5,"00354307":[],"00354492":[],"00358844":[],"00359612":[],"003620":[],"00362111":[],"00362359":[],"0036237":6,"0036367":6,"0036718":[],"00368581":[],"00369758":6,"00370554":[],"0037095":[],"00371918":[],"00372054":[],"00372657":[],"00373984":27,"00374279":[],"00375475":[],"003755":[],"0037744":[],"00378113":[],"00379522":[],"00382166":27,"0038332550504751595":[],"0038335":6,"00383795":13,"00383872":[],"00387135":[],"003909404072811221":6,"00391839":5,"00392139":[],"00395659":27,"00396398":[],"00396988":[],"00398509":[],"0039987":6,"004":5,"00402083":[],"004091940707753925":6,"00410387":6,"00410478":6,"00410646":[],"00411073":[],"004113634617443131":[6,27],"00411363461744314":[6,27],"004113634617443147":[6,27],"00413413":[],"00415289":[],"0041559863458613296":6,"00420072":[],"00422908":[],"00424012":[],"00424046":[],"00424909":2,"00424967":6,"00425203":[],"0042536":[],"00426027":5,"00426531":[],"00427304":[],"00428336":[],"00429899":[],"00431775":[],"00433417":11,"00434364":[],"0043675":[],"00437973":[],"00439232":[],"00439287":[],"00440346":6,"00440395":[],"00441613":[],"00443743":6,"00445655":11,"00446979":[],"00447992":[],"004480":[],"0045052":[],"00451679":[],"00453622":[],"00455536":[],"00456302":[],"004579219539673834":6,"00458878":6,"00460304":[],"00460405":[],"004610275230656182":6,"00462287":6,"00463639":[],"00464812":[],"00465099":[],"00469926":[],"0047085":[],"00471782":5,"00471983":[],"00472199":6,"00472251":[],"00472512":6,"00472549":[],"00473818":[],"00474485":[],"0047469652158":23,"00474697":23,"00478655":[],"00479935":[],"00480366":[],"00480371":[],"0048526":[],"00486095":[],"00486122":[],"00486302":[],"00487843":[],"00488992":27,"0048938":[],"0049544":6,"004999999999999994":[],"004999999999999996":[],"005":[],"005000000000000001":[],"005000000000000002":0,"0050256":[],"00502702":[],"00504808":[],"00507876":27,"00509089":[],"0051127":[],"00512927":5,"00517114":6,"00517832":[],"00518122":[],"00519105":[],"00526348":6,"0053018":6,"005332694146660865":23,"00534938":[],"00537764":[],"00538851":[],"00542313":[],"00543374":[],"00544013":[],"00544651":[],"00550379":[],"00550433":[],"00551642":[],"00552246":[],"00554552":6,"00555311":[],"00555765":[],"00555974":[],"00556826":6,"00556958":[],"0055941":[],"00562524":[],"00565625":[],"0056799":5,"00568413":[],"00569405":[],"005704419462575732":[],"00575158411598985":27,"00575271":[],"00579953":6,"00580212":[],"00584432":[],"00585113":[],"00587502":[],"00587564":[],"00587659":[],"00588657":6,"00594042":[],"00594353":27,"00595134":[],"00595615":[],"00598615":[],"0059888":[],"0060":[],"00600971":[],"00604105":[],"00604596":[],"006046":[],"00607264":[],"00607783":6,"00610607":[],"00611979e":[],"00613258":[],"00615193":[],"00615394":[],"006162":6,"00617499":5,"00618095":[],"00619918":[],"00620039":[],"00620347":[],"00622235":18,"00626028":[],"00626773":[],"00626797":27,"00627535":[],"0062825":[],"00628874":[],"00630331":6,"00631057":[],"00635214":[],"00635375":[],"00635475":[],"00635624":[],"00635865":[],"006388972817810939":[],"0064028529426007315":[],"00642221":6,"00642268":[],"00642935":[],"00643466":[],"00643899":[],"006448211685467599":[],"00644939":[],"00646613":[],"00651112":[],"00657884":[],"00658316":[],"00658451":[],"0065912":[],"00660427":6,"006607878954530523":[],"006636003206469997":[],"00663699":[],"00665974":[],"00666902":[],"00669662":[],"006719367598355617":[],"00672607":6,"00673407":6,"00676387":6,"0067774848881855445":[],"00679797":[],"00679887":[],"0068011":6,"00680794":[],"006829400694106674":[],"00683222":[],"00683748":5,"00683964":6,"00686801":[],"00686806":[],"0068697":[],"00687175":[],"00693764":18,"00693821":[],"00695723":[],"00701442":[],"007021475481484069":27,"0070235":[],"007024126888938144":6,"00703355":[],"00704231":[],"00704347":[],"00706728":[],"00710445":[],"00712321":[],"0071642501586093735":[],"00717079":[],"00719176":6,"007241647844213045":[],"0072595":[],"00726135":[],"0072636":[],"00726673":[],"0072675":[],"00727211":[],"00727646693":[0,26],"007315":27,"007322039527455341":[],"007352":[],"00736955":[],"00738008":[],"007384439324451296":[],"00739382":[],"00739489":[],"00741987":[],"00742577":[],"0074331":5,"00745959":[],"007460527840396904":[],"0074724":[],"007472516848671787":[],"00752224":[],"00753349":[],"00754534":[],"00756465":[],"00756831":[],"00759119":6,"007607459165915922":[],"00761275":[],"007631009573777696":[],"00769731":[],"0076995":[],"00777931":[],"007785":[],"00778523":[],"00781918":[],"00784393":6,"00784983":[],"00788598":[],"007891914573161948":[],"00790262":[],"00796028":[],"00798188":[],"00798988":[],"00799998":[],"00801855":[],"00802883":[],"00803064":6,"00803115":27,"008043926731954223":[],"00804985":[],"00805074":[],"00805892":[],"00806245":[],"00813313":[],"00813803":6,"008142188979400687":[],"00817631":6,"00817834":[],"00822879725131466":[],"00823002":5,"00825399":[],"00827728":6,"00828799":[],"00830291":[],"00830733":[],"00830822":[],"00831018":6,"00832189":[],"00834567":6,"00836148":27,"00843617":[],"00844667":[],"00846262916105675":[],"00848002":[],"00848904":6,"00851512":[],"00853836":[],"008547718003792035":[],"00857028":[],"00858536":[],"00858886":[],"00862101":[],"00862798":[],"0086649156":[0,26],"008675369724975977":5,"00868086":[],"00868983":[],"008771887357306985":[],"00879363":[],"00880924":[],"00883798":[],"00887114":27,"008886608472273775":[],"008897354602673473":[],"008900933315885705":[],"00890232":[],"00892604e":[],"00893027":[],"00894639":5,"00900879":27,"00903369":[],"00905423":6,"00906293":[],"00912605254990626":[],"00914964":[],"00915265":[],"00915433":[],"00915458":[],"009163470508352218":5,"009164545680330616":6,"00917248":6,"00919237":27,"00920609":[],"00922229":[],"00923278":[],"00929251598272297":[],"00934327e":27,"00934499":6,"00934865":[],"00938585":[],"0093869":[],"009442796383765939":[],"00946219":[],"00946636":[],"0094885":[],"00949598":[],"00950778":[],"00952322":[],"0095239":[],"00952586":[],"00953152":[],"0095653":27,"00956774":27,"0096208":6,"00962351":[],"00974702":[],"00976647":[],"009843577857448754":[],"009855809602167547":[],"00986552":[],"00989896":[],"00990475":5,"00992331":6,"00996754":6,"00996972":[],"01":[0,1,2,5,6,9,11,13,25,26,27],"01001307":18,"01001378":[],"010018312644139219":6,"01004321":[],"010053880703541525":[],"01006042":[],"01006401":[],"0100706":6,"0100949":[],"01011906":[],"01012951":[],"01014809":[],"01018743":[],"010203":[],"01023308":[],"01024227":[],"01025184":[],"01027992":[],"01028728":[],"01029574":[],"010296":[],"01031184":[],"010315":[],"01031541":[],"01031903":27,"010331721306655165":6,"01033856":[],"010349011563455255":[],"010349061754867921":[],"01035984":[],"01038358":[],"01045155":[],"01045774":[],"01050849":[],"010516485576646504":6,"0105301":[],"01054509":[],"0105536":[],"01059601":[],"0106014":[],"010647923296938294":[],"01066519":6,"01066976":[],"01068907":[],"01076611":5,"01076733":[],"01080274":[],"01083628":[],"01085192":[],"01088331":[],"01089797":[],"0109":[],"010902":[],"01091059":[],"01092119":[],"01094579":[],"01094846":[],"01095703":[],"01097223":[],"01097423":[],"0110":23,"01103246":[],"01107621901137467":6,"01111477":[],"0111154":[],"01112952":[],"011225":2,"01128968":[],"01130932":[],"0113104":6,"01131704845508782":[],"01135167":[],"01135924":27,"01136976":[],"011376853216444322":[],"01148039":[],"01151984":[],"01152476":27,"01159033914386312":[],"01161357":[],"01163425":[],"01164198":[],"01165807":[],"0117496656370668":[],"01176096":[],"011761161707539526":27,"011789112484359082":[],"01179792":6,"0118633":[],"01191227":27,"011917343246903285":[],"01191824":5,"01193226":[],"01201742":[],"012073649469946107":6,"0120771":[],"01212083":[],"01214101":[],"01219292":6,"01220627994790804":[],"01220987":[],"01222822":27,"01223198":6,"01229732982000352":[],"01231917":6,"01233322":[],"01233332":[],"01235481":[],"01239337":[],"01247118":[],"01257265":[],"01262581":[],"01265755":[],"012658":[],"01267006":[],"01268892":[],"01272215":[],"01278035":27,"01281486":[],"012815095479733507":[],"01282674":[],"012874822204495243":[],"01288591":[],"01289962":[],"01290811e":[],"01290947":6,"01291943":[],"01295356":5,"01299337":[],"01300561":[],"0130673":26,"01312013610582818":[],"013121574062587286":6,"01318643":6,"01321652":27,"01323615":[],"01325225":27,"01329488e":[],"013341":[],"01335857":[],"0134093":[],"01344196":[],"01344581":[],"01347636":[],"01347916":6,"01348565":6,"01349183949256158":[],"01362274":[],"013623165903312745":[],"01362461":[],"01365363":[],"01366733":[],"01367553":6,"01372375":[],"013742894355267554":[],"01382052":[],"01384493":[],"01386842":[],"01389847":[],"013918526350129823":[],"01397146":6,"01397927":27,"01402574":[],"01404858":[],"01405237":27,"01405935":6,"01408051":[],"01409821":[],"0141301":[],"01416528":6,"01420034":[],"01423609":[],"01424197":[],"01427149":[],"01432847":[],"01433809":5,"01436601":[],"01440978":26,"014436800088896381":6,"01448147":[],"01449782":6,"01455922":[],"01456159":[],"01458337":6,"014586":[],"01458611":[],"0146081":6,"01463049":6,"01463052":[],"014717861297042837":[],"01476097":[],"01477821":[],"01478446":[],"01492":[],"0149713":[],"0149947":[],"01502518":[],"0150723888951771":6,"01507238889517717":6,"01508632":[],"01508966":[],"01512934":[],"01514564":[],"01518949":[],"01519861":[],"01521658e":[],"01524072":[],"015244":[],"01526688":[],"01529503":[],"01529708":[],"01531845":6,"01533437":[],"01537557":[],"01541622":[],"01541649":27,"0154222":[],"01542292":[],"01544605":[],"01548272":27,"01549377":6,"01549939":[],"01550381208433455":[],"01550546":[],"01552289":[],"015547997320024485":[],"01554799732002449":[],"01555268":[],"01558197":5,"01562311":[],"01566461":[],"01571866":[],"01574606":[],"01580414":[],"01581562":[],"01591021":[],"01593612":[],"01594452":[],"01596986":[],"01597952":[],"01600491":[],"01603602":[],"01604113":[],"01607534":[],"01612033e":[],"01616709":[],"01617722":[],"01617829":[],"01619456":[],"01619664":[],"01621244":[],"016285782696017142":6,"01629703":[],"01632212":[],"01633169":[],"01633913":6,"0163462":18,"01640891":6,"01642305":[],"016541517177965183":[],"01655318":6,"016587414993045335":6,"01659559":27,"01662346":[],"01663866":[],"01667827":[],"01671556":[],"01678384":[],"01678538":[],"016797223248922855":[],"01684326":[],"01686552155492476":[],"01690512":27,"01691871":[],"01691985":6,"0169643":5,"016972818397989375":[],"01702968":[],"01704432":[],"01707943":18,"01708691":[],"01708781":6,"01708852":6,"01713366":6,"01715886":[],"01715895":[],"01722502":[],"01724499":5,"01731293":[],"01735584819559331":6,"017355848195593312":6,"01736502":[],"01743586":27,"01747077":[],"01752908":[],"0176":[],"01762067":[],"01765474":[],"017665":5,"01771317":27,"01773579":[],"01775594":[],"0177568":[],"017779706159045054":[],"01782721":[],"01783105":[],"01783414e":27,"0178392":[],"01784714":[],"0180":[],"01800865":[],"0180194":27,"01809873":[],"0181166":27,"018232":27,"0182548":26,"01828593":[],"01831050e":6,"01831207e":6,"01834042":27,"01835274":[],"018425115690829077":[],"01842511569082908":[],"01842607":[],"01848399":[],"01853877":27,"01856502":27,"01859922":[],"01865187e":[],"01866537":6,"01867985":27,"0186893":[],"01869843":[],"01873344":11,"01873869":5,"01878557":23,"01881546":[],"01882522":[],"01883403":[],"01889695":27,"01895265":[],"0189559":[],"01896127":[],"01897575":[],"01898855":6,"01899119":[],"01905883":6,"01908936":6,"019140656913589":[],"01914066":[],"01915888":[],"01916913":[],"0191717":[],"01918548":[],"01919702":[],"01919885":[],"01925607":[],"01931743":[],"01936105":[],"01950910892363912":[],"019509108923639135":[],"01956921":27,"01962446":[],"01963203":[],"01963611":6,"01969145":6,"019709199043491926":[],"01971341":27,"01975416527168255":6,"01975848":6,"01985410516551995":[],"01987248":27,"01989299":[],"01989549":[],"01999282":[],"01it":6,"02":[0,4,6,7,12,26],"020056743323946552":[],"020056743323946562":[],"0200568":[],"02006627":23,"02012338":27,"02017377":[],"02024701e":[],"02024962":6,"020271":[],"02030107":[],"020350773309798075":[],"02035077330979808":[],"02036289":[],"02036545":[],"02037613":[],"020404272938413143":[],"02042476":[],"02044454":[],"02045972":5,"020460":5,"02049182":[],"02053512":[],"02054837e":6,"02058094":[],"02061026":[],"02061094":[],"02063627410934057":[],"020636274109340574":[],"02066371":[],"02068067":6,"020696011238315368":[],"02069601123831537":[],"02071142":[],"02071639169376938":[],"020716391693769383":[],"0207306":[],"02073509":5,"02075115":[],"02075802":[],"02079171":[],"02081274":[],"02083512":[],"020876278817012876":[],"02087627881701288":[],"02089297":[],"02090296":27,"02095266":[],"02098261":6,"02100763":[],"02103178":[],"02106518":[],"02109939":[],"02123176":6,"0212604":[],"02126208":[],"02131025":[],"02138525":[],"02138725":[],"021592704588021174":6,"021592704588021178":6,"02161016":[],"02178063":27,"02178583":[],"02183021":[],"02186131":[],"02192091870116783":[],"02198702e":6,"02198703e":6,"02200532":[],"02206965e":[],"02208512":6,"02210753":[],"02215597":[],"022156":[],"02220437":[],"022210866177877393":[],"02221978":[],"02222502":26,"02227466":[],"02228115":6,"02229529":6,"02231445":[],"02241311":27,"02244382":[],"02244755":[],"02250553":[],"02252765":5,"02268114":27,"02276062":[],"02279888":[],"02283241":[],"02284019":[],"02287894":[],"02288816":[],"022934":[],"02293408":[],"022964339924731444":[],"022964339924731455":[],"022999498260366198":6,"02308518":[],"02314144":[],"0231703":[],"02329285":[],"02330402":[],"02337045":27,"02348765":6,"02355925":[],"02356396":27,"02365049":6,"02365779":[],"02374036":18,"023810076900619058":[],"02385515":[],"02387339":[],"023888460698069384":[],"02392053":[],"02395532":[],"02400359":[],"02400968":27,"02410507":[],"02416381":[],"02417252675174287":[],"02417252675174288":[],"02419664":[],"02424794":[],"02426651":[],"024318244280276506":[],"02447466":[],"0245528":6,"024632":[],"02468681":[],"02485679":[],"02492265":5,"02493299":27,"02498832":6,"025027":[],"02503753":6,"02507163":[],"02508836":27,"02509184":[],"025092":[],"02511518":6,"02522069":6,"02527366":[],"02531037":[],"02536494":[],"02539496":[],"02542246":[],"02545639":27,"02546675":[],"025709":[11,27],"02574735e":[],"02576476":27,"02582613386840159":[],"02586427":6,"02588522":[],"02590077":[],"02592329":[],"02593026":[],"02593596":27,"02603725":[],"0260906":6,"02610528":[],"02618169":[],"02622906":[],"02623724":[],"026250840755899812":[],"02625193":8,"02635835":[],"02636112":[],"02636766":[],"02641575":[],"02659851591375224":[],"026605727637184554":6,"026605727637184558":6,"02689869":[],"0269":[],"0269769337028265":[],"02699539":[],"02699873":27,"02702328":[],"02702978":[],"02706508":[],"02707227":5,"0271761":[],"02717614469297529":[],"027176144692975295":[],"02723445":6,"02730775":[],"02745507":[],"02746315":[],"0275742":27,"02757522":[],"02760079":[],"02760977349102238":6,"027609773491022394":6,"02761736":[],"02763182":[],"02764023":[],"0276735":[],"02774744":[],"02790465":[],"02791218":[],"027931820179105067":23,"0280":[],"02800421":[],"02804715":[],"02809859":[],"02810253":27,"02816083":[],"02825691704728396":[],"028256917047283964":[],"02836801":[],"028389":[],"02838933":[],"02845284":[],"02857":4,"02865084":[],"02866734":[],"0286851":[],"02873348":[],"02876697":[],"028797":[],"02881357":[],"02888614870607853":[],"02888733707368374":[],"028892725706100464":[],"02889288030564785":[],"02892224":[],"029":[],"02900389":[],"02900886":5,"029009":5,"02911162":[],"02912421":[],"0293055":27,"02930957":[],"02942218":[],"02944425":[],"029483":5,"02950229":[],"0295741":[],"0296969":[],"02971902":[],"0297291":[],"029733":27,"02976145":6,"02987833":[],"02992852":[],"02994311":5,"02997344":[],"02f":[6,19],"03":[1,6,27],"03011012":[],"0301458":[],"03015649":[],"03019138":[],"03025391":[],"03027848":[],"03032441e":6,"03037095":[],"030371":[],"03049638":[],"03056169":[],"03060273":[],"03061555":[],"03063575":[],"03065428":[],"03067182":[],"03074083":[],"03077640549":4,"03099776":5,"031":5,"03102525":[],"03106988":[],"03107818":[],"03110176":[],"03112297":27,"03113051":[],"03117156":[],"03119091":[],"03126418":26,"03131157":[],"031405320178937886":5,"03141454":[],"03145163":[],"03172365":[],"03177421":[],"03192124":[],"03195835":[],"03196357":6,"03203047":[],"03219974":[],"03230546":[],"03251863":5,"03256632e":1,"03258131":23,"03267527":6,"03270341":27,"03273744":[],"03279636":6,"032829":26,"03285652":[],"03286226":[],"0330308045183219":6,"0330308045187757":6,"03308408":5,"03310687":[],"0331134070762626":[],"03311341":[],"03316272":[],"03321947":[],"03325534":[],"03331552e":[],"03338173":[],"03365768507152769":6,"03370315":[],"03375068":[],"03376827":[],"033790755027115954":[],"03389964":[],"03394827":[],"0340060287164625":[],"03400603":[],"034047":[],"03407676546787885":9,"03412098":[],"034169230664804":[],"03418359":18,"03422156":[],"03438051":[],"03443175":[],"03447512":6,"034557":27,"03456485":27,"03467756":27,"03472297":[],"034723":[],"034985":[],"03512212":26,"03530741":27,"0353961":[],"03543039":[],"03543455":[],"03543554":[],"03543958":[],"035513525941656535":[],"03556032":[],"03557316":[],"0356":[],"03562355":6,"03564082":27,"03568439":6,"0358":[],"0358108":[],"03582958":27,"03585592":[],"0359":[],"035909":[],"03591454":[],"0359565":5,"0361":[],"03611471":[],"03616508":[],"0362":[],"0362312015777108":[],"03630548":6,"03631783":[],"03633213":[],"0364":[],"0365":[],"03660869":[],"0366352614656884":[],"0367":[],"0368":[],"0369":[],"0370":[],"03707133":11,"03717939":[],"03718245":[],"0372":[],"03727597":[],"03728183e":[],"0373":[],"03735403":[],"0374748":[],"0375":[],"03756493":27,"0375827":[],"0376":[],"03774822e":[],"0377625":[],"0377961":[],"0378":[],"03781367141738902":6,"038":[],"0380":[],"03804636":[],"0381":[],"03813208":[],"03814292":6,"03815288":6,"038211969489939":[],"03821197":[],"0382287":18,"03827068":[],"0383":[],"038300":[11,27],"0385":[],"03856554":[],"0386":[],"0386443":27,"03868779":[],"03872663":[],"038727":[],"03876784":[],"0388":[],"03880581":[],"038844":[],"0389":[],"03894328":[],"03894873":[],"039":[],"03902389":[],"039039":5,"03903968":[],"03908546":[],"0391":[],"03914571":[],"0393":[],"03935519":[],"03940381":[],"03945128":[],"03946221":[],"0395":[],"03955811":[],"0396":[],"03967758":[],"0398":[],"03982972":[],"0399587275832265":[],"039967668952797":6,"0399676689527975":6,"03999935":27,"04":[1,6,11],"0400":[],"0401":[],"040102":5,"04010697":6,"04014929":[],"0401585":[],"04028659":[],"0403":[],"04045671":27,"0405":[],"04051862":[],"04057027":[],"04058784":[],"04063602":6,"0407":[],"0408":[],"04081883":27,"04083439":[],"04084872":[],"041":9,"0410":[],"04103307":[],"041050166905828786":[],"04107874":[],"041079":[],"04111096":[],"0411487294305088":6,"041148729430523":6,"0412":[],"04127087":[],"0413787":[],"0414":[],"0415":[],"04166112":[],"0417":[],"0419":[],"04191624":[],"04191629":[],"04193203":[],"04198166":[],"042044382097756156":[],"0421":[],"04210353":26,"04214702":[],"04218461":[],"04220758":6,"04223754":[],"04225015":[],"0423":[],"0424":[],"04246989":[],"04252528":[],"04259402":[],"0426":[],"04272582":5,"042726":5,"04276619":[],"0428":[],"04292593":[],"04294775":26,"04295757":[],"04299253":[],"043":9,"0430":[],"04310095":[],"04310698":27,"04314342":[],"04315108":5,"0431531":[],"0432":[],"0434":[],"043464037468677":[],"043464037468677004":[],"04346721":5,"0435":[],"04355837":6,"04362":9,"04362755":[],"0437":[],"04372783":[],"0437499":2,"04389027":6,"0439":[],"04391163":[],"043912":[],"0441":[],"04415412":[],"04416475":[],"04423486":6,"04426647":[],"04426744e":27,"0443":[],"044334":27,"04438319":[],"04448923":[],"0445":[],"04450975e":[],"044613":6,"0447":[],"0447389":[],"04473913":[],"04478101":[],"04482932":[],"0449":[],"0451":[],"0453":[],"04532032":[],"04537385":6,"04543942":6,"04547353":[],"0455":[],"04555073":[],"04557362":[],"04566964":6,"0457":[],"04570437990371566":[],"04574692":[],"0458":9,"04581197":[],"04584982e":[],"0459":[],"04597076":[],"0461":[],"04619338":[],"04626011":13,"0463":[],"04634083":[],"04640211541749118":[],"04648335":5,"0465":[],"046531":[],"04662395":[],"04669463":[],"0467":[],"04683565":5,"0469":[],"04690007":[],"04699527":[],"0470705":[],"0471":[],"04720848":[],"0473":[],"04746791":[],"0475":[],"04754825003279861":[],"04754825003279862":[],"0476021":[],"0477":[],"04770636":[],"04778116":[],"04784395":6,"0479":[],"0481":[],"04811582":[],"04814746":[],"04816611e":[],"04818727730430286":6,"04822955":[],"04828291":[],"0483":[],"0485":[],"0486":[],"04869126e":[],"0487":[],"048920":[],"04892055":6,"0489354":[],"04899609":[],"0490":[],"04900086":[],"04908155":[],"04909093":6,"04912436":6,"04919181":[],"0492":[],"04926746":[],"04931542":[],"04937621":27,"0494":[],"049462":[],"049556996627824":6,"0495569966278269":6,"04956816":[],"04958045":[],"0496":[],"0496375":[],"04965227":[],"04977051":[],"04977093":[],"0498":[],"04it":6,"05":[1,3,4,6,13,19,27],"0500":[],"05000867":[],"05006306":27,"05009826":6,"05024857":[],"0503":[],"05049873":[],"0505":[],"05056463":[],"05062537":[],"05063935014924984":[],"050663":[],"05066303":[],"05066388e":[],"0507":[],"0509":[],"05091289":[],"05100875":6,"0510594":[],"0511":[],"05110385":[],"05126901":[],"05137822":[],"0514":[],"051418":5,"0516":[],"05160313473529168":[],"051649":[11,27],"0516821246279795":[],"0517473":5,"0518":[],"05183886":[],"05195184":26,"05197707":[],"0520":[],"05203331":18,"05206787e":[],"05227921801205679":6,"0523":[],"052305":[],"05234611":[],"05235058":27,"0523738":[],"05238712":[],"05243298":[],"0525":[],"05263":9,"0526992":[],"0527":[],"05274561":[],"052836183775253814":[],"05293662":27,"052992":[],"0530":[],"05302":9,"053157":11,"0532":[],"05322899":27,"053326337300775":23,"05332634":23,"0534":[],"053417":[],"05350297":27,"05357244":[],"05363014989229746":[],"05364854":8,"0537":[],"05383795":6,"053849":5,"05388549e":[],"0539":[],"053944":[],"0541":[],"05412502":[],"05419212":[],"0542566":[],"05432856":[],"054375":[],"0544":[],"05446143":[],"05447415":6,"05459089":[],"0546":[],"054617":[],"054655":[],"05466359":[],"05485044745873865":[],"05485044745873867":[],"0549":[],"054954":[],"05502969":[],"05505310046363":2,"0551":[],"05515143e":[],"05526765":[],"055294":11,"0553":[],"05533":9,"05544019":[],"0556":[],"055676":27,"055697":[],"05570692":[],"055706923889776":[],"055734":[],"0558":[],"05589275":[],"055893":[],"055910":[],"05594058":[],"055987":[],"05599455":[],"056019":[],"056030":[],"0561":[],"05614483":5,"05623":9,"05629549":[],"0563":[],"056418":[],"05648":9,"05651951":6,"0565419":[],"0566":[],"05667":9,"056683":[],"0568":[],"056870":[],"05687021620384533":[],"056898":[],"05695438":27,"056996":[],"057050038714429464":[],"05705003871442947":[],"05708058":26,"0571":[],"057124":[],"05713748":[],"05715377":[],"057154":[],"05716368155342902":6,"057179":[],"057219":[],"057231":[],"0573":[],"057300":[],"057361":[],"057393":[],"057406":[],"057418":[],"057446":[],"057457":[],"057462":[],"057502":[],"05750876":[],"057537":11,"057582":11,"0576":[],"057613":[],"057657":[],"057722":[],"0578":[],"05781491e":[],"057831":[],"057835":[],"05785343":6,"057864":[],"05789007":6,"05792524":[],"05796251":6,"05807125":6,"0581":[],"058121":[],"058216":[],"0582573":[],"05825965":[],"05834444":[],"058388":[],"0584":[],"058435":[],"05852973":[],"058550":[],"058552":[],"058556":[],"058567":[],"0586":[],"058645":[],"05873105":[],"058738":[],"058793":[],"05880359":[],"05883":9,"05884":9,"058854":[],"058856":[],"0589":[],"058921":[],"0589434":[],"058952":[],"058996":[],"059004":[],"05900655":[],"059031":[],"0591":[],"05915945740690532":[],"05916189":[],"059182":[],"059232":11,"05924492":[],"0594":[],"059427":[],"059439":[],"05948007":27,"05966593":[],"059685":[],"0597":[],"059736":[],"059749":[],"05977068":[],"059807":[],"05982961":[],"059830":[],"05989727":[],"0599":[],"059925":11,"059949":[],"059951":[],"05996719":[],"05999":9,"059993":[],"06":[3,4,6,9,27],"060001":[],"060037":[],"060083":[],"0602":[],"06020587":6,"06020683e":[],"060254":[],"06026294":[],"060278":[],"060300":[],"060334":[],"060349":[],"060387":[],"06043581":6,"0605":[],"060524":11,"060567":[],"06059304":[],"060691":[],"0607":[],"0607062":[],"060716":[],"06072551":[],"06075426":[],"060756":[],"060845":[],"060872":[],"06090176":[],"060952":11,"060971":[],"060983":[],"0610":[],"061013":[],"061034":[],"06106228":18,"061068":11,"061078":11,"061084":[],"061092":[],"061138":[],"061163":[],"061186":11,"061239":[],"06124676":[],"06125720e":[],"061264":[],"061281":[],"0613":[],"061359":[],"061443":[],"061452":[],"061484":[],"0615":[],"061614":[],"061642":[],"061679":[],"061747":[],"061775":[],"0618":[],"061813":[],"061826":[],"061833":[],"061836":[],"061869":[],"061888":[],"061915":[],"061938":11,"061977":[],"06199837":[],"06200174":5,"062016":[],"062023":[],"062071":[],"062082":[],"062082386342319454":6,"0621":[],"062100":[],"062221":[],"062250":[],"0622641":[],"062273":[],"062292565":4,"06231773":[],"062325":[],"062337":[],"062351":[],"062390":[],"0624":[],"062470":[],"062485":11,"062523":[],"062599":[],"0626":[],"062624":[],"062631":[],"06263415":[],"062675":[],"062696":[],"062749":[],"062768":11,"062797":[],"062852":[],"062874":[],"062894":[],"0629":[],"06294313":27,"062963":[],"062967":[],"06299237e":[],"063000":[],"063006":11,"06301519":[],"063019":[],"063051":[],"063055":[],"063061":[],"063076":11,"06307625":[],"063080":[],"063081":[],"06308305":26,"063159":[],"0632":[],"063225":[],"063260":[],"06331463":[],"063325":[],"063359":[],"063374":11,"063378":[],"063407":[],"063434":[],"06343533":[],"063436":[],"063443":[],"0635":[],"063500":[],"063533":11,"063542":[],"063597":[],"06361921":[],"06362348":[],"063653":[],"063705":[],"063716":[],"063722":[],"063723":[],"063724":[],"063747":[],"063760":[],"0638":[],"06380941468319971":[],"063822":[],"063832":[],"063864":[],"063894":[],"063905":[],"063912":[],"063927":[],"06394871":[],"063953":[],"06397412":[],"063980":[],"063982":[],"064000":11,"06404226":26,"06406913":[],"06407201":[],"064074":[],"0641":[],"064101":[],"064113":[],"06413187":[],"064134":[],"064145":[],"064224":11,"064245":[],"06424868":[],"064275":[],"064294":[],"0643":[],"064320":[],"064412":[],"064420":[],"06444":9,"064444":[],"064501":[],"064527":[],"064532":[],"06453579006728322":6,"064568":[],"0646":[],"064602":[],"064606":[],"064609":[],"064627":[],"064634":[],"064640":[],"064696":[],"064699":[],"064702":11,"064793":[],"06481015":[],"064814":[],"064827":[],"06484621":[],"064856":[],"064874":[],"06488406":[],"064896":[],"0649":[],"06491736":6,"064938":[],"064948":[],"064985":[],"064987":[],"065006":[],"065012":[],"06502562":[],"065026":[],"065045":11,"065069":[],"065077":[],"065089":[],"065119":[],"06511966":[],"065147":[],"065155":11,"065158":[],"065171":11,"0652":[],"065207":[],"065214":[],"065215":[],"065249":[],"0652633":27,"065289":[],"0653477":[],"06535721144629267":[],"06535721144629268":[],"065378":[],"065390":[],"065396":5,"065410":[],"06547790180152352":6,"06547790180152355":6,"0655":[],"065517":[],"06554078":[],"065559":[],"065582":[],"065588":[],"065593":[],"065613":[],"065614":[],"065631":[],"065645":11,"065666":11,"065690":11,"065735":[],"065753":[],"06578047":[],"0658":[],"065801":[],"065808":[],"065815":[],"065872":[],"065909":11,"065910":[],"06594872":27,"065982":[],"065984":[],"066042":[],"066066":[],"066077":[],"0661":[],"066119":5,"066143":[],"06615863":27,"066200":[],"066323":[],"066344":[],"06637":9,"06638817":[],"0664":[],"06642248":[],"066438":[],"066453":[],"066467":[],"066474":[],"066500":[],"066564":11,"06656566":[],"066566":[],"066612":[],"066614":11,"066647":[],"06664867":[],"06666117":[],"0666807":2,"06668218":[],"06668613e":[],"0667":[],"066752":[],"066762":[],"066768":[],"066787":[],"066804":[],"06682268":[],"0668226833598415":[],"066837":[11,27],"066854":[],"066865":[],"066870":[],"066891":5,"066919":[],"06692165":27,"066944":11,"066992":[],"066999":[],"0670":[],"067009":[],"067042":11,"067139":[],"067220":11,"06724062":5,"067272":[],"0673":[],"067315":[],"067328":[],"067388":11,"067409":[],"067419":[],"067420":[],"067433":11,"067437":[],"067440":[],"067457":[],"067462":[],"067591":[],"0676":[],"067611":[],"067619":[],"067630":[],"067637":[],"067659":11,"067660":[],"067707":[],"067709":5,"067745":[],"067748":[],"06776308367941637":11,"067765":[],"067769":[],"067774":[],"067820":[],"067826":[],"067832":[],"0678507":[],"067859":[],"0679":[],"067915":[],"067929":[],"067955":[],"067979":[],"068":[],"068017":11,"068019":11,"068082":[],"068083":[],"068141":[],"0682":[],"068211":11,"068241":[],"06825695":27,"068257":[],"068264":[],"068307":[],"068340":[],"068364":11,"068378":11,"068403":[],"068406":[],"068407":[],"06842111e":[],"068437":[],"068439":[],"06843936":[],"068441":[],"06844519414009444":6,"06844519414009445":6,"0685":[],"06853772":[],"068551":[],"06855126e":[],"068568":5,"068606":[],"068609":[],"068612":[],"068624":[],"068629":[],"068650":[],"068671":[],"068726":11,"068727":[],"068731":[],"068734":[],"068743":[],"0687531":[],"068757":[],"068771":[],"068774":[],"0688":[],"068800":[],"068809":[],"068815":[],"068816":[],"06886644":[],"068906":[],"068931":[],"068945":[],"068974":[],"068987":[],"06899505":[],"068997":[],"069028":[],"069033":[],"069048":[],"069055":[],"069084":11,"0691":[],"069119":[],"069136":[],"069148":11,"06915522":[],"069213":[],"069239":[],"069257":[],"069296":[],"06931309":[],"069320":[],"069327":[],"069365":[],"069384":[],"069388":[],"069391":[],"0694":[],"069452":[],"069456":[],"069475":[],"069522":[],"069570":[],"069584":27,"069594":[],"069595":[],"069629":[],"06962991":[],"069630":[],"069634":[],"069672":[],"0697":[],"069711":11,"069733":[],"069739":[],"069746":[],"069753":11,"069766":[],"069803":[],"069821":[],"069822":[],"069865":11,"069919":[],"069939":[],"06995653":[],"069968":11,"06it":[],"07":[6,27],"0700":[],"070009":[],"070042":[],"07004211":[],"070043":27,"070067":[],"070072":11,"070086":[],"070107":[],"070129":[],"070146":[],"07015414034641979":26,"070157":[],"07016":9,"07017":9,"070170":[],"07020234":[],"070213":[],"070220":[],"070228":[],"07023654656164897":[],"070275":[],"0703":[],"070338":[],"070370":11,"07039":9,"070400":[],"070406":[],"0704374681593734":[],"070441":[],"070457":[],"070461":[],"070535":11,"070569":[],"070571":[],"070582":[],"070597":[],"07062318":6,"070645":[],"07068033":27,"070694":[],"0707":[],"070705":[],"070737":[],"070769":[],"070795":[],"07080407e":[],"070811":[],"070845":[],"070852":11,"070865":[],"070876":11,"070889":[11,27],"070964":[],"070986":[],"0710":[],"071008":[],"071062":[],"071080":[],"071138":[],"07115":9,"071160":11,"071191":[],"07119676":[],"0712":[],"07121097":[],"071252":[],"071258":[],"071274":5,"0713":[0,26],"07130734":[],"071323":[],"07136324":[],"07139233":[],"071423":[],"07145103":11,"071452":[],"071456":[],"071498":[],"071535":11,"071554":[],"071564":[],"071579":[],"071587":[],"0716":[],"07160048164232538":6,"0716004816423254":6,"071601":[],"071602":11,"071611":[],"071662":[],"071685":[],"071726":[],"071773":[],"07178264457746288":[],"07178725":[],"071788":[],"071792":[],"071801":[],"071805":[],"071854":5,"071857":11,"071872":[],"071879":[],"07188255":[],"0719":[],"071901":[],"071908":11,"071915":5,"071942":[],"071951":[],"071960":[],"07199977":27,"072000":[],"072009":[],"072022":[],"072034":5,"07203435":5,"07208896238192342":[],"072098":[],"072111":[],"07211696":26,"072128":[],"072132":[],"072140":11,"072168":[],"072194":[],"072200":5,"07225884":[],"07226292":[],"072285":[],"0723":[],"072305":[],"072310":[],"072338":[],"072369":[],"072404":[],"072410":[],"072470":5,"072476":[],"072478":5,"072483":[],"072486":[],"072495":[],"07250301":[],"072527":[],"072576":5,"072585":11,"0726":[],"072621":[],"072624":[],"072637":[],"072650":[],"072676":[],"072679":11,"072707":[],"072718":[],"072735":5,"072790":[],"072802":[],"072805":[],"072830":[],"07285":3,"07286416":[],"0729":[],"072914":[],"07291818479810824":[],"072931":[],"072948":5,"072953":[],"072954":5,"072967":[],"072971":11,"072973":[],"072976":[],"072990":[],"073008":[],"073011":[],"073059":[],"073063":[],"073079":[],"073080":[],"073088":[],"073113":5,"073131":[],"073141":11,"073152":[],"073154":[],"073184":[],"073187":[],"0732":[],"07321674":[],"073223":11,"073256":[],"07327275854723572":11,"073302":5,"07331468":[],"073354":[],"073362":[],"073376":[],"073378":[],"073387":[],"073406":[],"073417":5,"073421":[],"073422":[],"073425":11,"073431":[],"073444":[],"073445":[],"073458":[],"073465":[],"073471":[],"073476":[],"073494":[],"073498":[],"073504":[],"073541":[],"073582":[],"07358383":[],"073586":[],"073592":[],"073598":[11,27],"0736":[],"073618":[],"073621":5,"073630":[],"073634":[],"073635":[],"073640":[],"073644":[],"073706":11,"073708":[],"073712":[],"073716":[],"073720":[],"073728":[],"073734":[],"073736":[],"073766":[],"073773":5,"073797":[],"073802":[],"073810":[],"073824":[],"073828":11,"073840":[],"073842":[],"073853":[],"073858":[],"073871":5,"073876":[],"0739":[],"073929":[],"07393685":[],"07393855":[],"073972":[],"073980":[],"073984":[],"073987":[],"074008":[],"074010":[],"074026":[],"07404236":[],"074067":[11,27],"074084":[],"074096":[],"07410236e":[],"074108":[],"074128":11,"074152":[],"074161":[],"07417526":[],"074181":[],"0742":[],"07420079":[],"074201":[],"074210":[],"07421084":5,"074211":[],"074265":[],"074292":5,"074301":[],"074306":[],"074307":[],"074319":5,"074323":[],"074327":[],"074328":[],"074330":[],"074340":[],"074355":[],"07438088":[],"074403":[],"074411":11,"074419":[],"074425":11,"074428":5,"074439":[],"074455":[],"074457":[],"074477":[],"074509":[],"0745177":[],"074545":[],"074560":[],"07456491":5,"074577":[],"0746":[],"074686":[],"074708":[],"07472152457534222":[],"074772":[],"074780":[],"074809":[],"074826":11,"074879":[],"0749":[],"07490892":6,"074956":5,"074969":[],"074970":[],"075017":[],"075030":[],"075058":[],"075079":5,"075089":[],"075092":11,"075171":[],"0752":[],"075249":[],"075294":[],"075331":[],"075342":11,"075352":[],"075421":[],"075454":[],"075471":[],"075513":[],"075521":[],"075523":[],"075582":[],"075587":[],"075597":5,"0756":[],"07560398":[],"07563916":[],"075684":[],"075692":11,"07575375":0,"075758":[],"075779":[],"075804":[],"07581582":[],"075816":[],"075858":5,"075867":[],"075889":[],"0759":[],"075980":[],"075984":[],"075990":[],"076012":[],"076066":[],"076105":[],"076125":[],"076127":[],"076136":[],"076150":[],"07617146":[],"076249":[],"076266":[],"07627734":[],"0763":[],"076331":[],"076337":[],"076349":[],"076354":[],"076355":[],"076413":[],"07641937":[],"076427":5,"0764924":6,"076504":[],"076527":[],"076560707521647":[],"07656071":[],"076586":[],"076587":[],"076592":[],"0766":[],"076612":[],"07663067400487368":[],"076636":5,"076658":[],"076662":[],"076678":[],"076697":5,"076721":[],"076734":11,"076756":11,"07678":9,"076786":5,"076814":[],"076820":[],"0768224464930487":[],"07682245":[],"076825":[],"076833":[],"076857":[],"076897":[],"07692307692307693":9,"076938":[11,27],"076950":[],"076993":11,"076996":[],"0770":[],"077004":5,"077017":[],"077042":[],"077068":[],"07706814":[],"077110":11,"077117":5,"077121":5,"077146":11,"077168":[],"077171":[],"077194":[],"077219":[],"077226":[],"07725229":26,"07728714":5,"0773":[],"077304":11,"077313":[],"077330":[],"077358":5,"077403":[],"077429":[],"077431":5,"077455":[],"077460":5,"077466":5,"07747943":[],"077517":[],"07752620206774397":[],"077542":[],"077549":[],"077571":[],"0776":[],"07760032":[],"077613":[],"077630":[],"077650":[],"077705":[],"077710":[],"077731":[],"077734":[],"077756":[],"07777777777777778":[],"0778":[],"07780377":[],"077810":5,"077822":5,"077833":[],"07783419":23,"077847":[],"077920":5,"077931":[],"077938":5,"078":[],"0780":[],"078029":[],"078035":11,"078041":[],"07804489":[],"078106":[],"078110":[],"078139":5,"078154":11,"078187":[],"078196":5,"07820":9,"07824586e":[],"078258":[],"07828283":[],"078283":[],"078329":[],"078336":[],"078370":5,"078377":[],"078379":11,"0784":[],"078412":[],"078423":[],"07842458":[],"078425":11,"078433":5,"07844345":13,"078445":11,"078467":[],"078514":5,"078529":5,"078540":[],"078545":[],"078548":[],"078593":[],"07859555":[],"078624":[],"07864":9,"078656":[],"078667":11,"0787":[],"078707":[],"07871":9,"078732":[],"078744":11,"078791":5,"078845":[],"078868":[],"078974":[],"078981":5,"078986":[],"079026":5,"079067":5,"0791":[],"079121":[],"079124":[],"079125":[],"079150":[],"079156":11,"079165":[],"079170":[],"079202":[],"079223":5,"079226":[],"079243":[],"079255":[],"07929472":[],"079330":[],"079353":[],"079381":[],"079391":[],"0794":[],"07942491":[],"079432":[],"079434":[],"079437":[],"07944154":[18,26],"079455":[],"079581":[],"079597":[],"079606":[],"079611":[],"07962234":[],"079640":5,"0796891867672603":6,"079700":[],"079715":[],"079731":[],"079741":5,"079775":5,"079777":[],"0798":[],"079820":[],"079836":[],"079849":[],"079854":[],"079878":[],"07988085572440823":[],"079882":[],"079892":[],"079914":[],"079946":[],"079948":[],"079958":[],"079964":[],"079969":[],"079971":[],"079975":[],"07it":[],"08":[6,9,23,27],"080045":[],"080069":[],"080086":[],"080089":[],"0801":[],"080105":[],"08015655":[],"080157":[],"080163":[],"080181":[],"080193":[],"080197":5,"080233":[],"080248":[],"080256":[],"080262":5,"080284":[],"08030109":[],"080322":[],"080383":11,"0804":[],"080406":[],"080411":[],"08043851":5,"080473":[],"0805":[],"080502":[],"080505":[],"080541":[],"080543":11,"080571":[],"080572":[],"08057264":[],"080577":[],"080607":[],"080616":[],"08066381":[],"080665":5,"080690":[],"080696":5,"080702":[],"080750":[],"080755":[],"080764":[],"08076969085177746":[],"080773":[],"080832":[],"080878":5,"0809":[],"080903":[],"080906":[],"080933":[],"080935":[],"080953":[],"080980":[],"081000":[],"08101799":[],"081057":[],"081120":[],"081126":[],"081133":5,"081136":[],"081150":[],"081164":[],"081199":5,"0812":[],"081246":[],"081276":[],"08131003":6,"081322":[],"08145936":[],"081466":[],"081472":11,"0814985":[],"081538":[],"08156108":6,"081563":5,"081570":[],"081581":5,"081584":[],"08159052":[],"08159374":[],"0816":[],"081617":[],"081621":[],"081647":[],"08165104":[],"081655":[],"081677":[],"081679":[],"081680":5,"081718":[],"08174081":[],"081742":[],"081753":[],"081762":[],"081772":[],"081779":[],"081804":[],"081821":[],"081832":[],"08185019":[],"08185315":[],"081896":[],"081908":[],"08191117":[],"081916726599974":[],"081937":[],"081955":[],"081960":[],"08196262":23,"081976":[],"0819836":[],"0820":[],"082105":5,"082168":[],"082189":[],"082196":[],"082203":[],"082205":[],"08221578":[],"082225":[],"082231":[],"082234":[],"082246":[],"082248":[],"082255":[],"082260":[],"0823":[],"082306":[],"08231145":[],"082329":[],"082347":[],"082368":11,"08238863600759742":[],"082390":11,"08245909":[],"082506":[],"08251519":6,"082517":[],"08255129":[],"08256285":[],"082577":[],"082590":[],"082615":11,"082621":[],"082632":[],"082653":[],"082657":[],"0827":[],"08271388":[],"08272096":[],"082734":[],"082746":[],"082754":[],"082760":[],"082781":[],"082805":[],"08282867":[],"082829":[],"082875":[],"08293853":[],"08294341":[],"08299273e":6,"083000":[],"083015":[],"083066":[],"083096":[],"0831":[],"08318298e":1,"08319649":[],"083242":11,"083269":[],"083317":[],"08333333":[],"08333333333333333":9,"083348":5,"08336233266":4,"083371":[],"083393":[],"08339896":[],"083414":[],"083416":[],"083423":[],"08346766":[],"0835":[],"083511":[],"083527":27,"08352721390288316":[],"083604":[],"083628":5,"083630":[],"083636":5,"083669":[],"08368077":[],"083726":[],"083762":5,"08376632":[6,27],"083766322923899":[6,27],"0837663229239043":[6,27],"083777":5,"083797":5,"0838":[],"083848":[],"083853":[],"083873":5,"08388138":27,"08389064":[],"083894":5,"08394792":[],"083982":5,"083988":[],"084042":[],"084051":[],"084075":[],"084076":[],"084078":5,"084110":[],"084114":5,"084137":5,"084141":[],"084164":[],"08417181":[],"084172":[],"0842":[],"084207":[],"084212":[],"084247":[],"08426840630693412":6,"08426840630693413":6,"084278":[],"084340":[],"08434487":[],"084365":[],"084387":5,"084457":11,"084471":[],"084489":[],"08449894":[],"084536":[],"08455":9,"084550":[],"08456295":[],"084594":[],"0846":[],"08460107110703337":5,"084617":[],"084631":11,"084633":[],"084644":[],"0846527":[],"084672":[],"084678":[],"08474":9,"084740":[],"084764":[],"084809":[],"08481871":[],"084843":[],"08484802e":[],"084878":[],"084946":[],"084968":[],"084995":[],"0850":[],"085023":[],"08502551":18,"08505008":[],"08511411":23,"085121":[],"08513055":13,"085163":5,"085172":[],"085223":[],"085235":[],"085251":[],"0853136633465326":[],"085374":5,"085382":[],"085390":[],"085391":[],"0854":[],"085425":[],"085427":[],"085454":[],"08551306":6,"08551338":[],"08551625":[],"085557":[],"085709":[],"085746":5,"08576932":6,"0858":[],"085815":11,"085835":[],"085842":[],"085858":[],"085877":[],"085888":[],"085898":[],"085908":[],"085918":11,"08593216":6,"08604699":[],"086054":[],"086090":[],"0861":[],"086108":[],"08611111111111111":[],"086172":[],"086291":5,"086337":[],"086394":[],"08641073":[],"086411":[],"086441":[],"0865":[],"086511":11,"086518":[],"08652153831327969":[],"0865305":23,"086540":[],"086636":[],"086762":5,"086773":[],"086774":[],"086830":[],"086843":[],"086864":[],"086868":[],"086891":[],"086892":5,"0869":[],"08690":9,"086900":[],"08692465":[],"086932":[],"08695635":[],"08703034":[],"08704102":26,"087062":[],"087063":[],"087159":[],"087175":[],"087180":[],"087184":[],"087211":[],"087212":[],"087247":[],"087250":[],"087254":[],"087259":5,"087271":[],"087280":[],"08728068":[],"0873":[],"087311":[],"08737007811453563":[],"087393":[],"08756397":26,"087566":5,"08758":9,"087603":[],"087642":[],"08766472":23,"087674":[],"0877":[],"08770809":[],"087716":11,"0877162":11,"087761":[],"08776426":[],"087768":5,"08780195":[],"087802":[],"087845":[],"087887":[],"087899":[],"088007":[],"0881":[],"088155":[],"08815506":[],"088156":5,"08817972":[],"0881981":5,"088202":[],"08822806":18,"08823":20,"088240":[],"088314":[],"088323":5,"088339":[],"088369":5,"08838465":13,"088410":5,"088416":[],"08844723450419088":[],"088456":[],"0885":[],"088510":[],"088521":[],"088563":[],"088665":[],"088697":[],"08871404":5,"08874631":[],"08876865":[],"08881497884574564":[],"08888888888888889":[],"0889":[],"088900":[],"089008":[],"08902":9,"0892144853354966":[],"089227":[],"08928088":[],"0893":[],"089356":5,"089365":[],"089414":[],"089513":[],"089523":[],"0895387":[],"089539":[],"089664":[],"089678":[],"0897":[],"089710":[],"08973767":[],"089752":[],"089781":[],"089793":[],"0898612":18,"08988514":[],"089893":5,"08990571":[],"08992459":[],"089925":[],"08996":9,"089979":[],"09":[1,3,4,27],"09002808747938586":26,"090091":5,"0901":[],"090123":[],"090301":11,"09030678":[],"090313":11,"090361":[],"090365":[],"0905":[],"090537":5,"09076319":[],"090777":[],"090832":[],"09087594":18,"090919":[],"090945":[],"0910":[],"091021":[],"091023":[],"091072":[],"091090":[],"091293":[],"091372":[],"0914":[],"09149148":[],"091571":[],"09166666666666666":[],"091685":[],"091697":5,"0917":9,"091714":[],"09172409":6,"09173024":[],"091796":[],"09179697e":[],"0918":[],"091913":[],"092":[],"092051":11,"0921503":[],"09215268":[],"09215672":[],"0922":[],"092206":[],"092254":[],"092327":5,"092412":[],"092450":[],"092452":[],"092487":[],"092493":[],"09251":9,"092516":[],"092560":[],"092566":[],"092598":5,"0926":[],"092852":[],"093":[],"0930":[],"093080":[],"09308274":[],"093096":11,"09312344":[],"093218":[],"09327269724691106":[],"0933":[],"09336399":[],"093386":5,"093408":[],"0934955":[],"0935":[],"093551":[],"093559":[],"093570":[],"093657":[],"09375511":18,"093866":[],"0939":[],"09391542":[],"093993":[],"093996":[],"094001":[],"094026":5,"094050":[],"09408163":[],"094082198961999e":6,"0940821989652176e":6,"094163":[],"094206":[],"0943":[],"0944":[],"09444444444444444":[],"0944958":[],"09455047":[],"09477998":26,"0948":[],"094993":5,"0952":[],"09524714":[],"09527217":[],"095273":[],"0954":[],"095420":[],"095528":[],"095596":[],"0956":[],"095624":[],"09567992":[],"09575469":27,"0958":[],"095821":[],"09599224":[],"09603196":[],"09607524":[],"09609807":5,"0961":[],"0963911829588757":[],"096434":[],"09648484":[],"0965":[],"09676156e":[],"096788":11,"0969":[],"097049":[],"09706624":[],"09712586e":[],"09712817":18,"0972":[],"097238":[],"09726322":[],"097294":[],"0973":[],"09739722453284225":23,"0974":[],"09744":9,"09760094":[],"0978":[],"09780":9,"09787053":[],"09791":9,"09797549e":[],"097995":[],"0983":[],"09832963":[],"09851217":[],"09858511":[],"09861229":[18,26],"0987":[],"098879":[],"09899913":[],"09903804":8,"09917246":[],"09919198949274803":6,"0992":[],"099209":[],"09920915":[],"099275":[],"0994119523801045":[],"09951287404314545":1,"099552":[],"0996":[],"099701":[],"09978307":[],"0998713":[],"09995364":[],"0n":[0,26],"0s":[3,4],"0x1022cc0d0":[],"0x1045a7eb0":[],"0x105b84cd0":[],"0x107a08b50":[],"0x10febc640":[],"0x10febcf10":[],"0x1162c32b0":[],"0x1183f2640":[],"0x118c9b1c0":[],"0x118f6d610":[],"0x1194ee790":[],"0x11ada9670":[],"0x11cb23a60":[],"0x11cb23fd0":[],"0x11de12520":[],"0x11df37280":[],"0x11f5f6520":[],"0x11fdbfd60":[],"0x122d2e790":[],"0x12334c310":[],"0x12463a760":13,"0x1262b9a90":[],"0x126323b50":[],"0x1268ba940":[],"0x126f4fa00":[],"0x126f922b0":[],"0x127461970":13,"0x127a38670":[],"0x127e425e0":[],"0x128cc9730":[],"0x128f6eee0":[],"0x129deef10":[],"0x12b1c2700":[],"0x12e9e6280":[],"0x13002a640":[],"0x1305bb1c0":[],"0x136af27c0":[],"0x13792dfa0":[],"0x13d4a1640":[],"0x13eaa7490":[],"0x13ef4e1c0":[],"0x156346610":[],"0x1635f5340":[],"0x1646da640":[],"0x168435640":[],"0x168f3fca0":[],"0x16c9a8880":[],"0x2800bca90":[],"0x280a35220":[],"0x2810f3430":[],"1":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,20,21,22,23,24,25],"10":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,21,22,23,24,26,27],"100":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,21,23,24,26,27],"1000":[0,1,2,4,5,8,11,13,14,17,23,26,27],"10000":[2,5,6,10,11,13,23],"100000":8,"10001":10,"10005449":26,"1001":[9,23],"1002":23,"1003":23,"10030":9,"10031273":13,"10035098":[],"100351":[],"10041841":[],"1005":23,"1007":[],"1007216":[],"10077114273548984":6,"10080981":[],"1009":23,"10095106250934528":[],"101":[],"101058":[],"1011":23,"10120164":[],"1013":23,"1013904243":23,"101409":[],"10141413e":6,"1015":23,"10154612":[],"10156593":[],"1015am":26,"1016":[],"10160394":[],"10188623":[],"102":[3,27],"1020":[],"1023":23,"10230":9,"1024":3,"10247463629935179":[],"10251317e":[],"10258872":23,"1026":23,"10268273":[],"1027":23,"1028":[],"103":1,"1030":23,"10320791":[],"103273":[],"10340":9,"10354083919795562":[],"103558":11,"10355817":11,"1036131":[],"103654":[],"1036544":[],"1037":23,"10378326e":1,"1038":23,"10391807":6,"10398646080125036":6,"10398646080125037":6,"10399743":[],"10399758":[],"104":[],"1040":23,"10401756":[],"10405456":11,"10426473":[],"10430":9,"1044":[],"10440776":[],"104411":27,"10455569":[],"1047":23,"10477501":[],"10479359":[],"10490195":[],"105":[],"10518426027535331":[],"10520":9,"10552836390308734":[],"10555555555555556":[],"1056":[],"10572":[],"10582403e":[],"10587157250737213":[],"10589577":5,"106":[],"1060":[],"106095":[11,27],"10615323e":[],"10638925":[],"1063892533225306":[],"10641647":[],"106431":[],"10645534":[],"10656534":[],"10683216":[],"107":[],"10706523":[],"10731958e":[],"10741066e":[],"10776220958055382":[],"1078":[],"10790125813226321":[],"108":[6,9,27],"10812381":[],"108124":[],"10814421":[],"10815559091341771":[],"10851799e":[],"10856388":18,"10888134":[],"1089452":[],"109":27,"10913":6,"10927588":[],"109276":[],"10931453":6,"10942838":[],"10954867e":[],"109556":[],"10955639":[],"1095957":[],"10959669":[],"10960":9,"10983954":[],"10e":[],"10m":4,"10th":9,"10x":[0,26],"11":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,18,19,22,23,24,25,26,27],"110":27,"1100":23,"11007935789924998":[],"1101":23,"11022302e":5,"11022363":[],"11027723":[],"11039573e":[],"11053892":[],"11078018494378859":[],"111":[1,7,12,27],"11100":9,"11105306":[],"11110246":[],"11112589053037751":[],"11137061e":[],"11141718":18,"11148997":18,"1115":[],"11166818":[],"11197884":[],"112":[],"11202337":[],"1123":[],"11232098":[],"112383":[11,27],"1124":9,"11265847":[],"113":[],"11339075":[],"1134":[],"11352187":[],"1136198":[],"11385399":[],"11388888888888889":[],"11390":9,"113e3eff54a8":27,"114":[],"11400145":[],"1141":[],"11427818":[],"11450263":[],"114550":[],"11462415":5,"1148":[],"11482289e":6,"1148557":[],"114856":[],"11495144":[],"115":[],"11507992e":1,"11547777218876518":6,"115822":6,"11587186":[],"11590":9,"116":[],"1160326":[],"11628185e":[],"11655508":[],"11657689":[],"11660":9,"11666666666666667":1,"117":8,"11704038":[],"117214":11,"11721416":11,"117430":[],"11743722141098414":[],"11744554e":6,"117456":[],"11749517":[],"11780":9,"118":2,"11816312":[],"1182":[],"118318":27,"11836068":[],"11837308":[],"11837671":[],"1184":4,"11840":9,"11890":9,"11896755":[],"119":2,"11911824":[],"11924676":[],"11925465":[],"119936":2,"11m":[],"12":[0,1,2,3,4,5,6,8,9,11,12,13,18,23,25,26,27],"120":[2,3],"12011393e":[],"12023635e":[],"1203":9,"1203284":8,"12044974":[],"120450":[],"12049203":[],"12049349":26,"120508":[],"12050822":[],"1206":8,"121":[8,9,10],"12129289":[],"1213":[],"12155548":[],"1215pm":[24,26],"121771":26,"1217953":[],"12182967":6,"122":[2,8,9,10],"12222222222222222":1,"12224317":[],"122282":[],"1224":[],"1228485":18,"123":2,"12318726e":6,"12330033":27,"12333649":6,"123711":6,"12380":9,"12381425":[],"124":[0,26],"12400":9,"12417157":[],"12422141":[],"12427537":[],"12428533":[],"124413":[],"12441319":[],"125":[],"1250":[],"12506251":[],"125304962667421":[],"12552073e":6,"12568438":[],"12575322":[],"12591227":27,"12594172":[],"126":9,"12602928e":[],"1261":9,"12618549":5,"12622478":[],"12625715":[],"12634093":[],"1265":9,"12693357":[],"12695501":[],"127":4,"1271":6,"12747234e":[],"12765651865754318":[],"1277":6,"12777777777777777":[],"127812":[],"12786653":[],"12790":9,"128":[3,4,13],"12814914":[],"1285896350792584":[],"12858964":[],"12864187e":[],"128664":6,"12867125":[],"128711548693024":11,"12871842":27,"128x128":[],"129":2,"12911793":[],"12921833":[],"1297":9,"1298":9,"12994608":[],"129963":[],"12998822":[],"12m":[],"12pm":[24,26],"13":[0,1,2,4,5,6,9,11,12,13,18,20,21,23,26,27],"130":9,"13003291":6,"13010854":[],"13041":[],"13055555555555556":[],"130694":[],"13069442":[],"13076331":[],"131":9,"13155259":[],"132":9,"13201296":[],"13220608e":6,"1326":9,"13261905":[],"1326197715":26,"13280":9,"133":7,"13310008":[],"13314468":[],"13333333":[],"1336":[],"13371503":[],"134":[],"13404683":[],"13410999":[],"134110":[],"13422946e":[],"1343":[],"13443663368799186":18,"13444436":[],"1345":[],"13451895":[],"134565":[],"1346":[],"13492339":[],"135":9,"13535942":6,"13542726":[],"13571683":[],"13580759":[],"136":[],"13621148":[],"136236":[],"13646574":5,"13661243e":6,"13679863":6,"137":[],"1371":6,"13740":9,"137400784702911":[],"13747168":[],"13749148e":[],"13756504":[],"13759245e":[],"137652":[11,27],"1377":[3,4],"1378":[3,4],"1379":[3,4],"138":[],"1380":[3,4],"1381":[3,4],"1382":[3,4],"13821034":[],"13827006":[],"13829298":[],"1383":[3,4],"1384":[3,4],"1385":[3,4],"1386":[3,4],"13865173":5,"138775":[11,27],"1387933":[],"13880371":[],"1388888888888889":[],"1388976715362099":[],"13890":9,"13894606338836166":[],"139":[],"1392559585048734e":6,"139255958997547e":6,"13925918083728273":[],"139431112903922":[],"1394311129039245":[],"1395084586525954":[],"1395235273363669":[],"13987729":[],"13990198":18,"13m":[],"14":[0,2,3,4,5,6,8,9,10,11,12,13,18,23,25,27],"140":[2,9],"14021063":6,"14023656":[],"14036907":[],"141":2,"14100":9,"1412":[],"14133772":[],"141338":[],"1416054":[],"1416398":6,"14174745":6,"14179769":[],"1418":9,"142":9,"14250":9,"14277718e":27,"143":[2,7,9],"1437":1,"1438149":[],"14389839":[],"144":[],"14400":9,"1440501043841336":1,"14421971":[],"14440":9,"14465971":26,"1446729567":4,"14479759":18,"14482255345953607":[],"144993":[],"145":2,"14526269":[],"14538257":[],"14549142":[],"146":2,"14600426":[],"14629156":[],"146591":[],"146704":[],"14670413":[],"14697721":[],"147":[],"14702929":[],"14710":9,"14722222222222223":1,"1473833":[],"147400":[11,27],"147420":[11,27],"147896":[],"1479":9,"148":[3,4],"148009":[],"14812206":6,"14816084":5,"148161":5,"14837948":[],"14839786":[],"14845":[],"14857":[],"14859":6,"148632":[],"148711":6,"14871402":[],"14889678":26,"14896753":[],"149":[3,4],"149294":[],"149299":[],"14962649":[],"14967691":[],"14978631":[],"14g":6,"14m":[],"15":[0,1,2,4,6,7,8,9,12,13,15,16,23,26],"150":[3,4,8,9],"15005476":5,"150218":[],"15024162":[],"15043":[],"15047127":[],"15048894":[],"15055258":[],"150592":6,"150726":[],"150749":[],"15098090e":6,"150989":[],"151":[3,4],"15119514":[],"1511986":[],"151199":[],"15124893":26,"15130074e":6,"1513237":[],"15148810e":[],"151515":[],"151517":[],"15169011":18,"15183857":[],"152":[3,4,9],"15200":9,"1520039":[],"152701":[],"1527777777777778":[],"153":[],"15301931e":[],"153036":27,"15313054":[],"1532465":[],"15352815e":[],"15383855":[],"15384615384615385":9,"154":[],"15400455":[],"15431083":[],"15443469e":[],"15449587":[],"15457792":[],"155":[9,27],"155073":6,"15536966":26,"15553403":[],"155664":[],"15578306":[],"15593134e":[],"15597277":[],"156":27,"1560":[],"15628391e":[],"1563":[],"15649598":[],"15654521":[],"15673992":[],"15693449e":[],"156956":5,"15697121e":[],"157":27,"15724663":[],"1575":9,"15768662":[],"158":[9,27],"15804451e":[],"15806326":[],"15827078":[],"15863713":[],"1587":9,"159":27,"1590":9,"15912833":[],"15913825":[],"15953495":[],"15957051":[],"15962297":[],"15972118":[],"15975618":[],"15990":9,"15990395":[],"15am":26,"15g":6,"15m":[],"15pm":[],"16":[1,2,3,4,5,6,8,9,10,23,26,27],"160":[],"1600552":[],"16022138":[],"1603":3,"16043757":[],"1608179281668718":[],"16081793":[],"16082975":18,"16087734":[],"16089488":[],"160913":[],"161":[],"16111111111111112":1,"161573669199933":[],"16168603e":[],"16168848":[],"1619":[],"162":[],"16211139":5,"16220":9,"162246":5,"16231451":4,"1625":9,"1628":9,"162999":[],"163":[],"16304863":[],"163049":[],"1630775253":[],"16309331":[],"16325134":[],"16336815":[],"16342407":5,"16343471":6,"16356503":[],"16365729":18,"16384":3,"16385836":[],"16389131":[],"164":[],"16422434":[],"16456084":[],"164812":[],"16481217":[],"16487517":[],"16492688":[],"165":[],"16500":9,"16509204":26,"16521791":[],"16539406e":[],"16570701":[],"166":9,"16650509":[],"16655769":26,"16666667":[],"167":[],"16725475":[],"16761991":[],"16762223e":[],"167787":5,"168":9,"16805821e":6,"16815626":[],"16816701":[],"169":[],"1690242":[],"16921883":[],"169219":[],"16933554":[],"16it":[],"17":[1,2,4,5,6,8,9,23],"170":[],"17006020e":[],"17016741":[],"17022089147584388":[],"17078905":[],"17086577":[],"1709":9,"171":[],"17121077":[],"17136288":[],"17138811":[],"17144765665252978":[],"171525":[],"1715252":[],"17174962e":1,"172":[],"17222222222222222":[],"1724601":[],"17257288":[],"1726":9,"17275391":[],"173":[],"17300":9,"17305512":[],"173087120899479":11,"1731":9,"17346628":26,"17350714":23,"17362603":[],"174":[],"17432695":[],"174327":[],"17440757e":[],"17446471":6,"17451":[],"17456211":[],"17459712":[],"17469167":[],"174692":[],"175":[],"1752":9,"175300":27,"17540272":[],"176":[],"17603044":[],"17604689":[],"17615838052499":[],"17622984":26,"17641709":6,"17644873":[],"17647619":6,"17648722":[],"177":[],"17707259":26,"17733642":[],"17736035":[],"17757752":[],"17758251":[],"17777777777777778":1,"178":[],"17801022":5,"17829104":[],"17841553":[],"17861098":6,"179":[],"1790289":[],"17917768":5,"17927079":[],"17934657e":[],"179404":[],"17949575":5,"17953942":11,"17964265":[],"1797":[1,3],"17m":[],"18":[2,4,6,7,8,9,10,13,23],"180":[],"18029127":5,"1803":20,"18044829":[],"1804736801658276":[],"18065292":[],"18065689e":[],"1807":4,"1809":9,"181":9,"1812":9,"18128852":[],"18188532":[],"182":[],"1821":9,"18243276e":[],"18269964":[],"18276764":[],"183":[],"18302441":[],"18303628e":[],"18314387":[],"18321314e":[],"18324395":[],"18333333333333332":[],"1836":[],"18375572":[],"18383522":[],"184":9,"18409473e":[],"18410452":[],"18433544":[],"184519":27,"18474816e":[],"1848":[],"18488944":[],"18489312":[],"1849":[3,4],"18496":[],"185":[],"1850":[3,4],"18500705":27,"1851":[3,4],"18518557":[],"1852":[3,4],"18525109":[],"1853":[3,4],"18534538":18,"1854":[3,4],"1855":[3,4],"1856":[3,4],"1857":[3,4],"185713":[],"18571316":[],"1858":[3,4],"1859":[3,4],"1859082":[],"186":6,"1860":9,"18604968":[],"18611111111111112":[],"18613217e":6,"1862":[],"18624242":[],"18660":9,"18663019":23,"18670072e":27,"18673098":11,"187":[],"1871257":[],"18726877":[],"1875353":[],"18753987":[],"187540":[],"18761375":[],"18780801":[],"188":[],"188029":11,"18802913":11,"18807824e":[],"18824315":[],"18829946":[],"18856622":[],"1887":6,"189":6,"189367":[],"189496":27,"189621963782685":[],"189622":27,"18993003":[],"19":[2,4,6,9,13,15,23,26],"190":[],"19003":6,"19010909":[],"19026272":[],"19029687":[],"19073291":[],"191":[],"19114964":[],"19123037":[],"19154013e":[],"19166136":[],"19166666666666668":[],"191963":[],"192":[],"19207979":5,"1921649":[],"19220":9,"193":[],"19314584":[],"19335893":[],"19343949":[],"19347197":23,"1937079":[],"19393543":[],"194":[],"1940":[0,27],"194042826649355e":6,"1940428268204826e":6,"19407473":[],"19426595":[],"19429581":[],"1943":12,"19431161":[],"194312":[],"19436962e":[],"19457423":[],"1946":[],"19461919e":[],"19463967":[],"194861702085775":[],"195":[],"1950":[],"1956":9,"19569961":[6,27],"19590868":[],"196":[],"19623863e":[],"19652884e":[],"19683648":[],"197":[],"1970":[18,26],"19717411":[],"19718893":[],"19721923":[],"1973":9,"197370":[11,27],"19740":9,"19743643":[],"19769458e":[],"1977":[],"19772911":[],"1978":27,"19783086":[],"1979":6,"19790229":[],"198":[],"19800":9,"19802685":[],"19824029":[],"19825288e":[],"19870992":[],"19888258":[],"199":[],"19910208":[],"19942021":[],"19968537":[],"1997":[],"19983530":6,"1999":[20,21],"19it":[],"1_1":12,"1_2":12,"1_3":12,"1cm":[0,8,10,23,26],"1d":[1,2,3],"1e":[1,2,3,4,13,14],"1e10":14,"1e4":6,"1f":1,"1k":18,"1n":[0,26],"1s":[3,4],"1x":[0,26],"2":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,21,22,23,25],"20":[0,1,2,4,6,7,8,9,13,23,24,26,27],"200":[0,2,3,4,8,9,10],"2000":[0,27],"20015436":6,"20017452":[],"20020918e":[],"2004":13,"2006":25,"2008":26,"2009":[],"201":[],"2010":1,"20101684":[],"2011":1,"2014":4,"20142361":[],"2015":1,"2016":[0,26],"2017":[],"2018":[0,6,27],"2019":[8,9],"202":[],"2021":[6,14,27],"2022":26,"2023":[3,4,20],"2024":[15,16,26],"20240089":[],"20261698e":[],"20265997":[],"2027":9,"20272874":[],"20277777777777778":1,"20289224":[],"203":[],"20355156":[],"20366091":[],"20371418":[],"204":[],"20404676":[],"20430356":[],"20484434":[],"20485165":[],"204932":[],"20493234":[],"20494446":[],"205":[],"20500":9,"20513942":[],"205231":[],"20525241":[],"20536556":[],"20554718e":[],"20580025":[],"20594513":[],"206":[],"2060":9,"2069":9,"20695722":[],"207":[],"2070":[],"20716469":[],"20726939":[],"2073339":[],"20752401":[],"207545":[11,27],"20759186":11,"207592":11,"20764972":27,"207888":[],"208":[],"208190393562401":[],"20820528e":[],"208257931205295e":9,"20833333333333334":1,"20867052175003364":6,"209":[],"20916295":27,"20944931":26,"20946226e":[],"20956318":[],"20967833":[],"20975255":26,"209789":[],"20980":9,"20m":[],"21":[0,1,2,3,4,5,6,7,9,12,13,18,23,26,27],"210":[],"210340":[11,27],"21049575":[],"210496":[],"21053692":[],"21055226":[],"21058097":5,"21059098":[],"21074205":[],"211":[],"2110":[],"21110005":[],"21130":9,"21152452":[],"2116753732":4,"21169159e":6,"212":[],"21275991":[],"213":[],"213103":[11,27],"213743":[11,27],"214":[],"21401303e":[],"2141":[],"2144122":13,"21460652":[],"214607":[],"21467941":[],"21489709":[],"21493779":[],"215":[],"21522960e":[],"21530495e":[],"21546249":[],"21596432":6,"21597684":[],"215977":[],"216":[],"2161908":[],"216290":[11,27],"216683":[11,27],"2167":[],"21682143":[],"217":[],"21706540e":[],"21710121":[],"2171263":[],"217282":11,"21728232":11,"21747116506516934":[],"21760199":[],"21793896":23,"218":[],"218292":11,"21829201":11,"21831419":11,"2184":[],"21860973":[],"21879159":[],"2188":3,"219":[],"21908927":13,"21910072":[],"21913628":[],"2193546":[],"21947455":[],"22":[0,1,2,4,5,6,9,12,13,18,26,27],"220":[],"22001043":[],"22015945":18,"22044605e":5,"22092934e":[],"221":8,"22103874e":[],"221180":27,"22130126":[],"22144968":11,"221450":11,"2216":9,"22169909":[],"2218":9,"221805":2,"221921":5,"22197349":[],"222":[],"22209775e":[],"22227163e":[],"222400":27,"22241171":[],"22291364":[],"22297358":[],"22297752":[],"223":[],"22328509":[],"22354860e":[],"22368396":[],"223884":[],"22388434":[],"224":[],"22416937":[],"22467274":[],"22475203":[],"225":4,"22524684":[],"22532324":[],"22574374":[],"2257879":[],"226":[],"22616902":[],"22623101e":[],"226296567359957":[],"2266005204464925":26,"22663583":[],"22679825":[],"22689573":[],"22690428":5,"227":[],"22729927":[],"22752605":[],"2277":3,"228":[],"228059":[],"22805937":[],"22812848":18,"22830615":[],"2284246870217162":6,"22847924":5,"22885848":[],"228942":[],"229":[],"229241":[],"22928063":26,"22935165":[],"229352":[],"22939767":18,"22974406":[],"22979294e":[],"22981877":26,"22996417":[],"23":[1,2,4,6,7,9,12,13,15,18,26],"230":[],"23002365e":6,"23031634":[],"23044077":[],"23047985":[],"23076923076923078":9,"23077531":[],"231":[],"23110543":[],"2314999":[],"23167717":5,"23177548":[],"23192074e":[],"232":[],"232435":27,"23257415":[],"2326112614636416":[],"2326112623420511":[],"23261268155176382":[],"23288045":[],"233":[],"23305112":[],"23333333333333334":[],"23374497":18,"2338675":[],"233868":[],"23392132":[],"23395094":[],"23396766e":[],"234":6,"234370":[],"23437046":[],"23499198":[],"235":[],"23516186":[],"23528337":[],"2356299":[],"2361161":[],"236354":26,"23636536":[],"2364":9,"23643365":[],"23692158":[],"237":[],"23712617":[],"23754723":[],"23780865":[],"2379":6,"238":[],"23849741":[],"2389":3,"239":3,"23908241":18,"2397":9,"23971032":27,"23979359":[],"23997187":[],"24":[0,1,2,4,6,9,13,18,26],"240":[],"24005098e":[],"24053124e":[],"24085321":[],"241":[],"24128917":[],"24140":9,"24159785":27,"2416":9,"24175744e":6,"2419":9,"242":[],"24251681":[],"24252405":[],"24280599":[],"242806":[],"243":[],"2430":9,"24339513":[],"2436295":23,"24390":9,"244":[],"244119":[],"24411906":[],"24434901e":[],"24444444444444444":[],"24485338":23,"245":[],"24569547":[],"246":2,"24602503e":[],"24605947":[],"24647622":[],"2465439":[],"24679418":[],"247":[],"24785221":[],"24797183e":[],"248":[],"24809277":[],"24828523":[],"24829908":5,"24849282":[],"248493":[],"249":[],"24906604e":6,"24960675":[],"24968001e":[],"24it":6,"25":[2,3,4,5,6,7,8,9,11,13,19,27],"250":[2,4,7,9],"25000":[0,27],"25002882":[],"250029":[],"25018275":[],"25050227":[],"250636":[],"25077762":[],"25084316":[],"25091007":[],"251":[],"25139357":[],"251879":27,"252":[],"2522939":[],"252436":27,"25254477e":[],"25285802":[],"253":[],"25312591":18,"254":[],"25404247":23,"2544422":[],"2545724":[],"255":3,"255001":27,"25549693":[],"25561567":[],"256":[2,4],"25617654e":6,"25617658e":6,"25650679":[],"25663096":[],"256841168348422":18,"257":[],"257004":[],"25700419":[],"25713219e":[],"2572":9,"2575":9,"25772788":[],"25794223e":[],"258":[],"25844504":[],"25872167e":[],"25898624":[],"259":[],"259153":[11,27],"2591811":[],"25920793":[],"25923926":[],"2597":9,"259901":[],"25it":[],"25m":[],"26":[2,4,6,9,13,16,27],"260":[],"26037366":[],"26063304":[],"260840":[],"26084008":[],"261":[],"26113838e":[],"261498":[],"26149831":[],"2619":[],"262":[],"262638":[],"26263837":[],"26291451":[],"26292364":[],"26297455":27,"263":[],"26301436":5,"26318493":[],"26331821e":[],"26370919":[],"26372759":[],"264":4,"26403986587386163":18,"26409315307910025":6,"2640931530791004":6,"2641":[],"264377":[],"26437713":[],"264421":[],"265":[],"2650":9,"265109911":4,"26513904":[],"26514544":[],"26518597":[],"2654":9,"266":[],"26660718e":[],"26666667":13,"26697059":[],"267":[],"26710969":5,"26776828":[],"26780278":5,"26799966":26,"268":9,"26803966":[],"26805987":[],"269217029290255":[],"26931499":[],"26939493":26,"26944417":[],"26961519":[],"2697447":[],"26995402":27,"26it":[],"27":[0,1,2,4,6,13,27],"270":[],"2700575":[],"27068495e":[],"2707158":[],"27092910":6,"27096183":[],"27099835":[],"271":[],"2710765113417533":[],"2710867359084896":[],"2711004934923823":[],"2711099029541577":[],"2714":[],"27151245":13,"27152452":[],"2717818":[],"272":[],"27204759":[],"27221341":[],"27230624e":[],"27252371":[],"273":[],"27305669":[],"273094":[],"27309401":[],"2731899981798276":[],"27335131":[],"27347181":[],"2736":[],"27377363":[],"27424746e":[],"27438488":[],"27463692":[],"27485633":[],"275":[],"2750":9,"27547557":[],"2756303":13,"276":[],"276263":[11,27],"27637358":[],"27650338":[],"27693602e":[],"277":[],"27700":9,"27700271":[],"27717261":[],"27743488e":[],"2774877574815404":[],"27760":9,"27790702":[],"27793476":[],"277935":[],"278":[],"27826845e":[],"27832584e":[],"27853155":26,"27859357":[],"27880068":[],"279":[],"27911941":26,"27919014":[],"27924636":5,"27971414":[],"27987128":[],"27n_":23,"28":[0,1,2,3,4,6,9,13],"280":[],"28008933":[],"280179":[],"28031381":[],"280573":5,"280647":[11,27],"28081221e":[],"28096517":[],"281":[],"281127658556346":23,"28112766":23,"28134042":[],"281930":[],"28194659":[],"28194794":[],"282":[],"28205578e":27,"28206156":[],"28210895":[],"28212616":26,"2822017":26,"282259":[],"282727":[11,27],"28291282":[],"28294305":[],"283":[],"2830637392":4,"283078":[],"28336218e":6,"2837521e":[],"28390":9,"28391978":27,"284":[],"28418209":[],"28433473":[],"28443039":[],"284499":[],"28475098":8,"28478815":18,"28490569":[],"285":[],"28535441":[],"28566769":[],"2856881":[],"28570701":[],"28585116":[],"28595266e":[],"28596284":[],"286":[],"28607817":[],"2861":23,"28621796e":[],"28622606":[],"28624958":[],"28638913":[],"28641189":[],"28662669":[],"287":[],"2870363":[],"2871":9,"2873":9,"2874496":18,"28767964":[],"28795864":[],"288":[],"28818554":[],"288186":[],"2882":23,"28837459":[],"28857501":26,"28858038":[],"2886":23,"289":[],"2890":[0,26],"28908491":[],"28909679e":[],"289105":5,"28910504":5,"2892":23,"28951491799791806":[],"28962017":[],"28962869031035515":[],"28962877060331055":[],"2896287710119233":[],"28it":[],"28x28":[],"29":[2,4,6,7,9],"29009852":[],"2901":[],"29022057":[],"29025302":[],"29030069":[],"29069448":23,"29097377":[],"291":[],"29135778":[],"291358":[],"2915":23,"29153991":[],"29167186":5,"29174301":[],"29199381":[],"292":[],"292202":[],"29220202":[],"29228133":[],"29259268":[],"2927":[],"29275129":[],"29282684":[],"293":[],"2931":26,"293245":[],"29341942":23,"29350903":[],"29374695":[],"29378469":[],"29384004e":[],"294":[],"29401213":[],"29405153":[],"2941718e":[],"29426584":[],"29432269":26,"29454955e":[],"29496954e":[],"295":[],"2953":[3,4],"2954":[3,4],"2955":[3,4],"2956":[3,4],"2957":[3,4],"29588674":[],"29592687":[],"296":[],"29633889":[],"296414":[],"29679459":[],"2968":26,"2970942":[],"29726695":[],"29731502":[],"29732036":[],"29734306":[],"29765192":[],"298":[],"2980":26,"29822833":6,"29866668":[],"298667":[],"29894362":[],"299":[],"2990":26,"29918458":13,"29933720e":[],"2996":[],"299748":27,"2999692169766251":[],"2999692370478538":[],"2999728846145681":[],"2999728858924457":[],"29998782047173667":[],"29998783056606604":[],"29it":[],"2_":12,"2_1":12,"2_2":12,"2_3":12,"2_i":12,"2_m":[6,23],"2_t":13,"2_x":23,"2b":23,"2c8f433990d1":[],"2cm":8,"2d":[1,3,11,12,17,26],"2e":6,"2f":[0,7,9,10,11,12,26,27],"2g":2,"2g_i":2,"2k":3,"2m":6,"2n":[0,2,3,26,27],"2nd":9,"2p":23,"2pm":24,"2pt":4,"2s":4,"2u":21,"2x":[0,3,8,13,26],"2x_ix_jy_iy_j":8,"2x_j":8,"2y_i":10,"2y_j":8,"3":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,22,23,24],"30":[0,1,4,6,7,9,10,13,16,24,27],"300":[],"3000":[],"30000":[0,26],"30000278325980556":[],"30000279381576256":[],"30010":9,"30012384":[],"3001669239476101":[],"3001669318826541":[],"30020439":26,"30085673":[],"301":[],"30119421":8,"30125775":[],"30129931":[],"30150056":[],"30170017":[],"30177145":[],"302":[],"3020":[],"30237154":[],"3024":[],"30258509":[18,26],"3029":[],"303":6,"3030":[],"303107":[],"30311767":[],"3032":[],"30326262":[],"30335380e":[],"30339081517583943":[],"30361418":[],"30442964":27,"30447937":[],"30466214e":6,"3047648":[],"30478013":[],"30485583":[],"30494363":[],"305":0,"30506642":[],"30567713":[],"30571694e":[],"306":0,"30630294":[],"3064":[],"3065":[],"30666456":[],"30677003":[],"306770031113352":[],"30685269":[],"306853":[],"3068687590657415":[],"30690504":[],"307":0,"3072":3,"3073":[],"30739146":[],"307631":[],"30763135":[],"3076923076923077":9,"3077":[],"30774404":[],"30787294":6,"308":0,"3082":[],"309":0,"30902533":18,"30914432":[],"30928349":[],"30940":9,"30971881":[],"30990916":[],"31":[4,6,12,18,23],"310":0,"31022577":[],"310277":[],"31027702":[],"310579":[],"3105791":[],"31072238":[],"31082439":[],"311":0,"31113868e":[],"312":[],"31212802":[],"3123314713548606":6,"31244861":[],"312449":[],"31248389":[],"3126":[],"31276579e":6,"31290061e":[],"31290684":[],"313":[],"31318084":5,"313183599076104":[],"3135197":18,"31395784e":[],"3139661":[],"31415359e":[],"314471861842257":[],"31457796":5,"315":6,"31532451":[],"3155":[0,5,6],"31579721":[],"31588043":[],"31588332":[],"316":[],"31633433":[],"31650694":6,"317":[],"31705377":[],"31714002":[],"31718909":11,"31728952e":[],"317367":11,"3175938":[],"317594":[],"31774469":13,"31780875":[],"318":[],"31803769":[],"31814386":[],"3189":[],"31895514":[],"31896852":8,"319":[],"31921368":[],"31927572":[],"31949465":[],"31960205":18,"31995103":[],"32":[3,4,6,12,13,18,23],"320":[],"3200":1,"320131":11,"32013106":11,"32019835":[],"32023229":[],"32032017":[],"32041353":[],"32078531":[],"321":[],"32108713e":[],"32133765":[],"32141575":[],"32149601703519115":6,"3214960170351912":6,"3215":9,"32185967":[],"322":[],"32220836":[],"32221699":[],"32234998":[],"32244056":[],"32257967":[],"3225819":[],"32265589":[],"3228044":[],"32341247e":[],"3235":[],"32372846":[],"32382849":[],"324":2,"32441343e":[],"3245":2,"32450054":27,"325":[],"3250":[1,6],"32507975":[],"32577534":[],"32584888":[],"326":[],"32615859":[],"326238":27,"32632463":[],"326325":[],"327":[],"32708194":[],"327291":[],"32729105":[],"3273472571412799":[],"328":[],"3283771":[],"328458":[],"32845846":[],"32858131":[],"329":[],"32941592e":[],"329492":[],"33":[4,9,12,18,24],"330":[],"33015882":[],"33020191":[],"3303366":[],"33066907e":5,"33078483":[],"33079132":[],"33104875":[],"33108943":[],"33113018":[],"33159476":[],"33166055e":5,"331939":27,"33197004e":[],"332":[],"33213799":[],"33283583":26,"33285444":[],"33285905":[],"3329671101137754":[],"333":7,"33333333":13,"33408606":[],"33444711e":[],"33457718e":[],"33486875":[],"335":[],"33525471e":[],"33534416":[],"33537181":[],"335849":[],"336":[],"33600213":[],"3364":[],"33656494":[],"33708747":[],"33746734":[],"33746734412664":[],"33751667":[],"33788596":[],"33793867":[],"338":[],"33800793":[],"33857909e":[],"33860497":[],"33880129":[],"339":[],"33903511":[],"33918941":[],"33959063":18,"33995567":[],"339961":[],"3399612":[],"33it":[],"34":[4,9,18],"340":[],"340071371496255":[],"34010963":[],"34011629":[],"3403":9,"340583":[],"340782":[11,27],"341":[],"34100913":[],"34114547":5,"34133193":[],"34149655":[],"341497":[],"34154132":[],"34158540e":[],"34193915":[],"34243146":23,"34254681":[],"342680":27,"3426926":[],"34294831e":[],"343":[],"3431178":[],"34347894e":[],"3436":[0,26],"34362409":[],"3437":[0,26],"34373214":[],"3439564710454786":[],"344":[],"34412923":27,"34440086":[],"34447052":[],"34459931":[],"34460089":[],"34498001":[],"345":[],"34517495":[],"34569596":5,"346":[],"34606431":[],"34609499":[],"34619711":18,"34636057":[],"34642944":[],"34650316":26,"34685874":[],"346941":[],"34694145":[],"347":[],"34718587":[],"347186":[],"3472":[],"34728094e":[],"348":[],"34814162":[],"34836424":26,"348676117830458":[],"349":[],"3493":[],"34943652":18,"34968453":26,"34975242":[],"34977681":[],"34998197":[],"35":[0,4,6,19,24,26],"350":[],"3501046":18,"35058127":[],"35084272":[],"351":[],"35109296":[],"35125829":26,"3512747":[],"351275":[],"35140":9,"35146218":[],"35149796":[],"351498":[],"351636":[11,27],"35182854":5,"35193678":18,"352":[],"35248847":[],"35255737e":[],"35292923":[],"353":[],"3532":[],"35322418":[],"35325013":18,"35329636":[],"3536":[],"354":[],"35401107":[],"35403494":[],"35408251":[],"354083":[],"35412147":[],"35417405e":[],"35434042e":[],"3544313922":6,"3546689":[],"35470445e":5,"3549":[],"355":[],"35533773":6,"35539164e":[],"35564856":[],"35567049":18,"35587778675776993":[],"356":[],"356399":27,"3568919":[],"357":[],"357508":27,"35771826":6,"35795044":[],"35796655":[],"35799174":[],"358":[],"3581341341":4,"35823605":[],"35825829e":[],"35845332":[],"35846425":[],"35858674":[],"359":5,"3591093":[],"3592571":[],"3597516959642966":[],"3597517":[],"35984424":[],"35it":[],"35m":3,"36":[0,1,4,5,6,19,23],"360":1,"3604":[],"36051635":[],"36094261":26,"36097055e":[],"36099915":[],"361":[],"36128659e":[],"3613":9,"361556":27,"3616476":[],"36170438":13,"3619":[],"362":[],"36212275":5,"362123":5,"3621311":5,"363":[],"3632959111950474e":6,"363295916323784e":6,"36348681":[],"364":[],"36400724":26,"36403046":[],"36420967":[],"36434588":[],"3646":[],"36537059":[],"36550376":[],"3655222":5,"366":[],"36674564":[],"36681298":[],"367":[2,9],"3676":[],"36789460e":[],"3679":[],"36795972e":[],"368":[],"36802977":[],"36825174":[],"3689":[],"369":[],"369139":[11,27],"36928":[],"36970119e":[],"36it":[],"37":[1,4,6,9,19],"370":[],"3701":[],"37021881":[],"3703":[],"3703468543933255":[],"3705":[],"37054827":[],"3706":[],"370782966":4,"37092452":[],"371":[],"37112277":[],"3713":[],"3714":[],"3716":[],"3717":[],"37187359":[],"372":[],"3722291337559605":[],"37236385":[],"372364":[],"37239927e":27,"3724":[],"3725":[],"37266855":[],"3727":[],"3728":[],"3729492":[],"373":[],"3730":[],"3732":[],"3733":[],"37335014":[],"3734":[],"3735":[],"37351692":18,"3736":[],"37369014":[],"3737":[],"37376184":[],"37388140e":[],"37391132":[],"37396662":6,"374":[],"3740":[],"3741":[],"3743":[],"3744":[],"37443731":23,"3745":[],"3747":[],"37477725":[],"374777250972322":[],"3748":[],"3749":[],"375":[],"3750":[],"3752":[],"3753":[],"37540613":[],"3756":[],"375694":[],"3758":[],"3759":[],"376":[],"3760":[],"3762603":18,"3763":[],"3764":[],"3765":[],"376547":[],"3766":[],"37667238":[],"3767":[],"3768":[],"3769":[],"377":[],"3770":[],"3773":[],"377372":[],"37737221":[],"37749489":[],"3775":[],"37757757":26,"3776":[],"3777":[],"3777801602":6,"3778":[],"3779":[],"378":[],"3780":[],"3781":[],"3782":[],"37836163":5,"378362":5,"3784":[],"3785":[],"37853034e":[],"3786":[],"3787":[],"37871763":[],"3788":[],"3789":[],"37895549":[],"3790":[],"37900111":6,"3791":[],"37917253":[],"3792":[],"37938584":[],"3794":[],"3795":[],"3797":[],"3798":[],"3799":[],"38":[1,4,9,19,23],"380":9,"3800":[],"3801":[],"3802":[],"38020451":[],"380205":[],"3803":[],"38035637":[],"3804":[],"38046294":[],"3805":[],"3806":[],"3808":[],"38088413":[],"3809":[],"3810":[],"3811":[],"3812":4,"3813":[],"38135654":[],"38135733e":6,"3814":[],"3815":[],"3816":[],"38160211":[],"38165546":[],"3817475779":6,"3818":[],"3819":[],"382":[],"3820":[],"38201155":[],"3821":[],"382187":[],"3822":[],"38220141":[],"3823":[],"3824":[],"3825":[],"3825029":[],"38259375":[],"3826":[],"3827":[],"3828":[],"3829":[],"383":[],"3830":[],"3831":[],"38319502e":[],"3832":[],"383315":4,"3834":4,"3835":[],"3836":[],"3837":[],"3838":[],"38380352":[],"38382691":[],"3838917029":[],"3839":[],"384":[],"3840":4,"3841":[],"3842":[],"3842967":[],"3843":[],"3844":[],"3845":[],"3846":[],"38461538461538464":9,"38461539":[],"38465596":[],"3847":[],"38478181":[],"384782":[],"3848":4,"38488879":[],"3849":[],"38493367":[],"385":[],"3850":[],"3851":4,"38511237e":[],"38511413":[],"3852":4,"3853":[],"38533185":6,"3854":[],"38540656":[],"3855":[],"3856":4,"3857":[],"3858":[],"3859":[],"386":9,"3860":[],"3861":[],"3862":[],"38629436":[18,26],"3863":4,"3864":4,"3865":[],"3866":[],"3868":[],"38688646e":[],"3869":[],"387":[],"3870":[],"3871":[],"3872":[],"3873":4,"38743286":[],"3875":[],"3876":4,"38764522e":[],"3877":4,"3878":[],"38782352":[],"38787447":[],"3879":[],"3880":4,"3881":[],"3882":[],"3883":[],"38831624":[],"3884":[],"388451":[],"38845241":[],"3885":[],"3886":[],"3887":[],"38875182":[],"3888":4,"3889":[],"389":[],"38916861e":6,"3893":4,"3894":[],"3895":4,"3896":[],"38962192e":6,"3897":[],"38970078":26,"3898":[],"3899":[],"39":[0,1,4,9,20,24,26],"390":[],"3900":[],"3901":[],"3902":4,"39026883":27,"3903":[],"3904":4,"3906":[],"3907":[],"3907408":[],"39078751e":[],"3908":[],"391":[],"3910":[],"3911":[],"3912":4,"3913":[],"3914":[],"39148625":[],"3915":4,"3918":[],"3919":[],"39197698":[],"391977":[],"392":[],"3920":[],"39200159":[],"3921":[],"39214397":[],"392144":[],"3922":[],"39229856":[],"3923":[],"3924":[],"392564":[],"39256409":[],"3928":[],"39287528":[],"3929":4,"393":[],"39300201":[],"393030":[],"3930301":[],"39308683e":[],"3931":[],"39313789e":[],"3932":4,"3933":[],"3935":[],"3936":[],"3937":4,"3938":[],"3939":4,"394":9,"3940":[],"3942":4,"3944":4,"39457095":[],"3946":[],"3948":4,"39483726":[],"39494529":23,"395":[],"3951":[],"3953":[],"3954":4,"39541528":[],"3957":[],"39572825":[],"39579407":5,"396":[],"3960":4,"39609089":27,"3961":4,"39612983":[],"3962":[],"3964":[],"39644178":[],"3966":[],"3967":[],"3968":4,"397":[],"3970":4,"39706038":5,"3971":4,"3972":[],"3973":[],"39730396":19,"3975":4,"3976":[],"397700":[11,27],"3978":4,"39789527":[18,26],"3979":[],"398":[],"3980":[],"3980313467":6,"3981":[],"39822715":[],"39837199":[],"3984":4,"39856058e":[],"39863686":26,"3987":4,"39890447":[],"39895173e":[],"399":[],"3990":[],"39917327":[],"3992":[],"39931051e":27,"3994":[],"3995":4,"3996":[],"39965905e":[],"3998":[],"399836":27,"3999":[],"39it":6,"3d":[2,3,4,6,13,19],"3f":[1,3,9],"3n":18,"3s":[],"3x":[2,8],"3x_i":2,"3y":8,"3yk470mj5p931p9dtkk0y6jw0000gn":[1,6,13,19,26],"4":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,21,23,26],"40":[0,1,4,6,9,19,20,24,26],"400":4,"4000":[9,26],"40009482":[],"4001":[],"40043644":[],"4007":4,"40075395":[],"4008":4,"4009":[],"401":[],"4010":[],"4011":[],"40111899":[],"401119":[],"4013":[],"4014":[],"40167092":[],"4018":4,"40182469":[],"401842":[11,27],"402":[],"40216748":[],"4024":[],"4025":[],"4027":[],"40293251":[],"4032":4,"4033":[],"40359681":26,"4036":4,"40362053":[],"4037":[],"40389562":[],"404":[],"404130":[],"40413036":[],"4043":[],"404470":5,"40447029":5,"4048":[],"405":9,"4050":[25,26],"40500157":[],"4051":4,"40512793":[],"40513177e":[],"4052":4,"4053":4,"4054":[],"4055":[],"4056":[],"405890":[11,27],"406":[],"40620066":[],"406201":[],"40629059":[],"4063":[],"40634991":[],"40644745":[],"4066":[],"40660618e":[],"40666305":[],"4068":[],"407":9,"40714201":18,"40763529":26,"4078":[],"408":9,"4082":[4,6],"40837262":[],"40837954":[],"4085":[],"4086":[],"4087":9,"4087793":5,"4088":[],"40881429":18,"40892146":[],"4090":[],"40927184e":6,"4095":[],"4096":[],"4099":4,"40contain":20,"40it":[],"41":[1,2,4,9,18,20],"410":[],"4100":[],"41021561":[],"41042542":18,"4106":[],"4107":9,"41097603":[],"411":[],"4111":4,"41125816":18,"411730":[],"41173033":[],"412":[],"41219619":[],"41226929e":[],"41235715":5,"41246325":[],"4128":[],"41291861":[],"413":[],"4130":[],"4134":4,"4137":[],"41371745":[],"414":[],"4141":[],"41433969":5,"4146":[],"41471556e":[],"4148":4,"415":[],"4150":21,"415066":[],"41506637":[],"41511965e":1,"415201":[],"4155":[2,15],"41594943":[],"416":[],"41600503":26,"4162":[],"4162706317":6,"41639971":26,"41644629e":[],"4166666666666667":9,"41671085":[],"417":[],"41708096e":[],"41716708":[],"41739393":[],"4177":[],"41771755":[],"41772265":[],"417741":11,"41774143":11,"41790059":[],"418":[],"4181":[],"41842164":[],"418506":[11,27],"4187996":[],"41882037e":6,"41891092":[],"41894238":[],"419":[],"4192":[],"41928689":[],"41936371":18,"4199":[],"42":[1,4,8,9,10,18,23],"420":[],"4203":[],"420442688206847":[],"4208":[],"42109456":[],"421120085426022":[],"42138688e":[],"42143986":[],"42172457":[],"42198678":[],"421987":[],"422":[],"4220":[],"42203045":[],"4221":[],"4222":[],"42239354":[],"422658":[],"42265837":[],"423":[],"4230769230769231":9,"42323635":[],"4234":[],"4236":[],"424":[],"4241":[],"42441033":5,"42450":9,"42457498":[],"424575":[],"42484290e":[],"42484459":[],"424863":[],"42486342":[],"42487977":[],"425":[],"4253":[],"42535003":[],"425564":[],"42556446":[],"4256":[],"42578415":[],"4258049":[],"42584543":[],"426":[6,7,9],"42633236e":[],"42642980e":[],"4266":[],"427":[],"42738539":26,"4277":[],"42777999":[],"428":[],"42800148":[],"4281152":[],"428690538456245":[],"4287":[],"428741":[],"42874148":[],"42876571":[],"429":[],"429345":[],"42934502":[],"42967903e":[],"42it":[],"43":[0,4,7,9,18,21],"430":[],"43043913":[],"43054282":5,"4310":26,"4314":[],"4316":[],"432":[],"432019":5,"43201921":5,"43226747e":[],"43233857":[],"433":[],"43330971e":6,"43334205":[],"4336":[],"4338":[],"43392925":[],"434":[],"43425860e":[],"43466245":[],"4349":[],"43490863":[],"43496417":[],"435163":27,"4353":[],"43559429":[],"43579948e":6,"436":[],"43608740e":[],"43639284e":27,"436462435":4,"43647835":[],"436501":[],"43650129":[],"43650214":26,"43656654":23,"437":[],"43713337":[],"4372":[],"4375":[],"43766686":11,"438":[],"43801947":[],"438060758":6,"43809274e":[],"438136":27,"439":[],"43902948":[],"439230":6,"4394":[],"43941514":[],"43951204":[],"43989497":[],"439m":4,"43it":[],"43m":4,"44":[0,4,18],"440":[],"44020145e":[],"44079937":[],"44082882":[],"44089210e":5,"4409806":23,"440m":4,"441":[],"44116407":[],"441182":[],"44118245":[],"441264":[],"441m":[],"442":[],"44210664":[],"4426":[],"442600":[11,27],"44298022":[],"442m":[],"443":[],"443217":27,"44347438":[],"443m":[],"444":9,"44402322":[],"44407741e":[],"44418822":[],"44437409":[],"44440345":[],"444m":4,"44507049":[],"44520102":[],"44595818":[],"445m":4,"446":[],"446033":[],"44624525e":27,"44632008":[],"44642273":[],"446453":[],"44657526e":[],"4466":[],"446m":4,"4472":[],"44729805":[],"44732200e":[],"447659635275407":[],"44765964":[],"44781662":[],"447817":[],"447m":4,"448":[],"44842116":[],"44886896":[],"448m":4,"449":[],"449001126081919":[],"44900113":[],"44921888":[],"44957069":[],"44967228":[],"44970586e":1,"449m":4,"44it":[],"45":[4,9,24,26],"450":9,"45000312":[],"45014":[],"45017176":[],"450257":[11,27],"4504":9,"45047066":[],"45048537":26,"45062284":[],"45065211":[],"45073476e":[],"450m":[],"451":[],"4512":[],"45133278":[],"45134965":[],"451m":[],"45207509":[],"45227801":[],"45253585":[],"452553":[],"45255977":[],"45281756":[],"45290234":[],"452m":[],"453":[],"45308692":[],"45380691e":[],"45399416":[],"453m":[],"454":[],"45405253e":[],"454241":11,"45424136":11,"454m":[],"455":[],"45502684":[],"455173":[],"4555094":[],"455592":[],"4556":[],"4557763":11,"455947":27,"455m":[],"456":9,"4560786541572335":[],"45610021":[],"45642521":[],"45668633":[],"456m":[],"457":[2,4],"457m":[],"458":[],"458027":27,"458078":[11,27],"45808919":[],"45811552":[],"458740":[],"4588":[],"45884458":18,"458m":[],"459":[],"45915671e":27,"45922756e":[],"45960079":5,"45976616e":[],"459m":[],"46":[4,9,24,26],"460":[],"46000649":[],"4600624385659884":[],"4601":9,"46022436e":[],"46026a8f5d2c":[],"46045199":23,"4605":[],"460m":[],"461":[],"46117193":[],"46132345":[],"46138883":18,"46139936":26,"46153846153846156":9,"46156624":[],"461m":[],"462":7,"4627795":[],"46285399":[],"46294168":18,"462m":[],"463":[],"46306318e":[],"46313714":[],"46383925e":6,"46383926e":6,"463861":[],"463m":[],"464":[],"4642383":[],"464m":[],"46580623":[],"465m":[],"466":[],"46609435":[],"46660343":18,"4667":[],"466m":[],"467":[],"467427755242117":[],"46753261e":[],"46754435":[],"4676059":[],"467606":[],"46766277":[],"467663":[],"467818":[],"46781836":[],"467m":[],"468":[],"46873567":[],"46895658":[],"468m":[],"469":[],"46904874e":[],"4694":[],"46984697e":6,"469m":[],"46it":[],"47":[4,9,24,26],"470":[],"47013955":26,"47042744":5,"470683":11,"47068328":11,"470714":27,"47075725":6,"470m":[],"47116132":[],"47116868e":6,"4712168":[],"47125748":5,"47128426":[],"47128712":[],"47132891":5,"4714":[],"4716412":26,"47176716":[],"47176783":[],"47179152":[],"471874":[],"47187428":[],"471m":[],"472":[],"47202442":[],"4722":[],"472445":[],"47244548":[],"4727":[],"47297104":[],"472m":[],"473":[],"47313680":[],"47340594":[],"47364408":[],"47391428":[],"473m":[],"47430124e":[],"47447472":[],"474m":[],"475":[],"475405":[],"47540513":[],"475582":[],"47558206":[],"4757488":[],"475m":[],"476":[],"47610036":6,"476m":[],"477":[],"47700752":[],"47701204":[],"47704686":[],"4772":[],"47748887":26,"47781605":[],"477m":[],"47815203":11,"47831084":[],"47868192":[],"478m":[],"479":[],"479465113":4,"47950427":[],"47959046":23,"47991139":[],"479m":[],"47it":[],"48":[4,9],"480":[],"48096529707360347":[],"4809676":[],"480m":[],"481":[],"4810":[],"48134747":[],"481401":[],"48140137":[],"48145226":[],"481979":6,"481m":[],"482":[],"48209629":[],"48240312e":[],"48243352e":[],"48257387":[24,26],"48263731":[],"48289037":[],"482m":[],"483":[],"4831993814276723":11,"483257001":13,"48333258":[],"48336413":[],"48356153e":[],"483m":[],"484":[],"48417033":[],"48418018":[],"48423285":[],"48444949":[],"48461009":[],"48464841":[],"48476997":11,"484m":[],"48534921":[],"48577692":[],"48598711":[],"485m":4,"486":[],"48613114":[],"48629506":[],"48668089":18,"48681218":26,"486852":[],"48685204":[],"48699577":[],"486m":[],"4871":[],"4871984":[],"48766753":23,"487m":[],"488":[],"4881344092288954e":[],"48815255e":[],"488m":[],"48935121":[],"48938433":26,"489502":[],"48950243":[],"48994188":5,"489m":[],"49":[4,5,6,9,11,19,27],"490":[],"49057373":[],"49078463":[],"490m":[],"491":[],"49152":3,"49186362e":[],"491m":[],"49216685":[],"49230548":26,"492m":[],"493":[],"49313815":[],"49369173":[],"493m":[],"494":[],"4940954":[0,26],"49423098":[],"49486583":[],"494m":[],"495":[],"49529781":[],"49545139":[],"49555885e":[],"49556373e":[],"49580918":[],"4959161509357395e":6,"495916150936645e":6,"495m":[],"49616116":[],"49648665":[],"497":[3,4],"4974606_hedonic_housing_prices_and_the_demand_for_clean_air":27,"4974810657432664":[],"497m":[],"498":[3,4],"49825509":23,"4983":[],"49865980e":[],"49873827":[],"498m":[],"499":[3,4],"4990":23,"49901588":[],"4992":23,"4993133":[],"49940538":[],"4997":23,"499m":[],"49it":6,"4c4c7f":[9,10],"4d":3,"4f":6,"4pm":[24,26],"4s":[],"4y":8,"4y_i":10,"5":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,23,26,27],"50":[1,2,3,4,6,7,8,9,10,13,26,27],"500":[1,3,4,6,9,10,13],"5000":[],"50000000e":[],"50000455":5,"50000553":5,"50000718":5,"50000855":5,"50000969":5,"50001063":5,"50001142":5,"50001207":5,"50001261":5,"50001306":5,"50001343":5,"50001374":5,"500014":5,"50001414":5,"50001422":5,"50001439":5,"50001454":5,"50001466":5,"50001476":5,"50001485":5,"50001492":5,"50001498":5,"50001502":5,"50001506":5,"5000151":5,"50001512":5,"50001515":5,"50001517":5,"50001518":5,"50001519":5,"50001521":5,"50001522":5,"50001523":5,"50001524":5,"50001525":5,"50046106":[],"50079895":[],"50083166":[],"500m":[],"501":[3,4],"5014":[],"50153896":18,"50172141":[],"5018":23,"50184628e":[],"501m":[],"502":[3,4],"50227564e":6,"50274255":[],"502m":[],"503":[3,4],"50321091":5,"50359169e":[],"504":[3,4],"5040323":26,"50427787":[],"50462474":[],"5046808":[],"504m":[],"505":[3,4],"50519365":[],"50562981":[],"505m":[],"506":[0,3,4,27],"50626752":[],"50653545":[],"506553":[],"50655336":[],"50661281":[],"50676615":23,"50691065":[],"50697511":[],"5069860830630872":[],"5069860830630875":[],"507":[3,4],"50721349":[],"50764587":23,"5078":[],"507d50":[9,10],"507m":4,"508":[3,4],"50837888e":[],"50846111e":6,"50846112e":6,"508m":[],"509":[],"5091":[],"50925722e":[],"5092982":[],"50it":[],"50j":13,"50x10":1,"51":[4,10],"510":1,"5105983":[],"511":[3,4],"511888":5,"51191552":6,"511m":[],"512":[3,4],"512204707520711":[],"51220471":[],"51249881":[],"512499":[],"51267283e":[],"512m":[],"51349834":[],"51374050":[],"514":[],"514219":27,"5148389267750961":[],"515":[],"51549827":[],"515m":[],"516":[],"51619543":26,"51635486":[],"516m":[],"517":[],"51727541":[],"51741855":[],"517582":[],"51758232":[],"517615":[],"51761523":[],"5177783846":4,"51821339":[],"51845286":[],"5186":[],"518895":[],"518923":[],"51892347":[],"519":[],"519m":[],"52":[3,4],"52006777e":[],"52015514":[],"52067151":[],"52078202":[],"52180619":[],"52180757":18,"521m":[],"522":[],"52204004":[],"52208436":13,"52209178":[],"5222222222222223":1,"5222400324755649":[],"522240032475565":[],"5222400329453616":[],"5222413718621189":[],"522836":[],"522m":[],"523":[],"52305374":[],"52362157e":27,"52377342":11,"524":[],"5240":[],"52400486e":[],"52470105":[],"52482437":[],"525010":[],"52501047":[],"525054":[],"52512898":[],"52518625":[],"52552042":23,"52565509e":[],"525739":[],"52573941":[],"526":[],"52626194e":[],"526744":[11,27],"52687741":[],"527":[],"5274":[],"5276":[],"52775466":[],"52795454":[],"527m":[],"528":[],"52823177":[],"52856208":[],"52874252":5,"529":[],"52942586":[],"52944573":[],"529446":[],"52950417":[],"52960552":18,"5297947920715131":[],"52988562":[],"529886":[],"53":[3,4,9],"5302517":[],"5303329":11,"53049637":[],"5305555555555556":1,"531":[],"531280":27,"532":[],"5320148":[],"53229196":[],"53250091":[],"53278871":[],"532789":[],"53294653":[],"533":[],"53367133":[],"53375204":18,"53380807":26,"534":[],"5340022":[],"534362":[],"53452255":[],"53459992":[],"5349":[],"535":[],"53506617":[],"53515878":[],"5353":[],"53542722":[],"53558374":[],"53596681e":[],"536":[],"5361201":26,"53632379":[],"53632918":[],"5364857":[],"53683592e":[],"536915581616642":[],"5369485":[],"537":[],"53700083":[],"53703498":6,"53703671":23,"53738247":[],"53755010e":[],"5378811":11,"538":[],"53811172e":[],"5384615384615384":9,"53895778":[],"539":[],"539261":[11,27],"5393":[],"53946725":[],"53it":6,"54":[3,4,6,9,23],"540":9,"54039921":5,"54041041e":5,"54050804e":[],"54071847":[],"54129367":[],"541605":27,"542":[],"54205622":[],"54213329":[],"54220589":[],"54285633":[],"54342461":[],"5435":[],"54378734e":[],"54379087e":[],"543939":[],"54393936":[],"54398576":26,"544":[],"5442":[],"544439":27,"5449":[],"545":[],"545099":[],"54509921":[],"54514209":[],"5452708224046345":[],"5454":[],"54601264e":[],"54608238":18,"54617756":[],"54622374":[],"54637219":[],"54640368":[],"54644868":[],"54672588":[],"547":[],"5470":[],"5477":[],"54852248":[],"549":[],"54969188":[],"54993524":[],"55":[1,3,4,9],"55011282":18,"55043852e":[],"55063291":[],"55086461":[],"55152034":[],"552":[],"552042":[],"55206229":[],"55295871":[],"55315304":[],"55328795e":[],"55331574":[],"55342366":18,"554":[],"55438359e":[],"555":[],"55511609":[],"55527296":[],"5555555555555556":1,"55555773":[],"555m":[],"556":[],"55628123":26,"55649207":[],"55684718":[],"55685628":[],"556m":[],"557":[],"557795":[11,27],"55790428":[],"558":[],"55812916":[],"55847112":[],"55854694":11,"55865092":[],"55867377":[],"55868255":[],"559":[],"55906894":[],"5594":6,"55940301":[],"55955126":[],"55972302e":[],"55it":[],"56":[1,3,4,9],"560":[],"5601973572808581":[],"56033697":5,"56069111":18,"5608253":[],"56083543":23,"561":[],"56135704":[],"56151035":[],"5615739502773949":[],"5616":[],"56171141":[],"56198284":5,"561m":[],"56217428":[],"56240703e":[],"56249706":[],"56288861":[],"562888614232874":[],"56291744":[],"563":[],"563167":[],"56364308":[],"56366546":[],"56397327":[],"56399029e":[],"56399576":26,"563m":[],"564":9,"56424167":[],"564242":[],"56424378":23,"56425249":[],"564374":[11,27],"56465688":[],"56475572":[],"56477354":[],"56486674":13,"565":9,"56536":[0,26],"56548318":[],"56570797e":[],"56589683":[],"566":9,"56603693":18,"56636537":[],"56636616e":6,"56640341":18,"56676694":[],"56678624":[],"56686787":[],"566m":[],"567":9,"56733919":[],"56740132":[],"56749245":[],"56756375":[],"568":9,"5680":[],"56822376":[],"56830193":[],"56841764":18,"56846508":23,"568587":[],"56858701":[],"56878976e":[],"56899695":[],"569":[1,9],"56912044e":6,"56933711":18,"56939714":5,"56965674":[],"57":[0,3,4,8,9,24,26],"570":9,"5703663":[],"571":5,"571105947979344e":6,"571105947979394e":6,"5712104":[],"57146034":[],"57201944e":6,"572069":[],"57219055":[],"5721905504656455":[],"57223110e":[],"57285536":[],"573":[],"573029":[],"57302926":[],"573091":5,"57309147":5,"57316402e":[],"57329374":[],"5733843":[],"5735888":[],"574":[],"57406865":[],"574465":[11,27],"575":[],"57537966e":[],"57572321":[],"576":[],"5762":3,"57670824":[],"57677544":[],"5769230769230769":9,"577":[],"577421319924605":[],"57794243":18,"578":[],"57811941":[],"5786304":[],"579":[],"57935482":[],"5793788":[],"579437":[],"57943748":[],"57952471e":[],"58":[4,9,10,24,26],"580":[],"58076367":[],"5808118":[],"58083888":18,"58098325":[],"5810785":[],"58182803":[],"58193124":[],"58196606":[],"581m":[],"582":[],"58207928":[],"58268575":[],"5828247":[],"5829913":[],"5833333333333334":9,"583595":27,"58368727":[],"58397472":[],"584":[],"58427764":[],"58465096":[],"58486384":[],"58487995":18,"58492636e":27,"585":[],"58519863":[],"58581665e":[],"58621153":[],"58639705":[],"58662003":[],"587":[],"58739348":[],"58742004e":[],"58793527":[],"58810494":[],"58818643":[],"58841019e":[],"5888888888888889":1,"589":[],"58948138":[],"58948347":[],"589971818845805":[],"58it":[],"58m":[],"59":[4,9],"590":[],"59004971":[],"59033885":18,"590609":[],"59060904":[],"5909":[],"591317992":4,"5914397":[],"59187177":[],"591872":[],"592":[],"59206948":[],"59222238":[],"592658":[],"59265811":[],"593":[],"59327016":[],"594":[],"59412285":[],"594141":[],"5944444444444444":1,"59446603":[],"59511582":[],"59545081":[],"59558002":[],"59589728e":[],"595934":5,"59593425":5,"596":[],"59602968":[],"59640396":[],"59642735":[],"596m":[],"59703606":[],"5974862":[],"598":[],"59816099":[],"59883217":[],"59895188":[],"599":[],"59905073":[],"59916814e":[],"59922967":[],"5993":[],"59939312":[],"59987612":[],"59it":6,"59m":[],"5cm":[21,23],"5f":8,"5m":[],"5x":8,"5y":8,"6":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,23,24,26,27],"60":[1,3,4,6,9],"600":[],"6000":[],"60000":4,"6003":[],"60090208":[],"601":[],"60108393":[],"6019067271":4,"60293962":5,"603":[],"60307141":[],"60356071":11,"603561":11,"603636":[],"6037092":[],"603765":5,"60376519":5,"60381656e":[],"60383004":[],"60398689":[],"604":[],"60407268":[],"60420593":5,"60493501":[],"605":[],"60543038":27,"606":[],"60673226":11,"6067329321734374":[],"60675691":[],"606760":5,"607":[],"6071713":[],"60742555e":[],"60792149":[],"608":[],"60815105":6,"60846694":[],"608467":[],"60863613e":[],"6088":[],"60883945":[],"6088727":[],"60893494":18,"609":[],"60943791":[18,26],"60it":[],"61":7,"610":[],"61043964e":[],"61050884e":[],"611":[],"6111111111111112":1,"61137175":11,"61197218":[],"612":[],"61213079":11,"612131":11,"61219726":[],"61238907":[],"61246573e":[],"61253537":[],"612939":27,"613":[],"6130353":[],"613579":27,"61394448":[],"614":[],"614808":[11,27],"61480907":[],"615":[],"61504341":[],"61532006":[],"6153846153846154":9,"6155":[],"61585143":[],"616":[],"61631038":[],"61653285e":[],"61669885e":[],"61695829":18,"617":[],"61702282":6,"61775176":[],"61795354":23,"617961":[],"61796102":[],"618":[],"61861937":23,"618982":27,"619":[],"61939429":[],"61949985e":[],"61955303":[],"61971639e":[],"61992828e":[],"61it":6,"61m":[],"62":[3,4],"620":[],"6200":26,"6201":26,"6202":26,"62025406":[],"6203":26,"6204":26,"621102":[],"6214":[],"62146709":26,"62199022":[],"622":[],"623":[],"62373464":11,"624":[],"62412322":[],"62460522":[],"62464344":[],"625":7,"62518501":[],"62554614":[],"6258":[],"6259":[],"62606121":[],"6262":4,"62633359":[],"62642303":[],"6266335":18,"626635268":6,"627":[],"627153":3,"62765028":[],"62841921":[],"62862896":[],"6288":[],"6289054":[],"62894215":5,"629":[],"629100":[],"62910047":[],"62919818":[],"6297":[],"62it":[],"62m":[],"63":[0,1,3,4,6,7,9,27],"630":[],"6300745149331701":[],"63025821e":6,"63081005":[],"63130027":26,"63162342":27,"63180447":[],"632":[],"63212587":[],"63227278":[],"63249532e":6,"63277911e":[],"63281889":[],"633":[],"63304358":11,"633949":[],"634":[],"63401971":[],"634020":[],"634715":[],"63471545":[],"63498144":5,"63504283":[],"6353716266230895":[],"63537163":[],"63565881":[],"63567272":[],"6357":[],"636":[],"63613568":5,"636136":5,"63659131":[],"63677721":[],"63685221":[],"637":[],"637129335071195":[],"63790586e":[],"638":[],"63837812":[],"63843494e":[],"63849228e":[],"63860117":18,"63870745":[],"63875295":[],"639":[],"63957747":[],"6398684":[],"63m":[],"64":[1,3,4,7,13,18,26],"64012627":5,"64018793":[],"64056395":[],"64056731":[],"64064106":[],"641":[],"64101039":[],"6411":[],"64110154":[],"64111239":[],"64147722":[],"64158883e":[],"64192269":[],"642":[],"64228618e":[],"64257697e":[],"64291044e":[],"64292493":[],"64299732":[],"643":[],"64316192":[],"64316482":[],"64342603":[],"64347512":[],"64365518e":[],"64378812":18,"64391062":[],"643m":[],"64432571":[],"64472123":[],"644829":[],"64482901":[],"6448861":[],"645":[],"64502836":[],"64527549":[],"64530585":[],"64550753":[],"64594566":[],"645946":[],"646":[],"64624281":18,"646283":[11,27],"64695862":[],"647":6,"64704843":26,"64733822":[],"64742912e":6,"647473":[11,27],"648":[],"648382":[],"64846973e":[],"64874236":[],"64895758":23,"649":[],"649382":[11,27],"64969451":[],"649695":[],"64m":[],"64x50":1,"65":[1,3,4,7,8,9],"650":[],"65015024":[],"65036493":[],"65062476":[],"6513444":[],"65196615":[],"652":[],"652187":[],"65218729":[],"6522099":[],"65244075":[],"6527":[],"65318467":[],"65322635":[],"65339992":[],"6536392":27,"654":[],"65408703e":[],"65409368":[],"65442354":[],"654424":[],"65470462":23,"654m":[],"655":[],"6556":[],"65565751":[],"65571174e":27,"65599456":27,"6559956":[],"65600":[],"6561627":23,"65626992":[],"65628888":[],"65652778":[],"65673455":[],"6568551":[],"657":[],"65704027":[],"657041":[],"65715086":[],"65720414":[],"65728698e":[],"65743689":27,"65766777":[],"65773892":26,"658":[],"65805069":[],"65822169":[],"65825344":[],"65833132":27,"65885453":5,"65891389":[],"658914":[],"65913552":[],"65925306":[],"6599":[],"65it":6,"65m":[],"66":[3,4],"660":[],"66013062":[],"66036618e":[],"660470":[],"66047048":[],"66051179":[],"66064822":27,"66080313":[],"6608358":[],"6608592":[],"661":[],"66174067e":[],"662":[],"66204648":6,"66219404":6,"66289131":[],"66289428":[],"6628996975186953":[],"66294408":27,"66323494":[],"6638":9,"664":[],"664586":[],"66489687":[],"66490332e":[],"665":[],"66510547":[],"6652177":27,"66545355":[],"66560":9,"66562658e":[],"665m":[],"66608227":[],"6663":[],"66634905":26,"666597":[],"66667985":[],"66675932":18,"666897":[],"66689729":[],"667":9,"66722647e":[],"667239":[],"66725024":[],"66798429":[],"668":[],"668172":27,"66855692":[],"66878535":[],"669":[],"6691852":[],"66951925":[],"66959644":[],"66979282":[],"66it":6,"66m":[],"67":9,"670":[],"67035174":[],"67047975e":6,"67083919":[],"671":[],"67109613":[],"6714298027296224":[],"67189384":[],"67193435":[],"67199316":[],"671m":[],"672":[],"67264685":[],"672721":27,"6727393":[],"67314874e":5,"67347822":[],"674":[],"67432237e":[],"67541155":[],"67554897":[],"676":[],"6764":[],"67640036":[],"67671601":[],"677":[],"677235":[],"67723533":[],"678":[],"6780674":[],"6781":[],"6788":[],"67890723":[],"6795":[],"67957316":26,"67it":6,"67m":[],"68":[],"680":[],"68029581":[],"68037392":[],"680374":[],"681":[],"68129773":26,"68184997":[],"6819":[],"68192193":5,"682":[],"68250601":[],"68259989":[],"68284332":[],"68286725":27,"683":[],"68303739":18,"68324974e":[],"6835":[],"68351374e":[],"68375286":23,"68419351":[],"684194":[],"6848187":[],"6849":[],"685":[],"68534263e":6,"68542204":5,"68548206":[],"685643":[],"68564345":[],"68581655":[],"68592431":[],"68596176":[],"685962":[],"68599651":[],"6860597312101988":[],"68632877":18,"68655761":[],"68671762":23,"68685905e":[],"6869":9,"6869858":[],"687":[],"68711054":[],"68736603":[],"68759903e":[],"687m":[],"688":[],"68809785":[],"68871199":[],"6887363571":4,"6890":[],"68929213e":6,"689345":[],"689519":[11,27],"68971917":[],"68992377":[],"68m":[],"69":[7,9,23],"690":9,"69009002":[],"69018454":[],"690617":27,"69069n_":23,"690710":[],"69071035":[],"691":[],"69111133e":[],"69127233":[],"69167569":[],"692":[],"692268":[],"69226802":[],"69230769":[],"6923076923076923":9,"69233822":[],"69236842":26,"69273094":[],"69275323":[],"692m":[],"693":[],"69303559":[],"69314603":[],"69355844":[],"694":[],"6945612":[],"69481287":[],"69484813e":5,"69488259":11,"694883":11,"69492254":[],"695":[],"69504801":6,"69519297":[],"69524041":[],"69542733":[],"69564736":26,"69582036":[],"69585594":[],"696":[],"69609556":26,"69629255":[],"69634577e":6,"69666941":[],"69686293":26,"69695259":5,"697":[],"69714468":[],"697584":[],"69758412":[],"69773572":18,"6980":[],"69802962":[],"69818111":[],"69827131":[],"69873514":[],"69887085":[],"699":[],"69908626":6,"69948916":18,"69966724":[],"6999536":11,"69997503":[],"69it":[],"69m":[],"6n_":23,"6pm":26,"7":[0,1,2,3,4,5,6,7,8,9,11,12,13,15,18,19,21,22,23,25,26,27],"70":[1,6,7,9],"700":[],"7000":[],"70037324e":27,"7005538702846336":[],"701":[],"70115106":[],"701370":5,"70153836":26,"702":[],"70224083":[],"7023746599300384":9,"70249832":[],"70252786":[],"7025846":[],"70262543":[],"703":[],"7031743":[],"7031999826431274":[],"7032":[],"70328587e":[],"7033":[],"70344416":[],"70367282":18,"704":[],"70408916":[],"70477499":23,"7047854":[],"7049":[],"705":[],"70506522":[],"70573539":[],"70594499":[],"706":[],"70653767":4,"706833":[],"7069":[],"707":[],"70710678":5,"7073":[],"7078":[],"70796162":[],"708":[],"7082333":[],"70832814":5,"708589":[],"7086067479626619":[],"7089":3,"70899024":[],"709":[],"70913648":23,"70917314":[],"7094664":[],"70967214":[],"709698":[],"70it":[],"71":1,"710":[],"7100524":[],"71038664":[],"710746":[],"71082182":11,"710822":11,"711":[],"71137935":[],"71142161":[],"711422":[],"7119":9,"71193859":[],"712":[],"712018":[11,27],"71213744":[],"71269506e":[],"71285447":[],"713":[],"713163":[],"7135487":[],"71365128":[],"71369789":[],"71375273e":[],"714":[],"71424969":[],"71437567912473":[],"71437568":[],"71467081":[],"71504681":[],"715536":[],"71553646":[],"71615146":[],"71640333":[],"71647328":[],"71654553":[],"717":[],"71727268":[],"717273":[],"71737253":27,"71761101":27,"718":[],"718165":5,"71868557":[],"71875845e":[],"71977472":[],"71979573e":[],"72":[],"720":[],"7203":[],"7207467":[],"721":[],"7215423":[],"72174172":11,"722":[],"72228205":[],"72264336":[],"72271878e":6,"72277345":18,"7228270501360416":[],"723":[],"72328506":[],"72359843":18,"7236674":5,"724":3,"72452914":[],"725":[],"72546953":[],"72598009":[],"72651548":[],"727":[],"727278":26,"72742343e":[],"72782592":[],"72795751":26,"728":[],"72850577":26,"72859758":5,"7296587":[],"72981762":8,"73":[6,9],"730":[],"73000497":[],"730005":[],"731000":27,"7312":3,"731344":18,"731441119315968":[],"7317759":[],"732":[],"73231305":[],"73293228266057":[],"73293298":[],"7330932":[],"733096":27,"73333333":[],"73359971":23,"73379189":[],"73391309":5,"734":[],"734107":[],"73410729":[],"73441814":[],"73448544":[],"73456649":[],"73482109":[],"73492514":[],"735":[],"7354157":[],"73582138":18,"736":[],"737":[],"73806921":27,"73875685":11,"7392":[],"74":6,"740":9,"74042291":[],"7407":[],"74081822":8,"740m":[],"741":[],"741391":[],"7413913":[],"74147751":[],"741m":[],"742":[],"74233133":[],"74280244":[],"743189104728408":[],"74384949":27,"74391438":[],"744":[],"74401372":[],"74430995":[],"74437617e":[],"74462857":[],"745":[],"7451077":[],"74529434":23,"74577867":[],"74587018":[],"746":[],"74607851":27,"74631004":[],"747":[],"74724767":[],"74731872":[],"748":[],"74818082":[],"74829661":27,"7483":[],"74840212":5,"7484672e":[],"74849204":[],"749":[],"7490462":[],"74934715":[],"749765":27,"74978227":18,"74995126":[],"7499831":23,"74m":[],"75":[5,6,8,9,11,19,27],"750445":27,"75050135":27,"75054469":[],"7506274061293645":[],"7506410412799234":11,"7508636683863235":5,"75091492":[],"751":[],"75162857":[],"751699":[11,27],"75170092":5,"75174305":[],"75191717":26,"75240336e":[],"75268791":[],"75269037":27,"75282841":[],"753":[],"75301638e":[],"75309058":[],"75315452":[],"7532":[],"75354069":[],"75377872":26,"754":[],"75406265":[],"75457798":[],"75472506":[],"755":[],"75525377e":[],"75546705":[],"75563845":[],"75576092":[],"75576555":27,"756":[],"75627883":[],"756279":[],"75631027":[],"756352":27,"757":[],"757019617707678":[],"75707243":[],"7571572558830478":[],"75719828":[],"75770568":27,"758":[],"75821358e":[],"75823753e":[],"75848064":[],"7588118737641243":[],"759":[],"75963425":[],"75979803e":[],"75m":[],"76":[9,24,26],"7600134536106469":[],"76004012":[],"76010633":[],"76014528":[],"760154":5,"76015446":5,"76059447e":[],"76077707e":[],"76084455":[],"76097737":[],"761":[],"76135601":[],"7613959":[],"76174289e":[],"76181397e":[],"762":[],"76206763":[],"76220793e":[],"76274779":5,"763":[],"7635689":[],"76366462":[],"7640203256838339":[],"7644":[],"764997683364458":[],"765":7,"7651068":[],"76577552":26,"7659922":[],"766":[],"7664107":[],"7671587":26,"76771975":[],"767750":[],"76775004":[],"769":[],"7692307692307693":9,"76936315":5,"7694444444444445":[],"76954723":[],"7696":[],"7697":[],"7698352":[],"76985203":[],"76m":[],"77":[9,24,26],"770204":[],"77025447e":[],"77067609":[],"7707199":[],"77079389e":[],"77124043":[],"77124395e":[],"77133246":[],"77152076":5,"77155539":18,"77172582":[],"7718":9,"77184871":[],"772":[],"77203046":[],"77265448":[],"77265782":[],"773":[],"77312796":11,"773128":11,"77325382":[],"77343022e":[],"77359835":26,"774":[],"7742213":[],"77448317e":[],"774553354452195":[],"7748567":[],"775":[],"77589027":[],"776":[],"7761":[],"77615813":[],"77632628":[],"77636e":13,"77646856":[],"77669775":[],"777":[],"77714169":8,"7779287093124035":[],"77794957":[],"778":[],"77805840e":[],"7782028952":4,"77856932":[],"7788":[],"779":[],"77908137":26,"77m":[],"78":[],"780":[],"78009660e":27,"78031111e":[],"7803213":[],"78094722":[],"78156479e":5,"78177713":[],"78177874":18,"78184120e":6,"78192446e":[],"782":[],"78220032":[],"78299706":[],"783":[],"78316665":[],"78345878":26,"78347558":[],"784":[],"7840642":[],"7842452":26,"78427913":18,"78449688e":[],"78459969":18,"78478186":[],"785061":[],"78515112":[],"78521833":[],"78524451e":[],"78556129":[],"786":[],"7865355":[],"78669458":23,"78724182":[],"788":[],"78834469":[],"788388":[],"78838813":[],"78882958":[],"78886274":[],"789":[],"7893215781870513":[],"78941903":5,"78944094":[],"78951443":[],"78989003e":[],"78m":[],"79":[],"790":[],"79009118":[],"79035184":[],"7906583":[],"79072516":[],"791":[],"79106945e":[],"79111643":5,"79125269":[],"79142002":[],"79161356":[],"79167312e":[],"791809":[],"792":[],"79254918e":[],"79256181":18,"792898603630095":[],"79297948":[],"793":[],"793167":27,"79328516":[],"79367372":[],"79375465":[],"794282":[11,27],"79463805":23,"79473273":18,"79482449":[],"794906":[],"79490641":[],"795":[],"79503422":[],"79516409":[],"795225339396409":[],"79529368":[],"79550688e":[],"79578306":[],"79595791":[],"796":[],"7966":[],"79675445":[],"797":[],"79754897e":[],"79787771":[],"797e":6,"798":[],"7980":[],"79831624e":[],"79835897":[],"79877535e":[],"79896478e":[],"799":[],"79909592":[],"79914677":[],"7993408651198877":[],"79934087":[],"7995707762668065":[],"79981535e":[],"79998516":[],"79m":[],"7d7d58":[9,10],"8":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,23,26,27],"80":[0,1,5,6,8,9,27],"800":[4,7],"8000":[],"80006130e":[],"80038919":18,"800407897050107":23,"8004079":23,"80074264":[],"80076024e":[],"80101942":13,"80136087":[],"80152684":[],"80180325":0,"80189569":[],"80207897":[],"802267":5,"80226723":5,"80228781e":[],"802550782087107":[],"80289543":[],"8028954343792245":[],"803":[],"80312429":[],"80354994":6,"80389541":[],"804":[],"80418542":[],"80447153":[],"80460179":[],"80469739":5,"805":[],"80540415e":[],"80548430e":[],"8055555555555556":1,"80589357":[],"80609615e":6,"80609616e":6,"80621648":[],"80625657":[],"80669838e":[],"807":[],"808":[],"80802836":[],"80847477e":6,"80861057":[],"808611":[],"8087144":[],"80946326":[],"80m":[],"81":[1,27],"81048318e":6,"81071342":[],"811":[],"81112337":[],"81114345":[],"81122914":[],"8115":[],"81160425":5,"81175543":[],"812":[],"81233249":[],"81243166":13,"81268342":[],"81307569":[],"81333804":6,"813929":[],"81392948":[],"814":[7,9,11],"81425332":[],"815":[],"81597834":[],"815am":[24,26],"81633628":11,"816454":27,"81651921":[],"81664404":[],"816847":27,"817":[],"81753152":[],"81759234":[],"81784973":[],"818":[],"8182":[],"81840893":[],"81853487e":[],"8186717":[],"81868633":[],"81873184":[],"819":[],"81948868":[],"81953844":[],"8197":[],"81990111":[],"81m":[],"82":[],"820":[],"82001111":[],"820122":[],"82012236":[],"82029869":[],"82032378":[],"82050873":[],"82084195":[],"821":[],"82102668":[],"82139086e":[],"82178144":[],"82198978":5,"822":[],"82292185":[],"82296251":[],"823":[],"8237254":26,"82379443":[],"824":[],"82402448":[],"82410428":[],"8249367":[],"825":[],"82550815":[],"825607":[],"826":[],"82629718":[],"82651934e":[],"8265786":5,"827":[],"82717721":[],"827462":[],"82766482e":[],"82781715":[],"828":[],"8283245":[],"82843726":26,"82894312":[],"829":[],"82909728":[],"82988221":[],"83":[],"830":[],"83009076":[],"8305555555555556":[],"8306":[],"83091912":[],"831":[],"8311393813043355":[],"83140314":[],"83140314044099":[],"83146596":[],"83167477":[],"83190841":[],"832":[],"83283826":[],"83298727":[],"832987270767667":[],"832m":[],"833":[],"833774":[],"83384573":[],"834":[],"8342":[],"83443463":[],"83443698":[],"83446313":[],"83471014":[],"83488328":[],"835":[],"83505053":[],"83509815":[],"8351":[],"83512277":5,"83519995":[],"8353591":[],"836":[],"83603568":[],"83607342":[],"836085":26,"836186":[],"83618601":[],"83646135":[],"83657122":[],"83691029":23,"837":[],"83716603":[],"83752888e":[],"83770406":[],"83774539":[],"83793362":[],"83793923":[],"838":[],"8383548":[],"83870794e":[],"839":[],"83909743":[],"83917436e":[],"839818":[],"83m":[],"84":[],"840":[],"84061976":[],"84082439":[],"84094234":[],"841":[],"84132082":[],"84143964":18,"84159521":[],"842":[],"842101":[],"84210141":[],"842436":27,"84256187":[],"84257054":[],"84268865":[],"84290819e":[],"843":[],"84355903e":1,"84359332e":[],"84380376":[],"843873":[],"844":[],"84421309":[],"84443254e":1,"84444399":[],"84447599e":[],"84462849":[],"84495995":[],"845":[],"845387":[],"84538739":[],"845716766413386":[],"84571677":[],"84575663":[],"8459616":[],"846":[],"84614892":[],"8461538461538461":9,"84638256":[],"846383":[],"84666445":[],"84671508":[],"84698999":[],"847":[],"8470287":[],"84737694":26,"84780262":6,"84783351e":[],"8478361":[],"848":[],"84835621":[],"84846601":[],"84856859":18,"84858":[],"84859258":[],"849":[],"84900747":[],"84923989e":6,"84927263":[],"84929103":[],"849315":[],"84931504":[],"84942247e":[],"84991754":[],"84994524":5,"84m":[],"85":[1,9],"850":[],"850164":5,"85035714":[],"85067652":18,"8509716":[],"851":[],"85115237":[],"85144525":18,"85159661":18,"85185762":11,"852":[],"8522997":[],"8524":[],"85263220":6,"85276246":[],"85278920e":5,"8528":[],"85288931":[],"85297050e":[],"853":[],"85355539":[],"85365229":[],"853835":[],"854":[],"85456249":26,"85466682":[],"855":[],"85514104":[],"8554451":[],"85548858":[],"856":[],"85600299":[],"85601654":[],"85601992":5,"85615662":[],"85654993":[],"85714286":[],"8574":[],"85759522":[],"858":9,"85813693":[],"858185":[],"85824275":[],"8583333333333333":[],"858357":11,"85835723":11,"85857332":23,"85888897e":[],"859":[],"85910255":[],"85949635":[],"86":[],"860":[],"86012593":[],"86015267":[],"860303069807892":[],"86052354":[],"861":[],"8611":[],"86117291":5,"86134827":5,"86145244":11,"86156954":[],"861676":[],"861773":[],"86177342":[],"86192438":[],"862":[],"86221134":[],"86252988":6,"86282204":[],"863":[],"86341536":[],"8635085":[],"86376300e":[],"8638888888888889":[],"864":[],"86420934":[],"86452742":[],"865":[],"86528733":13,"86570776":[],"86599003e":[],"866":[],"86619181":[],"86629645":[],"86630":9,"8666666666666667":[],"86666667":[],"867":[],"86750237e":[],"868":[],"86810":9,"86811569":[],"86830766e":[],"86850693":[],"86850963":[],"86852099":[],"8688":[],"869":0,"86901486":[],"86906683":[],"87":9,"870":0,"8702764":[],"8702784034":4,"87043345":[],"87072815e":27,"870856":11,"87085636":11,"871":0,"87134207":[],"87135280e":[],"87196574":[],"872":[],"87206824":[],"87211615":[],"8722222222222222":[],"87242312":[],"8727831":[],"8729107":[],"873":0,"87338811e":[],"87354403":[],"8736902":18,"87381451":5,"87386332":[],"874":0,"87403627e":[],"87431418":[],"87450434":[],"87458904":[],"8747":[],"87477172e":[],"87496787":[],"87499269":18,"875":[],"87533278":[],"87533326":[],"875794":[],"875856":[],"87585634":[],"8759":13,"876":6,"87604059":18,"87627342":[],"877":[],"877168286047408":[],"8773885":[],"87795661":[],"878":[],"87810129":[],"878123":[],"8784267":[],"879":[],"8791492":[],"87918262":[],"87931006":[],"87953769":[],"87964097e":[],"88":[0,13,26],"880":[],"88046261":5,"88050263":[],"8805555555555555":[],"88088818e":[],"881":[],"88168168":26,"88168312e":6,"881720":5,"88172029":5,"88182591":27,"882":[],"88228452":[],"88291866":[],"88292369":18,"883":[],"88305878":[],"88323026":27,"88336879":5,"88364362":[],"88391015":[],"88395664":[],"884":[],"8840647":18,"884399":[],"88442538":[],"884669":27,"88473534":[],"885":[],"88529063e":6,"88570382":26,"88595314":[],"886":[],"88613493":27,"88657125":[],"88667234e":[],"887":[],"88744469e":[],"88754562":23,"888":[],"888214":[],"88821402":[],"888577549915147":[],"88866133":[],"88887574":18,"888883015934703":[],"8888888888888888":[],"889":[],"88901776":[],"88908909e":[],"88960586e":[],"8897518e":[],"89":9,"890":[],"89005305":[],"89098129":[],"891":[],"89126914e":27,"89142357":[],"89142728":[],"8915573":[],"89184354":[],"892":[],"89288636":11,"89292804":26,"893":[],"89321335":[],"8932215":[],"8934":[],"894":[],"89410423":5,"8942133":[],"8944444444444445":[],"89454132":[],"89462507":[],"89481038":[],"8948621306998614":23,"895":[],"89558707":[],"896":[],"89604286":[],"89609007":[],"8964059":[],"89670222":[],"89686618":[],"896911":[],"8969113":[],"897":[],"89707309e":[],"89793609":[],"898":[],"89805982e":[],"8982":[],"89823921":[],"89881513":[],"89897156":[],"899":[],"89940861":[],"899444949551402":23,"89976047":[],"89996783":[],"8f":6,"8g":6,"8n":18,"8x8":1,"9":[0,1,2,3,4,5,6,7,8,9,11,12,13,18,22,23,24,26,27],"90":[1,6,9],"900":[],"9000":[],"90075537":5,"901":[],"9011":6,"9012691":[],"90164278":[],"902":[],"90220243":5,"90223115":[],"90228807":26,"90239437":[],"9026":[],"90266948":5,"9027777777777778":[],"9028":[],"90297441":[],"903":[],"90325763":[],"90343239":[],"9036573":[],"904":[],"9040":9,"90414392":[],"904648525660773":[],"90475506e":6,"905":[],"9050595316983907":[],"90510842":[],"9054":[],"9055555555555556":[],"90556496":[],"906":[],"90602444e":[],"90604454":26,"90670236":[],"906747":5,"907":[],"90715001":[],"90763970e":[],"90793019":[],"908":[],"90803422":[],"90854751":[],"908548":[],"90871918":[],"908736":[],"90873644":[],"90876452":[],"908765":[],"909":[],"90911719":[],"909327":[],"90960269":[],"91":[24,26],"910":9,"91022359":[],"91050344e":[],"91071448":[],"91080327":[],"91086026":[],"911":[],"9111111111111111":[],"91128596":5,"912":[3,4],"91210472":[],"9129629":[],"913":[],"91358019":[],"91373404":[],"914":[3,4],"91408373e":[],"9142491":[],"91438463":[],"9145":[],"91471524":18,"91473433":[],"91487049e":[],"91492986e":6,"915":[3,4],"91514067":5,"915141":5,"91538877":[],"91540705e":[],"91581662":[],"915888":23,"91591367":[],"916":[],"91619855":[],"91634595":[],"91650774":[],"916508":[],"9165822":[],"9166666666666666":9,"9167":[],"91699467":[],"917":[3,4],"91700604":[],"9172":[],"9173859":23,"917482":[],"91748202":[],"91760278":5,"91784246":[],"918":[3,4],"91812702":5,"91816586":[],"918166":[],"91855299":[],"9189726":[],"918992":27,"919":[],"9194":[],"91966064":[],"91970243":[],"91992985e":[],"92":[6,9,24,26],"92054587":[],"920619":[],"92067658":[],"9207":[],"9208878":[],"92098926":[],"921":[],"92103867":[],"92123586e":[],"921368":[],"92136836":[],"92153252":5,"921533":5,"921567":[],"922":[],"922002":[],"92200223":[],"92201062":[],"922010623244745":[],"92236466e":[],"92241867":26,"923":[],"9230769230769231":9,"92317667":[],"92327822e":[],"9234":[],"92351924":[],"923602":[],"924":[],"92405283":[],"92419995":[],"924e":6,"925":[],"9250":[],"92507116e":1,"92526882":[],"92543216":[],"92576742e":[],"92578916":5,"92579609e":[],"926":[],"92604308":[],"92630576":[],"92643252":[],"926488923435684":[],"92648983":[],"92651068":[],"927":[],"92717417":[],"92729959":[],"9275":[],"92772833":[],"9277777777777778":[],"928":[],"92805329":[],"92822216":[],"92857143":7,"9286":[],"929":[],"92930426e":[],"9295763474254684":[],"92991719e":[],"93":[],"930":[],"93003138502386":[],"93018185":26,"93022647":[],"93037027":18,"93049763":[],"9305555555555556":[],"93082209":[],"930829":[],"93082933":[],"931":[0,26],"93137583":[],"93145755":[],"93155188":5,"93158979":5,"932":[],"932656":[],"93267138892912":[],"93267139":[],"933":5,"93333333":[],"93363269":[],"934":[],"93420126":[],"93482217":[],"93492130e":6,"935":[],"93500562":[],"93528653e":[],"93535577":[],"93571082":[],"93575624":26,"936":[],"93601008e":27,"93626155":5,"936262":5,"936313":[],"9363131":[],"937":23,"937082":27,"93799826":5,"938":23,"93820524":[],"93828592e":[],"9384":[],"9387":9,"93873645":[],"93884803":[],"9389615":[],"939":[0,23,26],"93900613":[],"93901621":[],"93944615e":[],"939507":[],"93988393":[],"94":[7,9,23],"940":[],"94035843":[],"941":[],"9415":[],"942":[],"94226022e":6,"94230225":[],"9423652864980914":[],"942422095469182":[],"9424428e":[],"94246006":26,"94256677":[],"94260358":[],"942604":[],"94273542":27,"94280548":[],"94284104":5,"943":[],"94320205":5,"94338159":[],"943439":[],"94399217":[],"944":[3,4],"94400087":[],"94433302e":[],"9444444444444444":1,"94466321":[],"94484047e":[],"945":[3,4],"94501598e":[],"94578579":[],"94589469":[],"94591015":[18,26],"946":[3,4],"9460":[],"94610136":[],"9461173":23,"94611730275583":23,"94639099":11,"94642209":[],"946957":5,"94697839":[],"947":[3,4],"9472":[],"9472222222222222":[],"94727053e":[],"94756925":[],"94759672":26,"94782102e":[],"94785447e":[],"948":[3,4],"94814932":[],"94815131":[],"9481513127527335":[],"94822514":6,"94823368":[],"9482527":5,"94854992":[],"94866246":[],"949":[3,4],"949162":[],"94916237":[],"94938706":[],"94948363e":[],"949807":[],"94980712":[],"9499":[],"95":[1,7,9,11],"950":[3,4],"95008046":6,"9503219":[],"95055425":[],"951":[3,4],"951109":[],"95115279":[],"95117099":[],"95166414":[],"95190644":[],"952":[],"9520":[],"95231424":5,"95235306":[],"952387":[],"9527777777777777":[],"9528":[],"95284275":5,"953":[],"953065564":1,"95327702":[],"95329348":[],"9534":[],"95344302":26,"95351665":5,"95355327":[],"954":23,"9541":[],"9541100061668464":5,"95429024":[],"955":[],"95508909":[],"95511792":[],"955118":[],"95513615":[],"95534385":18,"9555555555555556":[],"95558642":[],"95558887":[],"9556":[],"955820c21e8b":4,"95597666e":[],"956":[],"956563":[11,27],"95661705":[],"95679388":[],"95682858":[],"95684892":5,"95686268":[],"95696156":[],"95697233e":[],"957":[],"95703":13,"95746721":[],"95762994":[],"95763525":[],"9577228":[],"9578":[],"958":[],"95815651":[],"958228616652075":5,"9588":[],"959":[],"95921115":[],"959402":[],"95940231":[],"95982273":[],"959839":11,"95983949":11,"95984465":18,"96":[1,6,7,9,11],"960":23,"9601304850035702e":6,"960130485007504e":6,"96019951":[],"96024953":5,"9603":[],"96033509e":[],"96042508":[],"96046928":[],"96084663":5,"96087803":[],"961":23,"96183456":[],"962":23,"96228836":23,"962653":[],"962990":[],"963":[],"963198":[],"9637117593816477":6,"96388867":11,"963889":11,"964":[],"9640435":5,"96438655":23,"96439516":[],"964588":[],"96459246":[],"96461989e":[],"96489054":[],"9649652536":4,"965":[],"96525482e":[],"965295":5,"96543101":[],"965548":27,"965944":[],"96599594":[],"966":[],"96611032":[],"96618584":[],"96631321":27,"966337":[],"96649164":[],"96688672":5,"966899":[],"967":[],"9674":[],"9674916":5,"96750421":[],"967809":[11,27],"96783837":[],"968":[],"96804366":[],"96841776":[],"96850702":[],"96852109":[],"96856697":[],"96861187":[],"96863656":18,"9688":[],"96890557e":[],"969":[],"96911909":[],"96932041":23,"9694":[],"9697031":[],"97":7,"970":[],"97005689":5,"97032289":[],"97033646e":[],"97062694":[],"97069774":[],"970698":[],"97075378":[],"97097196":[],"971":[],"97108e":13,"97135613":26,"9716":[],"97161341":26,"97177697e":[],"97198474":[],"972":[],"9722222222222222":[],"9723":[],"97243128":5,"97262227":[],"97266041":18,"972745":[],"973":[],"97300836":5,"97320866":11,"973209":11,"97326759":[],"97346886":[],"97375628":[],"9738062":23,"974":[],"97449977":[],"97488151":[],"97497404e":6,"975":[],"9750":[],"97504526":[],"97507735":5,"97514104e":[],"97555188":18,"97565845e":[],"97593541":26,"97594511":[],"976":[],"97606135":[],"97606135399951":[],"97624609":18,"9764":[],"97644118":[],"9765":[],"97663980e":[],"97690235":[],"977":[],"97702512":18,"97705827":5,"97739698":[],"97758848":5,"97761429e":[],"9777777777777777":[],"9778":[],"97784379":18,"978":[],"9780387310732":25,"9780387848570":25,"97804446":[],"9781098134174":26,"9781492032632":25,"9781492041931":[],"9781801819312":26,"9783319210079595":[],"978553":5,"97861433":[],"97864285":[],"97866042":[],"97879245":[],"97898392":[6,27],"979":[],"9790209790209791":[],"97906022e":27,"97926491":5,"97939372":[],"97948913":[],"9797317":[],"97991527":[],"98":[0,1,7,9],"980":9,"98004227":[],"9805555555555555":[],"9807":6,"98073929":[],"98091621":5,"981":[],"98127617":[],"981321":27,"98139097":5,"98157799":[],"98180203e":[],"982":[],"98201379":[],"98215566e":[],"982252":11,"98225665":[],"9824638":[],"98270777e":[],"98275501":5,"982829":[],"983":[],"98316168":[],"98320492":[],"983310":27,"984":[],"98404993":[],"98409646e":[],"98413020e":[],"98413059":5,"984182":[],"98418221":[],"98430782":[],"984308":[],"98454786":5,"984601":[],"98460101":[],"9849967686928113":[],"985":23,"98502634":[],"98566191":5,"98597638":[],"98598055":[],"986":23,"98601306":[],"9860553":[],"9861111111111112":[],"98620879e":[],"986699":5,"98680716":5,"98686102":[],"98694705":[],"987":[],"98706221":[],"98716878":5,"9871776311306221":[],"98764765":[],"987648":[],"98765625":[],"987722":[],"98772232":[],"988":[],"98808176":5,"98822371":6,"98844754":[],"98849276":18,"9885":[],"9887034589972739":[],"9888005551376943":[],"988835":[],"9888544725633199":[],"9888888888888889":[],"9889":[],"989":23,"9890348":5,"98904365":26,"98904619":[],"98914003":[],"9892":[],"9893447":5,"98947894":27,"9898ff":[9,10],"99":[1,7,9,11,13],"990":9,"99006712":[],"99009525":5,"990171109310765":23,"99017111":23,"99051150":6,"99083639":[],"99084226e":[],"99088801":5,"9908934":[],"991":23,"9910":[],"99106686":[],"99115119":5,"9915165982451293":[],"991753":[],"99175336":[],"99176998":5,"9919":[],"992":23,"99215828":[],"9924":[],"99242921":5,"99246148":[],"99265097":5,"99267755":[],"99268332":[],"993":23,"9930":[],"993148":[],"99316252":5,"99330715":[],"99344165e":[],"993463":11,"99346318":11,"993658072083743":[],"99371056":5,"99377492":[],"99389612":5,"993993":[],"99399301":[],"99399308":[],"99399309":[],"99399315":[],"994":[],"9940253773173835":[],"99418976":[],"994304":[],"9943201":5,"99439119":[],"99450177":[],"994502":[],"9945729062189713":[],"99465516":23,"9947756":5,"99484719":[],"99492986":5,"995":[],"9950597269547777":[],"99520433e":[],"9952222065466447":[],"9952638231265687":27,"99528218":5,"99534399":[],"99539415":5,"9955273625597437":[],"9955500279779226":[],"99566069":5,"9957273060382023":[],"99578809":5,"9958":[],"995840825550726":[],"99589367":[],"9958946686888259":[],"9959044445566834":[],"995998835818754":23,"996":5,"99608161":5,"9961996615568259":[],"99630114":[],"9963311287748658":[],"9963961":5,"99650061":5,"996738628265756":[],"9967458":5,"9969332511584248":[],"99700706":5,"99709215":5,"9972493421341901":27,"99729756":5,"99751458":5,"99752738":[],"99754609":[],"99758326":5,"9976639055733267":27,"99767262":[],"99772199":[],"99775587":5,"9978":[],"9978254":[],"99784051":[],"99793613":5,"99799099":5,"998":[],"9981":[],"99813653":5,"9981377":[],"99828624":5,"9983295":5,"99845267":5,"99854557":27,"998577":5,"99858411":[],"9986":[],"99861053":5,"99861427":[],"99862019":27,"99866581":[],"99869482":27,"99871521":5,"99876055":[],"99876945":27,"99881845":5,"99883628":27,"99884384":5,"99884409":27,"99888222":[],"9988867":[],"99891093":27,"99891873":27,"99893323":5,"99897733":[],"99898558":27,"999":[9,23],"99901896":5,"99903755":5,"99906023":27,"99907985":[],"99911427":5,"99912709":27,"99913489":27,"99918546":5,"99919837":5,"99920175":27,"99926459":5,"99927642":27,"9993237":5,"99932732":[],"99933188":5,"99933329":[],"9993511":27,"9993736":[],"99938942":5,"99941797":27,"9994385":5,"99944037":[],"99944272":5,"99949077":[],"99949266":27,"99949306":5,"99951642":[],"99953381":5,"99953475":5,"99956735":27,"99957911":5,"99961294":5,"9996357":[],"99965056":5,"99966322":[],"99966842":[],"99967865":5,"99970894":27,"99970988":5,"99972468":[],"9997332":5,"99975913":5,"99976935":[],"99977849":5,"99978365":27,"99980002":5,"9998161":5,"99984215":[],"99984732":5,"99985103":[],"9998542":[],"99986253":[],"99987324":5,"99988325":[],"99988697":[],"99989476":5,"99991263":5,"99992263":[],"99992746":5,"99993978":5,"99995":5,"999955585168597":6,"99998193":[],"99998703":[],"99998899":[],"99999773":[],"99999797":[],"99999956":[],"99999985":[],"9m":4,"9x":[6,19],"9y":[6,19],"\u00f8yvind":[6,27],"\u03b4":[],"abstract":[1,21],"boolean":4,"break":[0,4,6,11,14,26],"byte":[18,26],"case":[0,1,2,3,4,5,6,7,11,12,13,14,16,17,18,19,20,21,26],"catch":0,"class":[0,1,3,4,6,7,8,9,11,12,13,23,26],"default":[0,1,2,4,6,7,13,16,18,19,20,26,27],"do":[0,2,3,4,5,6,8,9,10,11,12,13,14,15,16,18,19,20,21,26,27],"ekstr\u00f8m":4,"export":9,"f\u00f8470":[24,26],"final":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,16,19,21,22,23,24,26],"float":[0,3,4,5,9,11,13,14,18,26,27],"function":[2,3,4,5,9,14,15,16,17,18,21],"import":[0,1,2,3,4,6,7,8,9,10,11,12,13,14,16,19,23],"int":[0,1,2,3,4,5,6,11,13,14,18,23,27],"l\u00e6ring":[],"long":[0,1,3,4,12,13,26],"m\u00f8svatn":[6,19],"new":[0,1,2,3,5,6,7,8,9,10,11,13,14,18,19,21,26,27],"null":[],"public":[0,17,26,27],"return":[0,1,2,3,4,5,6,7,8,9,11,13,14,18,19,23,26,27],"sch\u00f8yen":[6,27],"schr\u00f6dinger":[],"short":[4,5,19,20,21],"super":[3,5,27],"switch":0,"throw":[3,6,23],"true":[0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,18,19,20,23,26,27],"try":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,23,26,27],"var":[1,5,6,10,11,13,19,23,26,27],"while":[0,1,3,4,5,6,7,8,9,11,12,13,23,26,27],A:[2,3,5,6,7,10,11,12,13,16,17,18,19,20,21,22,23,24,25,27],AND:2,And:[0,3,4,5,6,9,13,17,19,20,21,23],As:[0,1,2,3,4,5,6,8,10,12,13,16,18,19,20,21,23,26,27],At:[0,4,6,13,19,26],BE:[0,26],Be:[2,17,26],Being:13,But:[0,1,2,3,5,6,9,10,20,23,27],By:[0,3,5,6,12,13,18,26,27],FOR:[],For:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,25,26,27],IF:6,IN:25,If:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],In:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,25,26,27],Is:11,Ising:[5,12,27],It:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,23,26,27],Its:[1,2,4,11],NO:[7,9,11],No:[3,4,6,9,26],Not:[0,1,5,6,27],OR:23,Of:23,On:[0,3,15,22,23,24,25,26],One:[0,1,3,4,5,6,7,8,11,12,13,19,23,27],Or:[0,1,6,19,21,26],Such:[0,6,12,16,23],TO:[],That:[0,5,7,10,11,12,14,19,21,23,26],The:[4,10,13,14,15,16,18,19,20,22,23,24,25],Their:[],Then:[0,1,6,8,9,10,11,12,13,14,18,19,21,26,27],There:[0,3,4,5,6,8,9,11,12,14,18,19,22,23,24,26,27],These:[0,3,4,5,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],To:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,23],With:[0,5,6,8,9,10,11,12,14,18,19,20,23,26,27],_0:[5,8,10,11,13,27],_1:[2,5,6,8,10,11,12,13,14,18,27],_2:[2,5,8,11,12,13,18,27],_3:18,_4:18,_9:13,_:[0,1,2,4,5,6,7,8,9,10,11,12,13,18,19,26,27],_________________________________________________________________:4,__call__:[3,4],__class__:10,__del__:[],__doc__:6,__future__:[8,9],__getattr__:27,__getattribute__:26,__getitem__:[],__init__:[1,3,27],__main__:2,__name__:[2,10],__traceback__:[3,4],_accessor:26,_accuraci:[],_auto10:[6,12],_auto11:6,_auto12:6,_auto1:[2,3,4,5,6,7,12,13,18,23,27],_auto2:[2,3,4,5,6,12,13,18,23],_auto3:[3,4,5,6,12,13,18],_auto4:[4,6,12,13,18],_auto5:[4,6,12,13,18],_auto6:[4,6,12,18],_auto7:[4,6,12,18],_auto8:[6,12],_auto9:[6,12],_backpropag:[],_base:8,_build:[0,17,19,25,26],_build_call_output:[3,4],_c:1,_call:[3,4],_call_flat:[3,4],_can_hold_identifiers_and_holds_nam:26,_check_for_error:[],_check_optimize_result:[7,9,11],_compon:11,_compute_scor:[],_coordinate_desc:6,_decor:0,_depth:9,_distn_infrastructur:[],_eagerdefinedfunct:[3,4],_extract_window:[],_feedforward:[],_fmt:[],_format:[],_fraction:9,_gb:[],_h:[],_handl:[3,4],_i:[0,1,2,5,6,7,8,11,12,13,15,16,19,26,27],_inference_funct:[3,4],_info_axi:26,_initialize_scor:[],_initialize_weight:[],_interpolatefunctionerror:[3,4],_j:[0,1,2,3,5,6,8,13,19,27],_jit_compil:[3,4],_k:13,_l:12,_lambda:[6,26],_leaf:9,_lock:[3,4],_logist:[7,9,11],_m:10,_make_vjp:13,_maybe_define_funct:[3,4],_multilayer_perceptron:[],_n:[2,5,8,11,13,27],_node:[9,13],_notokstatusexcept:[3,4],_num_output:[3,4],_o:[],_p:[5,8,27],_pad:[],_process_traceback_fram:[3,4],_progress_bar:[],_r:[3,4],_ratio:11,_reset_schedul:[],_reset_weight:[],_reset_weights_independ:[],_sampl:9,_select_forward_and_backward_funct:[3,4],_set_classif:[],_set_pred_format:[],_split:[6,9,19],_src:[],_stateful_fn:[3,4],_stateless_fn:[3,4],_t:13,_test:[6,19],_trace:13,_unpad:[],_valu:13,_varianc:11,_weight:9,a0:3,a0faa0:[9,10],a1:[0,26],a2:[0,26],a3:[0,26],a4:[0,26],a_0:[0,20,26],a_1:[],a_1a:[0,26],a_1x:20,a_2:[],a_2a:[0,26],a_2x:20,a_3:[0,26],a_3a:[0,26],a_4:[0,26],a_4a:[0,26],a_:[0,1,16,18,26,27],a_h:1,a_i:[0,1,2,12,26],a_j:[1,12],a_k:[0,1,12],a_matric:[],a_matrix:[],a_previ:[],aaron:25,ab:[0,2,5,13,14,26,27],ab_channel:17,abandon:1,abbrevi:22,abid:23,abil:[0,10],abl:[0,1,4,5,6,7,10,12,13,16,19,27],about:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,17,18,19,20,21,24],abov:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,25,26,27],abovement:[6,26],abs_eek2t0c4ro:[],abscissa:13,absolut:[0,2,5,6,13,26,27],absorb:27,acceler:13,accept:[0,3,6,9,19,26,27],access:[0,3,11,23,26,27],accid:[4,6],accompani:[0,26,27],accomplish:[8,9,13],accord:[0,1,2,5,6,9,12,13,14,15,16,23,26],accordingli:11,account:[0,3,5,13,15,23,26],accross:[],accumul:[12,13,23],accur:[0,3,4,6,10,13],accuraci:[0,1,3,4,5,6,7,9,10,11,12,20,21,26,27],accuracy_scor:[0,1,10,26],accuracy_score_numpi:1,achiev:[0,1,5,6,8,12,18,26],aco:23,acquaint:17,acquir:[1,17,26],acr:[0,27],across:[1,3,6,9,17,26],act:[1,3,18],act_deriv:[],act_func:[],act_func_deriv:[],action:23,activ:[0,2,3,4,9,21,22,24,26],activation_deriv:[],activationfunct:[],actual:[0,1,4,5,6,8,11,16,18,23,26,27],ad:[1,3,4,5,8,13,15,16,18],ada_clf:10,adaboostclassifi:10,adadelta:13,adagrad:20,adagradmomentum:[],adam:[1,3,4,20,24,26],adam_schedul:[],adapt:[4,6,13,25],add:[0,1,2,3,4,5,6,8,10,11,12,15,16,19,20,23,26,27],add_convolution2dlay:[],add_flattenlay:[],add_fullyconnectedlay:[],add_lay:[],add_outgrad:2,add_outputlay:[],add_poolinglay:[],add_subplot:[1,7,12,14],addendum:5,addit:[0,2,3,5,6,7,8,9,10,12,13,15,17,18,19,21,23,24,25,26,27],addition:[12,13],address:[1,9,11,13,26],adequ:27,adjac:[3,12],adjoint:[5,27],adjust:[0,5,12,13],admin:[],admir:[0,26],adopt:[],advanc:[4,6,12,25,26],advantag:[1,3,5,6,10,13,18],adversari:26,adversi:[],afecionado:26,affect:3,affin:[0,3,8,11,27],afford:3,aficionado:26,aforement:14,african:[0,27],after:[0,1,2,4,5,6,9,11,12,13,15,17,18,19,20,21,23,26,27],afterward:[0,26],ag:[0,7,22,26,27],ag_0:2,again:[0,1,4,5,6,7,8,10,11,12,13,15,16,19,20,23,26,27],against:[1,4,7,10,20],agegroup:7,agegroupmean:7,agent:[],aggreg:[9,10],ago:[],agorithm:10,agre:[5,6,23],agreement:13,ahead:9,ai:[0,20,25],aid:11,aim:[0,1,4,6,7,11,14,15,16,17,18,19,20,21,27],ainv:5,air:27,airplan:3,aka:5,al:[0,2,4,15,16,20,21,25,26,27],alan:[],alarm:[5,7],albeit:[],algebra:[0,3,5,13,17,27],algorithm:[0,1,2,4,5,6,7,8,13,14,17,18,19,21,23,25,26],algortihm:[],align:[0,2,5,6,7,8,13,19,23,26,27],all:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27],allevi:[1,13],alloc:[3,18],allow:[0,1,2,3,5,6,8,10,13,15,16,17,18,19,21,26,27],almost:[0,1,6,8,11,13,21,23],alon:[2,9],along:[2,3,4,5,6,9,10,11,17,18,21,26,27],alpha:[0,1,2,3,4,6,7,8,9,10,13,14,23,26,27],alpha_0:3,alpha_1:3,alpha_2:3,alpha_:10,alpha_i:[3,13],alpha_k:13,alpha_m:10,alpha_n:3,alpha_opt:13,alphago:[],alreadi:[2,3,4,5,6,10,12,17,18,23,26,27],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27],alter:1,altern:[0,1,4,5,6,7,8,9,11,13,18,19,26,27],although:[0,1,5,6,8,10,13,16,21,26],alwai:[0,3,5,6,12,13,16,23,26,27],am:[4,27],ame2016:[0,26],american:[0,27],among:[0,3,5,9,10,12,18,21,26,27],amongst:5,amount:[0,1,3,4,6,8,10,14,17],an:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,27],an_:23,anaconda:[0,1,15,17,19,21,26],analog:13,analys:[6,21],analysi:[1,3,4,7,14,15,16,18,21,25],analyt:[2,3,5,6,7,12,13,15,17,19,20,21,26,27],analytical_gradi:[],analyz:[0,1,3,4,5,6,16,19,20,23,27],andrew:1,angl:[0,3,9,27],anharmon:3,ani:[0,1,2,3,4,5,6,7,8,9,10,12,14,23,26,27],anim:[4,12],ann:12,anneal:[],annot:[0,1,3,7,8,26,27],announc:26,anoth:[0,1,3,4,5,6,7,8,10,11,12,13,18,19,20,23,26,27],ans_vspac:[],ansatz:[0,26],answer:[0,1,3,5,6,18,19,20,21,24,26],antialias:[2,6,19],anticip:4,anymor:[1,8],anyon:[4,8],anyth:[1,23],anytim:[24,26],apach:1,apart:[11,13],api:[1,17,26],appar:2,appear:[0,1,3,13,16,18,23],append:[1,3,4,8,9,13,26],appendix:19,appl:[3,4],appli:[0,1,2,3,4,6,7,8,9,10,11,12,13,15,16,19,20,23,25,26,27],applic:[0,1,3,4,5,6,7,9,12,13,18,19,23,25,26,27],apply_gradi:4,approach:[1,2,4,5,6,9,10,11,12,13,17,21,23,25,27],appropri:[2,6,9,12,13,17,23],approv:26,approx:[0,2,3,6,10,11,13,21,23,26],approxim:[0,1,2,3,4,5,6,7,10,11,13,19,23,26,27],apt:[0,15,17,19,21,26],aq:23,ar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27],aragorn:26,arang:[1,3,4,6,7,9,10,12,13,19,26],arbitrari:[1,4,6,8,12,13,23],arbitrarili:[0,1,11,26],arc:[6,19],architectur:[3,4,12],archiv:20,area:[0,3,6,9,19,25,26],arg:[0,2,3,4,13],argmax:[1,11],argmin:[4,10,14],argnum:[2,13],argnum_0:[],argnum_1:[],args_with_tang:[3,4],argsort:11,argu:[1,13],argument:[0,2,3,5,6,11,12,13,19,26,27],argval:[],aris:[0,6,12,13,23,26],arithmet:[0,13,18,26],arm:6,armadillo:18,around:[0,1,4,5,6,11,23,26],arr:[],arrai:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,17,19,23,27],arrang:[3,26],arraybox:13,arriv:[0,6,9,11,18,23,26],arrow:12,arrowprop:8,art3d:13,art:[0,1,15,17,26],articl:[0,3,4,6,10,20,21,26,27],artifici:[0,2,7,12,25,26],artificialneuron:12,arug:13,arxiv:[3,4,20],as_fram:27,asap:[],asarrai:[0,2,6,9,27],ashort:[],asid:27,ask:[5,6,11,12],aspect:[0,6,17,19,26,27],assembl:[0,3,26],assert:4,assertionerror:[],assess:[0,6,19,21,26,27],assici:4,assign:[0,7,8,9,12,13,14,22,24,25,26,27],associ:[0,6,9,12,14,23,26],assum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,21,23,26,27],assumpt:[0,3,5,6,9,11,19,23,26,27],assur:[],ast:[0,5,6,19,26],astronomi:[26,27],astyp:[4,9,10],asymmetr:[],asymmetri:[0,26],asymptot:[4,6],async_wait:[3,4],atla:[],atom:[0,26],attempt:[0,4,6,7,8,10,26],attend:22,attent:[0,18,21,26],attr:[3,4],attract:[0,10,26],attractor:[],attribut:[0,9,13,20,21,26],attributeerror:[13,26],audi:[0,26],audio:[3,4],august:[15,16,26],aurelien:[0,15,22,25,26],austfjel:[6,19],author:[0,1,10,23,27],authour:26,auto:[6,9,10,23],autocor:23,autocorrelation_tim:23,autocorrelform:23,autocovari:23,autoencod:[4,17,26],autoencond:17,autograd:[17,20,26],autom:[0,17,25,26],automac:18,automag:26,automat:[0,1,2,3,4,11,16,17,18,26],automobil:3,autonom:4,avail:[0,1,4,6,10,11,15,17,18,19,20,21,22,24,25,26],averag:[0,1,3,6,9,10,13,14,23,24,26,27],avoid:[0,4,5,6,9,11,13,18,26,27],awai:[2,3,6,27],awar:[2,10],award:[24,26],ax:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,18,19,20,21,26],axes3d:[2,6,13,19],axes_grid1:6,axessubplot:[],axhlin:8,axi:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,18,19,23,26,27],axiom:5,axlabel:[0,26],axvlin:[4,8],axvspan:4,b1:8,b2:8,b3:8,b:[0,1,3,4,5,6,8,9,10,12,13,14,15,16,23,24,26,27],b_0:0,b_1:[0,2,12,13],b_2:[0,13],b_5:13,b_:[0,1,18],b_group:9,b_i:[0,1,2,12,26],b_ia_:[0,26],b_ia_i:0,b_index:9,b_j:[1,12],b_k:[0,1,12,13],b_m:12,b_score:9,b_valu:9,babcock:26,bachelor:[22,24],back:[0,3,4,5,6,8,9,10,15,18,20,23,26,27],backbon:18,backend:[1,4],background:[21,25,26,27],backprogag:[],backpropag:1,backtrack:9,backup:18,backward:[1,2,4,12,18],backward_pass:2,backwardpass:[],bad:[6,27],badli:23,bag:[9,17,21,26],bag_clf:10,baggin:26,baggingboot:10,baggingclassifi:10,baggingtre:10,balanc:6,baluka:[],band:18,bandwidth:18,bar:[0,6,11,15,16,19,26],barber:25,bare:[4,10],base:[0,1,3,4,5,7,8,9,10,14,17,23,24,25,26,27],basi:[5,7,8,10,11,12,13,18,27],basic:[6,8,12,13,14,17,19,23,26],batch:[3,4,11,12,13,20],batch_shap:4,batch_siz:[1,3,4],batch_typ:[],batchnorm:4,bay:7,bayesian:[5,17,25,26],beam:26,beat:[],beaten:[],becattini:24,becaus:[0,1,2,3,4,5,6,8,9,12,13,14,26],beccatini:[],becom:[0,1,2,5,6,7,9,12,13,23,26,27],been:[0,1,2,3,4,5,6,11,12,13,17,18,19,20,21,26,27],befor:[0,1,2,3,4,5,6,7,8,12,13,14,18,19,20,23,26,27],beforehand:[0,23,26],begin:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,18,19,23,24,26,27],behav:[1,6,13],behavior:[0,1,13,26],behaviour:12,behind:[0,1,6,8,13,26],being:[0,1,2,3,4,5,7,8,10,11,12,13,23,26,27],belief:[],believ:[9,18],belong:[7,8,9,13,14],below:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],benchmark:10,benefici:[1,13],benefit:[0,1,4,11,13,15,17,26],benefiti:[],bengio:[1,20,22,25,26,27],benign:[1,7,9],besid:[4,5],bessel:[5,27],best:[0,1,2,3,4,5,6,7,8,9,10,12,13,19,20,24,26,27],best_estimator_:[],beta1:[],beta2:[],beta:[0,1,3,5,6,7,10,11,13,16,19,26,27],beta_0:[0,1,3,5,6,7,13,26,27],beta_0x_:[0,26,27],beta_1:[0,1,3,5,6,7,10,13,26,27],beta_1x_0:[0,26],beta_1x_1:[0,7,26],beta_1x_2:[0,26],beta_1x_:[0,26,27],beta_1x_i:[7,13,27],beta_2:[0,3,13,26,27],beta_2x_0:[0,26],beta_2x_1:[0,26],beta_2x_2:[0,7,26],beta_2x_:[0,26,27],beta_2x_i:27,beta_3:3,beta_3x_i:27,beta_4x_i:27,beta_:[0,3,6,7,13,26,27],beta_i:[0,3,5,26,27],beta_j:[0,5,6,13,19,26,27],beta_k:13,beta_linreg:13,beta_m:10,beta_mg_m:10,beta_n:3,beta_ol:[],beta_p:7,beta_px_p:7,beta_ridg:[],betaol:[],betaridg:[],betavalu:5,better:[0,1,2,3,4,6,9,10,11,12,13,26,27],between:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,19,20,21,23,26,27],beyond:[0,1,5,6,8,13,19,26,27],bf:[13,14,18,23],bg:26,bgd:13,bia:[0,1,2,3,5,8,9,10,12,13,20,26,27],bias:[1,2,3,5,6,9,12,20],bias_index:[],big:[0,1,2,5,6,14],bigger:[1,6,27],bigr:12,bike:9,bilbo:26,billion:[3,12,17],bin:[0,7,23,27],binari:[0,3,5,7,9,10,12,20,26],binarycrossentropi:4,bind:[0,27],binomi:[17,23,26],binsboot:6,bioinformat:0,biolog:[1,12],biologi:[],bios1100:[17,26],bird:[0,3],birth:26,bishop:[22,25,26],bit:[1,4,18,23,26],bitwis:23,bivari:2,bk:[0,13,27],bla:[18,26],black:[8,9,14],bledso:[],blob:19,block:[6,10,17,18,23,26],blog:26,blogpost:4,blue:[0,3],bluntli:[],blur:[],bm:27,bmatrix:[0,1,3,5,7,8,11,13,18,26,27],bmi:1,board:[],bodi:[0,1,4,12,26],bold:1,boldfac:[0,5,16,27],boldsymbol:[0,1,2,3,5,6,7,8,10,11,13,14,15,16,19,26],boltzmann:[12,17,26],book1:25,book:[19,20,25,26],bool:[],boost:[1,9,17,21,26],boostrap:10,bootstrap:[1,13,17,19,20,21,26],border:[],borrow:26,boston_dataset:[0,27],bot:8,both:[0,1,4,5,6,8,9,10,13,14,15,16,17,18,19,20,23,24,26,27],bottl:7,bottleneck:[],bound:[0,8,12,27],boundari:[2,4,8,11,12,21],box:[4,9],boxed_arg:[],boyd:[8,13],bracket:[4,23],brain:[1,7,12],branch:9,breakthrough:[],breast:[5,7,11,20],breat:20,breviti:13,brew:[0,15,17,19,21,26],brg:8,brief:[19,20,21,27],briefli:[0,26],bring:[0,5,6,10,20,27],broad:[0,3,4],brought:[13,17,26],brownle:4,browser:26,brute:[3,5,11,27],bs:[8,9,10],buffer_s:4,bui:4,build:[0,4,5,6,10,18,23,26],built:[0,1,3,4,6,27],bunch:11,busi:[0,27],byproduct:[],c1:[8,11],c2:[8,11],c:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,25,27],c_0:23,c_1:12,c_2:12,c_3:12,c_4:12,c_:[0,8,9,10,13,23,27],c_i:[12,13],c_j:[],c_k:23,ca:[1,26],cach:10,cal:[0,8,10,12,13,15,16,26],calcul:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,18,20,23,26],california:[20,21,27],call:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26,27],callabl:[3,4],callback:[3,4],calor:[0,27],cambridg:[13,25],can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,27],cancel:[0,13,26,27],cancellation_manag:[3,4],cancer:[5,10,20],cancerpd:7,candid:[8,9,10],cannot:[0,1,4,5,6,7,8,9,22,23,27],canopi:[0,15,17,19,21,26],canva:[19,20,21,26],cap:5,capabl:[0,1,8,13,17,26],capac:[2,24],capita:[0,27],caption:[19,20,21],captur:[4,11,12],captured_input:[3,4],car:[3,4],card:[0,7,26],cardin:1,care:11,carefulli:13,carlisl:27,carlo:[0,6,17,23,25,26],carri:[2,6,7,19],cart:10,casella:25,cast:1,cat:[3,4],categor:[0,1,3,9,11,26],categori:[0,1,3,7,10,12,14,26],categorical_crossentropi:[1,3],catgeori:[],caus:[0,5,6,23,26,27],causal:0,causat:[0,26],caution:[],cax:1,cb:[6,26],cbar:1,cc:[0,1,3,4,5,13,20,21,26,27],ccc:[5,12],cd_fast:6,cdf:23,cdot:[0,2,6,12,13,14,18,23,26],ceil:[],celebr:13,cell:[0,1,2,3,4,6,10,13,15,19,27],cent:[],center:[0,1,6,7,8,9,11,14,19,21,23,26],central:[0,3,5,6,8,16,18,20,21,26,27],centroid:[14,23],centroid_differ:14,centuri:3,certain:[0,3,6,7,9,23,26,27],certainti:[],cg:13,cha:[0,27],chain:[0,1,13,17,23,26],challeng:[],chanc:[1,5,13,23],chang:[0,1,2,3,4,5,6,8,9,11,12,13,14,18,19,20,21,23,26,27],channel:3,chap4:[],chapter3:[0,19],chapter:[0,6,10,11,18,19,20,21,25,26,27],charact:[0,3,5,8,26,27],character:[8,9,10,12,23],characterist:[0,1,3,10,13,26],charg:[0,26],charl:[0,27],chase:4,chat:[],chd:7,chddata:7,cheap:[5,27],cheaper:[1,13],check:[0,1,3,4,5,6,11,13,18,26,27],checkmark:3,checkpoint:4,checkpoint_dir:4,checkpoint_prefix:4,chemistri:[],chen:10,chiaramont:2,chin:[],choic:[0,1,2,3,4,6,9,12,13,14,18,20,26,27],choleski:[5,18,27],choos:[2,3,6,9,10,11,13,14,19,20,21],chosen:[0,1,2,6,8,9,10,13,16,20,21,23,26],chosen_datapoint:1,christian:25,christoph:[22,25,26],cifar10:3,cifar:3,circ:[1,12],circl:[0,8,12,27],circuit:3,circumfer:9,circumv:[1,5,13,27],ckpt:4,clariti:23,class_nam:[3,9],class_predict:[],class_val:9,class_valu:9,class_weight:[3,4],classic:[7,9,13],classif:[0,3,5,6,7,8,11,12,17,19,21,25,26,27],classifc:[],classifi:[0,1,4,7,9,10,11,20,21,26],classificaton:1,classifii:10,clealri:[],clean:[1,27],clear:[1,5,10,12,13],clearli:[0,3,5,6,7,8,23,27],clever:[1,10],clf3:0,clf:[0,6,8,9,10,26,27],clf_lasso:6,clf_ridg:[6,26],clip:[3,23],clone:24,close:[0,1,2,4,6,8,9,11,12,13,14,19,21,23,25,26],closer:[3,5,13,27],closest:[8,11,13,14],closur:[17,26],cloud:[17,26],cluster:[0,1,4,6,11,17,26],cluster_label:14,cm:[1,2,3,6,8,9,13,19],cmap:[0,1,2,3,4,6,8,9,10,19,26],cmap_arg:6,cmb:22,cmd:9,cmu:27,cn_:23,cnn:12,cnn_kera:3,cntk:[17,26],co:[0,2,3,6,9,13,26],cobserv:[],code:[3,4,6,7,8,15,16,17,18,19,21,23,25],codebas:[],coef0:8,coef:[0,26],coef_:[0,5,6,8,9,13,26,27],coeff:5,coeffici:[0,3,5,6,7,8,9,13,15,16,18,26,27],coerc:[0,6,26],cognit:[],cogniz:[],coher:[],coin:[10,23],coin_toss:10,col:[0,11,26,27],colab:[17,26],cold:9,colinear:[0,27],collabor:[19,20,21],collaps:8,collect:[0,2,6,10,11,17,23,25,26],collinear:[5,27],color:[0,3,4,6,8,9,10,19,23],color_channel:3,color_cod:6,colorbar:[1,6,19],coloumn:[],colsample_bytre:10,colsaobject:10,colspec:0,column:[0,1,2,5,6,7,8,9,11,12,18,26,27],column_or_1d:[],columntransform:9,com:[4,6,17,19,20,25,26,27],combin:[1,2,5,6,7,10,23],come:[0,1,3,4,5,12,13,14,15,20,26,27],command:[0,1,26],comment:[0,4,5,6,15,16,19,20,21,26,27],commerci:[0,15,17,19,21,26],commod:[0,26],common:[0,1,3,5,6,7,9,11,13,14,19,20,21,23,26,27],commonli:[0,1,4,6,7,9,13,14,27],commun:[0,12,19,21],commut:3,commutatitav:3,compact:[0,1,3,5,6,7,9,11,12,13,14,26,27],compair:0,compar:[0,3,4,5,6,11,13,15,16,18,19,20,21,26,27],comparison:[2,4,13,20],compat:7,compet:0,competit:10,compil:[0,1,3,4,13,15,17,18,26],complet:[0,2,3,4,9,12,26],completenn:12,complex:[1,5,8,9,11,12,13,15,16,20,26],complic:[0,1,9,13,26],compoment:27,compon:[0,1,3,4,5,6,7,9,14,16,17,21,26,27],components_:11,compos:[9,12,13,14,17,26],compphys:[0,6,17,19,22,24,25,26,27],comprehend:[],compress:[0,26,27],compris:6,compromis:[5,27],compulsori:[17,26],comput:[0,1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,18,19,20,21,22,23,25,26,27],computation:[0,3,6,9,13,23,26],computationalscienceuio:26,computerlab:[19,20,21],con:20,concat:[],concaten:[2,4,6,14],concav:[1,9,13,27],concentr:[0,10,27],concept:[0,2,17,26,27],conceptu:[12,13],concern:[0,1,4,7,26],concic:26,conclud:[0,5,13],conclus:[1,21],concretefunct:[3,4],cond:2,conda:[0,1,15,17,19,21,26],condis:27,condit:[0,2,4,5,6,8,9,11,13,21,23,26,27],conduct:17,condwav:2,confer:[],confid:[0,5,6,7,8,19,26,27],configur:3,confirm:[5,12],conform:[],confus:[5,6,7,10,18,21,27],confusion_matrix:9,congruenti:23,conjug:[4,8],conjugaci:13,conjunct:3,connect:[0,1,3,4,9,11,12,13,18,26,27],consecut:[],consequ:[5,6,8,10,12,13,27],conserv:[5,14,27],consid:[0,1,2,3,5,6,7,8,9,10,12,13,16,18,19,20,23,26,27],consider:[0,1,5,13,26,27],consist:[0,1,2,3,4,6,12,13,19,20,21,23,27],constant:[0,2,4,5,6,8,12,13,23,26,27],constitu:[0,26],constitut:[2,6],constrain:[1,3,5,7,11],constraint:[5,6,8,13,27],construct:[0,1,2,3,5,6,7,8,9,10,11,18,23,26,27],consult:20,contact:[0,26],contain:[0,2,3,4,5,6,7,8,9,11,12,13,18,19,20,21,23,25,26,27],contemporari:26,content:[1,17,18,26],context:[3,4,6,10,13,19,21],contigu:18,continu:[0,1,2,3,4,5,6,7,8,9,10,12,13,18,19,20,23,26,27],contour:[9,10,13],contourf:[8,9,10],contrast:[1,4,9,10,12],contribut:[0,3,5,13,23,26,27],contributor:[0,19,21],control:[0,1,3,9,13,15,17,26],conv2d:[3,4],conv2d_49:[],conv2d_50:[],conv2d_51:[],conv2dsep:[],conv2dtranspos:4,conv:[3,4],conv_imag:[],conv_lay:[],conv_result:[],convei:26,conveni:[0,5,6,12,13,18,19,20,21,26],convent:[12,27],converg:[1,2,4,5,6,7,8,9,11,13,14,20,27],convergencewarn:[6,7,8,9,11],convers:[],convert:[0,1,4,5,9,11,13,18,26,27],converttomatrix:4,convex:[4,5,7,27],convinc:13,convolut:[1,4,17,21,26],convolution2dlayeropt:[],convolv:[],convolved_imag:[],convout:[],cool:[4,9],coolwarm:[6,19],coordin:[5,12,14,27],coorel:[0,27],cope:[],copi:[0,1,14,27],copyright:[20,21],core:[2,3,4,10,13,26],corel:26,corner:[],coronari:7,corr:[0,5,7,11,27],correalt:[11,17],correct:[0,1,2,3,4,5,7,13,18,23,26,27],correctli:[1,2,6,7,10,20],correl:[0,1,3,5,6,7,10,12,13,17,23,26],correlation_matrix:[0,5,7,11,27],correspond:[0,3,5,6,8,9,11,12,15,16,17,18,19,23,26,27],corss:[],cortex:12,cosin:[3,6],cost:[0,2,3,5,6,7,8,9,12,13,16,19,20,26],cost_deep_grad:2,cost_func:[],cost_func_deriv:[],cost_funct:2,cost_function_deep:2,cost_function_deep_grad:2,cost_function_grad:2,cost_function_train:[],cost_function_v:[],cost_grad:2,cost_sum:2,costcrossentropi:[],costfunct:[],costlogreg:[],costol:13,could:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],coulomb:[0,26],count:[0,9,22,23,24,26],countor:13,coupl:[4,5,6],cours:[0,1,3,5,11,19,20,21,22,24,27],courvil:[20,22,25,26,27],cov:[5,6,11,18,23,26,27],cov_xi:[5,11,27],cov_xx:[5,11,27],cov_yi:[5,11,27],covari:[0,7,17,18,26],covariance_matrix:[5,11,14,27],cover:[0,5,17,21,24,25,27],covert:[0,26],covxi:23,covxx:23,covxz:23,covyi:23,covyz:23,covzz:23,cpu:[1,3,4],cpu_util:[3,4],craft:3,crawford:[],creat:[1,2,3,4,5,6,9,10,11,12,13,17,19,26],create_biases_and_weight:1,create_convolutional_neural_network_kera:3,create_neural_network_kera:1,create_x:[5,11,27],creation:27,credit:[0,7,24,26],crim:[0,27],crime:[0,27],criteria:[0,4,9,10,14,23,26],criterion:[9,10,13,21],critic:[6,19,21,27],critiqu:[19,20,21],croot:[],crop:[],cross:[0,1,3,7,9,10,13,17,20,21,23,26,27],cross_entropi:4,cross_val_scor:6,cross_valid:[7,10],crossvalid:6,crucial:[1,23],cs231:3,cs231n:[],cs231n_2017_lecture4:[],cs:[22,24],csr_matrix:[18,26],csv:[0,4,6,7,9,26],ctnk:1,ctx:[3,4],cubic:0,cumbersom:5,cumsum:[10,11,26],cumul:[7,10,21,23],cumulative_heads_ratio:10,cup:5,current:[1,2,3,4,6,13,14,19,25],curs:[0,27],curv:[6,7,10,12,19,21],curvatur:13,custom:[6,14,19],custom_cmap2:[9,10],custom_cmap:[9,10],cut:[],cute:[],cutpoint:9,cv:[6,7,10],cvxbook:13,cvxopt:[5,8,27],cwe:[],cyber:[],cycl:[1,12],cyclotron:27,d2_g_t:2,d:[1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,24,26,27],d_f:13,d_g_t:2,d_net_out:2,da:3,dagger:[5,18,27],dai:[1,9,17],damp:3,dan:[],daniel:[24,27],darget:9,darkr:23,dat:[0,26],dat_id:[0,6,7,9,26,27],data1:14,data2:14,data3:14,data4:14,data:[2,4,5,8,10,12,13,14,18,20,25],data_handl:[3,4],data_id:[0,6,7,9,26,27],data_indic:1,data_modul:[],data_panda:26,data_path:[0,6,7,9,26,27],data_url:27,databas:1,dataconversionwarn:[],datafil:[0,6,7,9,19,26,27],datafram:[0,4,5,7,9,11,26,27],datapoint:[1,5,6,7,11,13,27],dataset:[0,4,6,7,8,9,10,11,13,14,15,16,19,20,26,27],datatyp:4,date:[15,16,19,20,21,26,27],daughter:10,david:[25,26,27],davison:[],dbh:1,dbo:1,dc5e85cd93c3:20,dcomposit:18,ddot:2,de:[],dead:1,deadlin:[16,22],deal:[0,1,3,5,6,8,11,13,14,18,19,21,23,26,27],dealt:0,debt:7,debug:[0,5,6],decad:[0,3],decai:[0,13,23,26],decemb:[22,24,26],decent:10,decid:[0,2,3,5,6,9,19],decim:[0,26],decis:[0,1,8,11,17,21,25,26],decision_funct:8,decision_tre:9,decisiontreeclassifi:[9,10],decisiontreeregressor:[0,9,10],declar:[0,4,18,26],decod:[],decompos:[5,6,18,27],decomposit:[0,6,12,19,26],decompost:[5,27],deconvolut:3,decor:0,decorrel:[10,13],decreas:[1,2,4,5,6,10,11,13],dedent:27,dedic:[],deduc:[0,26],deep:[3,7,12,13,17,20,21,22,25,27],deep_neural_network:2,deep_param:2,deep_tree_clf1:9,deep_tree_clf2:9,deep_tree_clf:[9,10],deepcopi:[],deepen:[5,17,26],deeper:[0,3,4,26],deepimag:[],deeplearningbook:[25,26],deer:3,def:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,19,23,26,27],def_covari:23,def_funct:[3,4],default_tim:4,defect:[5,27],defici:[5,27],defin:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,23,27],definit:[1,2,5,6,7,8,10,11,12,13,18,23,27],defint:23,defualt:[],defun:[3,4],defvjp:[],degre:[3,5,6,8,9,10,11,15,16,19,23,26],deiana:[],del:1,delet:6,delimit:4,deliv:[22,26],delta:[0,2,3,6,8,12,13,14,21,26],delta_0:3,delta_1:3,delta_2:3,delta_3:3,delta_4:3,delta_5:3,delta_:[1,18],delta_h:[0,1,26],delta_j:[3,12],delta_k:12,delta_l:[1,3],delta_matrix:[],delta_momentum:13,delta_n:[0,3,26],delta_next:[],delta_term:[],delta_term_next:[],delta_term_pad:[],delug:17,delv:0,demand:[13,27],demonstr:[0,3,5,6,7,11,12,17,26,27],demostr:[],demystifi:[],den:4,denomin:[1,5],denot:[1,2,6,7,13,23],dens:[1,3,4],dense_1:4,dense_98:[],dense_99:[],densiti:[0,2,6,23,26],depart:[20,21,24,26,27],depend:[0,1,2,4,5,6,7,8,11,12,13,15,17,18,19,21,23,26,27],depict:23,deploi:[],deploy:[0,15,17,19,21,26],deprec:[2,3,6,13,19],deprecate_nonkeyword_argu:0,depth:[0,3,9,10,18],deriv:[0,1,2,6,7,8,10,11,13,16,17,19,26],derivati:13,derivative_fn:13,descend:[5,9,11,27],descent:[0,1,3,7,8,12,21,26,27],descent_i:[],descent_x:[],descr:[],describ:[0,2,4,5,6,8,10,11,12,13,18,19,20,21,26],descript:[0,8,9,20,21,26],design:[0,1,3,4,5,6,7,10,11,12,13,15,16,19,20,26],designmatrix:[0,26],desir:[0,2,4,5,13,14,26,27],despit:[1,12],destroi:18,destruct:27,det:[5,18,27],detail:[0,6,11,13,14,18,19,20,27],detect:[3,8,12],detector:[],determin:[0,2,3,4,5,6,8,9,10,11,12,13,16,18,23,26,27],determinist:[7,13,23],dev:1,develop:[0,3,5,8,10,11,12,17,18,19,20,21,26,27],deviat:[0,1,2,4,5,6,19,23,26,27],devic:[3,4],device_nam:[3,4],devis:12,df1:26,df:[4,8,11,13,26],di:[0,27],diag:[5,8,27],diagnost:[1,10],diagon:[0,5,7,13,18,19,21,23,26,27],diagonaliz:[5,27],diagram:10,diagsvd:6,dice:[6,23],dict:[6,8],dict_kei:[],dictat:21,dictionari:[0,27],did:[0,1,5,6,7,10,11,14,19,20,21,26,27],die:1,diff1:2,diff2:2,diff:2,diff_ag:2,diffeent:8,differ:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,21,23,25,26,27],different:[],differenti:[0,3,16,17,18,26,27],differential_oper:[2,13],difficult:[0,1,6,10,13,19,23,26],difficulti:[0,1,13,26],diffonedim:2,diffus:21,digit:[0,1,3,4,6,19,20,22,24,26],dilemma:13,dilut:1,dim:[4,11,14,18],dimens:[0,1,2,3,4,5,8,9,11,14,16,18,21,26,27],dimension:[0,4,5,6,9,11,13,14,17,18,20,21,26],dimensionless:[0,3,26],diment:18,dimention:[],dimnsion:4,diod:3,direct:[0,1,2,4,11,12,13,14,26,27],directli:[1,4,5,6,23,27],directori:[],disabl:[3,4],disadvantag:[0,26],disappear:[3,6],disc_loss:4,disc_tap:4,discard:[6,11],disciplin:[0,3,12],disclaim:23,discord:26,discourag:[13,27],discov:[0,26],discover:5,discoveri:[],discrep:[],discret:[1,3,5,7,13,21],discrimin:[4,7,10,11],discriminator_loss:4,discriminator_loss_list:4,discriminator_model:4,discriminator_optim:4,discriminitav:[],discuss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,25,26,27],diseas:7,disguis:[6,27],disord:[1,7],dispai:[],displai:[0,1,3,4,5,6,7,8,9,10,11,12,14,19,23,26,27],displaystyl:[0,5,26,27],displot:[],disregard:[0,26],dissimilar:[11,14],dist:14,distanc:[0,8,9,11,14,23,27],distance_list:9,distinct:[3,7,8,9,10,14],distinctli:8,distinguish:[0,4,7,8,23,26],distplot:[0,27],distribut:[0,1,4,6,7,10,11,13,14,15,16,17,18,19,20,21,26,27],distrubut:[0,15,17,19,21,26],ditto:21,dive:[0,8,18,26],diverg:[1,13],divid:[0,1,3,5,6,7,8,9,11,12,20,23,26,27],divis:[6,8,9,13,18,23],dna:7,dnn1:4,dnn2_gru2:4,dnn:[0,1,2,4,12,26],dnn_kera:1,dnn_model:1,dnn_numpi:1,dnn_scikit:[0,1,26],doamin:[],doc:[0,6,17,19,20,21,22,24,25,26,27],docintang:27,document:[4,7,9,11,13],doe:[0,1,2,3,4,5,6,8,10,11,12,13,16,18,19,23,26],doesn:[3,9,12],dog:[1,3,4],domain:[5,8,13,19,20,21],domin:[0,26],don:[0,1,3,5,6,8,11,13,15,17,19,20,21,26,27],done:[0,2,3,4,5,6,9,10,11,13,18,19,21,26,27],dot:[0,2,3,5,6,7,8,9,10,11,12,13,18,19,23,26,27],doubl:[3,4,18,26],doubli:1,down:[0,3,6,9,11,12,13,21],download:[0,1,3,5,6,18,19,25,26],downsampl:3,dozen:1,dq:6,drag:13,dramat:11,drastic:4,draw:[4,6,10,13],drawback:[0,1,3,13,27],drawn:[1,4,6,7,11,23,26],drive:[3,4],driven:3,drop:[0,1,5,6,11,13,23,26,27],dropna:[0,6,26],dropout:4,dt:[2,3,13,23],dtype:[0,1,2,3,4,14,18,26,27],dualiti:6,dub:[0,26],due:[1,2,5,6,8,10,12,13,24,26,27],dummi:[0,27],dumoulin:[],dure:[0,1,3,4,8,9,11,17,19,21,26],dwell:[0,27],dwh:1,dwo:1,dx:[2,3,8,23],dx_1:23,dx_1p:6,dx_2p:6,dx_mp:6,dx_n:23,dxp:6,dy:[1,8,23],dynam:4,dyp:[],dz:8,e:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,23,24,26,27],e_:[0,2,26],each:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,20,21,22,23,24,26,27],eager:[3,4],eapprox:[0,26],earli:[1,3,4,13],earlier:[0,5,7,8,9,11,12,13,26,27],earliest:[],earthexplor:[6,19],eas:[6,9,14],easi:[0,5,6,7,8,9,10,11,12,13,17,18,20,26,27],easier:[5,6,8,9,13,20,23,26,27],easiest:13,easili:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,26,27],eastern:[24,26],ebind:[0,26],eblock:9,echo:[],econom:27,econometr:26,economi:5,ecosystem:[17,26],ect:22,edg:3,edgecolor:6,edu:[13,20,27],educ:[0,19,20,21,26,27],eff:23,effect:[1,4,10,13,23],effic:1,effici:[0,3,10,13,17,18,23,26],efron:6,egrad:13,eig:[5,11,13,18,23,26,27],eigen:23,eigenpair:[5,11,27],eigenvalu:[0,5,8,11,13,18,26,27],eigenvector:[5,11,13,27],eight:[18,26],eigval:[18,23,26],eigvalu:[11,13],eigvec:[18,23,26],eigvector:[11,13],eispack:[18,26],either:[1,5,6,7,8,9,10,11,13,15,16,19,20,21,23,26,27],elabor:23,elarn:3,elect:[],electr:[0,3,12,26],electron:26,eleg:11,elegantli:[],element:[1,2,3,4,5,6,7,8,11,12,13,17,18,19,20,22,25,27],elementari:[10,13,18],elementwis:[3,13],elementwise_grad:[2,13],elessar:26,elif:[3,4,14],elim:18,elimin:[3,8],els:[1,2,3,4,7,9,12,13,18],elu:1,elus:[0,26],em:[],email:[22,24,26],emb:[],embed:[0,11,27],embodi:[6,19],emerg:[],emit:23,emner:25,emphas:[0,10,17,26],emphasi:[0,17,25,26],empir:[1,11,23],emploi:[0,1,5,6,11,13,19,20,21,23,26,27],employ:[0,27],empti:[6,10],emul:12,en:[17,25],enabl:11,enbodi:6,encapsul:[],encod:[0,3,5,9,11,14,26,27],encompass:[0,19,21,23],encount:[0,1,5,6,7,13,23,26,27],encourag:[19,20,21],end:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,21,23,24,26,27],end_box:13,end_nod:[2,13],end_valu:13,endpoint:[3,6],energi:[0,4,6,27],enet_coordinate_desc:6,enforc:12,eng:25,engin:[0,1,3,4,17,26,27],english:[19,20,21],enhanc:[],enlarg:[],enorm:3,enough:[0,6,13,26],ensembl:[1,9],ensur:[0,1,2,3,5,6,11,13,23,27],ensure_initi:[3,4],entail:26,entangl:[],enter:[5,6,27],enthought:[0,15,17,19,21,26],entir:[1,3,7,9,17,23,26],entiti:[9,12,18,26],entri:[0,5,8,11,12,18,26,27],entropi:[1,3,7,10,13,26],enumer:[0,1,2,3,4,6,8,26,27],env:[0,2,3,4,6,7,8,9,11,13,23,26,27],environ:[2,17,19,21],environment:27,eo:[0,6,26],eol:[0,26],eosfit:[0,26],epoch:[0,1,3,4,12,13,20,26],epoch_num:[3,4],epsilon:[0,5,6,7,13,19,26,27],epsilon_0:[0,26],epsilon_1:[0,26],epsilon_2:[0,26],epsilon_:[0,26],epsilon_i:[0,26,27],eq:[3,13,14,18,23],eqnarrai:[3,5,6],equal:[0,1,2,3,4,5,6,8,9,11,12,13,14,15,18,19,20,23,26,27],equat:[1,3,4,5,6,7,8,9,10,11,13,14,16,18,19,23],equilibrium:[2,12],equiv:[3,13,18,23],equival:[0,1,5,7,8,11,13,17,18,26,27],erf:23,eriador:26,eric:[],eridg:26,err:[0,10],err_:6,err_sqr:2,errat:13,errno:[],erron:2,error:[1,2,4,5,6,7,9,11,12,13,15,16,17,18,19,20,23],error_estimate_corr_tim:23,error_handl:[3,4],error_hidden:1,error_output:1,escap:13,esn:[],especi:[1,3,9,12,13,19,20,21],essenti:[0,5,6,9,10,12,14,19,20,23,27],establish:[0,6,10,11,15,19,20,21,26],estim:[0,1,5,6,7,10,11,13,17,21,23,26,27],estimated_mse_fold:6,estimated_mse_kfold:6,estimated_mse_sklearn:6,et:[0,2,4,15,16,20,21,25,26,27],eta0:[8,13],eta:[0,1,3,8,12,13,20,26],eta_:13,eta_t:13,eta_v:[0,1,3,26],etc:[0,1,3,5,7,8,9,11,12,13,14,15,17,18,19,20,21,23,27],ethic:[17,27],etsim:[],euclidean:[0,14,27],euler:21,eval_metr:[],evalu:[0,2,3,4,5,6,9,13,19,21,23,26,27],evaluationform:19,evaluationgrad:19,evalut:13,even:[0,1,3,4,5,6,8,9,10,11,12,13,14,17,18,21,23,26,27],evenli:4,event:[5,7,10,23],eventu:[0,5,6,11,12,13,19,20,21,24,27],everi:[0,1,2,3,4,5,6,9,10,11,12,13,14,17,23,24,26,27],everyth:[4,12],everywher:[4,13],evid:[],evolv:0,exact:[0,5,11,12,13,18,23,26,27],exactli:[0,3,4,6,12,17,19,27],exam:26,examin:6,exampl:[5,11,12,13,15,16,17,18,19,20,21,23,25],exce:[1,12,13],excel:[0,1,4,5,10,20,26,27],except:[3,4,6,8,9,18],excess:[0,26],excit:0,exclud:[1,6,12,19,27],exclus:[0,1,3,6,23,26],execut:[2,3,4,5,13,27],execute_with_cancel:[3,4],executing_eagerli:[3,4],exemplifi:13,exercic:[24,26],exercis:[5,17,19,20,21,22,24],exercisesweek35:[],exhaust:6,exhibit:[0,5,6,8,26,27],exisit:21,exist:[0,1,2,3,5,6,7,8,9,13,18,19,20,21,26,27],exit:[5,18,27],exp:[0,1,2,5,6,7,8,10,11,12,13,15,16,19,23,26,27],exp_term:1,expand:[5,7,11,13,27],expans:[0,3,5,8,10,12,13,26,27],expect:[0,1,5,6,7,11,12,13,15,16,17,19,20,26,27],expectation_value_of_h_wrt_p:23,expediti:[],expens:[6,10,13],experi:[0,1,6,8,13,17,19,26,27],experiment:[0,3,4,6,9,23,26],experimental_get_tracing_count:[3,4],expert:[1,9],explain:[0,6,9,10,11,13,19,21,26],explained_variance_ratio_:11,explan:20,explanatori:[0,26],explicit:[0,3,6,13,18,19,21,26,27],explicitli:[0,4],explod:1,exploit:[0,3,12,13,26],explor:[1,4,6,8,13,17,19,20,21],expon:1,exponenti:[0,1,5,6,10,13,19,23,26],export_graphviz:9,export_text:9,exporttext:9,expos:17,express:[0,2,3,5,6,7,10,12,13,16,18,19,20,23,26],exptmean:23,exptvari:23,extend:[0,2,7,11,13,17,26],extens:[0,12,15,17,21,26],extent:[0,1,6,21,25],extern:[3,6,9],extra:[1,3,5,24,26,27],extract:[0,3,5,6,7,8,11,13,18,26,27],extrapol:[0,26],extrem:[0,1,4,5,6,7,8,9,13,16,18,27],extremum:13,extrins:11,ey:[0,5,6,13,14,18,26],f11:[0,26],f12:[0,26],f13:[0,26],f1:13,f1_grad:13,f1d:13,f2:13,f2_grad_x1:13,f2_grad_x1_analyt:13,f2_grad_x2:13,f2_grad_x2_analyt:13,f3:13,f3_grad:13,f3_grad_analyt:13,f4:13,f4_grad:13,f4_grad_analyt:13,f5:13,f5_grad:13,f6:13,f6_for:13,f6_for_grad:13,f6_grad_analyt:13,f6_while:13,f6_while_grad:13,f7:13,f7_grad:13,f7_grad_analyt:13,f8:13,f8_grad:13,f9:[0,13,26],f9_altern:13,f9_alternative_grad:13,f9_grad:13,f:[0,1,2,3,4,5,6,7,8,10,12,13,14,16,18,23,24,26,27],f_0:[3,10],f_1:[10,13],f_2:[12,13],f_3:12,f_:10,f_d:23,f_grad:13,f_grad_analyt:13,f_i:[0,6,12,16],f_m:[3,10],f_n:3,f_raw:[],f_vec:2,f_wrap:[],face:13,facecolor:[6,8,23],facil:[0,15,17,26],facilit:12,fact:[0,1,3,5,9,11,12,13,26,27],factor:[0,1,3,5,6,9,10,11,13,18,23,26,27],factori:13,fade:6,fafab0:[9,10],fahimeh:[24,26],fail:[0,3,4,6,7,8,9,11,13,24,26],failur:7,fairli:[1,2,23],fake:4,fake_loss:4,fake_output:4,fale:20,fall:[8,9,22],fals:[0,1,2,3,4,5,6,7,9,10,14,18,19,26,27],famili:[0,7,8,23],familiar:[0,3,5,6,8,15,17,18,19,21,23,26],famou:[6,12],fanci:[],far:[0,3,4,5,6,8,11,12,13,14,26,27],fashion:[0,9,10,26],fast:[1,3,6,10,12,13,17,23,26],faster:[1,11,13],fastest:[13,18],favor:7,favorit:23,fc:3,fdr:[],featur:[0,1,3,5,6,7,8,10,11,12,13,17,19,20,23,26],feature_map:[],feature_maps_index:[],feature_nam:[0,1,7,9,27],feautur:9,fed:1,feed:[0,2,3,11,17,20,26],feed_forward:1,feed_forward_out:1,feed_forward_train:1,feedback:[4,26],feeddorward:4,feedforward:[1,4,12],feel:[0,5,6,11,13,15,16,17,19,20,21,24,26],feet:[0,27],fei:[],felt:[19,20,21],fetch:[6,19,27],fetch_california_h:27,fetch_openml:27,few:[1,3,4,5,9,23,26],fewer:[0,9,11,26],ffnn:[1,12,20],fft2:[],fft:[],field:[0,3,6,12,17,21],fifth:[0,6,15,16,19,26],fig:[0,1,2,3,4,6,7,12,13,14,19,26],fig_id:[0,6,7,9,26,27],figaxi:23,figsiz:[0,1,2,3,4,6,7,8,9,10,26,27],figur:[0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,19,20,21,26,27],figure_id:[0,6,7,9,26,27],figurefil:[0,6,7,9,26,27],file:[0,2,3,4,5,6,7,9,13,19,20,21,26,27],file_prefix:4,filenam:26,filenotfounderror:[],filepath_or_buff:0,fill:[5,9,27],filter:[3,4],filter_traceback:[3,4],filtered_flat_arg:[3,4],filtered_imag:[],filtered_tb:[3,4],financ:0,find:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,23,26,27],fine:[0,14,15,26],finish:2,finit:[3,5,6,12,13,21,23,27],first:[0,1,2,3,5,6,7,8,9,10,11,13,14,15,16,18,19,21,23,24,25],first_moment:[],first_term:[],firsteigvector:11,fit:[1,3,4,5,6,7,8,9,11,12,13,15,16,19,20,23,27],fit_beta:[6,27],fit_intercept:[0,5,6,27],fit_mod:9,fit_transform:[0,6,8,9,11],fiti:[0,26],five:[0,9,19,26,27],fix:[0,3,4,6,10,11,12,13,19,20,26],fixedformatt:6,fixedloc:6,flag:4,flat:[12,13],flatten:[1,3,4,5,18],flatten_49:[],flattenlay:[],flexibl:[1,6,8,10,12,20,26],flip:[24,26],float32:[4,9],float64:[4,18,26,27],floatingpointerror:[],floor:[],flop:[5,18,27],flow:[1,4,12],fluctuat:5,fluid:21,flush:[],fly:11,fm:[0,26],fmap:[],fmax:3,fmesh:13,fn:[3,4,7],fnr:[],focu:[0,3,4,5,6,15,17,20,25,26,27],focus:[1,6,7,18,27],fold:[6,9,19],folder:[0,1,4,6,13,19,20,21,26],follow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27],font:[0,7,23,26],fontdict:23,fontsiz:[1,6,8,9,10,23],fontweight:1,footprint:3,foral:[8,27],forc:[0,5,6,10,11,26,27],forcast:4,forecast:[4,12],forest:[0,1,9,17,21,26],forget:11,form:[0,3,4,5,6,7,8,9,11,12,13,17,18,19,20,21,23,26,27],formal:[3,4,14,23],format:[0,1,3,4,6,7,8,9,10,11,17,23,25,27],format_data:4,formatstrformatt:[6,13,19],formul:[4,6,11,14],formula:[3,13,21,23],forth:[4,12],fortran2003:[17,26],fortran2008:[19,20,21],fortran90:23,fortran:[0,15,17,18,26],fortun:[0,11,27],forward:[0,3,4,6,17,18,20,21,26],forward_backward:[3,4],forward_funct:[3,4],foster:26,found:[1,2,4,5,6,12,13,19,20,21,26,27],foundat:[17,26],four:[4,5,6,8,12,18,19,22,24,26],fourier:[0,26],fourierdef1:3,fourierdef2:3,fourierseriessign:3,fourth:[12,26,27],fp:7,fpr:[],frac:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26,27],fractal:9,fraction:9,fragment:[],frame:7,framework:[1,8,10,23],frank:[5,11,20],frankefunct:[5,6,11,19,27],fredli:[24,26],free:[0,6,11,13,15,16,17,18,19,20,21,23,24,25,26],freecodecamp:17,freedom:5,freeli:[0,19,21],frequenc:[3,4,6,7,23],frequent:[0,8,9,13],frequentist:17,fresh:10,fridai:[16,24,26],friedman:[6,19,22,25,26],friendli:4,frodo:26,frog:3,from:[0,1,2,3,4,6,7,8,9,11,13,14,16,17,18,19,21,23,24,25,26],from_cod:9,from_logit:[3,4],from_tensor_slic:4,fromnumer:2,front:[0,4,5,15,16,26,27],fruit:[],fuction:[],fulfil:[2,5,12,27],full:[0,1,3,5,7,9,10,13,23,26,27],full_matric:[5,27],fulli:[3,6,12,22,23],fullyconnectedlay:[],fun:[2,13,17,26],fun_nam:[],func:[0,2],functionali:11,functionfit:[],fundament:[0,6,17,26],funtion:2,further:[2,7,9,26],furthermor:[0,3,5,6,7,11,12,13,17,19,26,27],futur:[0,4,8,9,26],futurewarn:0,fy:[15,19,20,21,22,24,25,26],fys3150:21,fys4155:[19,20,21],fys5419:[25,26],fys5429:[25,26],g0:2,g2d:[],g:[0,1,2,3,4,6,8,9,10,11,13,23,26],g_0:2,g_1:[2,10],g_2:[2,10],g_:[2,9,10],g_analyt:2,g_dnn_ag:2,g_euler:2,g_i:2,g_m:[3,10],g_n:3,g_re:2,g_t:2,g_t_d2t:2,g_t_d2x:2,g_t_dt:2,g_t_hessian:2,g_t_hessian_func:2,g_t_invers:[],g_t_jacobian:2,g_t_jacobian_func:2,g_trial:2,g_trial_deep:2,g_vec:2,gain:[1,5,7,9,10,13,21,27],galleri:[0,26],game:4,gamge:26,gamma1:8,gamma2:8,gamma:[0,2,8,9,10,11,13,26],gamma_0:10,gamma_1:10,gamma_1x:10,gamma_:[0,26],gamma_i:[0,8,23,26],gamma_j:13,gamma_k:13,gamma_m:10,gamma_x:[0,26],gan:[],gap:[6,8],gate:[4,12],gather:[0,1,12,27],gaug:12,gauss:[],gauss_kernel:[],gaussbacksub:18,gaussian:[4,5,6,8,14,23],gaussian_point:14,gaussian_rbf:8,gave:13,gavra:26,gbc:[22,26],gca:[2,6,8,13,19],gd:[1,20],gd_clf:10,gdclassiffiercgain:10,gdclassiffierconfus:10,gdclassiffierroc:10,gdm:13,gdregress:10,ge:[1,5,7,21,23,27],gen_loss:4,gen_tap:4,gender:[0,26],genener:4,gener:[0,1,2,3,5,6,8,10,11,12,13,14,15,16,18,19,23,25,27],generaliz:[],generallay:12,generate_and_save_imag:4,generate_gauss_mask:[],generate_imag:4,generate_latent_point:4,generate_simple_clustering_dataset:14,generated_imag:4,generator_loss:4,generator_loss_list:4,generator_model:4,generator_optim:4,genet:[],genom:17,geodes:11,geoffrei:[],geometr:[0,13,26],geometri:5,georg:25,geotif:[6,19],geq:[2,5,8,9,13,27],geron:[0,15,22,25,26],get:[0,1,2,3,4,5,6,7,9,10,11,13,15,17,18,19,20,21,23,24,26,27],get_dummi:9,get_paramet:2,get_pred_format:[],get_prev_a:[],get_split:9,get_yaxi:8,get_yticklabel:6,getattr:[],gg:26,gibb:[17,26],gif:4,gini:10,gini_index:9,ginvers:13,git:[0,15,17,26],giter:13,github:[0,6,15,17,19,20,21,22,24,25,26,27],gitlab:[0,15,17,19,20,21,26],give:[0,1,2,3,5,6,7,8,9,10,12,13,14,17,19,20,21,23,26,27],given:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26,27],global:[6,7,13,19,27],gloriou:20,glorot:1,gnew:13,go:[0,1,3,5,6,8,9,11,12,13,19,26,27],goal:[0,7,9,26,27],godfath:[],goe:[0,1,2,5,6,13,14,18,26,27],golden:13,gone:[5,27],gong:1,good:[1,3,4,5,6,9,10,11,13,17,23,25,27],goodfellow:[4,20,22,25,26,27],googl:[1,4,17,26],got:[1,6,19],gotcha:[],gotten:26,gov:[6,19],gp:25,gpu:[1,13,17,26],grad:[2,13],grad_analyt:13,grade:22,gradient:[0,3,4,7,8,9,12,17,21,26,27],gradient_bia:[],gradient_desc:3,gradient_kernel:[],gradient_weight:[],gradientboostingclassifi:10,gradientboostingregressor:10,gradients_of_discrimin:4,gradients_of_gener:4,gradients_util:[3,4],gradienttap:4,gradual:[1,14],grai:[4,6,19],graph:[1,9,11,12,13],graph_from_dot_data:9,graph_funct:[3,4],graphic:[0,1,9,26],grasp:0,gray_r:[1,3],grayscal:3,great:[5,13],greater:[1,7,23],greatli:13,greedi:9,green:[0,3,9,23],gregor:[],grei:4,grid:[1,3,6,7,8,12,23,27],gridsearch:[],gridsearchcv:[],grossli:13,ground:[0,26],group:[0,6,7,9,14,17,19,20,21,22,24,26],groupbi:[0,26],grow:[1,3,9,10],growth:[0,26],gru:4,guarante:[0,3,4,13,23,26,27],guess:[1,4,10,13,14,20],guestrin:10,guid:1,guidelin:[],h1:2,h:[0,1,5,6,8,13,16,19,23,24,25,26,27],h_1:[2,13],h_2:[2,13],h_:[0,13,26],h_ind:[],h_j:[],h_m:10,h_stride:[],ha:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,23,26,27],haa:24,haabrwft72:[],habit:[0,27],had:[0,1,6,7,13,26,27],hadamard:[1,12,13],half:[1,8,9],half_dim:[],half_kernel_height:[],half_kernel_width:[],halv:10,hand:[0,1,2,3,5,11,12,13,15,17,18,19,20,21,22,23,24,25,26,27],handi:[3,19,20,21],handicap:[],handl:[0,1,2,5,9,11,17],handle_unknown:9,handsid:12,handwrit:12,handwritten:[1,5],handwrittennot:[],hang:[],happen:[1,2,3,4,5,6,10,13,23,27],hard:[1,7,8,10,13],hardcopi:[17,26],harder:[0,1,27],harmon:3,harrison:27,hasn:[],hassl:[0,15,17,26],hast:[17,26],hasti:[0,6,15,16,19,22,25,26,27],hat:[0,1,5,6,7,9,10,11,12,13,18,19,27],have:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26,27],haven:1,he:7,head:[0,4,10,23,27],header:[0,26,27],heads_proba:10,health:[0,27],healthi:[],hear:[0,13,26],heart:[0,7,26],heat:[],heatmap:[0,1,3,7,26,27],heavili:0,heavisid:1,hedon:27,height:[1,3,6,27],height_index:[],hein:[],held:13,help:[0,1,4,12,13,16,19,20,21,26],helper:[4,14],henc:[0,5,6,8,9,10,12,13,19,26,27],henrik:[24,26],her:7,here:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26,27],hereaft:[0,8,12,26],hermitian:18,hessenberg:18,hessian:[0,2,5,13,16],heterogen:[9,10],hi:7,hidden:[1,3,4,12,20,21],hidden_bia:1,hidden_bias_gradi:1,hidden_deriv:[],hidden_func:[],hidden_layer_s:[0,1,26],hidden_neuron:4,hidden_nodes1:[],hidden_nodes2:[],hidden_weight:1,hidden_weights_gradi:1,hierarch:[5,27],higg:[],high:[0,1,2,3,4,5,6,9,10,11,13,14,17,18,19,20,26,27],higher:[0,1,3,5,6,8,13,19,20,26,27],highest:[1,2],highli:[0,3,4,10,17,18,20,21,25,26,27],highwai:[0,27],hing:8,hint:[13,16,20,27],hinton:[],hip:17,hire:0,hist:[4,6,7,23],histogram:[0,6,7,23,27],histor:[7,11],histori:[3,4,12],histplot:[],hit:[],hitherto:5,hjorth:[24,26,27],hobbi:23,hoc:[5,27],hochreit:[],hoff:25,hold:[1,3,6,13,14],holder:[0,26],holm:[],holomorphic_grad:[2,13],home:[0,27],homepag:[19,20,21,26],homework:[6,13],homogen:[1,3,9,10,13],honchar:2,hop:[],hopefulli:[0,11,23,26],hopfield:[],horizont:11,hors:[3,7],hot:[1,9],hotspot:[],hour:[1,17,22,23,24,26],house_pric:27,how:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,23,26,27],howev:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,23,26,27],hspace:[0,4,8,10,21,23,26],hstack:[1,27],htf:[22,26],html:[0,7,9,11,17,19,22,24,25,26,27],http:[0,3,4,6,7,9,11,13,17,18,19,20,21,22,24,25,26,27],huang:[0,26],huber:[0,26],huge:[1,3,4,17],human:[0,1,3,6,9,12,27],humid:9,hundr:1,hungri:1,hurt:[],huse:26,hybrid:22,hydrogen:[0,26],hyper:20,hyperbol:[1,4,12],hyperparam:8,hyperparamet:[3,4,5,6,9,13,26,27],hyperplan:11,hz:[3,4],i0:[0,26],i1:[0,6,8,12,26,27],i2:[0,8,12,26],i3:[0,12,26],i5:[0,26],i:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],i_1:[5,6],i_2:[5,6],i_:13,i_j:[],ia:[],ian:25,ic:[1,20],iclr:[],icml:[],id3:[],id:[7,13],ida:[24,26],idea:[0,1,2,3,4,6,9,10,12,13,18,19,20,21,27],ideal:[0,2,6,8,13,23,26,27],idem:6,ident:[5,6,12,13,18,19,27],identical:[],identifi:[0,1,7,9,11,12,13,14,26,27],idx:[],ieor:23,ifft2:[],ifi:25,ifs:[17,26],ignor:[0,1,3,9,27],ii:[18,23],iii:[18,26],ij:[0,1,3,6,8,12,14,16,18,19,23,26,27],ijad:[],ik:[0,18,26,27],ill:[],illustr:[5,7,10,12,13,14,17,26],ilsvrc:[],im:6,imag:[1,3,4,6,9,11,12,14,20,25,26],image_at_epoch_:4,image_batch:4,image_height:3,image_of_cute_dog:[],image_path:[0,6,7,9,26,27],image_shap:[],image_width:3,imageio:[6,19],imagenet:[],images_from_seed_imag:4,imagin:1,img:[],img_fft:[],img_height:[],img_path:[],img_width:[],imit:[],immedi:[0,3,4,6,15,17,26],impact:27,imper:[],implement:[0,2,3,4,5,6,8,9,10,11,12,13,14,19,20,21,23,26,27],impli:[3,5,6,7,13,18,27],implicit:3,implicitli:[11,23],importantli:3,importerror:27,impos:[0,6,11,12,26],imposs:[0,5,26,27],impress:[0,12,26],improv:[0,4,5,9,10,11,13,19,20,21,27],impur:9,imread:[6,19],imshow:[1,3,4,6,19],in1:[],in2:[],in3050:[25,26],in3310:26,in4050:[],in4080:[25,26],in4300:[25,26],in4310:25,in5400:3,in5550:25,in_out_neuron:4,inaccur:13,inact:12,inadequ:[0,26],inbetween:[],inch:[6,27],includ:[0,1,2,3,4,5,6,7,11,12,15,16,17,19,20,21,23,24,25,26,27],include_bia:[6,9],inclus:[],incom:12,inconveni:[],incorpor:[],incorrect:1,incorrectli:[],incoveni:8,increas:[0,1,3,4,5,6,7,8,9,11,12,13,19,21,23,26,27],increasingli:23,increment:[],ind:6,inde:[0,2,4,5,6,13,26,27],indefinit:4,independ:[0,5,6,7,8,12,13,23,26,27],index:[0,1,3,4,10,14,17,18,20,23,25,26,27],index_col:[0,26],indic:[0,1,3,4,5,6,9,10,11,13,16,19,20,26,27],indispens:6,individu:[1,6,7,10,12,23,26,27],indu:[0,27],indx1:2,indx2:2,indx3:2,indx:18,ineffici:[3,13],inequ:[8,13],inequaltii:[],inertia:13,inf1000:[17,26],inf1100:[17,26],inf1100l:[17,26],inf1110:[17,26],inf3000:26,inf5860:[],infeas:9,infer:[0,1,4,6,25,26],infer_nrow:0,inferenc:1,infil:[0,6,7,9,26],infin:[5,6,7,11,27],infinit:3,infinitesim:23,influenc:[6,10],influenti:1,info:26,inform:[0,1,3,4,6,9,11,12,13,14,18,19,20,21,25,26],infti:[3,6,13,23],ingeni:13,ingrad:2,ingredi:[0,9,26],inher:6,inherit:[18,26],init:[],initi:[0,1,2,6,10,13,14,18,20,21,23,26],initial_epoch:[3,4],initialis:[],inititi:[],inject:14,inlin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],inner:[0,13,27],inp:4,inplac:13,input:[0,1,3,4,5,6,7,8,10,12,13,14,19,20,21,23,26,27],input_channel:[],input_channel_index:[],input_dim:1,input_grad:[],input_index:[],input_map:[],input_nod:[],input_shap:[3,4],inputs:1,inputs_shuffl:[0,1,27],insert:[3,5,6,8,10,23,27],insid:[0,4,7,27],insight:[0,1,5,17,20,26,27],insightful:[],insist:[6,13,27],inspect:[],inspir:[0,1,12,20,26],instabl:2,instal:[0,1,5,6,9,15],instanc:[0,1,2,4,6,9,11,13,26,27],instanti:10,instead:[0,1,2,3,4,5,6,8,9,11,13,14,18,19,23,26,27],institut:1,instruct:[0,1,15,16,26],insuffici:[],int32:10,int64:[],int64index:[],int_0:23,int_:[3,6,23],int_a:23,intak:[0,27],integ:[1,2,13,14,18,23,26],integer_vector:1,integr:[3,6,23,26],intellectu:[],intellig:[0,14,25,26],intend:10,intens:[1,20],intention:14,inter:[],interact:[0,6,9,12,17,19,20,21,26],intercept:[0,6,8,11,13,16,19,26],intercept_:[0,6,8,9,13,26,27],interceptol:[],interceptridg:[],interchang:[5,12,18],interconnect:1,interdisciplinari:[],interest:[0,1,2,3,4,5,6,7,8,9,12,17,19,20,21,23,26,27],interfac:[0,1,18,27],interior:[0,9,26],intermedi:[18,27],intern:[1,10,12],interpol:[1,3,4,6,12,19],interpr:[5,27],interpret:[0,1,6,9,10,12,13,18,19,20,21,23],intersect:[],interv:[0,3,5,6,7,13,19,23,26,27],interview:[],intial:13,intiat:[],intiti:[],intract:[0,4,27],intric:[],intricaci:[],intrins:[3,11,18,23,26],intro:[17,25,26],introduc:[0,1,5,6,8,10,12,18,19,23,26],introduct:[1,2,4,13,25,27],introductori:[0,4,18,25,26,27],intuit:[0,5,6,8,12,13,19,26],intuiton:[],inv:[0,5,13,26,27],invalid:8,invalu:[0,13,15,17,26],invari:1,invd:5,invent:[],inver:8,invers:[0,3,6,13,15,16,19,20,26,27],inverse_transform:8,invert:[0,5,7,10,13,26],investig:27,invh:13,invok:[0,8,27],involv:[0,2,6,7,11,12,27],io:[0,17,19,22,24,25,26,27],ion:[],ip:[0,8,23,26],ipca:11,ipykernel_10904:[],ipykernel_10962:[],ipykernel_11016:[],ipykernel_11057:[],ipykernel_11068:[],ipykernel_11090:[],ipykernel_11106:[],ipykernel_11118:[],ipykernel_11123:[],ipykernel_12649:[],ipykernel_15302:1,ipykernel_15329:[],ipykernel_15405:6,ipykernel_15458:13,ipykernel_15499:19,ipykernel_15510:[],ipykernel_15532:[],ipykernel_15547:[],ipykernel_15558:[],ipykernel_15572:[],ipykernel_18986:[],ipykernel_19041:[],ipykernel_19107:[],ipykernel_19139:[],ipykernel_19152:[],ipykernel_19176:[],ipykernel_19181:[],ipykernel_19201:[],ipykernel_19294:[],ipykernel_19329:[],ipykernel_19344:[],ipykernel_19367:[],ipykernel_19394:[],ipykernel_19431:[],ipykernel_19440:[],ipykernel_21437:26,ipykernel_31563:[],ipykernel_31624:[],ipykernel_31672:[],ipykernel_31707:[],ipykernel_31718:[],ipykernel_31736:[],ipykernel_31749:[],ipykernel_31761:[],ipykernel_31766:[],ipykernel_31871:[],ipykernel_44857:[],ipykernel_74401:[],ipykernel_74620:[],ipykernel_74630:[],ipykernel_8624:[],ipykernel_8674:[],ipykernel_8738:[],ipykernel_87501:[],ipykernel_8779:[],ipykernel_8790:[],ipykernel_8815:[],ipykernel_8843:[],ipykernel_8855:[],ipykernel_8861:[],ipykernel_96069:[],ipynb:[17,26],ipython:[0,5,7,9,11,14,15,17,19,20,21,26,27],iq:6,iri:[8,9],irreduc:6,irrelev:[5,27],irrespect:[0,26],irvin:[20,21],isbox:13,iseffici:[],isinst:[],isn:5,isnan:[],isnul:[0,27],isol:[],isomap:11,isotop:26,issu:[1,9,18,27],it_arrai:13,item:[0,13,26],items:[18,26],iter:[1,2,3,4,6,7,8,9,11,13,14,23],its:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,23,26],itself:[5,6,12,19,20,21,23,27],iv:[],ix:[],j1:18,j6p8yfhx1mv_0grj5xl4650h0000gp:[],j:[0,1,2,3,4,5,6,8,9,11,12,13,14,16,18,19,23,25,26,27],j_:6,j_lasso_sk:6,j_ridge_sk:6,j_sk:6,jackknif:[6,17,26],jacobian:[2,13],jacobian_shap:[],jakobsen:24,jason:4,jax:[17,20,26],jax_descend_i:[],jax_descend_x:[],jax_enable_x64:[],jax_grad:[],jd:[],jensen:[24,26,27],jerom:[19,25],ji:[12,18],jit:13,jj:[0,5,6,26],jk:[0,1,6,12,18,26],jl:[0,26],jm:18,jmlr:[],jnp:13,job:[2,8,10],johansen:26,join:[0,4,6,7,9,26,27],joint:[4,5],journal:27,jpg:[],jr:27,judg:13,judgement:[6,19],julia:[17,18,19],jump:[19,23],junk:4,jupit:26,jupyt:[0,15,17,19,25,26],just:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,19,20,21,23,26,27],justif:0,justifi:[3,10],k0:7,k1:7,k:[0,1,3,5,6,7,8,9,10,11,12,13,14,17,18,19,21,23,24,26,27],k_1:[],k_2:[],k_half_height:[],k_half_width:[],k_j:[],k_n:[],k_x:[],k_y:[],kaggl:[6,19,20,21],kai:[],kajda:[],kappa_d:23,karl:[24,26],karush:8,kate:[],katrin:[24,26],keep:[0,1,4,5,6,11,13,14,18,19,20,21,26,27],keepdim:[1,6,10,18],kei:[0,1,3,6,12,27],kept:[4,6,14],ker1:[],ker2:[],ker_coef:[],kera:[0,4,17,19,20,21,26],kernel:[0,1,3,17,26,27],kernel_feature_maps_index:[],kernel_fft:[],kernel_height:[],kernel_input_channels_index:[],kernel_regular:[1,3],kernel_reshap:[],kernel_s:4,kernel_width:[],kernelpca:11,kev:[0,26],kevin:[25,26],keyboardinterrupt:[1,2,3,4],keyword:[6,13,18,19,26],kfold:6,kg:1,ki:18,kick:[1,13],kiener:2,kilomet:[6,27],kind:[0,2,3,4,8,12,13,14,26,27],kj:[6,12,18,27],kjm:[17,26],kkt:8,kl:23,km:[12,26],kmean:14,kmeanspoint:14,kn_k:14,know:[0,1,2,5,6,8,13,17,26,27],knowledg:[0,17,26],known:[1,3,4,5,6,7,8,9,12,18,19,20,21,23,25,27],kondev:[0,26],kp:23,kpca:11,kristin:[],kroneck:14,kuhn:8,kumar:[],kvalsund:[24,26],kwarg:[0,2,3,4,13],kwd:[0,3,4],kwown:[0,26],l0:7,l1:[0,1,3,7,26],l1_l2:[1,3],l1regl:5,l2:[1,3],l:[0,1,2,3,5,6,7,8,10,11,12,13,18,19,21,23,26,27],l_1:7,l_2:[7,13,20],l_:18,l_j:12,l_ja:[],la:13,la_i:12,la_k:12,lab:[17,19,21,26],label:[0,1,2,3,4,5,6,7,8,9,10,12,13,14,17,18,19,20,21,23,26,27],label_encoder_deprecation_msg:[],label_prob:[],labelencod:[7,10],labels:[6,8,9],labels_shuffl:[0,1,27],laboratori:[22,27],lack:[0,26],lagari:2,lagrang:[8,11],lam:[],lambda:[0,1,2,3,5,6,7,8,10,12,13,19,20,23,26,27],lambda_0:11,lambda_1:[5,8,11,27],lambda_2:[8,11],lambda_:11,lambda_i:[8,11],lambda_iy_i:8,lambda_jy_iy_j:8,lambda_k:8,lambda_n:[5,8,27],lamda:1,land:[0,8,27],landmark:8,landscap:13,langl:[0,6,11,23,26,27],languag:[0,1,4,8,15,17,18,19,20,21,25,26],lapack:[18,26],laplac:5,laptop:17,larg:[0,1,2,4,5,6,8,9,10,11,13,15,17,18,19,21,23,25,26,27],larger:[0,3,5,6,8,10,11,13,23,26,27],largest:[4,8,11],larn:[],lasso:[0,7,17,21,26],lasso_sk:6,last:[0,1,2,3,4,5,6,7,8,10,12,13,15,18,19,23,24,26],lastli:[],late:[],latent:4,latent_dim:4,latent_point:4,latent_space_value_rang:4,later:[0,1,4,6,7,8,12,13,14,15,17,19,20,21,26],latest:[4,17],latest_checkpoint:4,latex:26,latter:[0,3,6,7,8,11,13,16,18,19,21,23,26,27],lattic:12,law:0,lax_numpi:[],layer:[0,4,13,20,21,26],lbfg:[7,9,10,11],lcc:[5,6],lda:11,ldot:[0,6,11,19,26],le:[5,7,10,13,23,27],lead:[0,1,3,5,6,7,8,9,10,11,12,13,16,18,23,26,27],leaf:9,leaki:[1,20],leakyrelu:4,lear:13,learn:[3,4,5,6,7,8,9,10,12,18,22,24,25],learnabl:3,learner:10,learnig:26,learning_r:[3,8,10],learning_rate_init:[0,1,26],learning_schedul:13,learnt:[19,20,21],least:[0,7,8,10,11,15,16,17,18,20,21,23],leat:13,leav:[0,1,3,5,6,9,11,26],lectur:[0,1,5,10,11,12,13,15,17,18,19,20,21,22,24,25],lecture_11_backpropag:[],lecturenot:[0,17,19,25,26],led:27,lee:[],left:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,16,18,19,23,26,27],leftarrow:[8,12],legend:[0,2,3,4,5,6,7,8,9,10,13,26,27],len:[0,1,2,3,4,5,6,8,9,10,11,12,18,26,27],len_index:0,lenght:[],length:[0,1,2,3,4,8,9,13,16,17,21,26,27],length_of_sequ:4,leq:[0,5,7,8,13,14,21,23,26,27],less:[0,1,3,4,5,6,8,9,13,17,23,26,27],lessen:1,let:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,23,26,27],letter:[0,16,18,23,26,27],level:[0,1,5,6,9,17,18,19,20,21,22,24,26],lfloor:[],li:[8,11],lib:[0,2,3,4,6,7,8,9,11,13,26,27],liblinear:[8,10],librari:[0,1,2,3,4,5,6,9,10,11,15,18,19,20,21,23,25,27],licens:[0,1,15,17,19,20,21,26],lie:[0,6,11,23,26,27],life:[0,1,8,12,26],lifetim:13,light:[],lightweight:[],like:[0,1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],likelihood:[0,1,5,9,26,27],lim_:23,lima:24,limit:[0,5,6,7,8,9,11,12,18,19,20,21,26,27],lin_clf:8,lin_model:[0,27],lin_reg:9,linalg:[0,2,5,6,8,11,13,18,23,26,27],line1:8,line2:8,line2d:13,line3:8,line:[0,1,2,3,4,6,8,10,11,13,15,19,21,26,27],linear:[1,3,5,6,7,9,10,11,12,17,19,21,23],linear_model:[0,5,6,7,8,9,10,11,13,26,27],linear_regress:6,linearli:[5,27],linearloc:[6,13,19],linearregress:[0,6,7,9,26,27],linearsvc:8,lineat:[],liner:[1,3],linerar:10,linewidth:[0,2,4,6,8,9,10,19],link:[0,4,9,12,17,19,20,21,24,26],linlag:5,linpack:[18,26],linreg:[0,26],linspac:[0,2,3,4,6,8,9,10,13,15,16,18,23,26,27],linu:4,linux:[0,1,15,17,19,21,26],liquid:[0,26],list:[0,1,2,3,4,9,17,19,20,21,26,27],listcomp:[],listedcolormap:[9,10],literatur:[1,7,14,21,25],littl:[1,3,9,12],live:8,ll:[0,23,26,27],lle:[0,27],lloyd:[4,14],lmb:[0,2,5,6],lmbd:[0,1,3,26],lmbd_val:[0,1,3,26],lmbda:13,ln:[1,13],load:[0,1,4,6,7,9,10,19,27],load_boston:[0,27],load_breast_canc:[1,7,9,10,11],load_data:[3,4],load_digit:[1,3],load_iri:[8,9],loc:[0,3,6,7,8,9,10,26],local:[0,1,2,3,4,7,12,13,27],locat:[2,3,8],lock:[3,4],log10:[0,5,6],log2:[],log:[0,1,2,4,5,6,7,9,10,11,13,18,19,20,21,26,27],log_:[0,26],log_clf:10,logarithm:[0,5,7,18,26],logbook:[19,20,21],logic:[0,1,9,26],logist:[0,1,2,8,9,10,11,12,13,17,21,27],logistic_predict:[],logistic_regress:[],logisticregress:[7,9,10,11],logit:7,logloss:[],logreg:[7,9,10,11],logspac:[0,1,3,5,6,26],longer:[2,3,8,10,14,18,20,23,26],loocv:6,look:[0,1,2,3,4,5,6,7,8,9,10,11,13,18,19,20,21,23,26,27],loop:[1,4,6,10,12,14,17,18,26],lose:1,loss:[0,1,3,4,5,6,7,8,10,11,13,18,19,20,21,26],loss_fil:4,lossfil:4,lost:4,lot:[0,1,4,6,27],low:[0,6,9,10,11,19,20,26,27],lower:[0,1,3,6,9,10,16,18,27],lowercas:[18,26],lowest:[9,13,23],lr:[1,3,4,10],lrelu:[],lstat:[0,27],lstm:4,lstm_2layer:4,lstsq:[0,26,27],lt:6,lu:[0,5,26,27],lubksb:18,luckili:2,ludcmp:18,lux:18,lvert:1,lw:[0,26],m1:[3,4],m:[0,1,2,3,5,6,8,9,10,11,12,13,18,22,23,24,25,26,27],m_1:14,m_:[9,12],m_h:[0,26],m_k:14,m_l:12,m_n:[0,26],m_p:[0,26],m_t:13,ma:11,machin:[1,3,4,5,6,7,9,10,11,12,15,18,22,25,27],machinelearn:[0,6,17,19,22,24,25,26,27],mackai:25,made:[0,1,3,4,5,6,7,9,11,12,19,20,21,26,27],mae:[0,26],magic:4,magnitud:[1,6,7,13,27],mai:[0,1,2,3,5,6,7,8,9,11,12,13,17,18,19,20,21,23,26,27],mail:[22,24],main:[0,1,3,4,5,6,7,9,18,19,20,25,27],mainli:[0,5,6,7,9,21,26,27],mainstream:[],maintain:[6,27],major:[1,6,9,10,13,18,26],make:[1,2,3,4,5,6,7,8,11,12,13,17,18,19,20,23,25],make_axes_locat:6,make_classif:[],make_moon:[8,9,10],make_pipelin:[0,6,10,27],make_vjp:[2,13],makedir:[0,6,7,9,26,27],makeplot:[0,26],malcondit:18,malign:[1,7,9],mammographi:5,manag:[0,2,3,15,17,19,21,26,27],mandatori:[24,26],mani:[0,1,3,4,5,6,7,8,9,11,13,14,17,18,19,20,21,23,25,26,27],manifold:11,manner:3,manual:[6,27],map:[0,1,2,6,7,8,11,12,14,19,23,26],march:[],margin:[0,5,8],maria:[],marit:[0,26],mariu:[],mark:26,markedli:[],marker:[0,7,18,26,27],markov:[17,26],marsaglia:23,mass:[0,1,5,13,27],massag:[0,26],masses2016:[0,26],masses2016ol:[0,26],masses2016tre:0,masseval2016:[0,26],master:[6,19,22,24],mat1100:[17,26],mat1110:[17,26],mat1120:[17,26],mat:[17,21,26],match:[0,1,4,5,13,14,27],materi:[4,5,7,13,18,21,24],math:[3,7,12,13,18,23,25,26],mathbb:[0,4,5,6,7,8,11,12,13,14,18,19,23,26,27],mathbf:[0,5,6,7,8,13,18,19,26,27],mathcal:[1,5,6,7,13,19],matheemat:3,mathemat:[0,6,11,12,13,17,18,23,25,26],mathemati:26,mathrm:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,19,23,26,27],matmul:[1,2,5],matnat:25,matplotlib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,21,23,26,27],matplotlibdeprecationwarn:[6,13,19],matric:[0,1,3,4,6,7,8,11,13,16,17,27],matrix:[0,2,3,4,6,7,8,10,13,15,16,19,20,21,23],matshow:1,matter:[2,3,13,27],max:[0,1,2,3,4,9,10,12,13,24,26],max_depth:[0,9,10],max_diff1:2,max_diff2:2,max_diff:2,max_h:[],max_it:[0,1,7,8,9,11,13,26],max_iter:14,max_leaf_nod:10,max_pooling2d_49:[],max_pooling2d_50:[],max_queue_s:[3,4],max_sampl:10,max_w:[],maxdegre:[0,6,10,27],maxdepth:10,maxim:[1,4,5,7,8,11],maximum:[0,2,3,5,7,8,9,10,13,14,26,27],maxpolydegre:[5,6],maxpoolin:[],maxpooling2d:3,mbox:[5,6,19,27],mccorduck:[],mcculloch:12,md:[11,19],mdoel:4,mean:[1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26],mean_absolute_error:[0,26],mean_divisor:14,mean_i:23,mean_matrix:14,mean_squared_error:[0,4,6,7,10,26,27],mean_squared_log_error:[0,26],mean_vector:14,mean_x:23,meaning:[0,4,7,26],meansquarederror:[0,26],meant:[2,3,7,10,13],measur:[0,1,2,5,6,9,11,12,14,19,20,23,26,27],mechan:[0,4,21,23,26],median:[0,26,27],medicin:12,medium:[4,8,13,20,27],medv:[0,27],meet:[0,24],mehta:[0,20,26,27],mek4270:21,member:[],memori:[3,4,11,12,13,18],mention:[0,12,13,19,20,21,23,26],mere:[0,15,20,26],meshgrid:[2,5,6,8,9,10,11,19,27],messag:[5,13],messi:2,met:[0,3,8,27],metal:[3,4],meteorolog:[9,21],meter:[6,27],method:[0,1,2,3,4,5,7,8,11,12,14,16,17,18,20,21,23,25,27],metion:[6,19],metric:[0,1,3,6,7,9,10,14,15,16,26,27],metropoli:[17,26],mev:[0,23,26],mgd:13,mglearn:[17,26],mgrid:13,mhjensen:[2,3,6,7,8,9,11],mi:10,mia:[24,26],michael:20,michigan:[26,27],microsoft:25,mid:1,midel:4,midnight:16,midpoint:9,might:[0,1,2,4,6,9,13,27],mild:9,mileston:[],millimet:[6,27],million:[0,26,27],mimic:12,min:[0,2,5,8,9],min_:[0,2,5,14,26,27],min_samples_leaf:9,mind:[0,6,13,19,26,27],mindboard:4,mine:[17,26],mini:[1,11,12,13,20],minibatch:[1,11,13],minibathc:13,miniforge3:[0,2,3,4,6,7,8,9,11,13,26,27],minim:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,19,27],minima:[0,1,7,13,26],minimum:[0,1,2,6,8,9,11,13,27],minmaxscal:[0,27],minor:[6,13,19,23],minst:1,minu:7,mirjalili:26,mirror:9,misc:[6,19],misclassif:[8,9,10],misclassifi:[8,10],miser:0,mismatch:1,miss:[0,7,10,27],mistak:4,mistakenli:[],mit:25,mix:[1,2,26],mixtur:13,mk:[9,18],mkdir:[0,6,7,9,26,27],ml:[0,1,10,13,18,19,20,21,27],mlab:23,mlbook:26,mle:[5,7],mlp:1,mlpclassifi:1,mlpregressor:[0,26],mm:18,mn:[12,23],mnist:[1,11,20],mnist_784:[],mod:23,mode:[22,24,26],model:[2,3,5,7,8,9,10,11,13,14,15,16,17,19,23,25,27],model_select:[0,1,3,5,6,7,9,10,11,26,27],moder:10,modern:[0,6,7,17,26],modif:[2,12,13],modifi:[0,1,3,5,7,8,10,12,13,26,27],modul:[0,7,9,11,18,26],modular:23,modulo:23,moe:[11,27],moment:[5,6,13,23],moment_correct:[],momentum:20,momentum_schedul:[],mondai:[26,27],monitor:13,monochrom:[],monoton:[5,12,23],mont:[0,6,17,23,25,26],moor:[5,6],more:[0,1,2,4,5,7,8,9,10,11,12,13,14,17,20,21,23],moreov:[0,3],morten:[24,26,27],most:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,23,26,27],mostli:[1,11],motion:[0,13],motiv:[1,4],mouth:[],move:[0,4,5,6,7,9,12,13,14,19,23,27],mpl:[0,7,26],mpl_toolkit:[2,6,13,19],mplot3d:[2,6,13,19],mplregressor:1,mse:[0,4,5,6,9,10,15,16,19,20,21,26,27],mse_simpletre:10,mselassopredict:5,mselassotrain:5,mseownridgepredict:6,msepredict:5,mseridgepredict:[0,5,6],msetrain:5,msg:[0,27],msle:[0,26],mt:[7,12],mu0:23,mu1:23,mu2:23,mu:[0,6,11,13,23,26],mu_1:27,mu_:[6,23,27],mu_i:[6,27],mu_n:11,mu_x:23,much:[0,1,2,3,4,5,6,8,9,10,11,12,13,18,19,21,23,26,27],multi:[0,1,3,7,17,26,27],multiclass:[1,7],multidimension:[11,12,26],multiindex:[],multilay:1,multinomi:7,multipl:[2,4,5,6,7,12,13,23,27],multipli:[3,5,6,11,13,18,23,27],multiplum:8,multivari:[0,2,10,11,17,23,26],multivariate_norm:[11,14],multiwai:[],murphi:[11,25,26],must:[0,1,2,5,6,8,10,12,13,14,23,27],mut_add:[],mutabl:[],mutat:7,mutual:[1,3,6,13],mx_:23,myenv:[0,2,3,4,6,7,8,9,11,13,26,27],myriad:[0,15,17,26],mz1:23,mz2:23,n1:18,n2:18,n:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,23,26,27],n_0:[12,23],n_:[1,2,3,8,12,23],n_boostrap:[6,10],n_bootstrap:6,n_categori:[1,3],n_cluster:14,n_compon:11,n_epoch:13,n_estim:10,n_examples_to_gener:4,n_featur:1,n_filter:3,n_hidden:2,n_hidden_neuron:[0,1,26],n_i:23,n_input:[0,1,3,27],n_instanc:9,n_iter:[],n_iter_i:[7,9,11],n_job:10,n_k:14,n_l:[12,23],n_layer:1,n_m:9,n_neuron:1,n_neurons_connect:3,n_neurons_layer1:1,n_neurons_layer2:1,n_point:14,n_sampl:[6,8,9,10,14],n_split:6,n_step:4,n_t:2,n_x:2,na:[],nabla:[1,13],nabla_:[2,13],nabla_w:13,nafter:[],nag:13,naimi:[0,26],naiv:7,naive_kmean:14,najafi:[24,26],nall:0,namd:[],name:[0,1,3,4,5,6,7,8,9,10,12,13,14,15,17,18,19,21,23,24,26,27],nameerror:[6,10,15,19],nan:[],narrow:13,nary_f:[2,13],nary_op_arg:[2,13],nary_op_kwarg:[2,13],nary_oper:[2,13],nation:[1,5,27],nativ:[17,26],natur:[0,1,4,8,9,12,13,19,20,21,23,25,26],navier:12,nb:23,nb_:18,nbconvert:26,nd:14,ndarrai:[2,6],ndef:13,nderiv:[],ne:[9,10,18,23,27],nearest:[1,3,6,11],nearli:13,neat:26,neatli:[],neccesari:6,necess:2,necessari:[0,1,3,4,8,14,26],necessarili:[0,4,11,23,26],necesserali:5,necessit:[],neck:7,need:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,20,23,27],neg:[0,1,3,5,6,7,10,13,18,23,26],neg_mean_squared_error:6,neglect:23,neglig:23,neighbor:[3,6,11],neither:[4,13],neq:[13,14,23],nerual:[],nervou:12,nest:[2,9,12],nesterov:13,net:[2,4,12,27],netlib:[18,26],network:[0,9,13,17,25,27],networkd:21,neural:[0,13,17,25,27],neural_network:[0,1,2,26],neuralnetwork:1,neuralnetworksanddeeplearn:[],neuron:[1,2,3,4,12],neutral:[0,26],neutron:[0,26],never:[1,3,4,6,9,23],new_box:13,new_chang:13,new_hobbit:26,new_root:13,new_trac:13,new_tracing_count:[3,4],new_windows_first_dim:[],new_windows_sec_dim:[],newaxi:[0,3,6,9],newli:[0,26],newton:[1,7,8,13,23],next:[0,1,2,3,4,5,6,8,9,13,14,26,27],next_guess:13,next_input:4,next_nod:[],nf8_grad:13,nfrom:13,ng:1,ngini:9,nhow:[],ni:14,nice:[0,1,5,11,26,27],nielsen:20,nimport:13,nip:[],niter:13,nitric:[0,27],nlambda:[0,5,6],nlp:25,nm:23,nm_n:[0,26],nmnm:[],nmse:6,nn:[2,5,6,12,18],nn_model:1,nnmin:2,node:[1,2,3,9,10,12,20,21],node_constructor:[],node_index:[],nois:[0,4,5,6,8,9,10,13,15,16,19,26,27],noise_dimens:4,noisi:[1,6,19],non:[0,1,3,4,5,6,7,9,10,11,12,13,14,18,19,23,26,27],noncommerci:[20,21],none:[0,1,2,3,4,5,9,10,13,23,26,27],nonetheless:[],nonlinear:[3,6,8,9,11,12],nonneg:[6,9,13],nonparametr:6,nonsens:23,nonsingular:18,nonumb:[3,7,8,13,18],nonxla:[3,4],nor:[1,4,13],norm:[0,1,5,6,8,11,13,26,27],normal:[3,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],normali:[18,26],norvig:[],norwai:[6,19,20,21,26],notat:[0,2,5,6,13,14,23,26,27],note:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,25,26],notebook:[0,1,3,9,15,17,19,20,21,26],notesexercise5week452022:[],notessep14:[],notessep28:[],noth:[1,2,5,8,12,14,23,27],notic:[4,5,12,13,18,23,26],notimplementederror:[],notion:3,noutput:[],nov:[20,21],novel:[3,6,10],novemb:[1,22,24,26],now:[0,2,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,23,26,27],nowadai:[0,1,3,9,17,26],nox:[0,27],np:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,19,23,26,27],npr:2,nprint:13,npv:[],nsampl:[6,9],nt:2,nthi:0,ntrained_model:6,nu:23,nuclear:[5,27],nuclei:[0,23,26],nucleon:[0,26],nucleu:[0,26],num:4,num_allow_arg:0,num_class:[],num_coordin:2,num_equ:[],num_hidden_neuron:2,num_it:2,num_iter:[],num_neuron:2,num_neurons_hidden:2,num_not:[],num_output:[3,4],num_point:2,num_tre:10,num_valu:2,number:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,24,26],numberid:7,numberparamet:3,numer:[0,5,6,9,10,11,12,13,17,18,25,26,27],numpi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,21,23,27],numpy_vjp:[],numpy_wrapp:[],nunmpi:[5,27],nvalu:9,nx:[2,13],nx_test:6,nx_train:6,nx_train_mean:6,ny:23,ny_pr:6,ny_train:6,ny_train_mean:6,nz:[],o:[0,6,7,8,9,11,15,18,24,25,26,27],o_j:[],obei:[6,11,13,27],object:[0,1,2,4,6,8,10,13,18,26,27],obliqu:[5,27],observ:[0,1,3,5,6,7,8,9,10,11,12,13,14,23],obtain:[0,1,5,6,7,8,9,10,12,13,14,18,19,20,23,26,27],obviou:[5,6,11,23,27],obviouli:26,obvious:[0,4,5,6,18,20,26],oc:27,occas:[],occasion:[],occupi:[0,27],occur:[0,6,8,9,18,23,26],occurr:[],oct:[],octob:[22,24,26],od:[0,21],odd:[0,3,7,26,27],odenum:2,odesi:2,odin:26,oen:0,off:[1,3,4,5,9,13,23],offer:[6,11,17,18,22,24,26],offic:[24,26],offici:[22,26],often:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,23,26,27],oftentim:[],ofter:[18,26],og:[],ol:[0,13,15,16,20,26,27],old:[1,5,10,13],oldest:[],ols_fit:[],ols_fit_beta:[],ols_sk:6,ols_svd:6,olsbeta:[0,5],omega:[2,3,6],omega_0:3,omiss:[],omit:[0,5,26,27],on_train_batch_begin:[3,4],onc:[1,6,9,11,13],one:[0,1,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,23,24,26,27],onehot:1,onehot_vector:1,onehotencod:9,ones:[0,2,5,6,8,9,10,11,13,18,19,21,26,27],ones_lik:4,onl:3,onli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,21,23,26,27],onlin:[11,22],onto:[5,11,27],op_nam:[3,4],open:[0,1,4,6,7,9,15,17,19,21,22,24,26],oper:[0,1,3,5,6,10,11,12,13,15,17,23,26,27],operation:23,oplu:23,opmiz:13,opportun:0,oppos:[6,13],opposit:[1,5,8,27],opt:[1,5,20,21,26],optim:[0,2,3,4,5,6,7,9,10,11,14,15,16,19,20,21],optimis:[1,3],optimist:[],optimizer_v2:3,option:[0,1,3,5,6,7,8,9,11,18,19,20,27],optionalxlacontext:[3,4],optmiz:[1,8,13,27],oral:26,orang:0,order:[0,1,2,3,5,6,7,8,9,10,11,12,15,16,18,19,20,21,23,26,27],ordinari:[0,2,3,7,11,13,15,16,17,20,21],ordinrari:[],oreilli:[25,26],org:[0,3,4,7,9,11,17,18,25,26],organ:[6,7,10,18],orient:[1,5,23,27],origin:[0,3,5,6,8,11,12,13,18,26,27],original_imag:[],orthogn:[5,27],orthogon:[0,5,6,8,11,13,18,26,27],orthonorm:[5,27],os:[0,1,4,5,6,7,8,9,24,26,27],oscar:1,oscil:[3,13],oslo:[0,15,17,19,20,21,22,24,26,27],osx:[0,15,17,19,21,26],other:[0,1,2,3,5,6,7,8,10,13,14,15,17,19,20,21,22,23,24,25],otherwis:[0,1,4,7,13,18,20,26,27],ouput:[5,7,12],our:[1,2,3,6,7,8,9,10,12,14,15,16,17,18,19,20,23],ourmodel:0,ourselv:[0,5,6,8,11,13,21,26,27],out1:[],out2:[],out:[0,1,2,4,5,6,7,8,9,10,11,12,13,16,17,18,19,20,23,26,27],out_deriv:[],out_fil:9,out_h:[],out_w:[],outcom:[0,7,9,10,12,23,27],outdoor:9,outer:[6,12,13],outfil:4,outgrad:2,outlier:[0,8,26,27],outlin:[6,10,11],outlook:9,outperform:10,output:[0,1,3,4,5,6,7,8,9,10,12,13,16,18,19,20,21,23,26,27],output_bia:1,output_bias_gradi:1,output_func:[],output_grad_tr:[],output_lay:[],output_nod:[],output_shap:4,output_weight:1,output_weights_gradi:1,outputlay:[],outputlayer1:12,outputlayer2:12,outsid:4,over1:13,over:[0,1,3,4,5,6,9,10,12,13,18,19,26,27],overal:[1,10],overcast:9,overcom:[12,13],overdetermin:[0,26],overfit:[0,1,3,6,9,10,13],overflow:[1,5],overflowerror:[],overhead:12,overlap:[3,7,8,9],overlin:[0,5,6,9,10,11,14,18,26,27],overst:0,overtrain:4,overview:3,overwritten:[],own:[4,5,6,8,12,13,17,18,19,21],owner:[0,27],ownmsepredict:0,ownmsetrain:0,ownridgebeta:[0,6],ownypredictridg:0,ownytilderidg:0,oxid:[0,27],p0:2,p1:2,p:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,26,27],p_1:[],p_2:[],p_:[2,4,8,9],p_hidden:2,p_i:[5,23],p_j:23,p_n:23,p_output:2,p_x:23,pack:[0,26],packag:[0,1,2,3,4,5,6,7,8,9,11,13,15,17,19,20,21,23,27],packtpub:26,packtpublish:26,pad:[3,4],pad_imag:[],padded_height:[],padded_imag:[],padded_img:[],padded_width:[],page:[0,17,26],pai:[0,1,9,13],paid:21,pair:[0,2,3,9,17,23,26,27],pamilla:[],panda:[0,4,5,6,7,9,11,15,17,19,21],panel:26,paper:1,paradigm:[0,26],parallel:[3,4,10,13,17,18,26],param:[2,4],param_distribut:[],param_grid:[],paramat:2,paramet:[0,1,2,3,4,5,6,7,8,9,10,12,13,16,19,20,21,23],parameter:[0,6,10,19,26,27],parametr:[0,6,15,16,26,27],paramt:[3,5],parent:2,parent_argnum:[],parser:0,part:[0,1,3,5,6,10,18,22,23,24,26],partial:[0,1,5,6,7,8,10,11,12,13,16,23,26,27],particip:[17,22,24,26],particl:[0,4,13,23,26],particular:[0,1,2,3,5,6,9,10,11,12,13,16,19,23,25,26,27],particularli:[5,6,8,11,13,23,27],partit:[1,4,9],partli:[6,26],pass:[2,3,12,14],password:[19,20,21],past:[10,23],patch:[6,23],path:[0,4,6,7,9,15,17,26,27],pathcollect:[],patient:7,patter:4,pattern:[0,3,4,12,21,22,25,26],pauli:[0,26],pavisj:[],pc:[11,17],pca:[0,7,17,26,27],pcolor:6,pcolormesh:6,pd:[0,4,5,6,7,9,11,26,27],pde:[2,21],pdf:[0,3,4,5,6,9,19,20,21,25,26],pedagog:[0,26,27],peel:[],penal:[6,27],penalti:[6,13,19,27],penros:[5,6],pentagon:13,peopl:[0,1,9,13,17,27],per:[0,1,6,22,24,26,27],perc_print:[],percentag:[0,10,11,24,27],perceptron:[0,1,7,26],peregrin:26,perfect:[0,1,13,26],perfectli:[4,6],perform:[0,2,3,4,5,6,8,10,11,12,13,14,15,16,17,18,19,20,21,23,26,27],performac:4,perhap:[0,5,13,21,26,27],perimet:[1,9],period:[1,4,23],permut:11,persist:13,person:[5,6,7,22,24,26,27],perspect:[21,25],pertin:[12,20,26],petal:[8,9],peter:25,phantom:23,phase:[6,12],phd:[],phenomena:23,phi:8,phi_k:8,philosophi:13,phone:[24,26],photo:4,photon:[],php:20,phrase:[0,26],physic:[0,1,4,7,12,13,20,21,23,24,25,26,27],physicist:20,pi:[2,3,5,6,7,9,12,13,21,23],pick:[1,9,10,11,13,14],pickl:1,pictur:[0,26],pie:[17,26],piec:[11,14],pillow:[0,15,17,19,21,26],pinv:[5,6,13,27],pip3:[0,1,15,19,21,26],pip:[0,1,15,17,19,21,26],pipelin:[0,6,8,10,27],pippin:26,pit:4,pitfal:[6,27],pitt:12,pixel:[1,3,4],pixel_height:[1,3],pixel_width:[1,3],place:[0,4,6,8,13,18,19,21,26],placement:[],plai:[0,3,4,5,6,8,11,17,26,27],plain:[8,10,12,13,14,20],plan:[6,9,24,25,26],plane:[8,9],plateau:5,platform:[3,4,17,26],plausibl:12,pleas:[6,7,9,11,13,19,20,21,24,26],plenti:1,plethora:[3,12],plot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,26,27],plot_confusion_matrix:[7,10],plot_convolution_result:[],plot_count:6,plot_cumulative_gain:[7,10],plot_data:1,plot_dataset:8,plot_decision_boundari:[9,10],plot_import:10,plot_max:4,plot_min:4,plot_model:4,plot_numb:4,plot_predict:8,plot_regression_predict:9,plot_result:4,plot_roc:[7,10],plot_surfac:[2,6,13,19],plot_train:9,plot_tre:[9,10],plqvvvaa0qudcjd5baw2dxe6of2tius3v3:[],plt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],plu:[0,3,5,7,26,27],pm:8,pmatrix:2,pml:25,pn:3,png:[0,4,6,7,9,26,27],point:[0,1,2,3,5,6,7,8,9,10,11,13,14,15,16,18,19,21,23,24,26,27],point_1:4,point_2:4,poisson:[17,23,26],poli:[6,8],poll:[],poly100_kernel_svm_clf:8,poly3:0,poly3_plot:0,poly3dcollect:13,poly_degre:[],poly_featur:[8,9],poly_features10:9,poly_fit10:9,poly_fit:9,poly_kernel_svm_clf:8,polydegre:[0,5,6,10,27],polygon:13,polym:12,polymi:19,polynomi:[0,5,6,7,8,9,10,11,15,16,19,20,26,27],polynomial_featur:6,polynomial_svm_clf:8,polynomialfeatur:[0,6,8,9,27],polytrop:[0,6,26],pool:3,pool_siz:3,poolin:[],pooling2dlay:[],pooling_act:[],pooling_lay:[],poor:[1,13],poorli:[0,27],pop:[],popul:[0,5,26,27],popular:[0,1,3,6,7,8,9,11,12,15,17,18,19,21,23,27],popularli:[0,26],portabl:10,portion:[11,13],pose:[0,4,5,6,11,23,26],posit:[0,1,2,3,5,7,8,10,11,13,14,18,23,26,27],possibl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,17,18,19,20,21,23,24,26,27],possible_gradient_typ:[3,4],possible_gradient_types_non:[3,4],possibletapegradienttyp:[3,4],post:[],posterior:5,postpon:[0,26,27],postscript:[19,20,21],postul:5,potenti:[0,3,5,6,12,13,21,26,27],pott:12,power:[0,1,5,6,8,9,12,13,26,27],pp:[5,6],ppv:[],practic:[0,5,6,7,8,19,20,21,23,27],practition:[0,1,3,26],pre:26,preced:[1,11,12,23],preceed:4,preceq:8,precis:[0,2,5,11,13,18,19,20,21,23,26,27],pred:6,pred_format:[],pred_train:[],pred_val:[],predicit:0,prediciton:[],predict:[0,1,5,6,7,8,9,10,15,16,17,19,21,25,26,27],predict_prob:1,predict_proba:[7,10],predictor:[0,5,6,7,9,10,11,26,27],prefer:[0,1,6,8,9,11,13,15,17,19,20,21,26],prepar:[0,6,18,19,20,21,26,27],preprocess:[0,4,6,7,8,9,10,11],prerequisit:0,prescript:[19,20,21],presenc:13,present:[0,5,6,7,9,12,13,18,19,20,21,23,26,27],preserv:[3,11,18],press:[13,25],presum:[],pretrain:[1,4],pretti:[0,4,8,9,15,17,19,21,26],prev_a:[],prev_centroid:14,prev_g:[],prev_g_flag:[],prev_lay:[],prev_nod:[],prevent:[13,23],previou:[0,1,2,3,4,5,6,8,10,11,12,13,18,19,20,21,23,27],previous:[2,3,9,10,23],previous_nod:[],price:[0,4,9,13,27],primal:8,primari:[0,7,26],prime:23,primit:[],princip:[0,5,7,17,21,26,27],principl:[0,6,7,8,14,26],print:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,26,27],print_funct:[8,9],print_length:[],printout:[0,26],prior:[0,5,6,26,27],privat:0,pro:20,prob:[1,23],probabilist:[0,25,26,27],probabl:[0,1,3,4,6,7,10,13,17,26,27],problem:[0,3,4,5,6,7,8,9,10,11,12,16,17,18,19,20,23],probml:25,proce:[0,5,6,7,8,9,10,11,13,18,26,27],procedur:[2,4,5,6,8,10,11,13,19,27],proceed:18,process:[0,2,4,6,9,10,12,13,15,17,18,19,21,23,25,26],processor:[],prod:25,prod_:[1,5,7],produc:[0,3,4,5,6,9,10,11,12,13,17,18,19,21,23,26,27],product:[0,1,3,5,6,7,8,12,13,16,17,18,26,27],profess:[0,26],profession:[],professor:[],profil:[3,4],profile_util:[3,4],progag:20,program:[0,1,4,5,6,8,12,14,15,16,17,18,22,23,24,26,27],programm:18,progress:[1,4,14],prohibit:6,project1:[6,19],project:[0,1,2,3,5,11,13,17,22,24,27],project_root_dir:[0,6,7,9,26,27],promin:12,promis:8,promot:[24,26],prone:9,pronounc:[13,17,26],proof:[0,11,12,13,26],prop:[],propag:[2,3,13,20],proper:[0,2,6,7,19,21],properli:[1,6,8,10,13,19,20,21],properti:[0,1,3,12,13,16,18,26],proport:[0,1,5,9,11,13,16,23,26,27],propos:[1,4,6,10,19,20,21,26],propto:[5,13],proton:[0,26],prove:[3,13],provid:[0,1,3,4,5,6,8,9,10,12,13,15,17,18,19,20,21,23,26,27],proxi:[1,13],prune:9,pseudo:[18,23],pseudocod:[19,20,21],pseudoinv:5,pseudoinvers:[5,6],pseudorandom:[6,23],psycholog:[0,26],pt:13,ptratio:[],publish:21,punish:[0,1,26],pure:[3,9,23],purest:9,puriti:9,purpos:[0,3,10,12,14,26,27],push:[],put:1,py:[0,1,2,3,4,5,6,7,8,9,11,13,19,26,27],pycod:26,pydata:17,pydot:9,pyhton2:26,pylab:[0,7,26],pylint:[3,4],pypi:17,pyplot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],pythagora:5,python2:[0,15,19,21,26],python3:[0,2,3,4,6,7,8,9,11,13,15,17,19,21,26,27],python:[1,2,3,4,5,6,8,11,12,13,14,16,19,20,21,23,27],pytorch:[0,17,19,20,21,26],pywrap_tf:[3,4],q:[5,6,8,11,23,27],qp:8,qquad:[2,11,13,18],qr:[5,6,18,27],quad:[1,13,18],quadrat:[0,8,9,13,15,16,26],qualit:[4,9,19,20,21,23],qualiti:[0,9,15,16,17,26,27],quantifi:1,quantil:10,quantit:[0,6,9,19,20,21,26],quantiti:[0,2,5,6,7,9,10,11,12,14,16,18,23,26,27],quantiz:[],quantum:[4,12,21,25,26],quark:[],quartil:[0,27],qubit:[],quench:5,queri:9,question:[0,5,6,9,11,12,13,19,24,26,27],qugan:4,quick:[4,23],quick_execut:[3,4],quickest:[],quickli:[1,3,9,11,13],quit:[1,5,6,9,10,12,27],quot:4,r2:[0,5,6,20,21,26,27],r2_score:[0,26,27],r2score:[0,26],r:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,27],r_1:9,r_2:9,r_j:9,r_m:9,racial:27,racist:27,rad:[0,27],radial:[0,8,12,27],radioact:23,radiu:[0,1,9,27],rag:2,rain:9,rais:[0,2,13,27],ramp:1,ran0:23,ran1:23,ran2:23,ran3:23,rand:[0,4,5,6,9,10,13,15,16,18,26,27],randint:[6,9,13],randn:[0,1,2,5,6,9,11,13,15,16,26,27],random:[0,1,2,3,4,5,6,8,9,13,14,15,16,17,18,19,21,26,27],random_forest_model:10,random_index:13,random_indic:[1,3],random_st:[0,7,8,9,10,11,27],randomforestclassifi:10,randomizedsearchcv:[],randomli:[1,6,9,13,14],randuniform:[],rang:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,18,23,26,27],rangl:[0,6,11,23,26,27],rangle_x:23,rank:[5,27],rankdir:4,raphson:[1,8,13],rapid:[],rapidli:0,rare:[1,13,26],raschka:26,rasckha:26,rate:[0,1,2,3,4,8,9,10,12,13,20,27],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,23,26,27],ratio:[4,7,9,10,11],ration:[],rational:[0,26],ravel:[5,6,7,8,9,10,11,13,18,27],raw:3,raw_df:27,rbf:[8,11,12],rbf_kernel_svm_clf:8,rbf_pca:11,rc:[0,23,27],rcond:[0,26,27],rcparam:[0,1,3,7,8,9,10,23,26],re:[2,4,13],reach:[1,4,5,6,7,9,10,11,12,13,14],read:[0,2,3,4,5,6,7,8,11,12,16,18,19,20,21,22,23,25],read_csv:[0,6,7,9,26,27],read_fwf:[0,26],readabl:[],reader:[0,6,18,23,26,27],readi:[0,1,5,6,8,10,11,12,18,19,26],readili:1,readthedoc:17,real:[0,1,2,4,7,10,11,12,13,18,27],real_loss:4,real_output:4,realist:8,realiti:23,realiz:[1,12],realli:[0,1,26],rearrang:13,reason:[0,1,3,4,10,13,25,26],reassign:1,reat:[],reber:[],recal:[5,6,9,10,11,12,18,23,26,27],recast:3,receiv:[1,3,10,12,23],receiver_operating_characterist:[],recent:[0,1,2,3,4,6,10,13,15,19,25,26,27],recept:[3,12],receptive_field:3,recip:[0,6,7,18,19,20,21,26,27],reciproc:5,recogn:[0,4,5,10,26],recognit:[0,1,3,12,22,25,26],recommen:26,recommend:[0,2,3,4,5,6,8,13,15,17,18,19,20,21,25],reconsid:9,reconstruct:11,record:[10,19,20,21,22,24,26],recov:[],rectangl:[9,13],rectangular:[5,27],rectifi:[1,3,12],recur:[0,17,26],recurr:[0,1,17,21,26],recurs:[9,17,18,26],red:[0,3,4,6,8,9],redefin:[0,10,26,27],redefinit:[],reduc:[1,3,5,6,9,10,11,13,26],reduct:[0,10,11,17,23,26,27],refer:[0,1,2,3,5,6,7,9,11,12,13,14,18,19,20,25,26,27],referenc:2,refin:12,refit:6,reflect:[0,1,4,5,19,20,21,23,26],refrain:[],refresh:[17,26],refreshprogrammingskil:26,reg:[10,11],regard:[1,9,13],regardless:12,region:[3,4,6,9,12,19,21],regist:[6,19,23],reglasso:5,regr_1:[0,9],regr_2:[0,9],regr_3:[0,9],regress:[1,8,11,12,15,16,17,18,21],regressor:[0,7,10,26],regridg:[0,5,6],regular:[0,3,4,5,6,7,9,13,20,24,26,27],regularis:6,regularizi:[],reilli:[0,15,25,26],reinforc:[0,8,17,26],reiniti:[],reiter:1,reject:7,rel:[0,4,6,7,9,12,13,23,26,27],relat:[0,1,3,4,5,11,13,14,18,21,23,26],relationship:[0,4,9,26],relativeerror:[0,26,27],releas:[1,3,4,6,13,17,19,20,21,26],relev:[0,1,5,7,11,15,17,19,20,21,23,26],reli:[0,6,8],reliabilti:[19,20,21],reliabl:[7,23],relu:[3,4,20,21,26],remain:[1,2,4,6,12,18,23,27],remaind:23,reman:2,remark:1,rememb:[0,8,13,18,19,20,21,26],remind:[0,5,11,13,18,23,27],remov:[0,4,5,6,27],render:[0,26,27],reorder:[5,7,27],reorgan:[0,26],repeat:[0,1,3,4,5,6,9,10,11,13,14,18,19,20,23,26],repeated:26,repeatedli:[0,6,10,13],repet:3,repetit:[6,26,27],rephras:13,replac:[0,1,3,4,5,6,10,12,14,15,16,17,19,20,21,26,27],repli:[],replica:6,repo:[19,20,21],report:26,reportexampl:19,reportsampl:[],repositori:[0,4,19,20,21,26,27],repres:[0,1,2,3,4,5,6,7,8,9,10,12,13,20,23,26,27],represent:[0,1,3,6,23,26],representd:3,reproduc:[0,5,6,9,12,15,16,17,19,23,26,27],repuls:[0,26],request:[0,13],requir:[0,1,3,4,5,6,8,9,11,12,13,18,21,26,27],rerun:[],res1:2,res2:2,res3:2,res_analyt:2,res_analytical1:2,res_analytical2:2,res_analytical3:2,resaml:[6,19],resampl:[0,7,10,17,26,27],rescal:[0,11,12,27],rescu:5,reseach:[6,19],research:[0,4,13,17,21,25,26,27],researchg:27,resembl:[6,23],reserv:[1,5,6,23],reservoir:[],reset:[],reset_weight:[],reset_weights_independ:[],reshap:[0,1,2,3,4,6,8,9,10,15,16,18,26,27],residenti:[0,27],residu:[0,5,13,26],resiz:[5,27],resolv:[],resourc:26,resourcewarn:[],respect:[0,1,2,3,5,6,7,8,10,11,12,13,14,16,19,21,23,26,27],respond:12,respons:[0,7,9,12,26,27],rest:[0,5,27],restat:[0,12,26],restor:4,restored_discrimin:4,restored_gener:4,restrict:[0,3,9,12,26],result:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26],result_ndim:[],retail:[0,27],retain:[5,6,27],rethink:[],retrain:[],retriev:26,return_data:14,return_sequ:4,return_x_i:9,reus:[1,3,6,19,20],reusabl:[],reveal:[0,12,26],revers:[1,18],reversed_lay:[],review:[17,18],revisit:14,revolut:26,reward:[0,4,26],rewrit:[0,3,5,6,7,8,10,11,12,13,18,19,23],rewritten:[2,6,8,10,23],rewrot:13,rf:10,rfloor:[],rgb:3,rgoj5yh7evk:17,rh:6,rho2:[],rho:[0,10,13,26],rho_1:10,rho_2:10,rho_m:10,rich:[0,26],ride:9,rideclass:9,ridedata:9,ridg:[7,11,13,17,20,21,26],ridge_fit:[],ridge_fit_beta:[],ridge_sk:6,ridgebeta:5,ridgecv:[],right:[0,1,2,3,5,6,7,8,9,10,12,13,14,16,18,19,23,26,27],right_sid:2,rightarrow:[0,1,5,6,8,11,12,13,23,26,27],rigor:[0,26],ring:6,rise:[0,26],risk:[0,13,15,16,26],rival:4,river:[0,27],rl:[],rlm:26,rm:[0,23,27],rmb:[],rms_prop:[],rmse:[0,27],rmsporp:13,rmsprop:[1,3,4,13,20],rnd_clf:10,rng:23,rnn1:4,rnn2:4,rnn:[4,12],rnn_2layer:4,rnn_input:4,rnn_output:4,rnn_train:4,rntrick1:23,rntrick2:23,rntrick3:23,rntrick4:23,ro:[0,13,26],robert:[19,25],robust:[0,26],robustscal:[0,27],roc:[7,10,21],rod:21,role:[0,2,5,6,8,17,26,27],roll:6,room:[0,24,26,27],root:[0,5,9,13,23,27],rot90:[],rot:26,rotat:[1,8,9,10],rotation_matrix:9,roughli:[1,3],round:[0,7,9,13,27],routin:[13,18,26],row:[0,1,2,5,6,7,9,11,18,26,27],rr:[5,27],rrr:[5,27],rubinfeld:27,rug:13,rule:[0,1,5,6,13,19,26,27],run:[0,1,2,3,4,5,6,8,9,11,13,15,17,19,20,21,26,27],runtim:[1,6,14],runtimewarn:[1,6],russel:[],rust:[0,15,17,18,26],rv_frozen:[],rvert:1,rvert_2:1,s:[0,1,2,3,4,5,6,7,9,11,12,13,16,17,18,19,20,21,23,26,27],s_1:6,s_2:[],s_:[3,6],s_i:[6,7],s_j:6,s_k:6,saddl:13,sadli:[],sai:[0,1,2,3,4,5,6,7,8,9,10,11,12,18,19,21,23,26,27],said:[6,9,13],sake:[0,5,7,11,26,27],sale:[0,26],sam:26,same:[0,1,2,3,4,5,6,8,9,11,12,14,18,19,21,23,26,27],samm:10,sampl:[0,1,2,3,4,5,6,7,8,9,10,13,14,15,16,17,18,19,23,26,27],sample_vari:14,sample_weight:[3,4],sampleexptvari:23,samwis:26,sastri:11,satisfactori:[0,26],satisfi:[1,2,3,6,8,13,18,23],satur:[1,6],save:[0,4,6,7,9,13,26,27],save_fig:[0,6,7,9,10,26,27],savefig:[0,4,6,7,9,23,26,27],savetxt:4,saw:[5,27],scalabl:10,scalar:[2,5,6,10,13,27],scale:[0,1,3,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,24,26],scale_mean:4,scale_std:4,scaler:[0,7,8,9,10,11,27],scan:[5,7],scari:5,scatter:[0,1,6,7,8,9,14,26,27],scenario:[6,13],schedul:[13,24],scheduler_arg:[],scheduler_bia:[],scheduler_weight:[],schedulers_bia:[],schedulers_weight:[],scheme:[1,13,21],schmidhub:[],scholar:[],schrage:23,schuld:[],scienc:[0,1,10,12,13,17,22,23,24,25,27],scientif:[0,15,17,19,20,21,26],scientist:[0,26],scikit:[3,5,6,7,8,9,10,13,17,18,19,20,21,22,25],scikit_learn:[0,16],scikitlearn:26,scikitplot:[7,10],scipi:[0,3,5,6,13,15,17,18,19,21,26,27],scl:6,score:[0,1,3,6,7,9,10,11,15,16,19,20,21,24,26,27],scores_kfold:6,scratch:[1,13],sdg:13,seaborn:[0,1,3,6,7,20,26,27],seamless:[0,15,17,19,21,26],seamlessli:[],search:[0,1,3,5,9,13,26],sebastian:26,sebastianraschka:26,sec:6,second:[0,2,3,4,5,6,7,8,9,11,12,14,15,16,17,18,19,20,23,24,26,27],second_correct:[],second_mo:[],second_term:[],secondeigvector:11,secondli:12,section:[4,11,18,23,27],sector:0,sedol:[],see:[0,1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,18,19,20,21,23,26,27],seed:[0,1,2,3,4,5,6,8,9,11,13,14,15,16,19,23,26,27],seed_imag:4,seek:[1,2,8],seem:[1,3,4],seemingli:[0,26],seen:[0,1,3,5,10,12,23,26],segment:13,segreg:27,seismic:6,seldomli:[0,26],select:[1,5,6,8,9,10,11,19,20,21,22,23,24,25,26,27],self:[1,3,4,5,26,27],sell:4,semest:[7,22],semi:[8,13],semilogx:6,send:[5,12,13,24,26],senior:[22,24],sens:[0,4,6,8,19,26],sensibl:3,sensit:[0,5,6,9,13,26,27],sent:2,sentdex:[],sentenc:[4,12],sep:27,separ:[0,1,2,4,6,8,9,12,14,15,17,19,21,23,26],seper:[],septemb:[19,26],sequenc:[2,3,4,7,9,10,12,13,17,18,23,26],sequenti:[1,3,4,10,12,23],sequential_49:[],seri:[0,1,2,3,4,5,6,10,11,12,13,18,26,27],serif:[0,7,23,26],serv:[0,1,2,3,5,7,13,19,25,26,27],servic:[19,20,21],session:[1,19,22,24,26],set:[1,4,5,6,7,8,10,11,13,14,16,17,18,19,20,23,24],set_major_formatt:[6,19],set_major_loc:[6,19],set_tick:[1,8],set_ticklabel:1,set_titl:[0,1,2,3,7,12,14,26],set_xlabel:[0,1,2,3,7,12,26],set_xlim:[7,12],set_xticklabel:1,set_ylabel:[0,1,2,3,7,26],set_ylim:[7,12],set_ytick:7,set_yticklabel:[1,6],set_zlim:[6,19],seth:4,setminu:6,setosa:[8,9],setosa_or_versicolor:8,setp:6,setup:[1,4,6,8,17,20,26,27],sever:[0,3,5,6,7,8,9,11,12,13,17,18,20,23,26,27],sgd:[1,3,20],sgd_clf:8,sgdclassifi:8,sgdreg:13,sgdregressor:13,sgn:[5,27],shall:[],shallow:13,shape:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,26,27],shape_bas:[],share:[1,3,26],she:7,shell:[],shift:[1,6,12,23],ship:3,shire:26,shortcom:13,shorten:4,shorter:23,shorthand:26,shortli:[18,26],should:[0,2,3,5,6,8,9,11,12,13,15,16,18,19,20,21,23,26,27],should_sync:[3,4],show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,23,26,27],show_shap:4,showcas:[],shown:[0,4,5,7,8,9,11,12,13,18,27],shrink:[3,5,6,8,11,19,27],shrinkag:[5,6,27],shrunk:11,shuffl:[0,1,3,4,6,13,27],sick:[],side:[0,2,5,8,12,13,18,20,26],sigh:[17,26],sigma0:23,sigma1:23,sigma2:23,sigma:[0,1,5,6,7,10,11,12,13,18,19,23,26,27],sigma_0:[5,27],sigma_1:[5,27],sigma_2:[5,27],sigma_:[5,18,26,27],sigma_fn:[7,12],sigma_i:[0,5,26,27],sigma_j:[5,27],sigma_m:[6,23],sigma_n:[11,23],sigma_t:13,sigma_x:23,sigmoid:[1,2,4,7,8,10,12,20],sigmundson:[6,27],sign:[1,2,7,8,10,23,24],signal:[1,3,10,12],signatur:[3,4],signifi:4,signific:1,significantli:[1,13,21,23],sigurd:26,silli:[],sim:[4,5,6,13,19,23],similar:[0,1,2,3,4,5,6,7,8,9,10,11,14,17,18,19,20,21,26],similarli:[0,1,3,5,8,10,13,21,23,26,27],similiar:[],simpl:[1,2,3,5,6,7,8,10,11,12,14,15,16,17,18,19,20,23],simple_rnn:4,simplefilt:[],simplepredict:10,simpler:[0,1,5,6,7,13,16,17,19,20,26],simplernn:4,simplest:[0,1,3,4,9,10,12,14,26],simpletre:10,simpli:[0,1,2,4,5,6,8,9,10,11,12,15,17,18,19,20,21,23,26,27],simplic:[2,5,6,7,8,9,10,11,12,14,27],simplicti:[5,27],simplifi:[0,6,9,15,17,19,21,26,27],simplist:[3,6,23],simul:6,simultan:6,sin:[0,1,2,3,4,9,12,13,18,21,26],sinc:[0,1,2,3,5,6,7,8,9,10,11,13,18,23,25,26,27],sine:[3,12],singl:[0,1,2,3,5,6,7,8,9,12,13,18,20,23,26,27],singular:[0,6,13,18,19,26],sinusoid:3,site:[0,2,3,4,6,7,8,9,11,13,19,20,21,22,26,27],situat:[0,4,5,7,13,23,26,27],six:[3,23],size:[0,1,2,3,4,5,6,8,9,10,11,13,18,19,20,23,26],sketch:10,ski:9,skill:0,skip:[3,4,11],skiprow:27,skl:[0,6,26,27],sklearn:[0,1,3,5,6,7,8,9,10,11,13,14,26,27],skplt:[7,10],skrankefunct:[],sl:6,slack:8,sleep:[],slice:[2,18,26],slide:[0,3,15,16,19,20,21,23,26,27],slight:[6,13],slightli:[1,2,3,5,6,7,10,23,27],slope:[8,11,12],slow:[0,2,8,13,27],slower:[5,18,26,27],slowest:18,slowli:12,slp:1,small:[0,1,2,3,5,6,8,9,10,11,12,13,17,18,19,23,26,27],smaller:[0,1,2,5,6,8,9,11,13,23,26,27],smallest:[0,4,14,15,16,26],smallest_row_index:14,smooth:[0,3,6,9,13,19,21,26],sn:[0,1,3,6,7,26,27],sne:11,sneak:26,so:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,23,24,26,27],soar:6,sobel:[],sobel_kernel:[],social:0,societ:[],societi:[],socket:[],soft:[1,7,10,12],soften:8,softmax:[3,7],softwar:[0,8,15,17,18],sol:8,sole:[0,6,26],solid:[0,7],solut:[0,1,2,3,5,6,8,10,11,13,18,19,20,21,23,26,27],solution_ev:[],soluton:2,solv:[0,1,3,5,6,8,10,11,12,13,18,19,20,26,27],solve_expdec:2,solve_ode_deep_neural_network:2,solve_ode_neural_network:2,solve_pde_deep_neural_network:2,solveod:2,solveode_popul:2,solver:[2,7,8,9,10,11,18,26],some:[0,1,2,3,4,5,6,7,8,9,10,11,12,14,21,23,26],some_model:[6,27],somehow:4,someth:[0,1,3,4,7,9,11,19,20,21,23,26,27],sometim:[0,1,11,12,13,14,26,27],somewhat:[],soon:[18,24],sophist:[0,26],sopt:13,sort:[5,6,9,11,23,27],sound:[3,5],sourc:[0,1,3,6,15,17,18,19,20,21,23,26,27],space:[0,1,4,5,8,9,11,12,13,14,21,23,27],span:[0,3,5,9,11,18,21,26,27],spare:1,spars:[3,6,18,26],sparse_add:[],sparse_mtx:[18,26],sparsecategoricalcrossentropi:3,sparseobject:[],sparsiti:10,spatial:[1,2,3,12],speak:23,special:[6,7,10,12,13,18,23,26,27],specif:[0,1,2,3,4,5,6,7,8,9,11,12,16,17,18,19,20,21,23,25,26,27],specifi:[0,3,5,6,7,9,11,13,14,19,23,26],specifici:[0,10,26],spectacular:3,spectral:1,speech:[0,1,3,4,12],speed:[1,2,4,13],speedup:[],spend:23,spent:[19,20,21],sphere:[0,27],spin:6,spite:0,spline:8,split:[1,3,4,5,6,8,9,10,11,14,19,23],split_1659548960591:[],splite:0,splitter:[1,10],spontan:23,spot:3,spread:[0,11,23,26,27],spring:[],springer:[19,25,26],spuriou:13,sqquar:[],sqrsignal:3,sqrt:[0,3,4,5,6,8,10,11,13,23,27],squar:[1,2,3,4,7,8,9,11,13,14,15,16,17,18,20,23],squarederror:10,squaredeuclidean:14,squash:12,src:[],srtm:[6,19],srtm_data_norway_1:[6,19],stabil:[5,19,20,21],stabl:[0,4,5,6,7,9,11,17,26,27],stack:[3,4],stackabl:[],stacklevel:0,stage:[5,13,19,20,21],stai:[0,2,4,5,11,26,27],stand:[0,5,9,12,26,27],standadscal:27,standard:[0,1,4,5,6,7,8,10,12,15,16,18,19,20,21,23,26],standard_basi:[],standardscal:[0,6,7,8,9,10,11,27],stanford:13,start:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,18,19,20,23,24,26,27],start_box:13,start_nod:13,start_tim:14,starting_point:[],stat:[6,27],state:[1,2,4,5,6,7,8,10,11,12,13,17,20,21,23,27],statement:[0,7,18,26],stationari:21,statist:[0,1,3,4,7,9,10,11,12,13,14,18,19,22,25,27],statu:[0,7,9,11,26,27],stavang:[6,19],std:[0,4,6,26,27],stdout:[],steep:13,steepest:[],step:[0,1,2,3,4,6,7,9,10,11,12,13,14,18,19,26],step_fn:[7,12],step_length:13,step_num:[3,4],step_siz:[],steps_list:9,steps_per_epoch:[3,4],stereo:3,still:[0,2,3,5,6,11,13,21,23],stimuli:12,stk2100:[25,26],stk3155:[15,19,20,21,22,24],stk4021:[25,26],stk4051:[25,26],stk4155:[22,24],stk5000:25,stk:[25,26],stochast:[0,1,5,6,8,11,12,15,16,19,21,26],stock:4,stoke:12,stone:[0,7,19],stop:[1,4,7,9,11,13,14],storag:[5,27],store:[0,1,2,3,6,11,13,19,23,26],storehaug:[24,26],str:[1,3,4],straight:[0,6,8,13,26,27],straightforward:[0,2,3,5,6,8,9,10,13,18,26,27],strategi:[0,1,9,26],stratifi:6,strength:[0,5,14,27],strengthen:[],stretch:11,strict:[8,13],strictli:[8,13],stride:[4,18],strided_height:[],strided_width:[],strike:6,string:1,stroke:7,strong:[3,6,9,10,12,18,23],strongli:[0,8,17,18,20,27],stronli:[0,27],structur:[0,1,2,3,6,9,10,12,17,26],stuck:[1,13],student:[0,19,20,21,22,24,25,26],studi:[0,3,4,5,6,7,8,11,12,13,17,19,20,21,25,26,27],studier:25,style:[0,7,9,18,26],sub:[9,12],subarg:13,subdivid:[0,18,26],subfield:0,subject:[6,8,23],submatric:[],submit:26,subplot:[0,1,3,4,6,7,8,9,10,13,14,19,26,27],subplots_adjust:[8,23],subprogram:[18,26],subract:[0,27],subregion:[],subroutin:[0,26],subsampl:[],subscript:1,subsequ:[1,4,5,6,12,18,23,27],subset:[1,6,9,12,13,17,26],subspac:[0,8,11,27],substanti:[9,10],substep:11,substitut:[3,6,12,18],subsubset:9,subtask:6,subtl:1,subtract:[0,4,5,6,11,13,18,19,23],subtre:9,subval:13,succeed:[0,4,26],succes:[],success:[3,7,9,13,23],successfulli:[4,9],sudo:[0,15,17,19,21,26],suffer:[0,1,2,5,10,26,27],suffici:[1,6,8,11,13],sugar:[],suggest:[1,13,20,25],suit:[8,12],suitabl:[0,23,27],sum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],sum_:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,23,26,27],sum_i:[0,2,5,6,8,13,19,27],sum_j:6,sum_ja_:0,sum_k:[6,8,12,18],sum_logist:13,sum_m:3,sum_n:3,sum_nx_:3,summar:[5,6,9,20],summari:[1,3,4,10,20,22],summat:[0,3,16,27],sundai:[],sunni:9,superconduct:27,superfici:3,superimposit:[],superposit:[],superscript:[1,12],supervis:[0,5,6,7,9,12,17,21,26,27],supplement:7,support:[0,1,9,10,11,13,17,21,26,27],suppos:[0,5,6,7,8,10,11,12,13,18,26,27],suppress:[5,13],sure:[0,1,4,6,19],surf:[6,19],surfac:[0,6,19,26],surpass:6,surpris:[0,26],surprisingli:[],surround:[3,17],survei:[0,5,6,26,27],svc:[8,9,10],svd:[0,6,11,26],svdinv:5,svm:[8,9,10,11],svm_clf:[8,10],swap:[],swarm:[],swath:[5,27],sy:13,symbol:[1,5,11,13,17,23,26,27],symmeteri:1,symmetr:[0,5,8,11,12,13,18,21,26,27],symmetri:[6,9],sympi:[0,15,17,19,21,26],synonim:23,syntax:13,syntaxerror:8,system:[0,1,3,4,6,7,9,10,12,13,15,17,18,19,21,26],systemat:[4,6],t0:[3,6,13],t1:[2,13],t2:2,t3:2,t:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26],t_0:[2,9,13],t_1:[13,21],t_2:21,t_:2,t_b:10,t_batch:[],t_i:[1,2,5,12,20,27],t_j:[12,21],t_k:9,t_test:[],t_train:[],t_val:[],tabl:[9,19,20,21,23,24,26],tabul:[0,26],tabular:26,tackl:4,tag:[2,3,4,5,6,7,12,13,14,18,23,27],taht:[0,26],tail:23,tailor:[2,8,11,26],taiwan:[0,26],take:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,17,18,19,23,26,27],taken:[0,1,3,6,10,13,18,26],tan:3,tangent:[1,4,12,13],tanh:[1,4,7,8,12,21],tape:[3,4],target:[0,1,3,4,5,6,7,8,9,10,11,12,20,26,27],target_nam:9,task:[0,1,3,6,9,11,12,14,19,26],tau:[3,5,23],taught:26,tax:[0,27],taylor:[2,13],taylornr:13,tba:[],tc:8,td:[1,6,13,19,26],teach:26,teacher:[],team:1,teaser:0,techinc:[],technic:[0,5,6,13,15,26,27],techniqu:[0,1,8,10,13,17,23,25,26,27],technolog:[0,1],tek5040:[],tell:[0,4,6,10,11,13,23],temp1:1,temp2:1,temp:1,temperatur:[0,9,21,26],temporarili:1,ten:[3,26],tend:[3,5,6,8,9,10,12,13,14,27],tendenc:[0,26],tension:6,tensor:[3,4],tensorflow:[0,2,4,8,14,15,17,18,19,20,21,22,25,26,27],term1:[5,6,11,19,27],term2:[5,6,11,19,27],term3:[5,6,11,19,27],term4:[5,6,11,19,27],term:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,23,26,27],termin:[0,4,5,9,10,13,15,26,27],terrain1:[6,19],terrain:[6,19,20],terribl:[],test:[3,4,5,6,7,8,9,10,13,18,19,21,23],test_acc:3,test_accuraci:[1,3],test_error:6,test_imag:[3,4],test_ind:6,test_input:4,test_label:[3,4],test_loss:3,test_pr:1,test_predict:1,test_rnn:4,test_scor:[7,10],test_siz:[0,1,3,5,6,10,26,27],test_split:9,tester:[],testerror:[0,6,27],testi:4,testpredict:4,testx:4,text:[0,1,2,4,5,8,9,11,13,15,18,20,23,25,27],textbf:[],textbook:[19,20,21,27],textual:9,textur:[1,9],textwrap:27,tf:[1,3,4,13,14],tfe_py_execut:[3,4],th:[0,1,2,5,6,7,9,12,13,14,15,16,18,19,23,26,27],than:[0,1,2,3,4,5,6,7,9,10,11,12,13,17,20,23,26,27],thank:[4,6,27],thats:[],theano:[1,17,26],thei:[0,1,2,3,4,5,6,7,8,9,11,12,13,18,19,21,23,26,27],them:[0,1,3,4,6,8,9,10,11,12,13,18,19,20,21,26,27],theme:[0,26],themselv:[0,23,26],thenc:6,theorem:[2,6,7,27],theoret:[0,4,10,26],theori:[0,1,3,8,9,12,13,17,19,21,25,26],thereaft:[0,5,6,11,12,15,16,18,19,20,26],therebi:[0,5,7,11,26,27],therefor:[0,1,2,3,4,6,7,8,11,13,23,26,27],therein:11,thereof:[0,6,13,21,26],thesi:[],theta:[1,4,13,23],theta_:[1,13],theta_i:1,theta_linreg:13,theta_t:13,thetaand:[],thetaor:[],thetaxor:[],thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,25,27],thing:[0,1,2,4,5,7,9,23,26],think:[0,1,3,4,6,9,12,13,14,23,26],third:[0,3,6,13,24,26],thirti:7,thorughout:26,those:[0,3,5,6,8,9,10,11,18,19,20,22,26,27],though:[1,2,3,4,13,18,23],thought:[6,14,19,20,21,23],thousand:[0,1,19,21,27],thread:[3,4],three:[0,1,3,5,6,8,9,12,15,18,19,22,23,24,26,27],threshold:[1,3,9,10,11,12,13],through:[0,1,2,3,4,5,6,8,11,12,13,14,17,18,23,26,27],throughout:[0,4,5,14,17,18,23,26],thu:[0,1,2,5,6,7,8,10,11,12,13,19,24,26,27],thumb:[0,6,19,26,27],thursdai:24,tibshirani:[6,19,22,25,26],tick_param:6,ticker:[6,13,19,23],tif:[6,19],tight_layout:[1,7],tightli:11,tild:[0,5,6,7,11,15,16,19,23,26,27],till:[0,4,7,8,9,10,12,18,26,27],time:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,23,26,27],timeit:4,timer:4,tini:1,tip:3,titl:[0,1,2,3,4,6,7,8,9,10,13,19,23,26,27],tmp:13,tmp_log:[3,4],tn:[2,3,7],tnr:[],to_categor:[1,3,4],to_categorical_numpi:1,to_numer:[0,6,26],to_numpi:[],todai:3,toeplitz:[],togeth:[0,3,6,8,11,13,17,26,27],toi:14,told:13,toler:[2,6,14],tolist:4,tomographi:12,ton:[],too:[0,2,4,5,6,9,11,13,15,23,25,26,27],took:[8,26],tool:[0,1,3,6,13,17,27],toolbox:8,top:[0,3,5,6,9,10,17,26],topic:[0,5,6,7,8,17,19,20,21,27],topograph:19,topolog:[1,3,12],toposort:[],torkjellsdatt:[24,26],toronto:[],toss:[10,23],total:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,18,20,23,24,26,27],total_loss:4,totalclustervari:14,totalscatt:14,tour:[],toward:[1,2,7,12,13,19],towardsdatasci:[],town:[0,27],tp:[4,7],tpng:9,tpr:[],tpu:[13,17,26],tqdm:6,tr:27,trace:[3,4,13],trace_stack:13,traceback:[0,1,2,3,4,6,10,13,15,19,26,27],traceback_util:[3,4],tracer:13,tracing_count:[3,4],track:[3,13,14,18],tract:[0,27],tractabl:[0,26,27],trade:[5,9],tradeoff:[0,5,19,26,27],tradit:[0,1,4,6,26],tradition:[],train:[2,3,5,6,8,9,10,11,12,13,19,20],train_acc:[],train_accuraci:[0,1,3,26],train_dataset:4,train_end:[0,1,27],train_error:6,train_funct:[3,4],train_imag:[3,4],train_ind:6,train_label:[3,4],train_pr:1,train_siz:[0,1,3,27],train_step:4,train_test_split:[0,1,3,5,6,7,9,10,11,26,27],train_test_split_numpi:[0,1,27],trainabl:4,trainable_vari:4,trained_model:[6,27],trainerror:[0,27],traini:4,training_checkpoint:4,training_dataset:4,training_gradi:13,training_gradient_fun:[],training_loss:[],trainingerror:6,trainpredict:4,trainscor:4,trainx:4,trait:[0,26],trajectori:4,trajectory_i:[],trajectory_x:[],transfer:9,transform:[0,5,6,7,8,9,10,11,12,13,17,18,26,27],transit:[6,12],translat:[1,4,6,10,26,27],translate_vjp:[],transpos:[1,5,11,18,27],trap:[],travers:[0,5],treat:[0,1,3,6,12,13,23,26,27],tree:[0,1,6,17,19,21,26],tree_clf:[9,10],tree_clf_:9,tree_clf_sr:9,tree_reg1:9,tree_reg2:9,tree_reg:9,trend:23,treue:7,trevor:[19,25],tri:[2,3,4,9,13],triain:0,trial:[0,2,4,6,13,23,26],triangl:13,triangular:18,trick:[3,4,8,11,13,23],trickier:23,tridiagon:18,trigonometr:[],trillion:17,trivial:[0,1,5,11,23,26],troubl:[0,8,12,27],truck:3,true_beta:[6,27],true_divid:[],true_fun:6,truli:[],truncat:[],trustworthi:[],tucker:8,tuesdai:[24,26],tumor:[7,9,20],tumour:7,tunabl:[1,20],tune:[4,9,13,18,20,26],tupl:[2,13],turbul:21,turn:[0,1,5,6,7,8,9,10,11,12,13,18,19,23,26,27],tutori:[1,4],tv:2,tveito:2,tweak:[1,4,10,23],twice:13,twist:[11,21],two:[0,1,2,4,5,6,7,9,10,11,12,13,15,16,18,21,22,23,25,26],tx:13,tx_1:13,txt:4,ty:13,type:[0,1,3,6,8,10,13,16,18,19,23,27],typeerror:[2,13],typic:[0,1,2,3,4,5,7,9,10,12,13,20,23,26,27],typo:[19,20,21],u:[0,2,5,6,8,10,11,12,18,21,26,27],u_:[18,21],u_i:12,u_m:10,u_t:21,ua:[0,26],ubuntu:[0,15,17,19,21,26],uci:[0,20,21,27],uio:[19,20,21,24,25],uis:[],un:14,unari:[18,26],unary_f:[2,13],unary_oper:[2,13],unary_to_nari:[2,13],unbalanc:[6,9],unbias:[0,5,6,26],uncent:6,uncertainti:[0,5,26],uncertitud:23,unchang:[1,3],unclos:[],uncorrel:[10,23],uncov:[],undefin:[5,27],under:[0,1,5,6,10,13,15,16,17,19,20,21,26,27],underdetermin:[0,26],underfit:[1,6],underflowproblem:5,undergo:5,undergradu:[22,24],underli:[0,1,9,13,23,26],underset:[4,14],understand:[0,1,3,5,6,10,13,14,17,26,27],understood:[8,13],undesir:8,undetermin:[5,8],undirect:[],undo:4,unexpect:6,unexpected:23,unfair:[6,27],unfortun:[1,8,9,10],unicode_liter:[8,9],uniform:[0,1,5,6,11,13,15,16,19,23,26,27],uniformli:[13,23],unifrompdf:23,unimport:13,union:[5,6],uniqu:[0,2,6,13,14,18,26],unique_cluster_label:14,unit:[0,1,3,4,5,10,12,23,26,27],unitari:[5,6,18,27],unitarili:[18,26],uniti:23,univari:23,univers:[0,1,2,13,15,17,19,20,21,22,24,26,27],unix:1,unknow:[0,18,26],unknown:[0,1,3,4,5,6,8,10,13,16,18,26,27],unknowwn:12,unlabel:1,unless:[0,3,6,11,13,19,20,21,26,27],unlik:[1,3,8,13],unnecessarili:9,unoptim:[],unord:3,unravel:1,unravel_index:[],unreason:[],unrol:[3,11],unsampl:[],unseen:[0,7,9],unsort:[],unstabl:1,unsupervis:[0,1,4,12,17,21,26],unsymmetr:[18,26],untak:[],until:[1,2,4,9,12,13,14],untouch:0,untradit:[],unusu:12,up:[1,3,4,5,6,8,10,11,13,14,16,17,18,19,20,23,24],updat:[1,2,10,12,13,14],update_chang:[],update_matrix:[],uploa:26,upload:[17,19,20,21,25],upon:[0,1,6,7,11,18,19],upper:[0,8,9,16,18,27],uppercas:[18,26],upsampl:4,upsampled_height:[],upsampled_width:[],upscal:4,url:26,us:[4,5,6,8,9,10,11,12,14,15,16,18,19,21,22,23,25],usa:26,usag:[0,8,17,26,27],usd10000:[0,27],usd:[0,27],use_bia:4,use_label_encod:[],use_multiprocess:[3,4],usecol:[0,26],useless:1,user:[0,1,2,3,4,6,7,8,9,11,15,17,18,19,21,26,27],usernam:[19,20,21],userwarn:[3,6],usetex:23,usg:[6,19],usr:23,usual:[0,3,4,7,12,13,14,26],ut:5,util:[0,1,3,4,6,7,10,14,20,26],ux:18,v0:23,v1:23,v2:23,v3:[],v:[2,4,5,6,11,13,17,27],v_0:11,v_ind:[],v_stride:[],va:1,vahid:26,val:13,val_acc:[],val_accuraci:3,val_error:[],val_loss:4,val_set:[],vale:2,valid:[0,1,4,7,9,10,13,17,20,21,23,26,27],validation_batch_s:[3,4],validation_data:[3,4],validation_freq:[3,4],validation_split:[3,4],validation_step:[3,4],valu:[0,1,2,3,4,6,7,8,9,10,12,13,14,15,16,17,18,19,26],valuat:9,valued_at_a:[],valued_at_z:[],valueerror:0,valy:4,van:[0,19,26,27],vandenbergh:[8,13],vandermond:[0,26],vanilla:[0,6,11,14,27],vanish:[1,4,13,23],var_x:23,varabl:8,varepsilon:[5,6,19],varepsilon_:[5,6],varepsilon_i:[5,6],vari:[0,1,3,5,6,10,15,16,26],variabl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,26,27],varianc:[0,1,5,7,9,10,11,13,14,17,18,20,23,26,27],variance_i:[5,11,27],variance_x:[5,11,27],variant:[0,1,6,8,12,13,21,26,27],variat:[3,4,11,21,26],varient:[],varieti:[0,3,12,15,17,19,21,26],variou:[1,3,5,6,7,8,9,11,12,13,16,17,18,19,21,23,27],varydimens:4,vastli:3,vaue:1,vault:0,vdot:[2,13],ve:[19,20,21],vec:6,vector:[0,1,2,3,4,5,6,7,9,10,11,13,14,16,17,21],vector_mean:14,veloc:21,ventur:[0,8,15,17,21,26],verbos:[1,3,4],veri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,19,20,21,23,25,26,27],verifi:[3,11,18,26],versatil:[8,26],versicolor:[8,9],version:[0,3,4,10,13,14,15,17,18,19,20,21,23,26,27],versu:1,vert:[0,1,5,6,7,8,9,11,13,26,27],vert_1:[5,6,27],vert_2:[5,6,11,27],vertic:[],vi:[],via:[0,5,6,7,8,9,10,11,12,15,17,18,19,21,22,23,24,26,27],victori:[],vidal:11,video:[0,1,12,17,22,24,26],view:[1,3,5,6,12,13,23,25,26],vii:[],viii:[],violat:8,virginica:9,viridi:[0,1,2,3,26],virtual:1,viscos:13,viscou:13,visibl:[],visibledeprecationwarn:2,visin:[],vision:[0,3],visual:[0,3,11,12,15,17,26,27],visualis:1,viz:[6,8,23],vjp:[2,13],vjp_argnum:[],vjpfun:[],vjpmaker:[],vjpnode:13,vjps_dict:[],vmap:13,vmax:[1,6],vmin:[1,6],voic:3,volum:[0,3,26],volume18:[],vote:[10,21],voting_clf:10,votingclassifi:10,votingsimpl:10,vs:[0,4,6,27],vspace:[2,13],vstack:[5,11,18,23,26,27],vt:[5,27],w1:8,w2:[8,11],w3:8,w:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,23,26,27],w_1:[8,18],w_1x_1:8,w_1x_:8,w_2:[8,18],w_2x_2:8,w_2x_:8,w_3:18,w_4:18,w_:[1,12],w_h:[],w_hidden:2,w_i:[1,2,10],w_ix_i:12,w_j:18,w_m:18,w_output:2,w_px_:8,w_px_p:8,wa:[0,1,3,4,5,6,7,10,11,12,13,14,18,19,26,27],wai:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,20,23,26,27],wait:[],walk:9,walker:23,wall:[],wang:[0,26],want:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,19,20,21,23,26,27],warn:[0,4,8],warrant:6,wast:3,watch:[3,4,17],wave:3,wavelet:8,we:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27],weak:[9,10,14],weakli:[],weather:[1,12],web:[17,22,24,26,27],weblink:20,webpag:26,websit:[6,18,19,22,26],wedg:[8,23],wednesdai:[24,26],wee:11,week:[0,5,6,7,19,20,21,22,24],weekli:[17,19,24,25,26],weight:[0,1,2,3,6,7,9,10,12,13,19,20,23,27],weight_arrai:[],weights_next:[],weigth:2,welcom:[8,17,21],well:[0,1,2,3,4,5,6,7,8,9,10,12,13,15,16,17,18,19,20,21,23,25,26,27],went:8,were:[0,1,3,4,5,6,7,8,10,11,12,14,23,26,27],wessel:[0,19,26,27],what:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23],whatev:3,when:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,26,27],whenev:[13,23],where:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26,27],wherea:[6,23],wherein:[1,12],whether:[0,3,5,7,9,19,20,21,23,26],which:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27],whichev:[1,3],whilst:[],white:9,whiteboard:[],whiten:[],who:[0,22],whole:[1,3,4,5,9,11,13],whose:[0,6,10,23,27],whow:[11,27],whrn:[],why:[0,1,3,6,13,19],wide:[0,1,3,6,7,12,15,17,18,19,21,26],widehat:6,widespread:[],width:[0,3,8,9,26],width_index:[],wieringen:[0,19,26,27],wiki:[],wikipedia:[],win:10,wind:9,window:[],windows_out:[],wing:[24,26],winther:2,wiothout:[6,27],wiscons:7,wisconsin:[10,20],wisdom:6,wise:[0,1,5,12,13,27],wish:[0,2,5,7,8,11,13,14,18,19,20,21,26,27],with_std:[0,27],wither:6,within:[0,2,3,4,7,9,12,13,14,23,25,26],withinclust:14,without:[0,1,5,6,8,9,11,12,13,20,26,27],without_trac:[3,4],wo5dmep_bbi:[],won:[0,26],wonder:8,woodi:[],word:[0,1,3,4,5,6,7,14,23,26,27],work:[0,1,4,6,7,8,9,13,15,17,19,20,21,22,23,24,26,27],worker:[3,4],workshop:26,world:[0,8,27],worldwid:[0,26],wors:[0,1,3,4,6,26],worst:9,worth:9,worthi:[19,20,21],would:[0,1,3,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],wrap:[6,18,26],wrap_util:[2,13],wrapper:0,write:[0,1,2,3,5,6,7,8,12,13,15,16,18,19,21,26,27],written:[0,2,3,5,11,12,13,16,17,18,19,20,21,23,26,27],wrong:[1,8],wrongli:10,wrote:[5,11,27],wrt:[10,13],wth:[10,13],www:[17,18,19,20,21,25,26,27],wx_1:8,x0:8,x1:[4,8,9,10,13],x1_exampl:8,x1d:8,x2:[8,9,10,13],x2d:[8,11],x2d_train:11,x2dsl:11,x3:[8,9],x4:9,x:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26],x_0:[0,5,11,18,26,27],x_1:[0,2,5,6,7,8,9,10,11,13,18,23,26,27],x_2:[0,2,5,6,7,8,9,10,11,13,18,23,26,27],x_3:[8,18,23],x_4:18,x_:[0,2,3,5,6,8,10,11,13,14,18,19,23,26,27],x_batch:[],x_batch_feedforward:[],x_batch_feedforward_shap:[],x_batch_pad:[],x_center:11,x_data:1,x_data_ful:1,x_hidden:2,x_i:[0,1,2,5,6,7,8,9,10,11,12,13,14,18,21,23,26,27],x_input:2,x_ix_:[0,26],x_iy_i:8,x_j:[0,2,8,9,12,16,23,27],x_jy_j:8,x_k:[12,14,18,23,27],x_l:23,x_m:[6,12,18,23],x_n:[0,2,3,6,8,11,12,13,18,23,26],x_new:[9,10],x_offset:[6,27],x_output:2,x_p:[3,7,9],x_poli:9,x_poly10:9,x_pred:4,x_prev:2,x_reduc:11,x_scale:8,x_small:13,x_test:[0,1,3,5,6,7,9,10,11,26,27],x_test_own:6,x_test_scal:[0,6,7,9,10,11,27],x_tot:4,x_train:[0,1,3,4,5,6,7,9,10,11,26,27],x_train_mean:[6,27],x_train_own:6,x_train_scal:[0,6,7,9,10,11,27],x_val:1,xarrai:[17,26],xavier:1,xbkjd4ccgq:26,xbnew:13,xcode:[0,15,17,19,21,26],xdclassiffierconfus:10,xdclassiffierroc:10,xg_clf:10,xgb:10,xgbclassifi:10,xgboost:[9,21],xgboot:10,xgbregressor:10,xgparam:10,xgtree:10,xi:[8,13],xi_1:8,xi_:8,xi_i:8,xinv:[],xk:8,xla:[3,4,13,17,26],xlabel:[0,1,2,3,4,5,6,7,8,9,10,13,19,23,26,27],xlim:[6,10],xm:9,xmesh:13,xnew:[0,13,26],xor:[],xp:23,xpanda:[0,27],xpd:[5,11,27],xplot:0,xs:9,xscale:[0,27],xsr:9,xt_x:13,xtest:6,xtick:[3,6,8,9],xtrain:6,xu:[0,26],xx:[0,18,21,26],xy:[0,6,8,18,19,26],xytext:8,xz:[18,26],y1:4,y2:4,y3:4,y:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,23,26,27],y_0:[0,5,11,18,26,27],y_1:[0,5,8,9,11,13,18,26,27],y_1y_1:8,y_1y_1k:8,y_1y_2:8,y_1y_2k:8,y_1y_n:8,y_1y_nk:8,y_2:[0,5,8,9,11,18,26,27],y_2y_1:8,y_2y_1k:8,y_2y_2:8,y_2y_2k:8,y_3:[0,9,18],y_4:18,y_:[0,1,5,6,10,11,18,26,27],y_data:[0,1,5,6,26,27],y_data_ful:1,y_decis:8,y_fit:[0,27],y_i:[0,1,5,6,7,8,9,10,11,12,13,15,16,18,19,20,26,27],y_if_:10,y_ix_:[0,26],y_ix_i:[7,8,13,27],y_iy_jk:8,y_j:[6,8,12,19],y_k:12,y_m:18,y_model:[0,4,5,6,26,27],y_n:[8,13],y_ny_1:8,y_ny_1k:8,y_ny_2:8,y_ny_2k:8,y_ny_n:8,y_ny_nk:8,y_offset:[6,27],y_plot:9,y_pred1:9,y_pred2:9,y_pred:[0,1,4,6,7,8,9,10,27],y_pred_rf:10,y_pred_tre:10,y_proba:[7,10],y_scaler:6,y_test:[0,1,3,4,5,6,7,9,10,11,26,27],y_test_onehot:1,y_test_predict:[0,27],y_test_scal:[],y_tot:4,y_train:[0,1,3,4,5,6,7,9,10,11,26,27],y_train_mean:[6,27],y_train_onehot:1,y_train_predict:[0,27],y_train_scal:6,y_val:1,yadav:21,yand:[],ye:[3,6,7],year:[0,17,26],yet:[0,1,6,8,11,13,26],yi:13,yield:[0,2,5,6,8,10,12,13,14,18,23,26],yk:8,ylabel:[0,1,2,3,4,5,6,7,8,9,10,13,19,23,26,27],ylim:[3,6],ym:9,ymesh:13,yn:0,yo:[8,9,10],yor:[],yoshua:[1,25],you:[0,1,2,3,4,5,6,8,9,10,11,13,15,16,17,18,19,20,21,23,24,25,26,27],young:0,your:[1,2,4,5,6,8,11,13,17,18,19],yourself:[11,13,26],youtub:17,ypred:6,ypredict2:13,ypredict:[0,13,26,27],ypredictlasso:5,ypredictol:[0,5],ypredictown:[6,27],ypredictownridg:6,ypredictridg:[0,5,6],ypredictskl:[6,27],yridg:26,ys:9,ytest:6,ytick:[3,6,8,9],ytild:[0,6,26,27],ytilde_test_ol:[],ytilde_test_ridg:[],ytildelasso:5,ytildenp:[0,26,27],ytildeol:[0,5],ytildeownridg:6,ytilderidg:[5,6],ytrain:6,yuxi:26,yx:[18,26],yxor:[],yy:[18,26],yz:[18,26],z:[0,1,2,3,4,5,6,7,8,9,11,12,13,18,19,23,26,27],z_0:[18,26],z_1:[18,26],z_2:[18,26],z_:[1,2,12,18,26],z_c:1,z_h:1,z_hidden:2,z_i:[1,12],z_j:[1,12],z_k:[12,27],z_m:1,z_matric:[],z_matrix:[],z_mod:9,z_o:1,z_output:2,zaman:23,zaxi:[6,19],zero:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],zeros_lik:4,zeroth:27,zfill:4,zip:[2,4,6,13],zm_h:[0,26],zmq:[],zn:[0,27],zone:[0,27],zoom:26,zx:[18,26],zy:[18,26],zz:[18,26]},titles:["3. Linear Regression","14. Building a Feed Forward Neural Network","15. Solving Differential Equations with Deep Learning","16. Convolutional Neural Networks","17. Recurrent neural networks: Overarching view","4. Ridge and Lasso Regression","5. Resampling Methods","6. Logistic Regression","8. Support Vector Machines, overarching aims","9. Decision trees, overarching aims","10. Ensemble Methods: From a Single Tree to Many Trees and Extreme Boosting, Meet the Jungle of Methods","11. Basic ideas of the Principal Component Analysis (PCA)","13. Neural networks","7. Optimization, the central part of any Machine Learning algortithm","12. Clustering and Unsupervised Learning","Exercises week 34","Exercises week 35","Applied Data Analysis and Machine Learning","2. Linear Algebra, Handling of Arrays and more Python Features","Project 1 on Machine Learning, deadline October 9 (midnight), 2023","Project 2 on Machine Learning, deadline November 17 (Midnight)","Project 3 on Machine Learning, deadline December 18 (midnight), 2023","Teaching schedule with links to material","1. Elements of Probability Theory and Statistical Data Analysis","Teachers and Grading","Textbooks","Week 34: Introduction to the course, Logistics and Practicalities","Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression"],titleterms:{"1":[0,15,16,19,26,27],"12":[],"13":[],"14":[],"17":20,"18":21,"19":[],"2":[0,15,16,20,26,27],"2023":[19,21,24],"21":[],"23":[],"26":[],"3":[0,15,16,21,26,27],"31":27,"34":[15,26],"35":[16,27],"36":[],"37":[],"38":[],"39":[],"3d":[],"4":[0,27],"40":[],"41":[],"42":[],"43":[],"44":[],"45":[],"46":[],"47":[],"5":0,"7":[],"9":19,"case":[8,10,23,27],"class":[],"do":1,"final":[12,20,27],"function":[0,1,6,7,8,10,11,12,13,19,20,23,26,27],"import":[5,18,26,27],"long":[],"new":4,"short":[],"try":[],A:[0,1,4,8,9,26],AND:[],And:[26,27],But:[],If:[],In:24,Is:[],Ising:6,No:[],Not:[],OR:[],The:[0,1,2,3,5,6,7,8,9,11,12,17,21,26,27],Then:[],To:[26,27],With:4,about:[26,27],abov:[],access:[],activ:[1,12,20],ad:[0,6,19,26,27],adaboost:10,adagrad:13,adam:13,adapt:10,add:[],addit:[],adjust:1,advanc:[],adversari:4,after:[],again:[3,9],ai:26,aim:[8,9,26],aka:[26,27],al:[],algebra:[18,26],algorithm:[9,10,11,12,20,27],algortithm:13,all:8,allow:[],altern:21,an:[0,4,10,26],analys:[5,27],analysi:[0,5,6,11,17,19,20,23,26,27],analyt:[0,16],analyz:21,ani:13,anoth:9,appli:17,approach:[0,8,14,26],approxim:12,architectur:1,argument:[],arithmet:[],arrai:[18,26],artifici:[],assist:24,assumpt:[],attend:[],august:27,autocorrel:23,autoencod:[],autograd:[2,13],automat:13,avoid:[],b:[19,20,21],back:[1,11,12],background:[17,19,20],backpropag:[],backward:[],bag:10,base:13,basic:[0,5,7,9,10,11,18,21,27],batch:1,bay:5,bayesian:[],befor:11,begin:[],best:[],beta:[],better:8,between:[],bia:[6,19],bias:[],binari:1,bind:26,bird:10,bm:[],boldsymbol:27,boltzmann:[],boost:10,bootstrap:[6,10],boston:[0,27],breast:1,brief:26,bring:12,build:[1,3,9],c:[19,20,21,26],calcul:27,can:26,cancer:[1,7,9,11],canva:[],cart:9,cell:[],center:27,central:[13,17,23],chain:12,challeng:[],chanel:[],chang:10,channel:26,chi:[0,26],choic:[],choos:1,cifar01:3,classic:11,classif:[1,9,10,20],classifi:8,clip:1,cluster:14,cnn:3,code:[0,1,2,5,9,11,12,13,14,20,26,27],coeffici:[],coin:[],collect:[1,3],combin:[],come:[],commun:26,compact:[],compar:[2,10],comparison:[],compet:[],compil:[],complet:27,complex:[0,6,19,21,27],complic:6,compon:11,comput:9,computation:[],computerlab:26,con:9,concept:23,condit:[],confid:[],conjug:13,connect:[],construct:[],content:[],continu:[],contn:26,convex:[8,13],convolut:[3,12],convolution2dlay:[],correctli:[],correl:[11,27],correspond:[],cost:[1,10,27],cours:[17,25,26],covari:[5,11,23,27],cover:26,critic:20,cross:[6,19],ct:[],cumul:[],curv:[],cython:26,d:[19,20,21],data:[0,1,3,6,7,9,11,15,16,17,19,21,23,26,27],dataset:[1,3],deadlin:[19,20,21,26],decai:2,decemb:21,decis:[9,10],decomposit:[5,11,18,27],deep:[1,2,26],deepen:[],defin:[1,21,26],definit:[],degre:[0,27],deliveri:[19,20,21],delta:[],demonstr:[],dens:[0,26],deriv:[5,12,27],descent:[2,10,13,20],descript:19,design:27,detail:[3,26],develop:1,diagon:11,did:[],differ:[8,20],different:[],differenti:[2,13,21],diffus:2,dimension:[2,3,8,19,27],directli:[],disadvantag:9,discord:[],discret:23,discuss:[],distinct:[],distribut:[5,23],distrubut:[],dnn:[],doe:27,domain:23,don:[],dot:[],down:1,dropout:1,dual:[],e:[19,20,21],each:[],easi:[],economi:27,effect:[],effici:[],effort:[],electron:[19,20,21],element:[0,23,26],elimin:18,energi:26,ensembl:10,entropi:9,environ:[0,15,26],equat:[0,2,12,21,26,27],error:[0,10,26,27],essenti:26,estim:[],et:[],etc:26,euler:2,evalu:[1,20],exam:[],exampl:[0,1,2,3,4,6,7,8,9,10,26,27],exercis:[0,6,15,16,26,27],expect:23,expens:[],experi:23,explain:[],explod:[],explor:[0,15,16,26],exponenti:2,express:27,extend:[],extrapol:4,extrem:[10,26],ey:10,f:[19,20],f_1:[],face:[],factor:[],fall:24,famili:[1,26,27],famou:18,fantast:27,featur:[9,18,27],feed:[1,12],file:[],find:[],fine:1,first:[4,12,20,26,27],fit:[0,10,26],fix:27,flatten:[],flow:[],fold:[],forc:3,forest:10,format:[19,20,21,26],forward:[1,2,12],four:[],fourier:3,frank:[6,19,27],freedom:[0,27],frequent:27,frequentist:[0,26],fridai:[],from:[5,10,12,20,27],full:2,fulli:[],funtion:[],further:[3,5,27],futur:[],g:19,gain:[],gan:4,gate:[],gaussian:18,gd:13,gener:[4,9,26],geometr:11,get:[],gini:9,github:[],go:[],goal:[],good:[0,26],goodfellow:[],grade:[24,26],gradient:[1,2,10,13,20],grid:[],group:[],grow:[],growth:2,ha:17,half:[],hand:[],handl:[18,26,27],happen:[],have:[],head:[],heard:[],heroic:[],hessian:27,hidden:2,histogram:[],homework:[],hour:[],hous:[0,27],how:[],hyperbol:[],hyperparamet:1,hyperplan:8,i:1,id3:9,idea:11,ideal:[],ident:[],identifi:[],ii:26,iid:[],iii:[],illustr:[],imag:[],implement:1,implic:[5,27],impress:[],improv:1,includ:13,increment:11,independ:[],index:9,indic:[],inform:24,initi:[],input:2,insight:[],instal:[17,19,21,26],instructor:24,intellig:[],intercept:27,interest:[],interpret:[5,11,26,27],interv:[],introduc:[11,13,27],introduct:[0,6,17,18,19,20,21,26],invers:[5,18],invert:27,iter:10,its:27,iv:[],jacobian:27,jargon:[],jax:13,job:[],joint:[],judg:[],julia:26,jungl:10,jupyt:[],k:[],kei:[],kera:[1,3],kernel:[8,11],knowledg:[],l:[],lab:[],lagrangian:8,lambda:[],lasso:[5,6,19,27],last:27,later:[5,27],layer:[1,2,3,12],layout:[],learn:[0,1,2,11,13,14,15,16,17,19,20,21,26,27],least:[5,6,19,26,27],lectur:[26,27],level:10,librari:[17,26],like:[],likelihood:7,limit:[1,13,23],linear:[0,8,13,18,20,26,27],link:[5,11,22,25,27],list:[],literatur:[19,20],logist:[7,20,26],loop:[],loss:27,lstm:[],lu:18,machin:[0,8,13,17,19,20,21,26],made:[],mai:[],mail:[],main:[23,26],make:[0,9,10,15,16,26,27],mani:[10,12],manipul:27,margin:[],mass:26,materi:[22,26,27],math:[5,27],mathemat:[3,5,8,27],matric:[5,18,26],matrix:[1,5,11,12,18,26,27],matter:[0,26],max:27,maximum:[],me:[],mean:[0,27],measur:[],medic:[],meet:[5,10,23,26,27],memori:[],mercer:8,meta:[],method:[6,9,10,13,19,26],midnight:[19,20,21],min:27,mini:[],minibatch:[],minim:26,ml:26,mle:[],mlp:12,mnist:[3,4],model:[0,1,4,6,12,26],moment:[],momentum:13,moon:[8,9],more:[3,6,18,19,26,27],much:[],multi:[],multiclass:[],multilay:12,multipl:[1,3],multipli:8,need:[19,21,26],neg:[],network:[1,2,3,4,7,12,20,21,26],neural:[1,2,3,4,7,12,20,21,26],neuron:[],newton:[],nice:[],nn:[],node:[],noen:[],non:8,normal:[0,1],notat:12,note:27,notebook:[],novemb:20,now:[1,9,13],nuclear:[0,26],nueral:[],numba:26,number:[0,2,23,27],numer:[2,19,20,21,23],numpi:[18,26],object:3,obtain:11,octob:19,od:2,off:[6,19],ol:[5,6,19],one:[2,12],ones:[],oper:18,optim:[1,8,13,17,26,27],order:13,ordinari:[5,6,19,26,27],organ:[0,26],orient:[],oslo:25,other:[4,9,11,12,18,26,27],our:[0,4,5,11,13,26,27],out:[],outcom:[17,26],output:2,overarch:[0,4,8,9,26,27],overview:[10,26],own:[0,10,11,15,16,20,26,27],packag:[18,26],pad:[],panda:[26,27],paper:19,paramet:[26,27],part:[13,17,19,20,21,27],partial:[2,21],pass:1,path:21,pca:11,pdf:23,pencil:19,perceptron:12,perform:[1,9],period:3,perspect:1,pertin:[],plan:27,plot:[],point:4,poisson:2,polynomi:3,pool:[],popul:2,popular:26,posit:[],possibl:[],practic:[13,24,26],pre:[1,3],predict:4,predictor:[],prefer:[],prepar:[],preprocess:27,prerequisit:[3,17,26],present:[],princip:11,principl:3,print:[],pro:9,probabl:[5,23],problem:[1,2,13,21,26,27],procedur:[9,26],process:[1,3],product:[],program:[2,13,19,20,21],project:[6,19,20,21,26],prop:13,propag:[1,12],properti:[5,23,27],prune:[],python:[0,9,15,17,18,26],quantiti:[],quantum:[],question:[],quick:8,r:26,random:[10,11,23],raphson:[],rate:[],rbm:[],read:[9,26,27],real:[6,19,26],recogn:[],recommend:[26,27],rectangular:[],recurr:[4,12],recurs:[],reduc:[0,27],reduct:3,reformul:2,regress:[0,5,6,7,9,10,13,19,20,26,27],regressor:[],regular:1,reinforc:[],relat:27,relev:[25,27],relu:1,remark:3,remind:[6,8,26],repeat:27,repetit:[],replac:13,report:[19,20,21],repositori:[],repres:[],requir:[2,17],resampl:[6,19],rescal:6,research:[],residu:27,resourc:2,result:27,review:[],revisit:13,rewrit:[26,27],rewritten:[],ridg:[0,5,6,19,27],rm:13,rmsprop:[],rnn:[],roc:[],rule:12,run:[],s:[8,10],same:13,sampl:11,scale:27,scan:[],schedul:[22,26],schemat:9,scheme:2,scienc:26,scientif:[],scikit:[0,1,11,15,16,26,27],score:[],search:[],second:13,select:[],semest:24,sensit:[],separ:[],septemb:[],session:[],set:[0,2,3,9,12,15,21,26,27],setup:[],sever:[],sgd:13,share:[],sharp:[],should:1,sigmoid:[],similar:13,simpl:[0,4,9,13,26,27],singl:10,singular:[5,11,27],size:27,sketch:[],slept:[],slightli:[],so:[],social:[],soft:8,softmax:1,softwar:[19,21,26],solut:[],solv:[2,21],solver:13,some:[13,18,27],sound:[],specif:[],specifi:2,speed:[],split:[0,15,16,26,27],squar:[0,5,6,10,19,26,27],standard:[13,27],start:[],state:[0,26],statement:[],statist:[5,6,17,23,26],steepest:[10,13],step:20,still:27,stochast:[13,20,23],stop:[],stride:[],strong:[],strongli:26,structur:21,studi:[],subtract:27,suggest:26,sum:[],summari:[24,26],superposit:3,supervis:1,support:8,svd:[5,27],syntax:[],systemat:3,t:27,tabl:[],tail:[],taken:[],target:[],teach:[22,24],teacher:[24,26],technic:[],techniqu:[6,11,19],technolog:17,tensor:[],tensorflow:[1,3],tent:26,term:[],test:[0,1,15,16,20,26,27],text:26,textbook:[25,26],than:[],thank:[],thei:[],theorem:[5,8,11,12,23],theori:23,thi:26,thing:[],think:27,through:[],thursdai:27,time:[],tip:13,togeth:12,tool:26,top:1,topic:26,toss:[],toward:11,trade:[6,19],tradeoff:6,train:[0,1,4,15,16,26,27],transfer:[],transform:3,tree:[9,10],trial:[],tuesdai:[],tune:1,two:[3,8,17,19,27],type:[2,4,12,26],typic:[],uio:26,understand:[],unit:[],univers:[12,25],unsupervis:14,unsupport:[],up:[0,2,9,12,15,21,26,27],updat:[],us:[0,1,2,3,7,13,17,20,26,27],usag:[],valid:[6,19],valu:[5,11,23,27],vanish:[],vari:[],variabl:23,varianc:[6,19],variou:[0,15,20,26],vector:[8,12,18,26,27],veri:[],verifi:[],video:[],view:[0,4,10,27],visual:[1,9],volum:[],vote:[],vs:3,wa:[],wai:9,warm:[],wave:2,we:26,websit:[],wednesdai:[],week:[15,16,26,27],weekend:[],weekli:22,weight:[],well:[],what:[0,26,27],when:[],which:1,why:[26,27],wisconsin:7,wish:[],word:[],worri:[],would:[],wrap:27,write:[4,11,20],x:27,xgboost:10,xor:[],year:[],yet:[],you:[],your:[0,10,15,16,20,21,26,27],yourself:21,z_j:[],zero:[]}}) \ No newline at end of file +Search.setIndex({docnames:["chapter1","chapter10","chapter11","chapter12","chapter13","chapter2","chapter3","chapter4","chapter5","chapter6","chapter7","chapter8","chapter9","chapteroptimization","clustering","exercisesweek34","exercisesweek35","intro","linalg","project1","project2","project3","schedule","statistics","teachers","textbooks","week34","week35"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["chapter1.ipynb","chapter10.ipynb","chapter11.ipynb","chapter12.ipynb","chapter13.ipynb","chapter2.ipynb","chapter3.ipynb","chapter4.ipynb","chapter5.ipynb","chapter6.ipynb","chapter7.ipynb","chapter8.ipynb","chapter9.ipynb","chapteroptimization.ipynb","clustering.ipynb","exercisesweek34.ipynb","exercisesweek35.ipynb","intro.md","linalg.ipynb","project1.ipynb","project2.ipynb","project3.ipynb","schedule.md","statistics.ipynb","teachers.md","textbooks.md","week34.ipynb","week35.ipynb"],objects:{},objnames:{},objtypes:{},terms:{"0":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],"00":[0,1,5,6,9,11,26,27],"000":[1,3,9],"0000":9,"00000":9,"000000":[5,11,27],"0000000010":[],"00000000e":[5,27],"00000215":[],"0000164":[],"00002678":[],"00003617":[],"000054":[],"0000747":[],"00009903":[],"0001":1,"00010133":[],"0001042":[],"00011154":[],"00012095":[],"0001225":[],"00012277":[],"00012569":[],"00012934":[],"00013313":[],"00013514":[],"00014654":[],"00014662":[],"00014875":[],"00015097":[],"00015239":[],"0001539814498783133":[],"0001613":[],"00016373":[],"00016536":[],"00016826":[],"00017031":[],"00017755":[],"00018022":[],"00018629164426077816":[],"00018647":[],"00018653":[],"00019212":[],"00019432":[],"00019544":[],"00019607":[],"00019838":[],"00019883":[],"00019998":5,"00020665":[],"00021042":[],"00021438167895478945":[],"00021512":[],"00021673":[],"00021836":[],"00022035":[],"00022902":[],"0002364":[],"00023679":[],"00023737":[],"0002382102844775691":[],"00024035":[],"00024087":5,"0002442":[],"00024449":[],"00025381":[],"00026064":[],"00026456":[],"00026778":[],"00026861":[],"00027064":[],"0002758":[],"00028129":[],"00028689":[],"00029012":5,"00029121":[],"00029993":[],"00030207":[],"00031112":[],"00031174":[],"00031535148309577417":6,"00031535148309580783":6,"00031579":[],"00032054":[],"00033136014047192484":[],"0003324":[],"00034076":[],"00034548":[],"00034759":[],"00034944":5,"00035097":[],"00035283":[],"00035753":[],"00036163":[],"00036838":[],"00038185":[],"0003826":[],"00038288":[],"0003844":[],"00038836":[],"00039592":[],"00039962":[],"00040199":[],"00040825":[],"000417932":2,"00042089":5,"00042114":[],"00042432":[],"00042748":[],"00043363":[],"00043656":[],"00043672":[],"00044152":[],"00044663":[],"00045244":[],"00046356":[],"000464088":2,"00047025":[],"00047054":[],"00048049":[],"00048325":[],"00048917":[],"00049911":[],"00049929":[],"00050142":[],"00050383":[],"0005051756404139333":[],"00050694":5,"00051025":[],"00051793":[],"00052115":[],"00053008":[],"00055182":[],"0005557":[],"0005603761549585715":[],"00056165":[],"00056836":[],"0005701":[],"00057062":[],"00057083":[],"00057757":[],"00058016":6,"0005840075008020406":[],"00060705":6,"00061058":5,"00061585":[],"00061822":[],"0006225":[],"00062595":6,"00062752":[],"00063364":[],"00063862":[],"00064009":[],"00064115":[],"00064364":[],"00065237":[],"00065261":[],"0006527":[],"00066668":6,"00067395":[],"00068048":[],"00068088":[],"00068251":[],"00068734":6,"00068946":6,"00069073":[],"00070222":[],"00070937":[],"00072326":[],"00072412":[],"00073541":5,"00074584":[],"00074611":[],"00074902":[],"00075597":[],"00075639":[],"00076029":[],"00076495":6,"00076617":[],"00076905":6,"0007698473260556325":6,"0007698473260556343":6,"00078616":[],"00079129":6,"00079216":[],"00079910":[],"00079968":5,"00081564":[],"0008159":[],"0008187895061620525":[],"00082447":[],"00083346":[],"00083685":[],"00083826":[],"00084705":6,"0008527":[],"00085301":[],"00085889":6,"00086063":[],"00087126":[],"00087697":6,"00088573":5,"00089187":[],"00089362":[],"00089434":26,"0009075":[],"00090992":[],"00091628":[],"00092039":[],"00092107":[],"00092647":6,"000929":[],"00092902":[],"00092904":[],"0009485400848532":[],"00096314":5,"00096557":[],"00097342":[],"00097487":[],"00097522":[],"00099888":[],"001":[1,2,8,13],"00100519":6,"00100807":[],"00101364":[],"00102956":[],"00103827":[],"00104613":[],"0010479245926411787":6,"00105081":6,"00105497":[],"00106677":5,"00107008":[],"00107405":6,"00109941":[],"00110716":[],"00111454":[],"00111495":[],"00111512":[],"00111756":6,"00113717":[],"00114101":[],"0011526":6,"00115506":[],"00115669":[],"00115999":5,"00117071":[],"00117125":[],"00117627":[],"00118508":6,"00118591":[],"0011878":[],"00119699":[],"00119895":[],"0012":[],"0012099":[],"0012202975664411882":[],"00122558":[],"00123144":[],"00123457":[],"00125459":[],"00126452":[],"00126617e":[],"00127423":[],"00127469":[],"00127672":[],"00128282":[],"00128479":5,"00131428":[],"00132125":[],"001323":6,"00133103":[],"00134327e":[],"00134337":[],"00135736":[],"00137818":6,"00139705":5,"00140139":[],"00140849":[],"00143234":[],"00144711":[],"00145601":[],"00145652":[],"00145679":[],"00145732":[],"00146158":[],"00146287":[],"00148047":[],"00148709":[],"00149047":[],"00149311":6,"00149403e":27,"00149956":6,"00152117":6,"00154733":5,"00154860":[],"00155308":[],"00155701":[],"00156376":6,"00160348":[],"00161414":[],"00163245":[],"00163526":[],"00165867":[],"00166551":[],"00166612":[],"00168135":[],"00168251":5,"00169021":[],"00170724":[],"00172117":[],"00172452":[],"00174276":6,"00174457":[],"00175331":6,"0017567":[],"00176697":[],"00178871":[],"00181115":[],"00182747":[],"00183398":[],"00183869":[],"00184151":[],"00185848":[],"00186347":5,"00186362":[],"00186694":[],"001880":5,"00188233":[],"00189101":[],"00189665":[],"00190413":[],"00190483":[],"00190742":[],"00192967":[],"00197982":[],"00198187":[],"00199495":[],"00200":8,"00200523":[],"00202624":5,"00202679":[],"00202756":6,"00203959":[],"0020496":[],"002050":[],"00206124":[],"0020717457079393":[],"00207732":[],"00208264":[],"00210909":[],"00211371":[],"00213144":[],"00213264":[],"00213616":[],"00213947":[],"00214832":[],"00215333":[],"00217499":6,"00217694":[],"00217774":[],"00219194":[],"00219502":[],"00219624":[],"0022":[],"00220306":[],"00223784":[],"00224413":5,"00224679":[],"00224783":[],"00225189":[],"00225484":[],"00225909":[],"00227563":[],"00228742":6,"00229911":[],"00233436":[],"00234197":[],"00234327":[],"0023548":6,"002381316302584886":6,"0023813163025848865":6,"00239349":[],"00241318":[],"00242398":[],"00242421":[],"00242847":[],"00242954":[],"00242999":6,"00243186":6,"00243341":[],"0024401":5,"00245177":[],"0024598":[],"00248884":[],"00248975":[],"00249435":6,"00249831":[],"00251517":[],"00254359":[],"00254976":[],"00255459":18,"00258249":[],"00259385":[],"00264305":[],"00266858":2,"00267887":[],"00270244":5,"00271624":[],"00272135":[],"00272586":[],"00274989":6,"0027511":[],"00277816":[],"00283853":[],"00284542":[],"00284647":[],"00286269":[],"00286972":[],"00287151":[],"00287871":[],"00289358":[],"00289724":6,"0029114":[],"00291334":[],"00291822":[],"00292838":[],"00293072":[],"00293132":[],"00293838":5,"0029508":[],"00298058":[],"00298213":[],"0030207":[],"00303693":[],"00305172":[],"00306724":[],"00308251":[],"003100":[],"00310113":2,"00311528":[],"00312207":[],"00312361":6,"00313125":[],"00313452":[],"00313577":[],"00315593":6,"00316561":[],"00317175":[],"00318122":[],"00320591":[],"0032153180657605116":6,"00323332":6,"00324512":[],"00324969":[],"00324986":[],"0032531":[],"0032542":5,"00325429":[],"00325450":[],"00327313":[],"00327833":[],"00328377":[],"00328431":[],"00328494":[],"003301":6,"00332591":[],"00334743":[],"00335448":[],"0033575":[],"00335936":[],"00335942":[],"00335956":[],"0033955154592040923":6,"00341073e":[],"00343257":[],"00345227":[],"00346394":[],"00348543":[],"00349817":[],"00353575":[],"00353823":5,"00354307":[],"00354492":[],"00358844":[],"00359612":[],"003620":[],"00362111":[],"00362359":[],"0036237":6,"0036367":6,"0036718":[],"00368581":[],"00369758":6,"00370554":[],"0037095":[],"00371918":[],"00372054":[],"00372657":[],"00373984":[],"00374279":[],"00375475":[],"003755":[],"0037744":[],"00378113":[],"00379522":[],"00382166":[],"0038332550504751595":[],"0038335":6,"00383795":13,"00383872":[],"00387135":[],"003909404072811221":6,"00391839":5,"00392139":[],"00395659":[],"00396398":[],"00396988":[],"00398509":[],"0039987":6,"004":5,"00402083":[],"004091940707753925":6,"00410387":6,"00410478":6,"00410646":[],"00411073":[],"004113634617443131":[6,27],"00411363461744314":[6,27],"004113634617443147":[6,27],"00413413":[],"00415289":[],"0041559863458613296":6,"00420072":[],"00422908":[],"00424012":[],"00424046":[],"00424909":2,"00424967":6,"00425203":[],"0042536":[],"00426027":5,"00426531":[],"00427304":[],"00428336":[],"00429899":[],"00431775":[],"00433417":11,"00434364":[],"0043675":[],"00437973":[],"00439232":[],"00439287":[],"00440346":6,"00440395":[],"00441613":[],"00443743":6,"00445655":11,"00446979":[],"00447992":[],"004480":[],"0045052":[],"00451679":[],"00453622":[],"00455536":[],"00456302":[],"004579219539673834":6,"00458878":6,"00460304":[],"00460405":[],"004610275230656182":6,"00462287":6,"00463639":[],"00464812":[],"00465099":[],"00469926":[],"0047085":[],"00471782":5,"00471983":[],"00472199":6,"00472251":[],"00472512":6,"00472549":[],"00473818":[],"00474485":[],"0047469652158":23,"00474697":23,"00478655":[],"00479935":[],"00480366":[],"00480371":[],"0048526":[],"00486095":[],"00486122":[],"00486302":[],"00487843":[],"00488992":[],"0048938":[],"0049544":6,"004999999999999994":[],"004999999999999996":[],"005":[],"005000000000000001":[],"005000000000000002":0,"0050256":[],"00502702":[],"00504808":[],"00507876":[],"00509089":[],"0051127":[],"00512927":5,"00517114":6,"00517832":[],"00518122":[],"00519105":[],"00526348":6,"0053018":6,"005332694146660865":23,"00534938":[],"00537764":[],"00538851":[],"00542313":[],"00543374":[],"00544013":[],"00544651":[],"00550379":[],"00550433":[],"00551642":[],"00552246":[],"00554552":6,"00555311":[],"00555765":[],"00555974":[],"00556826":6,"00556958":[],"0055941":[],"00562524":[],"00565625":[],"0056799":5,"00568413":[],"00569405":[],"005704419462575732":[],"00575158411598985":[],"00575271":[],"00579953":6,"00580212":[],"00584432":[],"00585113":[],"00587502":[],"00587564":[],"00587659":[],"00588657":6,"00594042":[],"00594353":[],"00595134":[],"00595615":[],"00598615":[],"0059888":[],"0060":[],"00600971":[],"00604105":[],"00604596":[],"006046":[],"00607264":[],"00607783":6,"00610607":[],"00611979e":[],"00613258":[],"00615193":[],"00615394":[],"006162":6,"00617499":5,"00618095":[],"00619918":[],"00620039":[],"00620347":[],"00622235":18,"00626028":[],"00626773":[],"00626797":[],"00627535":[],"0062825":[],"00628874":[],"00630331":6,"00631057":[],"00635214":[],"00635375":[],"00635475":[],"00635624":[],"00635865":[],"006388972817810939":[],"0064028529426007315":[],"00642221":6,"00642268":[],"00642935":[],"00643466":[],"00643899":[],"006448211685467599":[],"00644939":[],"00646613":[],"00651112":[],"006546368424400406":27,"00657884":[],"00658316":[],"00658451":[],"0065912":[],"00660427":6,"006607878954530523":[],"006636003206469997":[],"00663699":[],"00665974":[],"00666902":[],"00669662":[],"006719367598355617":[],"00672607":6,"00673407":6,"00674454e":27,"00676387":6,"0067774848881855445":[],"00679797":[],"00679887":[],"0068011":6,"00680794":[],"006829400694106674":[],"00683222":[],"00683748":5,"00683964":6,"00686801":[],"00686806":[],"0068697":[],"00687175":[],"00693764":18,"00693821":[],"00695723":[],"00701442":[],"007021475481484069":[],"0070235":[],"007024126888938144":6,"00703355":[],"00704231":[],"00704347":[],"00706728":[],"00710445":[],"00712321":[],"0071642501586093735":[],"00717079":[],"00719176":6,"007241647844213045":[],"0072595":[],"00726135":[],"0072636":[],"00726673":[],"0072675":[],"00727211":[],"00727646693":[0,26],"007315":27,"007322039527455341":[],"007352":[],"00736955":[],"00738008":[],"007384439324451296":[],"00739382":[],"00739489":[],"00741987":[],"00742577":[],"0074331":5,"00745959":[],"007460527840396904":[],"0074724":[],"007472516848671787":[],"00752224":[],"00753349":[],"00754534":[],"00756465":[],"00756831":[],"00759119":6,"007607459165915922":[],"00761275":[],"007631009573777696":[],"007652435292578527":27,"00769731":[],"0076995":[],"00777931":[],"007785":[],"00778523":[],"00781918":[],"00784393":6,"00784983":[],"00788598":[],"007891914573161948":[],"00790262":[],"00796028":[],"00798188":[],"00798988":[],"00799998":[],"00801855":[],"00802883":[],"00803064":6,"00803115":[],"008043926731954223":[],"00804985":[],"00805074":[],"00805892":[],"00806245":[],"00813313":[],"00813803":6,"008142188979400687":[],"00817631":6,"00817834":[],"00822879725131466":[],"00823002":5,"00825399":[],"00827728":6,"00828799":[],"00830291":[],"00830733":[],"00830822":[],"00831018":6,"00832189":[],"00834567":6,"00836148":[],"00843617":[],"00844667":[],"00846262916105675":[],"00848002":[],"00848904":6,"00851512":[],"00853836":[],"008547718003792035":[],"00857028":[],"00858536":[],"00858886":[],"00862101":[],"00862798":[],"0086649156":[0,26],"008675369724975977":5,"00868086":[],"00868983":[],"008771887357306985":[],"00879363":[],"00880924":[],"00883798":[],"00887114":[],"008886608472273775":[],"008897354602673473":[],"008900933315885705":[],"00890232":[],"00892604e":[],"00893027":[],"00894639":5,"00900879":[],"00903369":[],"00905423":6,"00906293":[],"00912605254990626":[],"00914964":[],"00915265":[],"00915433":[],"00915458":[],"009163470508352218":5,"009164545680330616":6,"00917248":6,"00919237":[],"00920609":[],"00922229":[],"00923278":[],"00929251598272297":[],"00934327e":27,"00934499":6,"00934865":[],"00938585":[],"0093869":[],"009442796383765939":[],"00946219":[],"00946636":[],"0094885":[],"00949598":[],"00950778":[],"00952322":[],"0095239":[],"00952586":[],"00953152":[],"0095653":[],"00956774":[],"0096208":6,"00962351":[],"00974702":[],"00976647":[],"009843577857448754":[],"009855809602167547":[],"00986552":[],"00989896":[],"00990475":5,"00992331":6,"00996754":6,"00996972":[],"01":[0,1,2,5,6,9,11,13,25,26,27],"01001307":18,"01001378":[],"010018312644139219":6,"01004321":[],"010053880703541525":[],"01006042":[],"01006401":[],"0100706":6,"0100949":[],"01011906":[],"01012951":[],"01014809":[],"01018743":[],"010203":[],"01023308":[],"01024227":[],"01025184":[],"01027992":[],"01028728":[],"01029574":[],"010296":[],"01031184":[],"010315":[],"01031541":[],"01031903":[],"010331721306655165":6,"01033856":[],"010349011563455255":[],"010349061754867921":[],"01035984":[],"01038358":[],"01045155":[],"01045774":[],"01050849":[],"010516485576646504":6,"0105301":[],"01054509":[],"0105536":[],"01059601":[],"0106014":[],"010647923296938294":[],"01066519":6,"01066976":[],"01068907":[],"01076611":5,"01076733":[],"01080274":[],"01083628":[],"01085192":[],"01088331":[],"01089797":[],"0109":[],"010902":[],"01091059":[],"01092119":[],"01094579":[],"01094846":[],"01095703":[],"01097223":[],"01097423":[],"0110":23,"011031108072207247":27,"01103246":[],"01107621901137467":6,"01111477":[],"0111154":[],"01112952":[],"011225":2,"01128968":[],"01130932":[],"0113104":6,"01131704845508782":[],"01135167":[],"01135924":[],"01136976":[],"011376853216444322":[],"01148039":[],"01151984":[],"01152476":[],"01159033914386312":[],"01161357":[],"01163425":[],"01164198":[],"01165807":[],"0117496656370668":[],"01176096":[],"011761161707539526":[],"011789112484359082":[],"01179792":6,"0118633":[],"01191227":[],"011917343246903285":[],"01191824":5,"01193226":[],"01201742":[],"012073649469946107":6,"0120771":[],"01212083":[],"01214101":[],"01219292":6,"01220627994790804":[],"01220987":[],"01222822":27,"01223198":6,"01229732982000352":[],"01231917":6,"01233322":[],"01233332":[],"01235481":[],"01239337":[],"01247118":[],"01257265":[],"01262581":[],"01265755":27,"012658":27,"01267006":[],"01268892":[],"01272215":[],"01278035":[],"01281486":[],"012815095479733507":[],"01282674":[],"012874822204495243":[],"01288591":[],"01289962":[],"01290811e":[],"01290947":6,"01291943":[],"01295356":5,"01299337":[],"01300561":[],"0130673":26,"01312013610582818":[],"013121574062587286":6,"01318643":6,"01321652":[],"01323615":[],"01325225":[],"01329488e":[],"013341":[],"01335857":[],"0134093":[],"01344196":[],"01344581":[],"01347636":[],"01347916":6,"01348565":6,"01349183949256158":[],"01362274":[],"013623165903312745":[],"01362461":[],"01365363":[],"01366733":[],"01367553":6,"01372375":[],"013742894355267554":[],"01382052":[],"01384493":[],"01386842":[],"01389847":[],"013918526350129823":[],"01397146":6,"01397927":[],"01402574":[],"01404858":[],"01405237":[],"01405935":6,"01408051":[],"01409821":[],"0141301":[],"01416528":6,"01420034":[],"01423609":[],"01424197":[],"01427149":[],"01432847":[],"01433809":5,"01436601":[],"01440978":26,"014436800088896381":6,"01448147":[],"01449782":6,"01455922":[],"01456159":[],"01458337":6,"014586":27,"01458611":27,"0146081":6,"01463049":6,"01463052":[],"014717861297042837":[],"01476097":[],"01477821":[],"01478446":[],"01492":[],"0149713":[],"0149947":[],"01502518":[],"0150723888951771":6,"01507238889517717":6,"01508632":[],"01508966":[],"01512934":[],"01514564":[],"01518949":[],"01519861":[],"01521658e":[],"01524072":[],"015244":[],"01526688":[],"01529503":[],"01529708":[],"01531845":6,"01533437":[],"01537557":[],"01541622":[],"01541649":[],"0154222":[],"01542292":[],"01544605":[],"01548272":[],"01549377":6,"01549939":[],"01550381208433455":[],"01550546":[],"01552289":[],"015547997320024485":[],"01554799732002449":[],"01555268":[],"01558197":5,"01562311":[],"01566461":[],"01571866":[],"01574606":[],"01580414":[],"01581562":[],"01591021":[],"01593612":[],"01594452":[],"01596986":[],"01597952":[],"01600491":[],"01603602":[],"01604113":[],"01607534":[],"01612033e":[],"01616709":[],"01617722":[],"01617829":[],"01619456":[],"01619664":[],"01621244":[],"016285782696017142":6,"01629703":[],"01632212":[],"01633169":[],"01633913":6,"0163462":18,"01640891":6,"01642305":[],"016541517177965183":[],"01655318":6,"016587414993045335":6,"01659559":[],"01662346":[],"01663866":[],"01667827":[],"01671556":[],"01678384":[],"01678538":[],"016797223248922855":[],"01684326":[],"01686552155492476":[],"01690512":[],"01691871":[],"01691985":6,"0169643":5,"016972818397989375":[],"01702968":[],"01704432":[],"01707943":18,"01708691":[],"01708781":6,"01708852":6,"01713366":6,"01715886":[],"01715895":[],"01722502":[],"01724499":5,"01731293":[],"01735584819559331":6,"017355848195593312":6,"01736502":[],"01743586":[],"01747077":[],"01752908":[],"0176":[],"01762067":[],"01765474":[],"017665":5,"01771317":[],"01773579":[],"01775594":[],"0177568":[],"017779706159045054":[],"01782721":[],"01783105":[],"01783414e":27,"0178392":[],"01784714":[],"0180":[],"01800865":[],"0180194":[],"01809873":[],"0181166":[],"018232":27,"0182548":26,"01828101e":27,"01828593":[],"01831050e":6,"01831207e":6,"01834042":[],"01835274":[],"018425115690829077":[],"01842511569082908":[],"01842607":[],"01848399":[],"01853877":[],"01856502":[],"01859922":[],"01865187e":[],"01866537":6,"01867985":[],"0186893":[],"01869843":[],"01873344":11,"01873869":5,"01878557":23,"01881546":[],"01882522":[],"01883403":[],"01889695":[],"01895265":[],"0189559":[],"01896127":[],"01897575":[],"01898855":6,"01899119":[],"01905883":6,"01908936":6,"019140656913589":[],"01914066":[],"01915888":[],"01916913":[],"0191717":[],"01918548":[],"01919702":[],"01919885":[],"01925607":[],"01931743":[],"01936105":[],"01950910892363912":[],"019509108923639135":[],"01956921":[],"01962446":[],"01963203":[],"01963611":6,"01969145":6,"019709199043491926":[],"01971341":[],"01975416527168255":6,"01975848":6,"01985410516551995":[],"01987248":[],"01989299":[],"01989549":[],"01999282":[],"01it":6,"02":[0,4,6,7,12,26,27],"020056743323946552":[],"020056743323946562":[],"0200568":[],"02006627":23,"02012338":[],"02017377":[],"02024701e":[],"02024962":6,"020271":[],"02030107":[],"020350773309798075":[],"02035077330979808":[],"02036289":[],"02036545":[],"02037613":[],"020404272938413143":[],"02042476":[],"02044454":[],"02045972":5,"020460":5,"02049182":[],"02053512":[],"02054837e":6,"02058094":[],"02061026":[],"02061094":[],"02063627410934057":[],"020636274109340574":[],"02066371":[],"02068067":6,"020696011238315368":[],"02069601123831537":[],"02071142":[],"02071639169376938":[],"020716391693769383":[],"0207306":[],"02073509":5,"02075115":[],"02075802":[],"02079171":[],"02081274":[],"02083512":[],"020876278817012876":[],"02087627881701288":[],"02089297":[],"02090296":[],"02095266":[],"02098261":6,"02100763":[],"02103178":[],"02106518":[],"02109939":[],"02123176":6,"0212604":[],"02126208":[],"02131025":[],"02138525":[],"02138725":[],"021592704588021174":6,"021592704588021178":6,"02161016":[],"02178063":[],"02178583":[],"02183021":[],"02186131":[],"02192091870116783":[],"02198702e":6,"02198703e":6,"02200532":[],"02206965e":[],"02208512":6,"02210753":[],"02215597":[],"022156":[],"02220437":[],"022210866177877393":[],"02221978":[],"02222502":26,"02227466":[],"02228115":6,"02229529":6,"02231445":[],"02241311":[],"02244382":[],"02244755":[],"02250553":[],"02252765":5,"02268114":[],"02276062":[],"02279888":[],"02283241":[],"02284019":[],"02287894":[],"02288816":[],"022934":[],"02293408":[],"022964339924731444":[],"022964339924731455":[],"022999498260366198":6,"02308518":[],"02314144":[],"0231703":[],"02329285":[],"02330402":[],"02337045":[],"02348765":6,"02355925":[],"02356396":[],"02365049":6,"02365779":[],"02374036":18,"023810076900619058":[],"02385515":[],"02387339":[],"023888460698069384":[],"02392053":[],"02395532":[],"02400359":[],"02400968":[],"02410507":[],"02416381":[],"02417252675174287":[],"02417252675174288":[],"02419664":[],"02424794":[],"02426651":[],"024318244280276506":[],"02447466":[],"0245528":6,"024632":[],"02468681":[],"02472584e":27,"02485679":[],"02492265":5,"02493299":[],"02498832":6,"025027":[],"02503753":6,"02507163":[],"02508836":[],"02509184":[],"025092":[],"02511518":6,"02522069":6,"02527366":[],"02531037":[],"02536494":[],"02539496":[],"02542246":[],"02545639":[],"02546675":[],"025709":[11,27],"02574735e":[],"02576476":[],"02582613386840159":[],"02586427":6,"02588522":[],"02590077":[],"02592329":[],"02593026":[],"02593596":[],"02603725":[],"0260906":6,"02610528":[],"02618169":[],"02622906":[],"02623724":[],"026250840755899812":[],"02625193":8,"02635835":[],"02636112":[],"02636766":[],"02641575":[],"02659851591375224":[],"026605727637184554":6,"026605727637184558":6,"02689869":[],"0269":[],"0269769337028265":[],"02699539":[],"02699873":[],"02702328":[],"02702978":[],"02706508":[],"02707227":5,"0271761":[],"02717614469297529":[],"027176144692975295":[],"02723445":6,"02730775":[],"02745507":[],"02746315":[],"0275742":[],"02757522":[],"02760079":[],"02760977349102238":6,"027609773491022394":6,"02761736":[],"02763182":[],"02764023":[],"0276735":[],"02774744":[],"02790465":[],"02791218":[],"027931820179105067":23,"0280":[],"02800421":[],"02804715":[],"02809859":[],"02810253":[],"02816083":[],"02825691704728396":[],"028256917047283964":[],"02836801":[],"028389":[],"02838933":[],"02845284":[],"02857":4,"02865084":[],"02866734":[],"0286851":[],"02873348":[],"02876697":[],"028797":[],"02881357":[],"02888614870607853":[],"02888733707368374":[],"028892725706100464":[],"02889288030564785":[],"02892224":[],"029":[],"02900389":[],"02900886":5,"029009":5,"02911162":[],"02912421":[],"0293055":[],"02930957":[],"02942218":[],"02944425":[],"029483":5,"02950229":[],"0295741":[],"0296969":[],"02971902":[],"0297291":[],"029733":27,"02976145":6,"02987833":[],"02992852":[],"02994311":5,"02997344":[],"02f":[6,19],"03":[1,6,27],"03011012":[],"0301458":[],"03015649":[],"03019138":[],"03025391":[],"03027848":[],"03032441e":6,"03037095":[],"030371":[],"03049638":[],"03056169":[],"03060273":[],"03061555":[],"03063575":[],"03065428":[],"03067182":[],"03074083":[],"03077640549":4,"03099776":5,"031":5,"03102525":[],"03106988":[],"03107818":[],"03110176":[],"03112297":[],"03113051":[],"03117156":[],"03119091":[],"03126418":26,"03131157":[],"031405320178937886":5,"03141454":[],"03145163":[],"03172365":[],"03177421":[],"03192124":[],"03195835":[],"03196357":6,"03203047":[],"03219974":[],"03230546":[],"03251863":5,"03256632e":1,"03258131":23,"03267527":6,"03270341":[],"03273744":[],"03279636":6,"032829":26,"03285652":[],"03286226":[],"0330308045183219":6,"0330308045187757":6,"03308408":5,"03310687":[],"0331134070762626":[],"03311341":[],"03316272":[],"03321947":[],"03325534":[],"03331552e":[],"03338173":[],"03365768507152769":6,"03370315":[],"03375068":[],"03376827":[],"033790755027115954":[],"03389964":[],"03394827":[],"0340060287164625":[],"03400603":[],"034047":[],"03407676546787885":9,"03412098":[],"034169230664804":[],"03418359":18,"03422156":[],"03438051":[],"03443175":[],"03447512":6,"034557":27,"03456485":[],"03467756":[],"03472297":[],"034723":[],"034985":[],"03512212":26,"03530741":[],"0353961":[],"03543039":[],"03543455":[],"03543554":[],"03543958":[],"035513525941656535":[],"03556032":[],"03557316":[],"0356":[],"03562355":6,"03564082":[],"03568439":6,"0358":[],"0358108":[],"03582958":[],"03585592":[],"0359":[],"035909":[],"03591454":[],"0359565":5,"0361":[],"03611471":[],"03616508":[],"0362":[],"0362312015777108":[],"03630548":6,"03631783":[],"03633213":[],"0364":[],"0365":[],"03660869":[],"0366352614656884":[],"0367":[],"0368":[],"0369":[],"0370":[],"03707133":11,"03717939":[],"03718245":[],"0372":[],"03727597":[],"03728183e":[],"0373":[],"03735403":[],"0374748":[],"0375":[],"03756493":[],"0375827":[],"0376":[],"03774822e":[],"0377625":[],"0377961":[],"0378":[],"03781367141738902":6,"038":[],"0380":[],"03804636":[],"0381":[],"03813208":[],"03814292":6,"03815288":6,"038211969489939":[],"03821197":[],"0382287":18,"03827068":[],"0383":[],"038300":[11,27],"0385":[],"03856554":[],"0386":[],"0386443":[],"03868779":[],"03872663":[],"038727":[],"03876784":[],"0388":[],"03880581":[],"038844":[],"0389":[],"03894328":[],"03894873":[],"039":[],"03902389":[],"039039":5,"03903968":[],"03904224e":27,"03908546":[],"0391":[],"03914571":[],"0393":[],"03935519":[],"03940381":[],"03945128":[],"03946221":[],"0395":[],"03955811":[],"0396":[],"03967758":[],"0398":[],"03982972":[],"0399587275832265":[],"039967668952797":6,"0399676689527975":6,"03999935":[],"04":[1,6,11,27],"0400":[],"0401":[],"040102":5,"04010697":6,"04014929":[],"0401585":[],"04028659":[],"0403":[],"04045671":[],"0405":[],"04051862":[],"04057027":[],"04058784":[],"04063602":6,"0407":[],"0408":[],"04081883":[],"04083439":[],"04084872":[],"041":9,"0410":[],"04103307":[],"041050166905828786":[],"04107874":[],"041079":[],"04111096":[],"0411487294305088":6,"041148729430523":6,"0412":[],"04127087":[],"0413787":[],"0414":[],"0415":[],"04166112":[],"0417":[],"0419":[],"04191624":[],"04191629":[],"04193203":27,"04198166":[],"042044382097756156":[],"0421":[],"04210353":26,"04214702":[],"04218461":[],"04220758":6,"04223754":[],"04225015":[],"0423":[],"0424":[],"04246989":[],"04252528":[],"04259402":[],"0426":[],"04272582":5,"042726":5,"04276619":[],"0428":[],"04292593":[],"04294775":26,"04295757":[],"04299253":[],"043":9,"0430":[],"04310095":[],"04310698":[],"04314342":[],"04315108":5,"0431531":[],"0432":[],"0434":[],"043464037468677":[],"043464037468677004":[],"04346721":5,"0435":[],"04355837":6,"04362":9,"04362755":[],"0437":[],"04372783":[],"0437499":2,"04389027":6,"0439":[],"04391163":[],"043912":[],"0441":[],"04415412":[],"04416475":[],"04423486":6,"04426647":[],"04426744e":27,"0443":[],"044334":27,"04438319":[],"04448923":[],"0445":[],"04450975e":[],"044613":6,"0447":[],"0447389":[],"04473913":[],"04478101":[],"04482932":[],"0449":[],"0451":[],"0453":[],"04532032":[],"04537385":6,"04543942":6,"04547353":[],"0455":[],"04555073":[],"04557362":[],"04566964":6,"0457":[],"04570437990371566":[],"04574692":[],"0458":9,"04581197":[],"04584982e":[],"0459":[],"04597076":[],"0461":[],"04619338":[],"04626011":13,"0463":[],"04634083":[],"04640211541749118":[],"04648335":5,"0465":[],"046531":[],"04662395":[],"04669463":[],"0467":[],"04683565":5,"0469":[],"04690007":[],"04699527":[],"0470705":[],"0471":[],"04720848":[],"0473":[],"04746791":[],"0475":[],"04754825003279861":[],"04754825003279862":[],"0476021":[],"0477":[],"04770636":[],"04778116":[],"04784395":6,"0479":[],"0481":[],"04811582":[],"04814746":[],"04816611e":[],"04818727730430286":6,"04822955":[],"04828291":[],"0483":[],"0485":[],"0486":[],"04869126e":[],"0487":[],"048920":[],"04892055":6,"0489354":[],"04899609":[],"0490":[],"04900086":[],"04908155":[],"04909093":6,"04912436":6,"04919181":[],"0492":[],"04926746":[],"04931542":[],"04937621":[],"0494":[],"049462":[],"049556996627824":6,"0495569966278269":6,"04956816":[],"04958045":[],"0496":[],"0496375":[],"04965227":[],"04977051":[],"04977093":[],"0498":[],"04it":6,"05":[1,3,4,6,13,19,27],"0500":[],"05000867":[],"05006306":[],"05009826":6,"05024857":[],"0503":[],"05049873":[],"0505":[],"05056463":[],"05062537":[],"05063935014924984":[],"050663":[],"05066303":[],"05066388e":[],"0507":[],"0509":[],"05091289":[],"05100875":6,"0510594":[],"0511":[],"05110385":[],"05126901":[],"05137822":[],"0514":[],"051418":5,"0516":[],"05160313473529168":[],"051649":[11,27],"0516821246279795":[],"0517473":5,"0518":[],"05183886":[],"05195184":26,"05197707":[],"0520":[],"05203331":18,"05206787e":[],"05227921801205679":6,"0523":[],"052305":27,"05234611":[],"05235058":[],"0523738":[],"05238712":[],"05243298":[],"0525":[],"05263":9,"0526992":[],"0527":[],"05274561":[],"052836183775253814":[],"05293662":[],"052992":[],"0530":[],"05302":9,"053157":11,"0532":[],"05322899":[],"053326337300775":23,"05332634":23,"0534":[],"053417":27,"05350297":[],"05357244":[],"05363014989229746":[],"05364854":8,"0537":[],"05383795":6,"053849":5,"05388549e":[],"0539":[],"053944":[],"0541":[],"05412502":[],"05419212":[],"0542566":[],"05432856":[],"054375":[],"0544":[],"05446143":[],"05447415":6,"05459089":[],"0546":[],"054617":27,"054655":27,"05466359":[],"05485044745873865":[],"05485044745873867":[],"0549":[],"054954":[],"05502969":[],"05505310046363":2,"0551":[],"05515143e":[],"05526765":[],"055294":11,"0553":[],"05533":9,"05544019":[],"0556":[],"055676":27,"055697":[],"05570692":[],"055706923889776":[],"055734":27,"0558":[],"05589275":[],"055893":[],"055910":27,"05594058":[],"055987":27,"05599455":[],"056019":[],"056030":[],"0561":[],"05614483":5,"05623":9,"05629549":[],"0563":[],"056418":[],"05648":9,"05651951":6,"0565419":[],"0566":[],"05667":9,"056683":27,"0568":[],"056870":[],"05687021620384533":[],"056898":[],"05695438":[],"056996":[],"057050038714429464":[],"05705003871442947":[],"05708058":26,"0571":[],"057124":[],"05713748":[],"05715377":[],"057154":[],"05716368155342902":6,"057179":[],"057219":[],"057231":[],"0573":[],"057300":27,"057361":[],"057393":27,"057406":[],"057418":27,"057446":[],"057457":27,"057462":[],"057502":[],"05750876":[],"057537":11,"057582":11,"0576":[],"057613":[],"057657":[],"057722":27,"0578":[],"05781491e":[],"057831":[],"057835":27,"05785343":6,"057864":[],"05789007":6,"05792524":[],"05796251":6,"05807125":6,"0581":[],"058121":[],"058216":[],"0582573":[],"05825965":[],"05834444":[],"058388":[],"0584":[],"058435":[],"05852973":[],"058550":[],"058552":27,"058556":[],"058567":[],"0586":[],"058645":27,"05873105":[],"058738":[],"058793":[],"05880359":[],"05883":9,"05884":9,"058854":27,"058856":[],"0589":[],"058921":[],"0589434":[],"058952":27,"058996":27,"059004":[],"05900655":[],"059031":27,"0591":[],"05915945740690532":[],"05916189":[],"059182":[],"059232":11,"05924492":[],"0594":[],"059427":[],"059439":[],"05948007":[],"05966593":[],"059685":[],"0597":[],"059736":[],"059749":[],"05977068":[],"059807":27,"05982961":[],"059830":[],"05989176e":27,"05989727":[],"0599":[],"059925":11,"059949":[],"059951":27,"05996719":[],"05999":9,"059993":27,"06":[3,4,6,9,27],"060001":[],"060037":[],"060083":27,"0602":[],"06020587":6,"06020683e":[],"060254":27,"06026294":[],"060278":[],"060300":[],"060334":[],"060349":[],"060387":[],"06043581":6,"0605":[],"060524":11,"060567":[],"06059304":[],"060691":[],"0607":[],"0607062":[],"060716":27,"06072551":[],"06075426":[],"060756":27,"060845":[],"060872":27,"06090176":[],"060952":11,"060971":[],"060983":[],"0610":[],"061013":[],"061034":[],"06106228":18,"061068":11,"061078":11,"061084":[],"061092":[],"061138":[],"061163":27,"061186":11,"061239":[],"06124676":[],"06125720e":[],"061264":[],"061281":[],"0613":[],"061359":27,"061443":27,"061452":27,"061484":[],"0615":[],"061614":27,"061642":[],"061679":[],"061747":[],"061775":[],"0618":[],"061813":[],"061826":[],"061833":[],"061836":[],"061869":[],"061888":[],"061915":[],"061938":11,"061977":[],"06199837":[],"06200174":5,"062016":27,"062023":[],"062071":[],"062082":[],"062082386342319454":6,"0621":[],"062100":[],"062221":[],"062250":[],"0622641":[],"062273":[],"062292565":4,"06231773":[],"062325":[],"062337":27,"062351":[],"062390":[],"0624":[],"062470":[],"062485":11,"062523":[],"062599":27,"0626":[],"062624":27,"062631":[],"06263415":[],"062675":[],"062696":[],"06270382e":27,"062749":[],"062768":11,"062797":[],"062852":[],"062874":27,"062894":[],"0629":[],"06294313":[],"062963":[],"062967":[],"06299237e":[],"063000":[],"063006":11,"06301519":[],"063019":27,"063051":[],"063055":[],"063061":27,"063076":11,"06307625":[],"063080":27,"063081":[],"06308305":26,"063159":[],"0632":[],"063225":[],"063260":27,"06331463":[],"063325":[],"063359":[],"063374":11,"063378":[],"063407":[],"063434":[],"06343533":[],"063436":[],"063443":[],"0635":[],"063500":[],"063533":11,"063542":[],"063597":[],"06361921":[],"06362348":[],"063653":27,"063705":[],"063716":[],"063722":[],"063723":[],"063724":[],"063747":[],"063760":[],"0638":[],"06380941468319971":[],"063822":[],"063832":[],"063864":[],"063894":27,"063905":[],"063912":[],"063927":[],"06394871":[],"063953":[],"06397412":[],"063980":[],"063982":[],"064000":11,"06404226":26,"06406913":[],"06407201":[],"064074":27,"0641":[],"064101":[],"064113":[],"06413187":[],"064134":[],"064145":[],"064224":11,"064245":[],"06424868":[],"064275":[],"064294":[],"0643":[],"064320":[],"064412":[],"064420":[],"06444":9,"064444":[],"064501":27,"064527":[],"064532":[],"06453579006728322":6,"064568":[],"0646":[],"064602":[],"064606":27,"064609":27,"064627":[],"064634":[],"064640":[],"064696":[],"064699":27,"064702":11,"064793":27,"06481015":[],"064814":[],"064827":[],"06484621":[],"064856":[],"064874":[],"06488406":[],"064896":[],"0649":[],"06491736":6,"064938":[],"064948":[],"064985":[],"064987":[],"065006":[],"065012":[],"06502562":[],"065026":[],"065045":11,"065069":[],"065077":27,"065089":[],"065119":[],"06511966":[],"065147":[],"065155":11,"065158":[],"065171":11,"0652":[],"065207":[],"065214":[],"065215":[],"065249":[],"0652633":[],"065289":[],"0653477":[],"06535721144629267":[],"06535721144629268":[],"065378":27,"065390":27,"065396":5,"065410":27,"06547790180152352":6,"06547790180152355":6,"0655":[],"065517":[],"06554078":[],"065559":[],"065582":[],"065588":[],"065593":[],"065613":[],"065614":[],"065631":[],"065645":11,"065666":11,"065690":11,"065735":[],"065753":[],"06578047":[],"0658":[],"065801":[],"065808":[],"065815":[],"065872":[],"065909":11,"065910":[],"06594872":[],"065982":[],"065984":[],"066042":[],"066066":27,"066077":[],"0661":[],"066119":5,"066143":[],"06615863":[],"066200":[],"066323":[],"066344":[],"06637":9,"06638817":[],"0664":[],"06642248":[],"066438":[],"066453":[],"066467":[],"066474":27,"066500":27,"066564":11,"06656566":[],"066566":[],"066612":27,"066614":11,"066647":27,"06664867":[],"06666117":[],"0666807":2,"06668218":[],"06668613e":[],"0667":[],"066752":[],"066762":[],"066768":[],"066787":27,"066804":[],"06682268":[],"0668226833598415":[],"066837":[11,27],"066854":27,"066865":[],"066870":[],"066891":5,"066919":[],"06692165":[],"066944":11,"066992":[],"066999":27,"0670":[],"067009":[],"067042":11,"067139":[],"067220":11,"06724062":5,"067272":[],"0673":[],"067315":[],"067328":[],"067388":11,"067409":[],"067419":[],"067420":[],"067433":11,"067437":[],"067440":[],"067457":[],"067462":[],"067591":[],"0676":[],"067611":[],"067619":[],"067630":[],"067637":27,"067659":11,"067660":[],"067707":27,"067709":5,"067745":[],"067748":[],"06776308367941637":11,"067765":[],"067769":[],"067774":[],"067820":[],"067826":[],"067832":[],"0678507":[],"067859":[],"0679":[],"067915":[],"067929":[],"067955":[],"067979":[],"068":[],"068017":11,"068019":11,"068082":[],"068083":[],"068141":[],"0682":[],"068211":11,"068241":[],"06825695":[],"068257":[],"068264":27,"068307":27,"068340":[],"068364":11,"068378":11,"068403":[],"068406":[],"068407":[],"06842111e":[],"068437":[],"068439":[],"06843936":[],"068441":27,"06844519414009444":6,"06844519414009445":6,"0685":[],"06853772":[],"068551":[],"06855126e":[],"068568":5,"068606":[],"068609":[],"068612":[],"068624":[],"068629":27,"068650":[],"068671":[],"068726":11,"068727":27,"068731":[],"068734":[],"068743":[],"0687531":[],"068757":[],"068771":[],"068774":[],"0688":[],"068800":[],"068809":[],"068815":[],"068816":[],"06886644":[],"068906":27,"068931":[],"068945":[],"068974":[],"068987":[],"06899505":[],"068997":[],"069028":27,"069033":[],"069048":[],"069055":[],"069084":11,"0691":[],"069119":[],"069136":[],"069148":11,"06915522":[],"069213":[],"069239":[],"069257":[],"069296":[],"06931309":[],"069320":[],"069327":[],"069365":[],"069384":[],"069388":[],"069391":[],"0694":[],"069452":27,"069456":[],"069475":[],"069522":[],"069570":[],"069584":27,"069594":[],"069595":[],"069629":[],"06962991":[],"069630":[],"069634":[],"069672":[],"0697":[],"069711":11,"069733":[],"069739":[],"069746":[],"069753":11,"069766":[],"069803":[],"069821":[],"069822":[],"069865":11,"069919":[],"069939":[],"06995653":[],"069968":11,"06it":[],"07":[6,27],"0700":[],"070009":[],"070042":[],"07004211":[],"070043":27,"070067":[],"070072":11,"070086":[],"070107":[],"070129":[],"070146":27,"07015414034641979":26,"070157":[],"07016":9,"07017":9,"070170":[],"07020234":[],"070213":27,"070220":[],"070228":[],"07023654656164897":[],"070275":[],"0703":[],"070338":[],"070370":11,"07039":9,"070400":[],"070406":[],"0704374681593734":[],"070441":[],"070457":27,"070461":[],"070535":11,"070569":[],"070571":[],"070582":27,"070597":[],"07062318":6,"070645":[],"07068033":[],"070694":[],"0707":[],"070705":[],"070737":27,"070769":[],"070795":[],"07080407e":[],"070811":[],"070845":[],"070852":11,"070865":[],"070876":11,"070889":[11,27],"070964":[],"070986":27,"0710":[],"071008":[],"071062":[],"071080":[],"071138":[],"07115":9,"071160":11,"071191":[],"07119676":[],"0712":[],"07121097":[],"071252":[],"071258":[],"071274":5,"0713":[0,26],"07130734":[],"071323":[],"07136324":[],"07139233":[],"071423":[],"07145103":11,"071452":[],"071456":[],"071498":[],"071535":11,"071554":[],"071564":[],"071579":[],"071587":[],"0716":[],"07160048164232538":6,"0716004816423254":6,"071601":[],"071602":11,"071611":[],"071662":[],"071685":[],"071726":[],"071773":[],"07178264457746288":[],"07178725":[],"071788":[],"071792":[],"071801":[],"071805":[],"071854":5,"071857":11,"071872":[],"071879":[],"07188255":[],"0719":[],"071901":[],"071908":11,"071915":5,"071942":[],"071951":[],"071960":[],"07199977":[],"072000":27,"072009":[],"072022":[],"072034":5,"07203435":5,"07208896238192342":[],"072098":[],"072111":27,"07211696":26,"072128":[],"072132":27,"072140":11,"072168":[],"072194":[],"072200":5,"07225884":[],"07226292":[],"072285":[],"0723":[],"072305":[],"072310":[],"072338":[],"072369":[],"072404":[],"072410":[],"072470":5,"072476":27,"072478":5,"072483":[],"072486":[],"072495":[],"07250301":[],"072527":[],"072576":5,"072585":11,"0726":[],"072621":27,"072624":[],"072637":[],"072650":[],"072676":[],"072679":11,"072707":[],"072718":[],"072735":5,"072790":[],"072802":[],"072805":[],"07282462e":27,"072830":[],"07285":3,"07286416":[],"0729":[],"072914":[],"07291818479810824":[],"072931":[],"072948":5,"072953":[],"072954":5,"072967":[],"072971":11,"072973":[],"072976":[],"072990":[],"073008":[],"073011":[],"073059":[],"073063":[],"073079":[],"073080":[],"073088":[],"073113":5,"073131":[],"073141":11,"073152":[],"073154":[],"073184":[],"073187":[],"0732":[],"07321674":[],"073223":11,"073256":[],"07327275854723572":11,"073302":5,"07331468":[],"073354":[],"073362":[],"073376":[],"073378":[],"073387":[],"073406":[],"073417":5,"073421":[],"073422":[],"073425":11,"073431":[],"073444":[],"073445":[],"073458":[],"073465":[],"073471":[],"073476":[],"073494":[],"073498":[],"073504":[],"073541":[],"073582":[],"07358383":[],"073586":[],"073592":[],"073598":[11,27],"0736":[],"073618":[],"073621":5,"073630":[],"073634":[],"073635":[],"073640":[],"073644":27,"073706":11,"073708":[],"073712":[],"073716":[],"073720":[],"073728":[],"073734":[],"073736":[],"073766":[],"073773":5,"073797":[],"073802":[],"073810":[],"073824":[],"073828":11,"073840":[],"073842":[],"073853":[],"073858":[],"073871":5,"073876":[],"0739":[],"073929":[],"07393685":[],"07393855":[],"073972":[],"073980":[],"073984":[],"073987":[],"074008":[],"074010":[],"074026":[],"07404236":[],"074067":[11,27],"074084":27,"074096":[],"07410236e":[],"074108":[],"074128":11,"074152":[],"074161":[],"07417526":[],"074181":[],"0742":[],"07420079":[],"074201":[],"074210":27,"07421084":5,"074211":[],"074265":[],"074292":5,"074301":[],"074306":[],"074307":[],"074319":5,"074323":27,"074327":[],"074328":[],"074330":[],"074340":[],"074355":[],"07438088":[],"074403":[],"074411":11,"074419":[],"074425":11,"074428":5,"074439":[],"074455":[],"074457":[],"074477":[],"074509":[],"0745177":[],"074545":[],"074560":[],"07456491":5,"074577":[],"0746":[],"074686":[],"074708":[],"07472152457534222":[],"074772":[],"074780":[],"074809":[],"074826":11,"074879":[],"0749":[],"07490892":6,"074956":5,"074969":[],"074970":[],"075017":[],"075030":[],"075058":[],"075079":5,"075089":[],"075092":11,"075171":[],"0752":[],"075249":[],"075294":[],"075331":[],"075342":11,"075352":[],"075421":[],"075454":[],"075471":[],"075513":[],"075521":[],"075523":[],"075582":[],"075587":[],"075597":5,"0756":[],"07560398":[],"07563916":[],"075684":[],"075692":11,"07575375":0,"075758":[],"075779":[],"075804":[],"07581582":[],"075816":27,"075858":5,"075867":[],"075889":27,"0759":[],"075980":[],"075984":[],"075990":[],"076012":[],"076066":[],"076105":[],"076125":[],"076127":[],"076136":[],"076150":27,"07617146":[],"076249":[],"076266":[],"07627734":[],"0763":[],"076331":[],"076337":[],"076349":[],"076354":[],"076355":[],"076413":[],"07641937":[],"076427":5,"0764924":6,"076504":[],"076527":[],"076560707521647":[],"07656071":[],"076586":[],"076587":[],"076592":[],"0766":[],"076612":[],"07663067400487368":[],"076636":5,"076658":[],"076662":[],"076678":[],"076697":5,"076721":[],"076734":11,"076756":11,"07678":9,"076786":5,"076814":[],"076820":[],"0768224464930487":[],"07682245":[],"076825":[],"076833":[],"076857":[],"076897":[],"07692307692307693":9,"076938":[11,27],"076950":[],"076993":11,"076996":[],"0770":[],"077004":5,"077017":[],"077042":[],"077068":[],"07706814":[],"077110":11,"077117":5,"077121":5,"077146":11,"077168":27,"077171":[],"077194":[],"077219":[],"077226":[],"07725229":26,"07728714":5,"0773":[],"077304":11,"077313":[],"077330":[],"077358":5,"077403":[],"077429":[],"077431":5,"077455":[],"077460":[5,27],"077466":5,"07747943":[],"077517":[],"07752620206774397":[],"077542":[],"077549":[],"077571":[],"0776":[],"07760032":[],"077613":[],"077630":[],"077650":[],"077705":[],"077710":[],"077731":[],"077734":[],"077756":[],"07777777777777778":[],"0778":[],"07780377":[],"077810":5,"077822":5,"077833":[],"07783419":23,"077847":[],"077920":5,"077931":[],"077938":5,"078":[],"0780":[],"078029":[],"078035":11,"078041":[],"07804489":[],"078106":[],"078110":27,"078139":5,"078154":11,"078187":[],"078196":5,"07820":9,"07824586e":[],"078258":[],"07828283":[],"078283":[],"078329":[],"078336":27,"078370":5,"078377":[],"078379":11,"0784":[],"078412":[],"078423":[],"07842458":[],"078425":11,"078433":5,"07844345":13,"078445":11,"078467":[],"078514":5,"078529":5,"078540":27,"078545":[],"078548":[],"078593":[],"07859555":[],"078624":[],"07864":9,"078656":[],"078667":11,"0787":[],"078707":[],"07871":9,"078732":[],"078744":11,"078791":5,"078845":[],"078868":[],"078974":27,"078981":5,"078986":27,"079026":5,"079067":5,"0791":[],"079121":[],"079124":[],"079125":[],"079150":[],"079156":11,"079165":[],"079170":[],"079202":[],"079223":5,"079226":[],"079243":[],"079255":[],"07929472":[],"079330":[],"079353":[],"079381":[],"079391":[],"0794":[],"07942491":[],"079432":[],"079434":[],"079437":[],"07944154":[18,26],"079455":[],"079581":[],"079597":[],"079606":[],"079611":[],"07962234":[],"079640":5,"0796891867672603":6,"079700":[],"079715":[],"079731":[],"079741":5,"079775":5,"079777":[],"0798":[],"079820":[],"079836":[],"079849":[],"079854":[],"079878":[],"07988085572440823":[],"079882":[],"079892":[],"079914":[],"079946":27,"079948":[],"079958":[],"079964":[],"079969":[],"079971":[],"079975":[],"07it":[],"08":[6,9,23,27],"080045":[],"080069":[],"080086":[],"080089":[],"0801":[],"080105":[],"08015655":[],"080157":[],"080163":[],"080181":[],"080193":[],"080197":5,"080233":[],"080248":[],"080256":[],"080262":5,"080284":[],"08030109":[],"080322":[],"080383":11,"0804":[],"080406":[],"080411":[],"08043851":5,"080473":[],"0805":[],"080502":[],"080505":[],"080541":[],"080543":11,"080571":[],"080572":[],"08057264":[],"080577":[],"080607":[],"080616":27,"08066381":[],"080665":5,"080690":[],"080696":5,"080702":[],"080750":[],"080755":[],"080764":27,"08076969085177746":[],"080773":[],"080832":[],"080878":5,"0809":[],"080903":[],"080906":[],"080933":[],"080935":[],"080953":[],"080980":[],"081000":[],"08101799":[],"081057":[],"081120":[],"081126":[],"081133":5,"081136":[],"081150":[],"081164":[],"081199":5,"0812":[],"081246":[],"081276":27,"08131003":6,"081322":[],"08145936":[],"081466":[],"081472":11,"0814985":[],"081538":[],"08156108":6,"081563":5,"081570":[],"081581":5,"081584":[],"08159052":[],"08159374":[],"0816":[],"081617":[],"081621":[],"081647":[],"08165104":27,"081655":27,"081677":[],"081679":[],"081680":5,"081718":[],"08174081":[],"081742":[],"081753":[],"081762":[],"081772":[],"081779":[],"081804":[],"081821":[],"081832":[],"08185019":[],"08185315":[],"08187418e":27,"081896":[],"081908":[],"08191117":[],"081916726599974":[],"081937":[],"081955":[],"081960":[],"08196262":23,"081976":[],"0819836":[],"0820":[],"082105":5,"082168":[],"082189":[],"082196":[],"082203":[],"082205":[],"08221578":[],"082225":[],"082231":[],"082234":[],"082246":[],"082248":[],"082255":[],"082260":[],"0823":[],"082306":[],"08231145":[],"082329":[],"082347":[],"082368":11,"08238863600759742":[],"082390":11,"08245909":[],"082506":[],"08251519":6,"082517":[],"08255129":[],"08256285":[],"082577":[],"082590":[],"082615":11,"082621":[],"082632":[],"082653":27,"082657":[],"0827":[],"08271388":[],"08272096":[],"082734":[],"082746":[],"082754":[],"082760":[],"082781":[],"082805":[],"08282867":[],"082829":[],"082875":[],"08293853":[],"08294341":[],"08298871e":27,"08299273e":6,"083000":[],"083015":[],"083066":[],"083096":[],"0831":[],"08318298e":1,"08319649":[],"083242":11,"083269":[],"083317":[],"08333333":[],"08333333333333333":9,"083348":5,"08336233266":4,"083371":[],"083393":[],"08339896":[],"083414":[],"083416":[],"083423":[],"08346766":[],"0835":[],"083511":[],"083527":27,"08352721390288316":[],"083604":[],"083628":5,"083630":[],"083636":5,"083669":[],"08368077":[],"083726":[],"083762":5,"08376632":[6,27],"083766322923899":[6,27],"0837663229239043":[6,27],"083777":5,"083797":5,"0838":[],"083848":[],"083853":[],"083873":5,"08388138":[],"08389064":[],"083894":5,"08394792":[],"083982":5,"083988":[],"084042":[],"084051":[],"084075":[],"084076":27,"084078":5,"084110":[],"084114":5,"084137":5,"084141":[],"084164":[],"08417181":[],"084172":[],"0842":[],"084207":[],"084212":[],"084247":[],"08426840630693412":6,"08426840630693413":6,"084278":[],"084340":[],"08434487":[],"084365":[],"084387":5,"084457":11,"084471":[],"084489":[],"08449894":[],"084536":[],"08455":9,"084550":[],"08456295":[],"084594":[],"0846":[],"08460107110703337":5,"084617":[],"084631":11,"084633":[],"084644":[],"0846527":[],"084672":[],"084678":[],"08474":9,"084740":[],"084764":[],"084809":27,"08481871":[],"084843":[],"08484802e":[],"084878":[],"084946":[],"084968":[],"084995":[],"0850":[],"085023":[],"08502551":18,"08505008":[],"08511411":23,"085121":[],"08513055":13,"085163":5,"085172":[],"085223":[],"085235":[],"085251":[],"0853136633465326":[],"085374":5,"085382":[],"085390":[],"085391":[],"0854":[],"085425":[],"085427":[],"085454":[],"08551306":6,"08551338":[],"08551625":[],"085557":[],"085709":[],"085746":5,"08576932":6,"0858":[],"085815":11,"085835":[],"085842":[],"085858":[],"085877":[],"085888":[],"085898":[],"085908":[],"085918":11,"08593216":6,"08604699":[],"086054":[],"086090":[],"0861":[],"086108":[],"08611111111111111":[],"086172":[],"086291":5,"086337":[],"086394":[],"08641073":[],"086411":[],"086441":[],"0865":[],"086511":11,"086518":[],"08652153831327969":[],"0865305":23,"086540":[],"086636":[],"086762":5,"086773":[],"086774":[],"086830":[],"086843":[],"086864":[],"086868":[],"086891":[],"086892":5,"0869":[],"08690":9,"086900":[],"08692465":[],"086932":[],"08695635":[],"08703034":[],"08704102":26,"087062":[],"087063":[],"087159":[],"087175":[],"087180":[],"087184":[],"087211":[],"087212":[],"087247":[],"087250":[],"087254":[],"087259":5,"087271":[],"087280":[],"08728068":[],"0873":[],"087311":[],"08737007811453563":[],"087393":[],"08756397":26,"087566":5,"08758":9,"087603":[],"087642":[],"08766472":23,"087674":[],"0877":[],"08770809":[],"087716":11,"0877162":11,"087761":[],"08776426":[],"087768":5,"08780195":[],"087802":[],"087845":[],"087887":[],"087899":[],"088007":[],"0881":[],"088155":[],"08815506":[],"088156":5,"08817972":[],"0881981":5,"088202":[],"08822806":18,"08823":20,"088240":[],"088314":[],"088323":5,"088339":[],"088369":5,"08838465":13,"088410":5,"088416":[],"08844723450419088":[],"088456":[],"0885":[],"088510":[],"088521":[],"088563":[],"088665":[],"088697":[],"08871404":5,"08874631":[],"08876865":[],"08881497884574564":27,"08888888888888889":[],"0889":[],"088900":[],"089008":[],"08902":9,"0892144853354966":[],"089227":[],"08928088":[],"0893":[],"089356":5,"089365":[],"089414":[],"089513":[],"089523":[],"0895387":27,"089539":27,"089664":[],"089678":[],"0897":[],"089710":[],"08973767":[],"089752":[],"089781":[],"089793":[],"0898612":18,"08988514":[],"089893":5,"08990571":[],"08992459":[],"089925":[],"08996":9,"089979":[],"09":[1,3,4,27],"09002808747938586":26,"090091":5,"0901":[],"090123":[],"090301":11,"09030678":[],"090313":11,"090361":[],"090365":[],"0905":[],"090537":5,"09076319":[],"090777":[],"090832":[],"09087594":18,"090919":[],"090945":[],"0910":[],"091021":[],"091023":[],"091072":[],"091090":[],"091293":[],"091372":[],"0914":[],"09149148":[],"091571":[],"09166666666666666":[],"091685":[],"091697":5,"0917":9,"091714":[],"09172409":6,"09173024":[],"091796":[],"09179697e":[],"0918":[],"091913":[],"092":[],"092051":11,"0921503":[],"09215268":[],"09215672":[],"0922":[],"092206":[],"092254":[],"092327":5,"092412":[],"092450":[],"092452":[],"092487":[],"092493":[],"09251":9,"092516":[],"092560":[],"092566":[],"092598":5,"0926":[],"092852":[],"093":[],"0930":[],"093080":[],"09308274":[],"093096":11,"09312344":[],"093218":[],"09327269724691106":[],"0933":[],"09336399":[],"093386":5,"093408":[],"0934955":[],"0935":[],"093551":[],"093559":[],"093570":[],"093657":[],"09375511":18,"093866":[],"0939":[],"09391542":[],"093993":[],"093996":[],"094001":[],"094026":5,"094050":[],"09408163":[],"094082198961999e":6,"0940821989652176e":6,"094163":[],"094206":[],"0943":[],"0944":[],"09444444444444444":[],"0944958":[],"09455047":[],"09477998":26,"0948":[],"094993":5,"0952":[],"09524714":[],"09527217":[],"095273":[],"0954":[],"095420":[],"095528":[],"095596":[],"0956":[],"095624":[],"09567992":[],"09575469":[],"0958":[],"095821":[],"09599224":[],"09603196":[],"09607524":[],"09609807":5,"0961":[],"0963911829588757":[],"096434":[],"09648484":[],"0965":[],"09676156e":[],"096788":11,"0969":[],"097049":[],"09706624":[],"09712586e":[],"09712817":18,"0972":[],"097238":[],"09726322":[],"097294":[],"0973":[],"09739722453284225":23,"0974":[],"09744":9,"09760094":[],"0978":[],"09780":9,"09787053":[],"09791":9,"09797549e":[],"097995":[],"0983":[],"09832963":[],"09851217":[],"09858511":[],"09861229":[18,26],"0987":[],"098879":[],"09899913":[],"09903804":8,"09917246":[],"09919198949274803":6,"0992":[],"099209":[],"09920915":[],"099275":[],"0994119523801045":[],"09951287404314545":1,"099552":[],"0996":[],"099701":[],"09978307":[],"0998713":[],"09995364":[],"0n":[0,26],"0s":[3,4],"0x1022cc0d0":[],"0x1045a7eb0":[],"0x105b84cd0":[],"0x107a08b50":[],"0x10febc640":[],"0x10febcf10":[],"0x1162c32b0":[],"0x1183f2640":[],"0x118c9b1c0":[],"0x118f6d610":[],"0x1194ee790":[],"0x11ada9670":[],"0x11cb23a60":[],"0x11cb23fd0":[],"0x11de12520":[],"0x11df37280":[],"0x11f5f6520":[],"0x11fdbfd60":[],"0x122d2e790":[],"0x12334c310":[],"0x12463a760":13,"0x1262b9a90":[],"0x126323b50":[],"0x1268ba940":[],"0x126f4fa00":[],"0x126f922b0":[],"0x127461970":13,"0x127a38670":[],"0x127e425e0":[],"0x128cc9730":[],"0x128f6eee0":[],"0x129deef10":[],"0x12b1c2700":[],"0x12e9e6280":[],"0x13002a640":[],"0x1305bb1c0":[],"0x136af27c0":[],"0x13792dfa0":[],"0x13d4a1640":[],"0x13eaa7490":[],"0x13ef4e1c0":[],"0x156346610":[],"0x1635f5340":[],"0x1646da640":[],"0x168435640":[],"0x168f3fca0":[],"0x16c9a8880":[],"0x2800bca90":[],"0x280a35220":[],"0x2810f3430":[],"1":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,20,21,22,23,24,25],"10":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,21,22,23,24,26,27],"100":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,21,23,24,26,27],"1000":[0,1,2,4,5,8,11,13,14,17,23,26,27],"10000":[2,5,6,10,11,13,23],"100000":8,"10001":10,"10005449":26,"1001":[9,23],"1002":23,"1003":23,"10030":9,"10031273":13,"10035098":[],"100351":[],"10041841":[],"1005":23,"1007":[],"1007216":[],"10077114273548984":6,"10080981":[],"1009":23,"10095106250934528":[],"101":[],"101058":[],"1011":23,"10120164":[],"1013":23,"1013904243":23,"101409":[],"10141413e":6,"1015":23,"10154612":[],"10156593":[],"1015am":26,"1016":[],"10160394":[],"10188623":[],"102":3,"1020":[],"1023":23,"10230":9,"1024":3,"10247463629935179":[],"10251317e":[],"10258872":23,"1026":23,"10268273":[],"1027":23,"1028":[],"103":1,"1030":23,"10320791":[],"103273":[],"10340":9,"10354083919795562":[],"103558":11,"10355817":11,"1036131":[],"103654":[],"1036544":[],"1037":23,"10378326e":1,"1038":23,"10391807":6,"10398646080125036":6,"10398646080125037":6,"10399743":[],"10399758":[],"104":[],"1040":23,"10401756":[],"10405456":11,"10426473":[],"10430":9,"1044":[],"10440776":[],"104411":27,"10455569":[],"1047":23,"10477501":[],"10479359":[],"10490195":[],"105":[],"10518426027535331":[],"10520":9,"10552836390308734":[],"10555555555555556":[],"1056":[],"10572":[],"10582403e":[],"10587157250737213":[],"10589577":5,"106":[],"1060":[],"106095":[11,27],"10615323e":[],"10638925":[],"1063892533225306":[],"10641647":[],"106431":[],"10645534":[],"10656534":[],"10683216":[],"107":[],"10706523":[],"10731958e":[],"10741066e":[],"10776220958055382":[],"1078":[],"10790125813226321":27,"108":[6,9],"10812381":[],"108124":[],"10814421":[],"10815559091341771":[],"10851799e":[],"10856388":18,"10888134":[],"1089452":[],"109":[],"10913":6,"10927588":[],"109276":[],"10931453":6,"10942838":[],"10954867e":[],"109556":[],"10955639":[],"1095957":[],"10959669":[],"10960":9,"10983954":[],"10e":[],"10m":4,"10th":9,"10x":[0,26],"11":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,18,19,22,23,24,25,26,27],"110":[],"1100":23,"11007935789924998":[],"1101":23,"11022302e":5,"11022363":[],"11027723":[],"11039573e":[],"11053892":[],"11078018494378859":[],"111":[1,7,12],"11100":9,"11105306":[],"11110246":[],"11112589053037751":[],"11137061e":[],"11141718":18,"11148997":18,"1115":[],"11166818":[],"11197884":[],"112":[],"11202337":[],"1123":[],"11232098":[],"112383":[11,27],"1124":9,"11265847":[],"113":[],"11309850e":27,"11339075":[],"1134":[],"11352187":[],"1136198":[],"11385399":[],"11388888888888889":[],"11390":9,"113e3eff54a8":[],"114":[],"11400145":[],"1141":[],"11427818":[],"11450263":[],"114550":[],"11462415":5,"1148":[],"11482289e":6,"1148557":[],"114856":[],"11495144":[],"115":[],"11507992e":1,"11547777218876518":6,"115822":6,"11587186":[],"11590":9,"116":[],"1160326":[],"11628185e":[],"11655508":[],"11657689":[],"11660":9,"11666666666666667":1,"117":8,"11704038":[],"117214":11,"11721416":11,"117430":[],"11743722141098414":[],"11744554e":6,"117456":[],"11749517":[],"11766707e":27,"11780":9,"118":2,"11816312":[],"1182":[],"118318":27,"11836068":[],"11837308":[],"11837671":[],"1184":4,"11840":9,"11890":9,"11896755":[],"119":2,"11911824":[],"11924676":[],"11925465":[],"11958697e":27,"119936":2,"11m":[],"12":[0,1,2,3,4,5,6,8,9,11,12,13,18,23,25,26,27],"120":[2,3],"12011393e":[],"12023635e":[],"1203":9,"1203284":8,"12044974":27,"120450":27,"12049203":[],"12049349":26,"120508":[],"12050822":[],"1206":8,"121":[8,9,10],"12129289":[],"1213":[],"12155548":[],"1215pm":[24,26],"121771":26,"1217953":[],"12182967":6,"122":[2,8,9,10],"12222222222222222":1,"12224317":[],"122282":[],"1224":[],"1228485":18,"123":2,"12318726e":6,"12330033":27,"12333649":6,"123711":6,"12380":9,"12381425":[],"124":[0,26],"12400":9,"12417157":[],"12422141":[],"12427537":[],"12428533":[],"124413":[],"12441319":[],"125":[],"1250":[],"12506251":[],"125304962667421":[],"12552073e":6,"12568438":[],"12575322":[],"12591227":27,"12594172":[],"126":9,"12602928e":[],"1261":9,"12618549":5,"12622478":[],"12625715":[],"12634093":[],"1265":9,"12693357":[],"12695501":[],"127":4,"1271":6,"12747234e":[],"12765651865754318":[],"1277":6,"12777777777777777":[],"127812":[],"12786653":[],"12790":9,"128":[3,4,13],"12814914":[],"1285896350792584":[],"12858964":[],"12864187e":[],"128664":6,"12867125":[],"128711548693024":11,"12871842":27,"128x128":[],"129":2,"12911793":[],"12921833":[],"1297":9,"1298":9,"12994608":[],"129963":[],"12998822":[],"12m":[],"12pm":[24,26],"13":[0,1,2,4,5,6,9,11,12,13,18,20,21,23,26,27],"130":9,"13003291":6,"13010854":[],"13021533e":27,"13041":[],"13055555555555556":[],"130694":27,"13069442":27,"13076331":[],"131":9,"13155259":[],"132":9,"13201296":[],"13220608e":6,"1326":9,"13261905":[],"1326197715":26,"13280":9,"133":7,"13310008":[],"13314468":[],"13333333":[],"1336":[],"13371503":[],"134":[],"13404683":[],"13410999":[],"134110":[],"13422946e":[],"1343":[],"13443663368799186":18,"13444436":[],"1345":[],"13451895":[],"134565":[],"1346":[],"13492339":[],"135":9,"13535942":6,"13542726":[],"13571683":[],"13580759":[],"136":[],"13621148":[],"136236":[],"13646574":5,"13661243e":6,"13679863":6,"137":[],"1371":6,"13740":9,"137400784702911":[],"13747168":[],"13749148e":[],"13756504":[],"13759245e":[],"137652":[11,27],"1377":[3,4],"1378":[3,4],"1379":[3,4],"138":[],"1380":[3,4],"1381":[3,4],"1382":[3,4],"13821034":[],"13827006":[],"13829298":[],"1383":[3,4],"1384":[3,4],"1385":[3,4],"1386":[3,4],"13865173":5,"138775":[11,27],"1387933":[],"13880371":[],"1388888888888889":[],"1388976715362099":[],"13890":9,"13894606338836166":[],"139":[],"1392559585048734e":6,"139255958997547e":6,"13925918083728273":[],"139431112903922":[],"1394311129039245":[],"1395084586525954":[],"1395235273363669":[],"13987729":[],"13990198":18,"13m":[],"14":[0,2,3,4,5,6,8,9,10,11,12,13,18,23,25,27],"140":[2,9],"14021063":6,"14023656":[],"14036907":[],"141":2,"14100":9,"1412":[],"14133772":[],"141338":[],"1416054":[],"1416398":6,"14174745":6,"14179769":[],"1418":9,"142":9,"14250":9,"14277718e":27,"143":[2,7,9],"1437":1,"1438149":[],"14389839":[],"144":[],"14400":9,"1440501043841336":1,"14421971":[],"14440":9,"14465971":26,"1446729567":4,"14479759":18,"14482255345953607":[],"144993":[],"145":2,"14526269":[],"14538257":[],"14549142":[],"146":2,"14600426":[],"14629156":[],"146591":[],"146704":[],"14670413":[],"14697721":[],"147":[],"14702929":[],"14710":9,"14722222222222223":1,"1473833":[],"147400":[11,27],"147420":[11,27],"147896":[],"1479":9,"148":[3,4],"148009":[],"14812206":6,"14816084":5,"148161":5,"14837948":[],"14839786":[],"14845":[],"14857":[],"14859":6,"148632":[],"148711":6,"14871402":[],"14889678":26,"14896753":[],"149":[3,4],"149294":[],"149299":[],"14957387e":27,"14962649":[],"14967691":[],"14978631":[],"14g":6,"14m":[],"15":[0,1,2,4,6,7,8,9,12,13,15,16,23,26],"150":[3,4,8,9],"15005476":5,"150218":[],"15024162":[],"15043":[],"15047127":[],"15048894":[],"15055258":[],"150592":6,"150726":[],"150749":[],"15098090e":6,"150989":[],"151":[3,4],"15119514":[],"1511986":[],"151199":[],"15124893":26,"15130074e":6,"1513237":[],"15148810e":[],"151515":[],"151517":[],"15169011":18,"15183857":[],"152":[3,4,9],"15200":9,"1520039":[],"152701":[],"1527777777777778":[],"153":[],"15301931e":[],"153036":27,"15313054":[],"1532465":[],"15352815e":[],"15383855":[],"15384615384615385":9,"154":[],"15400455":[],"15431083":[],"15443469e":[],"15449587":[],"15457792":[],"155":9,"155073":6,"15536966":26,"15553403":[],"155664":[],"15578306":[],"15593134e":[],"15597277":[],"156":[],"1560":[],"15628391e":[],"1563":[],"15649598":[],"15654521":[],"15673992":[],"15693449e":[],"156956":5,"15697121e":[],"157":[],"15706394e":27,"15724663":[],"1575":9,"15768662":[],"158":9,"15804451e":[],"15806326":[],"15827078":[],"15863713":[],"1587":9,"159":[],"1590":9,"15912833":[],"15913825":[],"15953495":[],"15957051":[],"15962297":[],"15972118":[],"15975618":[],"15990":9,"15990395":[],"15am":26,"15g":6,"15m":[],"15pm":[],"16":[1,2,3,4,5,6,8,9,10,23,26,27],"160":[],"1600552":[],"16022138":[],"1603":3,"16043757":[],"1608179281668718":[],"16081793":[],"16082975":18,"16087734":[],"16089488":[],"160913":[],"161":[],"16111111111111112":1,"161573669199933":[],"16168603e":[],"16168848":[],"1619":[],"162":[],"16211139":5,"16220":9,"162246":5,"16231451":4,"1625":9,"1628":9,"162999":[],"163":[],"16304863":27,"163049":27,"1630775253":[],"16309331":[],"16325134":[],"16336815":[],"16342407":5,"16343471":6,"16356503":[],"16365729":18,"16384":3,"16385836":[],"16389131":[],"164":[],"16422434":[],"16456084":[],"164812":[],"16481217":[],"16487517":[],"16492688":[],"165":[],"16500":9,"16509204":26,"16521791":[],"16539406e":[],"16570701":[],"166":9,"16650509":[],"16655769":26,"16666667":[],"167":[],"16725475":[],"16761991":[],"16762223e":[],"167787":5,"168":9,"16805821e":6,"16815626":[],"16816701":[],"169":[],"1690242":[],"16921883":[],"169219":[],"16933554":[],"16954396e":27,"16it":[],"17":[1,2,4,5,6,8,9,23,27],"170":[],"17006020e":[],"17016741":[],"17022089147584388":[],"17078905":[],"17086577":[],"1709":9,"171":[],"17121077":[],"17136288":[],"17138811":[],"17144765665252978":[],"171525":27,"1715252":27,"17174962e":1,"172":[],"17222222222222222":[],"1724601":[],"17257288":[],"1726":9,"17275391":[],"173":[],"17300":9,"17303133e":27,"17305512":[],"173087120899479":11,"1731":9,"17346628":26,"17350714":23,"17362603":[],"174":[],"17432695":[],"174327":[],"17440757e":[],"17446471":6,"17451":[],"17456211":[],"17459712":[],"17469167":[],"174692":[],"175":[],"1752":9,"175300":27,"17540272":[],"176":[],"17603044":[],"17604689":[],"17615838052499":[],"17622984":26,"17641709":6,"17644873":[],"17647619":6,"17648722":[],"177":[],"17707259":26,"17733642":[],"17736035":[],"17757752":[],"17758251":[],"17777777777777778":1,"178":[],"17801022":5,"17829104":[],"17841553":[],"17861098":6,"17886788e":27,"179":[],"1790289":[],"17917768":5,"17927079":[],"17934657e":[],"179404":[],"17949575":5,"17953942":11,"17964265":[],"1797":[1,3],"17m":[],"18":[2,4,6,7,8,9,10,13,23],"180":[],"18023984e":27,"18029127":5,"1803":20,"18044829":[],"1804736801658276":[],"18065292":[],"18065689e":[],"1807":4,"1809":9,"181":9,"1812":9,"18128852":[],"18188532":[],"182":[],"1821":9,"18243276e":[],"18269964":[],"18276764":[],"183":[],"18302441":[],"18303628e":[],"18314387":[],"18321314e":[],"18324395":[],"18333333333333332":[],"1836":[],"18375572":[],"18383522":27,"184":9,"18409473e":[],"18410452":[],"18433544":[],"184519":27,"18474816e":[],"1848":[],"18488944":[],"18489312":[],"1849":[3,4],"18496":[],"185":[],"1850":[3,4],"18500705":[],"1851":[3,4],"18518557":[],"1852":[3,4],"18525109":[],"1853":[3,4],"18534538":18,"1854":[3,4],"1855":[3,4],"1856":[3,4],"1857":[3,4],"185713":[],"18571316":[],"18573920e":27,"1858":[3,4],"1859":[3,4],"1859082":[],"186":6,"1860":9,"18604968":[],"18611111111111112":[],"18613217e":6,"1862":[],"18624242":[],"18660":9,"18663019":23,"18670072e":27,"18673098":11,"187":[],"1871257":[],"18726877":[],"1875353":[],"18753987":[],"187540":[],"18761375":[],"18780801":[],"188":[],"188029":11,"18802913":11,"18807824e":[],"18824315":[],"18829946":[],"18856622":[],"1887":6,"189":6,"18905573e":27,"189367":[],"189496":27,"189621963782685":[],"189622":27,"18993003":[],"19":[2,4,6,9,13,15,23,26],"190":[],"19003":6,"19010909":[],"19026272":[],"19029687":[],"19073291":[],"191":[],"19114964":[],"19123037":[],"19154013e":[],"19166136":[],"19166666666666668":[],"191963":[],"192":[],"19207979":5,"1921649":[],"19220":9,"193":[],"19314584":[],"19335893":[],"19343949":[],"19347197":23,"1937079":[],"19393543":[],"194":[],"1940":0,"194042826649355e":6,"1940428268204826e":6,"19407473":[],"19426595":[],"19429581":[],"1943":12,"19431161":[],"194312":[],"19436962e":[],"19457423":[],"1946":[],"19461919e":[],"19463967":[],"194861702085775":[],"195":[],"1950":[],"1956":9,"19569961":[6,27],"19590868":[],"196":[],"19623863e":[],"19652884e":[],"19683648":[],"197":[],"1970":[18,26],"19717411":[],"19718893":[],"19721923":[],"1973":9,"197370":[11,27],"19740":9,"19743643":[],"19769458e":[],"1977":[],"19772911":[],"1978":[],"19783086":[],"1979":6,"19790229":[],"198":[],"19800":9,"19802685":[],"19824029":[],"19825288e":[],"19870992":[],"19888258":[],"199":[],"19910208":[],"19942021":[],"19968537":[],"1997":[],"19983530":6,"1999":[20,21],"19it":[],"1_1":12,"1_2":12,"1_3":12,"1cm":[0,8,10,23,26],"1d":[1,2,3],"1e":[1,2,3,4,13,14],"1e10":14,"1e4":6,"1f":1,"1k":18,"1n":[0,26],"1s":[3,4],"1x":[0,26],"2":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,21,22,23,25],"20":[0,1,2,4,6,7,8,9,13,23,24,26],"200":[0,2,3,4,8,9,10],"2000":[0,27],"20015436":6,"20017452":[],"20020918e":[],"2004":13,"2006":25,"2008":26,"2009":[],"201":[],"2010":1,"20101684":[],"2011":1,"2014":4,"20142361":[],"2015":1,"2016":[0,26],"2017":[],"2018":[0,6,27],"2019":[8,9],"202":[],"2021":[6,14,27],"2022":26,"2023":[3,4,20],"2024":[15,16,26,27],"20240089":[],"20261698e":[],"20265997":[],"2027":9,"20272874":[],"20277777777777778":1,"20289224":[],"203":[],"20355156":[],"20366091":[],"20371418":[],"204":[],"20404676":[],"20430356":[],"20484434":[],"20485165":[],"204932":[],"20493234":[],"20494446":[],"205":[],"20500":9,"20513942":[],"205231":[],"20525241":[],"20536556":[],"20554718e":[],"20580025":[],"20594513":[],"206":[],"2060":9,"2069":9,"20695722":[],"207":[],"2070":[],"20716469":[],"20726939":[],"2073339":[],"20752401":[],"207545":[11,27],"20759186":11,"207592":11,"20764972":[],"207888":[],"208":[],"208190393562401":[],"20820528e":[],"208257931205295e":9,"20833333333333334":1,"20867052175003364":6,"209":[],"20916295":27,"20944931":26,"20946226e":[],"20956318":[],"20967833":[],"20975255":26,"209789":[],"20980":9,"20m":[],"21":[0,1,2,3,4,5,6,7,9,12,13,18,23,26,27],"210":[],"210340":[11,27],"21049575":[],"210496":[],"21053692":[],"21055226":[],"21058097":5,"21059098":[],"21074205":[],"211":[],"2110":[],"21110005":[],"21129518e":27,"21130":9,"21152452":[],"2116753732":4,"21169159e":6,"212":[],"21237677e":27,"21275991":[],"213":[],"213103":[11,27],"213743":[11,27],"214":[],"21401303e":[],"2141":[],"2144122":13,"21460652":[],"214607":[],"21467941":[],"21489709":[],"21493779":[],"215":[],"21522960e":[],"21530495e":[],"21546249":[],"21596432":6,"21597684":[],"215977":[],"216":[],"2161908":[],"216290":[11,27],"216683":[11,27],"2167":[],"21682143":[],"217":[],"21706540e":[],"21710121":[],"2171263":[],"217282":11,"21728232":11,"21747116506516934":[],"21760199":[],"21793896":23,"218":[],"218292":11,"21829201":11,"21831419":11,"2184":[],"21860973":[],"21879159":[],"2188":3,"219":[],"21908927":13,"21910072":[],"21913628":[],"2193546":[],"21947455":[],"22":[0,1,2,4,5,6,9,12,13,18,26,27],"220":[],"22001043":[],"22015945":18,"22044605e":[5,27],"22091393e":27,"22092934e":[],"221":8,"22103874e":[],"221180":27,"22130126":[],"22144968":11,"221450":11,"2216":9,"22169909":[],"2218":9,"221805":2,"221921":5,"22197349":[],"222":[],"22209775e":[],"22227163e":[],"222400":27,"22241171":[],"22291364":[],"22297358":[],"22297752":[],"223":[],"22328509":[],"22354860e":[],"22368396":[],"223884":[],"22388434":[],"224":[],"22416937":[],"22467274":[],"22475203":[],"225":4,"22524684":[],"22532324":[],"22574374":[],"2257879":[],"226":[],"22616902":[],"22623101e":[],"226296567359957":[],"2266005204464925":26,"22663583":[],"22679825":[],"22689573":[],"22690428":5,"227":[],"22729927":[],"22752605":[],"2277":3,"228":[],"228059":[],"22805937":[],"22812848":18,"22830615":[],"2284246870217162":6,"22847924":5,"22885848":[],"228942":[],"229":[],"229241":[],"22928063":26,"22935165":[],"229352":[],"22939767":18,"22974406":[],"22979294e":[],"22981877":26,"22996417":[],"23":[1,2,4,6,7,9,12,13,15,18,26],"230":[],"23002365e":6,"23031634":[],"23044077":[],"23047985":[],"23076923076923078":9,"23077531":[],"231":[],"23110543":[],"2314999":[],"23167717":5,"23177548":[],"23192074e":[],"232":[],"232435":27,"23257415":[],"2326112614636416":[],"2326112623420511":[],"23261268155176382":[],"23288045":[],"233":[],"23305112":[],"23333333333333334":[],"23374497":18,"2338675":27,"233868":27,"23392132":[],"23395094":[],"23396766e":[],"234":6,"234370":[],"23437046":[],"23499198":[],"235":[],"23516186":[],"23528337":[],"2356299":[],"2361161":[],"236354":26,"23636536":[],"2364":9,"23643365":[],"23692158":[],"237":[],"23712617":[],"23754723":[],"23780865":[],"2379":6,"238":[],"23849741":[],"2389":3,"239":3,"23908241":18,"2397":9,"23971032":27,"23979359":[],"23997187":[],"24":[0,1,2,4,6,9,13,18,26],"240":[],"24005098e":[],"24053124e":[],"24085321":[],"241":[],"24128917":[],"24140":9,"24159785":27,"2416":9,"24175744e":6,"2419":9,"242":[],"24251681":[],"24252405":[],"24280599":[],"242806":[],"243":[],"2430":9,"24339513":[],"2436295":23,"24390":9,"244":[],"244119":[],"24411906":[],"24434901e":[],"24444444444444444":[],"24485338":23,"245":[],"24569547":[],"246":2,"24602503e":[],"24605947":[],"24647622":[],"2465439":[],"24679418":[],"247":[],"24785221":[],"24797183e":[],"248":[],"24809277":[],"24828523":[],"24829908":5,"24849282":[],"248493":[],"249":[],"24906604e":6,"24960675":[],"24968001e":[],"24it":6,"25":[2,3,4,5,6,7,8,9,11,13,19,27],"250":[2,4,7,9],"25000":0,"25002882":[],"250029":[],"25018275":[],"25042813e":27,"25050227":[],"250636":[],"25077762":[],"25084316":[],"25091007":[],"251":[],"25139357":[],"251879":27,"252":[],"2522939":[],"252436":27,"25254477e":[],"25285802":[],"253":[],"25312591":18,"254":[],"25404247":23,"2544422":[],"2545724":[],"255":3,"255001":27,"25549693":[],"25561567":[],"256":[2,4],"25617654e":6,"25617658e":6,"25650679":[],"25663096":[],"256841168348422":18,"257":[],"257004":[],"25700419":[],"25713219e":[],"2572":9,"2575":9,"25772788":[],"25794223e":[],"258":[],"25844504":[],"25872167e":[],"25898624":[],"259":[],"259153":[11,27],"2591811":[],"25920793":[],"25923926":[],"2597":9,"259901":[],"25it":[],"25m":[],"26":[2,4,6,9,13,16],"260":[],"26037366":[],"26063304":[],"260840":[],"26084008":[],"261":[],"26113838e":[],"26121775e":27,"261498":[],"26149831":[],"2619":[],"262":[],"262638":[],"26263837":[],"26280707e":27,"26291451":[],"26292364":[],"26297455":27,"263":[],"26301436":5,"26318493":[],"26331821e":[],"26370919":[],"26372759":[],"264":4,"26403986587386163":18,"26409315307910025":6,"2640931530791004":6,"2641":[],"264377":[],"26437713":[],"264421":[],"265":[],"2650":9,"265109911":4,"26513904":[],"26514544":[],"26518597":[],"2654":9,"266":[],"26660718e":[],"26666667":13,"26697059":[],"267":[],"26710969":5,"26776828":[],"26780278":5,"26799966":26,"268":9,"26803966":[],"26805987":[],"269217029290255":[],"26931499":[],"26939493":26,"26944417":[],"26961519":[],"2697447":[],"26995402":27,"26it":[],"27":[0,1,2,4,6,13],"270":[],"2700575":[],"27068495e":[],"2707158":[],"27092910":6,"27096183":[],"27099835":[],"271":[],"2710765113417533":[],"2710867359084896":[],"2711004934923823":[],"2711099029541577":[],"2714":[],"27151245":13,"27152452":[],"2717818":[],"272":[],"27204759":[],"27221341":[],"27230624e":[],"27252371":[],"273":[],"27305669":[],"273094":[],"27309401":[],"2731899981798276":[],"27335131":[],"27347181":[],"2736":[],"27377363":[],"27424746e":[],"27438488":[],"27463692":[],"27485633":[],"275":[],"2750":9,"27547557":[],"2756303":13,"276":[],"276263":[11,27],"27637358":[],"27650338":[],"27693602e":[],"277":[],"27700":9,"27700271":[],"27717261":[],"27743488e":[],"2774877574815404":[],"27760":9,"27790702":[],"27793476":[],"277935":[],"278":[],"27826845e":[],"27832584e":[],"27853155":26,"27859357":[],"27880068":[],"279":[],"27911941":26,"27919014":[],"27924636":5,"27971414":[],"27987128":[],"27n_":23,"28":[0,1,2,3,4,6,9,13],"280":[],"28008933":[],"280179":[],"28031381":[],"280573":5,"280647":[11,27],"28081221e":[],"28096517":[],"281":[],"281127658556346":23,"28112766":23,"28134042":[],"281930":[],"28194659":[],"28194794":[],"282":[],"28205578e":27,"28206156":[],"28210895":[],"28212616":26,"2822017":26,"282259":[],"282727":[11,27],"28291282":[],"28294305":[],"283":[],"2830637392":4,"283078":[],"28336218e":6,"28347954e":27,"2837521e":[],"28390":9,"28391978":27,"284":[],"28418209":[],"28433473":[],"28443039":[],"284499":[],"28473779e":27,"28475098":8,"28478815":18,"28490569":[],"285":[],"28535441":[],"28566769":[],"2856881":[],"28570701":[],"28573357":27,"28585116":[],"28595266e":[],"28596284":[],"286":[],"28607817":[],"2861":23,"28621796e":[],"28622606":[],"28624958":[],"28638913":[],"28641189":[],"28662669":[],"287":[],"2870363":[],"2871":9,"2873":9,"2874496":18,"28767964":[],"28795864":[],"288":[],"28818554":[],"288186":[],"2882":23,"28837459":[],"28857501":26,"28858038":[],"2886":23,"289":[],"2890":[0,26],"28908491":[],"28909679e":[],"289105":5,"28910504":5,"2892":23,"28951491799791806":[],"28962017":[],"28962869031035515":[],"28962877060331055":[],"2896287710119233":[],"28it":[],"28x28":[],"29":[2,4,6,7,9],"29009852":[],"2901":[],"29022057":[],"29025302":[],"29030069":[],"29064873e":27,"29069448":23,"29097377":[],"291":[],"29135778":[],"291358":[],"2915":23,"29153991":[],"29167186":5,"29174301":[],"29199381":[],"292":[],"292202":[],"29220202":[],"29228133":[],"29259268":[],"2927":[],"29275129":[],"29282684":[],"293":[],"2931":26,"293245":[],"29341942":23,"29350903":[],"29374695":[],"29378469":[],"29384004e":[],"294":[],"29401213":[],"29405153":[],"2941718e":[],"29426584":[],"29432269":26,"29454955e":[],"29496954e":[],"295":[],"2953":[3,4],"2954":[3,4],"2955":[3,4],"2956":[3,4],"2957":[3,4],"29588674":[],"29592687":[],"296":[],"29633889":[],"296414":[],"29679459":[],"2968":26,"2970942":[],"29726695":[],"29731502":[],"29732036":[],"29734306":[],"29765192":[],"298":[],"2980":26,"29822833":6,"29866668":[],"298667":[],"29894362":[],"299":[],"2990":26,"29918458":13,"29933720e":[],"2996":[],"299748":27,"2999692169766251":[],"2999692370478538":[],"2999728846145681":[],"2999728858924457":[],"29998782047173667":[],"29998783056606604":[],"29it":[],"2_":12,"2_1":12,"2_2":12,"2_3":12,"2_i":12,"2_m":[6,23],"2_t":13,"2_x":23,"2b":23,"2c8f433990d1":[],"2cm":8,"2d":[1,3,11,12,17,26],"2e":6,"2f":[0,7,9,10,11,12,26,27],"2g":2,"2g_i":2,"2k":3,"2m":6,"2n":[0,2,3,26,27],"2nd":9,"2p":23,"2pm":24,"2pt":4,"2s":4,"2u":21,"2x":[0,3,8,13,26],"2x_ix_jy_iy_j":8,"2x_j":8,"2y_i":10,"2y_j":8,"3":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,22,23,24],"30":[0,1,4,6,7,9,10,13,16,24,27],"300":[],"3000":[],"30000":[0,26],"30000278325980556":[],"30000279381576256":[],"30010":9,"30012384":[],"3001669239476101":[],"3001669318826541":[],"30020439":26,"30085673":[],"301":[],"30119421":8,"30125775":[],"30129931":[],"30150056":[],"30170017":[],"30177145":[],"302":[],"3020":[],"30237154":[],"3024":[],"30258509":[18,26],"3029":[],"303":6,"3030":[],"303107":[],"30311767":[],"3032":[],"30326262":[],"30335380e":[],"30339081517583943":[],"30361418":[],"30442964":27,"30447937":[],"30466214e":6,"3047648":[],"30478013":[],"30485583":[],"30494363":[],"305":0,"30506642":[],"30567713":[],"30571694e":[],"306":0,"30630294":[],"3064":[],"3065":[],"30666456":[],"30674822e":27,"30677003":[],"306770031113352":[],"30685269":[],"306853":[],"3068687590657415":[],"30690504":[],"307":0,"3072":3,"3073":[],"30739146":[],"307631":[],"30763135":[],"3076923076923077":9,"3077":[],"30774404":[],"30787294":6,"308":0,"3082":[],"309":0,"30902533":18,"30914432":[],"30928349":[],"30940":9,"30971881":[],"30990916":[],"31":[4,6,12,18,23],"310":0,"31022577":[],"310277":[],"31027702":[],"310579":27,"3105791":27,"31072238":[],"31082439":[],"311":0,"31113868e":[],"31145723e":27,"312":[],"31212802":[],"3123314713548606":6,"31244861":[],"312449":[],"31248389":[],"3126":[],"31276579e":6,"31290061e":[],"31290684":[],"313":[],"31318084":5,"313183599076104":[],"3135197":18,"31395784e":[],"3139661":[],"31415359e":[],"314471861842257":[],"31457796":5,"315":6,"31532451":[],"3155":[0,5,6],"31579721":[],"31588043":[],"31588332":[],"316":[],"31633433":[],"31650694":6,"317":[],"31705377":[],"31714002":[],"31718909":11,"31728952e":[],"317367":11,"3175938":[],"317594":[],"31774469":13,"31780875":[],"318":[],"31803769":[],"31814386":[],"3189":[],"31895514":[],"31896852":8,"319":[],"31921368":[],"31927572":[],"31949465":[],"31960205":18,"31995103":[],"32":[3,4,6,12,13,18,23],"320":[],"3200":1,"320131":11,"32013106":11,"32019835":[],"32023229":[],"32032017":[],"32041353":[],"32078531":[],"321":[],"32108713e":[],"32133765":[],"32141575":[],"32149601703519115":6,"3214960170351912":6,"3215":9,"32185967":[],"322":[],"32220836":[],"32221699":[],"32234998":[],"32244056":[],"32257967":[],"3225819":[],"32265589":[],"3228044":[],"32341247e":[],"3235":[],"32372846":[],"32382849":[],"324":2,"32441343e":[],"3245":2,"32450054":27,"325":[],"3250":[1,6],"32507975":[],"32577534":[],"32584888":[],"326":[],"32615859":[],"326238":27,"32632463":[],"326325":[],"327":[],"32708194":[],"327291":[],"32729105":[],"3273472571412799":[],"32775737e":27,"328":[],"3283771":[],"328458":[],"32845846":[],"32858131":[],"32863661e":27,"329":[],"32941592e":[],"329492":[],"33":[4,9,12,18,24],"330":[],"33015882":[],"33020191":[],"3303366":[],"33066907e":[5,27],"33078483":[],"33079132":[],"33104875":[],"33108943":[],"33113018":[],"33159476":[],"33166055e":5,"331939":27,"33197004e":[],"332":[],"33213799":[],"33283583":26,"33285444":[],"33285905":[],"3329671101137754":[],"333":7,"33333333":13,"33408606":[],"33444711e":[],"33457718e":[],"33486875":[],"335":[],"33525471e":[],"33534416":[],"33537181":[],"335849":[],"336":[],"33600213":[],"3364":[],"33656494":[],"33708747":[],"33746734":[],"33746734412664":[],"33751667":[],"33788596":[],"33793867":[],"338":[],"33800793":[],"33857909e":[],"33860497":[],"33880129":[],"339":[],"33903511":[],"33918941":[],"33959063":18,"33995567":[],"339961":[],"3399612":[],"33it":[],"34":[4,9,18],"340":[],"340071371496255":27,"34010963":[],"34011629":[],"3403":9,"340583":[],"340782":[11,27],"341":[],"34100913":[],"34114547":5,"34133193":[],"34149655":[],"341497":[],"34154132":[],"34158540e":[],"34193915":[],"34243146":23,"34254681":[],"342680":27,"3426926":[],"34294831e":[],"343":[],"3431178":[],"34347894e":[],"3436":[0,26],"34362409":[],"3437":[0,26],"34373214":[],"3439564710454786":[],"344":[],"34412923":27,"34440086":[],"34447052":[],"34459931":[],"34460089":[],"34498001":[],"345":[],"34517495":[],"34569596":5,"346":[],"34606431":[],"34609499":[],"34619711":18,"34636057":[],"34642944":[],"34650316":26,"34685874":[],"346941":[],"34694145":[],"347":[],"34718587":[],"347186":[],"3472":[],"34728094e":[],"348":[],"34814162":[],"34816464e":27,"34836424":26,"348676117830458":[],"349":[],"3493":[],"34943652":18,"34968453":26,"34975242":[],"34977681":[],"34998197":[],"35":[0,4,6,19,24,26],"350":[],"3501046":18,"35058127":[],"35084272":[],"351":[],"35109296":[],"35125829":26,"3512747":[],"351275":[],"35140":9,"35146218":[],"35149796":[],"351498":[],"351636":[11,27],"35182854":5,"35193678":18,"352":[],"35248847":[],"35255737e":[],"35292923":[],"353":[],"3532":[],"35322418":[],"35325013":18,"35329636":[],"3536":[],"354":[],"35401107":[],"35403494":[],"35408251":[],"354083":[],"35412147":[],"35417405e":[],"35434042e":[],"3544313922":6,"3546689":[],"35470445e":[5,27],"3549":[],"355":[],"35533773":6,"35539164e":[],"35564856":[],"35567049":18,"35587778675776993":[],"356":[],"356399":27,"3568919":[],"357":[],"357508":27,"35771826":6,"35795044":[],"35796655":[],"35799174":[],"358":[],"3581341341":4,"35823605":[],"35825829e":[],"35845332":[],"35846425":[],"35858674":[],"359":5,"3591093":[],"3592571":[],"3597516959642966":[],"3597517":[],"35984424":[],"35it":[],"35m":3,"36":[0,1,4,5,6,19,23],"360":1,"3604":[],"36051635":[],"36094261":26,"36097055e":[],"36099915":[],"361":[],"36128659e":[],"3613":9,"361556":27,"3616476":[],"36170438":13,"3619":[],"362":[],"36212275":5,"362123":5,"3621311":5,"363":[],"3632959111950474e":6,"363295916323784e":6,"36348681":[],"364":[],"36400724":26,"36403046":[],"36420967":[],"36434588":[],"3646":[],"36537059":[],"36550376":[],"3655222":5,"366":[],"36654107e":27,"36674564":[],"36681298":[],"367":[2,9],"3676":[],"36789460e":[],"3679":[],"36795972e":[],"368":[],"36802977":[],"36825174":[],"3689":[],"369":[],"369139":[11,27],"36928":[],"36970119e":[],"36it":[],"37":[1,4,6,9,19],"370":[],"3701":[],"37021881":[],"3703":[],"3703468543933255":[],"3705":[],"37054827":[],"3706":[],"370782966":4,"37092452":[],"371":[],"37112277":[],"3713":[],"3714":[],"3716":[],"3717":[],"37187359":[],"372":[],"3722291337559605":[],"37236385":[],"372364":[],"37239927e":27,"3724":[],"3725":[],"37266855":[],"3727":[],"3728":[],"3729492":[],"373":[],"3730":[],"3732":[],"3733":[],"37335014":[],"3734":[],"3735":[],"37351692":18,"3736":[],"37369014":[],"3737":[],"37376184":[],"37388140e":[],"37391132":[],"37396662":6,"374":[],"3740":[],"3741":[],"3743":[],"3744":[],"37443731":23,"3745":[],"3747":[],"37477725":[],"374777250972322":[],"3748":[],"3749":[],"375":[],"3750":[],"3752":[],"3753":[],"37540613":[],"3756":[],"375694":[],"3758":[],"3759":[],"376":[],"3760":[],"37618253e":27,"3762603":18,"3763":[],"3764":[],"3765":[],"376547":[],"3766":[],"37667238":[],"3767":[],"3768":[],"3769":[],"377":[],"3770":[],"3773":[],"377372":27,"37737221":27,"37749489":[],"3775":[],"37757757":26,"3776":[],"3777":[],"3777801602":6,"3778":[],"3779":[],"378":[],"3780":[],"3781":[],"3782":[],"37836163":5,"378362":5,"3784":[],"3785":[],"37853034e":[],"3786":[],"3787":[],"37871763":[],"3788":[],"3789":[],"37895549":[],"3790":[],"37900111":6,"3791":[],"37917253":[],"3792":[],"37938584":[],"3794":[],"3795":[],"3797":[],"3798":[],"3799":[],"38":[1,4,9,19,23],"380":9,"3800":[],"3801":[],"3802":[],"38020451":[],"380205":[],"3803":[],"38035637":[],"3804":[],"38046294":[],"3805":[],"3806":[],"3808":[],"38088413":[],"3809":[],"3810":[],"3811":[],"38115471e":27,"3812":4,"3813":[],"38135654":[],"38135733e":6,"3814":[],"3815":[],"3816":[],"38160211":[],"38165546":[],"3817475779":6,"3818":[],"3819":[],"382":[],"3820":[],"38201155":[],"3821":[],"382187":[],"3822":[],"38220141":[],"3823":[],"3824":[],"3825":[],"3825029":[],"38259375":[],"3826":[],"3827":[],"3828":[],"3829":[],"38298328e":27,"383":[],"3830":[],"3831":[],"38319502e":[],"3832":[],"383315":4,"3834":4,"3835":[],"3836":[],"3837":[],"3838":[],"38380352":[],"38382691":[],"3838917029":[],"3839":[],"384":[],"3840":4,"3841":[],"3842":[],"3842967":[],"3843":[],"3844":[],"3845":[],"3846":[],"38461538461538464":9,"38461539":[],"38465596":[],"3847":[],"38478181":[],"384782":[],"3848":4,"38488879":[],"3849":[],"38493367":[],"385":[],"3850":[],"3851":4,"38511237e":[],"38511413":[],"3852":4,"3853":[],"38533185":6,"3854":[],"38540656":[],"3855":[],"3856":4,"3857":[],"3858":[],"3859":[],"386":9,"3860":[],"3861":[],"3862":[],"38629436":[18,26],"3863":4,"3864":4,"3865":[],"3866":[],"3868":[],"38688646e":[],"3869":[],"387":[],"3870":[],"3871":[],"3872":[],"3873":4,"38743286":[],"3875":[],"3876":4,"38764522e":[],"3877":4,"3878":[],"38782352":[],"38787447":[],"3879":[],"3880":4,"3881":[],"3882":[],"3883":[],"38831624":[],"3884":[],"388451":[],"38845241":[],"3885":[],"3886":[],"3887":[],"38875182":[],"3888":4,"3889":[],"389":[],"38916861e":6,"38923192e":27,"3893":4,"3894":[],"3895":4,"3896":[],"38962192e":6,"3897":[],"38970078":26,"3898":[],"3899":[],"39":[0,1,4,9,20,24,26],"390":[],"3900":[],"3901":[],"3902":4,"39026883":[],"3903":[],"3904":4,"3906":[],"3907":[],"3907408":[],"39078751e":[],"3908":[],"391":[],"3910":[],"3911":[],"3912":4,"3913":[],"3914":[],"39148625":[],"3915":4,"3918":[],"3919":[],"39197698":27,"391977":27,"392":[],"3920":[],"39200159":[],"3921":[],"39214397":27,"392144":27,"3922":[],"39229856":[],"3923":[],"3924":[],"392564":[],"39256409":[],"3928":[],"39287528":[],"3929":4,"393":[],"39300201":[],"393030":[],"3930301":[],"39308683e":[],"3931":[],"39313789e":[],"3932":4,"3933":[],"3935":[],"3936":[],"3937":4,"3938":[],"3939":4,"394":9,"3940":[],"3942":4,"3944":4,"39457095":[],"3946":[],"3948":4,"39483726":[],"39494529":23,"395":[],"3951":[],"3953":[],"3954":4,"39541528":[],"3957":[],"39572825":[],"39579407":5,"396":[],"3960":4,"39609089":[],"3961":4,"39612983":[],"3962":[],"39623570e":27,"3964":[],"39644178":[],"3966":[],"3967":[],"3968":4,"397":[],"3970":4,"39706038":5,"3971":4,"3972":[],"3973":[],"39730396":19,"3975":4,"3976":[],"397700":[11,27],"3978":4,"39789527":[18,26],"3979":[],"398":[],"3980":[],"3980313467":6,"3981":[],"39822715":[],"39837199":[],"3984":4,"39856058e":[],"39863686":26,"3987":4,"39890447":[],"39895173e":[],"399":[],"3990":[],"39917327":[],"3992":[],"39931051e":27,"3994":[],"3995":4,"3996":[],"39965905e":[],"3998":[],"399836":27,"3999":[],"39it":6,"3d":[2,3,4,6,13,19],"3f":[1,3,9],"3n":18,"3s":[],"3x":[2,8],"3x_i":2,"3y":8,"3yk470mj5p931p9dtkk0y6jw0000gn":[1,6,13,19,26],"4":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,21,23,26],"40":[0,1,4,6,9,19,20,24,26],"400":4,"4000":[9,26],"40009482":[],"4001":[],"40043644":[],"4007":4,"40075395":[],"4008":4,"4009":[],"401":[],"4010":[],"4011":[],"40111899":[],"401119":[],"4013":[],"4014":[],"40167092":[],"4018":4,"40182469":[],"401842":[11,27],"402":[],"40216748":[],"4024":[],"4025":[],"4027":[],"40293251":[],"4032":4,"4033":[],"40359681":26,"4036":4,"40362053":[],"4037":[],"40389562":[],"404":[],"404130":[],"40413036":[],"4043":[],"404470":5,"40447029":5,"4048":[],"405":9,"4050":[25,26],"40500157":[],"4051":4,"40512793":[],"40513177e":[],"4052":4,"4053":4,"4054":[],"4055":[],"4056":[],"405890":[11,27],"406":[],"40620066":27,"406201":27,"40629059":[],"4063":[],"40634991":[],"40644745":[],"4066":[],"40660618e":[],"40666305":[],"4068":[],"407":9,"40714201":18,"40763529":26,"4078":[],"408":9,"4082":[4,6],"40837262":[],"40837954":[],"4085":[],"4086":[],"4087":9,"4087793":5,"4088":[],"40881429":18,"40892146":[],"4090":[],"40920261e":27,"40927184e":6,"4095":[],"4096":[],"4099":4,"40contain":20,"40it":[],"41":[1,2,4,9,18,20],"410":[],"4100":[],"41021561":[],"41042542":18,"4106":[],"4107":9,"41097603":[],"411":[],"4111":4,"41125816":18,"411730":[],"41173033":[],"412":[],"41219619":[],"41226929e":[],"41235715":5,"41246325":[],"4128":[],"41291861":[],"413":[],"4130":[],"4134":4,"4137":[],"41371745":[],"414":[],"4141":[],"41433969":5,"41441328e":27,"4146":[],"41471556e":[],"4148":4,"415":[],"4150":21,"415066":[],"41506637":[],"41511965e":1,"415201":[],"4155":[2,15],"41594943":[],"416":[],"41600503":26,"4162":[],"4162706317":6,"41639971":26,"41644629e":[],"4166666666666667":9,"41671085":[],"417":[],"41708096e":[],"41716708":[],"41739393":[],"4177":[],"41771755":[],"41772265":[],"417741":11,"41774143":11,"41790059":[],"418":[],"4181":[],"41842164":[],"418506":[11,27],"4187996":[],"41882037e":6,"41891092":[],"41894238":[],"419":[],"4192":[],"41928689":[],"41936371":18,"4199":[],"42":[1,4,8,9,10,18,23],"420":[],"4203":[],"420442688206847":[],"4208":[],"42109456":[],"421120085426022":[],"42138688e":[],"42143986":[],"42172457":[],"42198678":[],"421987":[],"422":[],"4220":[],"42203045":[],"4221":[],"4222":[],"42239354":[],"422658":[],"42265837":[],"423":[],"4230769230769231":9,"42323635":[],"4234":[],"4236":[],"424":[],"4241":[],"42441033":5,"42450":9,"42457498":[],"424575":[],"42484290e":[],"42484459":[],"424863":[],"42486342":[],"42487977":[],"425":[],"4253":[],"42535003":[],"425564":[],"42556446":[],"4256":[],"42578415":[],"4258049":[],"42584543":[],"426":[6,7,9],"42633236e":[],"42642980e":[],"4266":[],"427":[],"42738539":26,"4277":[],"42777999":[],"428":[],"42800148":[],"4281152":[],"428690538456245":[],"4287":[],"428741":[],"42874148":[],"42876571":[],"429":[],"429345":[],"42934502":[],"42967903e":[],"42it":[],"43":[0,4,7,9,18,21],"430":[],"43043913":[],"43054282":5,"4310":26,"4314":[],"4316":[],"432":[],"432019":5,"43201921":5,"43226747e":[],"43233857":[],"433":[],"43330971e":6,"43334205":[],"4336":[],"4338":[],"43392925":[],"434":[],"43425860e":[],"43466245":[],"4349":[],"43490863":[],"43496417":[],"435163":27,"4353":[],"43559429":[],"43579948e":6,"436":[],"43608740e":[],"43639284e":27,"436462435":4,"43647835":[],"436501":[],"43650129":[],"43650214":26,"43656654":23,"437":[],"43713337":[],"4372":[],"4375":[],"43766686":11,"438":[],"43801947":[],"438060758":6,"43809274e":[],"438136":27,"439":[],"43902948":[],"439230":6,"4394":[],"43941514":[],"43951204":[],"43989497":[],"439m":4,"43it":[],"43m":4,"44":[0,4,18],"440":[],"44020145e":[],"44079937":[],"44082882":[],"44089210e":[5,27],"4409806":23,"440m":4,"441":[],"44116407":[],"441182":[],"44118245":[],"441264":[],"441m":[],"442":[],"44210664":[],"4426":[],"442600":[11,27],"44298022":[],"442m":[],"443":[],"443217":27,"44347438":[],"443m":[],"444":9,"44402322":[],"44407741e":[],"44418822":[],"44437409":[],"44440345":[],"444m":4,"44507049":[],"44520102":[],"44595818":[],"445m":4,"446":[],"446033":[],"44624525e":27,"44632008":[],"44637348e":27,"44642273":[],"446453":[],"44657526e":[],"4466":[],"446m":4,"4472":[],"44729805":[],"44732200e":[],"447659635275407":[],"44765964":[],"44781662":[],"447817":[],"447m":4,"448":[],"44842116":[],"44886896":[],"448m":4,"449":[],"449001126081919":[],"44900113":[],"44921888":[],"44957069":[],"44967228":[],"44970586e":1,"449m":4,"44it":[],"45":[4,9,24,26],"450":9,"45000312":[],"45014":[],"45017176":[],"450257":[11,27],"4504":9,"45047066":[],"45048537":26,"45062284":[],"45065211":[],"45073476e":[],"450m":[],"451":[],"4512":[],"45133278":[],"45134965":[],"451m":[],"45207509":[],"45227801":[],"45253585":[],"452553":[],"45255977":[],"45281756":[],"45290234":[],"452m":[],"453":[],"45308692":[],"45380691e":[],"45399416":[],"453m":[],"454":[],"45405253e":[],"454241":11,"45424136":11,"454m":[],"455":[],"45502684":[],"455173":[],"4555094":[],"455592":[],"4556":[],"4557763":11,"455947":27,"455m":[],"456":9,"4560786541572335":[],"45610021":[],"45642521":[],"45668633":[],"456m":[],"457":[2,4],"457m":[],"458":[],"458027":27,"458078":[11,27],"45808919":[],"45811552":[],"458740":[],"45878472":27,"4588":[],"45884458":18,"458m":[],"459":[],"45915671e":27,"45922756e":[],"45960079":5,"45976616e":[],"459m":[],"46":[4,9,24,26],"460":[],"46000649":[],"4600624385659884":[],"4601":9,"46022436e":[],"46026a8f5d2c":[],"46045199":23,"4605":[],"460m":[],"461":[],"46117193":[],"46132345":[],"46138883":18,"46139936":26,"46153846153846156":9,"46156624":[],"461m":[],"462":7,"4627795":[],"46285399":[],"46294168":18,"462m":[],"463":[],"46306318e":[],"46313714":[],"46383925e":6,"46383926e":6,"463861":[],"463m":[],"464":[],"4642383":[],"464m":[],"46580623":[],"465m":[],"466":[],"46609435":[],"46660343":18,"4667":[],"466m":[],"467":[],"467427755242117":[],"46753261e":[],"46754435":[],"4676059":27,"467606":27,"46766277":[],"467663":[],"467818":[],"46781836":[],"467m":[],"468":[],"46873567":[],"46895658":[],"468m":[],"469":[],"46904874e":[],"4694":[],"46957262e":27,"46984697e":6,"469m":[],"46it":[],"47":[4,9,24,26],"470":[],"47013955":26,"47042744":5,"470683":11,"47068328":11,"470714":27,"47075725":6,"470m":[],"47116132":[],"47116868e":6,"4712168":[],"47125748":5,"47128426":[],"47128712":[],"47132891":5,"4714":[],"4716412":26,"47176716":[],"47176783":[],"47179152":[],"471874":[],"47187428":[],"471m":[],"472":[],"47202442":[],"4722":[],"472445":[],"47244548":[],"4727":[],"47297104":[],"472m":[],"473":[],"47313680":[],"47340594":[],"47364408":[],"47391428":[],"473m":[],"47430124e":[],"47447472":[],"474m":[],"475":[],"475405":[],"47540513":[],"475582":[],"47558206":[],"4757488":[],"475m":[],"476":[],"47605918e":27,"47610036":6,"476m":[],"477":[],"47700752":[],"47701204":[],"47704686":[],"4772":[],"47748887":26,"47781605":[],"477m":[],"47815203":11,"47831084":[],"47868192":[],"478m":[],"479":[],"479465113":4,"47950427":[],"47959046":23,"47991139":[],"479m":[],"47it":[],"48":[4,9],"480":[],"48096529707360347":[],"4809676":[],"480m":[],"481":[],"4810":[],"48134747":[],"481401":[],"48140137":[],"48145226":[],"481979":6,"481m":[],"482":[],"48209629":[],"48240312e":[],"48243352e":[],"48257387":[24,26],"48263731":[],"48289037":[],"482m":[],"483":[],"4831993814276723":11,"483257001":13,"48333258":[],"48336413":[],"48356153e":[],"483m":[],"484":[],"48417033":[],"48418018":[],"48423285":[],"48444949":[],"48461009":[],"48464841":[],"48476997":11,"484m":[],"48534921":[],"48577692":[],"48598711":[],"485m":4,"486":[],"48613114":[],"48629506":[],"48668089":18,"48681218":26,"486852":[],"48685204":[],"48699577":[],"486m":[],"4871":[],"4871984":[],"48766753":23,"487m":[],"488":[],"4881344092288954e":[],"48815255e":[],"488m":[],"48935121":[],"48938433":26,"489502":[],"48950243":[],"48994188":5,"489m":[],"49":[4,5,6,9,11,19,27],"490":[],"49057373":[],"49065324e":27,"49078463":[],"490m":[],"491":[],"49152":3,"49186362e":[],"491m":[],"49216685":[],"49230548":26,"492m":[],"493":[],"49313815":[],"49369173":[],"493m":[],"494":[],"4940954":[0,26],"49423098":[],"49486583":[],"494m":[],"495":[],"49529781":[],"49545139":[],"49555885e":[],"49556373e":[],"49580918":[],"4959161509357395e":6,"495916150936645e":6,"495m":[],"49616116":[],"49648665":[],"497":[3,4],"4974606_hedonic_housing_prices_and_the_demand_for_clean_air":[],"4974810657432664":[],"497m":[],"498":[3,4],"49825509":23,"4983":[],"49865980e":[],"49873827":[],"498m":[],"499":[3,4],"4990":23,"49901588":[],"4992":23,"4993133":[],"49940538":[],"4997":23,"499m":[],"49it":6,"4c4c7f":[9,10],"4d":3,"4f":6,"4pm":[24,26],"4s":[],"4y":8,"4y_i":10,"5":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,23,26,27],"50":[1,2,3,4,6,7,8,9,10,13,26,27],"500":[1,3,4,6,9,10,13],"5000":[],"50000000e":[],"50000455":5,"50000553":5,"50000718":5,"50000855":5,"50000969":5,"50001063":5,"50001142":5,"50001207":5,"50001261":5,"50001306":5,"50001343":5,"50001374":5,"500014":5,"50001414":5,"50001422":5,"50001439":5,"50001454":5,"50001466":5,"50001476":5,"50001485":5,"50001492":5,"50001498":5,"50001502":5,"50001506":5,"5000151":5,"50001512":5,"50001515":5,"50001517":5,"50001518":5,"50001519":5,"50001521":5,"50001522":5,"50001523":5,"50001524":5,"50001525":5,"50046106":[],"50079895":[],"50083166":[],"500m":[],"501":[3,4],"5014":[],"50153896":18,"50172141":[],"5018":23,"50184628e":[],"501m":[],"502":[3,4],"50227564e":6,"50274255":[],"502m":[],"503":[3,4],"50321091":5,"50359169e":[],"504":[3,4],"5040323":26,"50427787":[],"50462474":[],"5046808":[],"504m":[],"505":[3,4],"50519365":[],"50562981":[],"505m":[],"506":[0,3,4],"50626752":[],"50653545":[],"506553":27,"50655336":27,"50661281":[],"50676615":23,"50691065":[],"50697511":[],"5069860830630872":[],"5069860830630875":[],"507":[3,4],"50721349":[],"50764587":23,"5078":[],"507d50":[9,10],"507m":4,"508":[3,4],"50837888e":[],"50846111e":6,"50846112e":6,"508m":[],"509":[],"5091":[],"50925722e":[],"5092982":[],"50it":[],"50j":13,"50x10":1,"51":[4,10],"510":1,"5105983":[],"511":[3,4],"511888":5,"51191552":6,"511m":[],"512":[3,4],"512204707520711":[],"51220471":[],"51249881":[],"512499":[],"51267283e":[],"512m":[],"51349834":[],"51374050":[],"514":[],"514219":27,"5148389267750961":[],"515":[],"51549827":[],"515m":[],"516":[],"51619543":26,"51635486":[],"51647799e":27,"516m":[],"517":[],"51727541":[],"51729923e":27,"51741855":[],"517582":[],"51758232":[],"517615":[],"51761523":[],"5177783846":4,"51821339":[],"51845286":[],"5186":[],"518895":[],"518923":[],"51892347":[],"519":[],"519m":[],"52":[3,4],"52006777e":[],"52015514":[],"52067151":[],"52078202":[],"52180619":[],"52180757":18,"521m":[],"522":[],"52204004":[],"52208436":13,"52209178":[],"5222222222222223":1,"5222400324755649":[],"522240032475565":[],"5222400329453616":[],"5222413718621189":[],"522836":[],"522m":[],"523":[],"52305374":[],"52362157e":27,"52377342":11,"524":[],"5240":[],"52400486e":[],"52470105":[],"52482437":[],"525010":[],"52501047":[],"525054":[],"52512898":[],"52518625":[],"52552042":23,"52565509e":[],"525739":[],"52573941":[],"526":[],"52626194e":[],"526744":[11,27],"52687741":[],"527":[],"52725477e":27,"5274":[],"5276":[],"52775466":[],"52795454":[],"527m":[],"528":[],"52823177":[],"52856208":[],"52874252":5,"529":[],"52942586":[],"52944573":[],"529446":[],"52950417":[],"52960552":18,"5297947920715131":[],"52988562":[],"529886":[],"53":[3,4,9],"5302517":[],"5303329":11,"53049637":[],"5305555555555556":1,"531":[],"531280":27,"53149684e":27,"532":[],"5320148":[],"53229196":[],"53250091":[],"53278871":[],"532789":[],"53294653":[],"533":[],"53367133":[],"53371547e":27,"53375204":18,"53380807":26,"534":[],"5340022":[],"534362":[],"53452255":[],"53459992":[],"5349":[],"535":[],"53506617":[],"53515878":[],"5353":[],"53542722":[],"53558374":[],"53596681e":[],"536":[],"5361201":26,"53632379":[],"53632918":[],"5364857":[],"53683592e":[],"536915581616642":[],"5369485":[],"537":[],"53700083":[],"53703498":6,"53703671":23,"53738247":[],"53755010e":[],"5378811":11,"538":[],"53811172e":[],"5384615384615384":9,"53859920e":27,"53895778":[],"539":[],"539261":[11,27],"5393":[],"53946725":[],"53it":6,"54":[3,4,6,9,23],"540":9,"54039921":5,"54041041e":5,"54050804e":[],"54071847":[],"54129367":[],"541605":27,"54190070e":27,"542":[],"54205622":[],"54213329":[],"54220589":[],"54285633":[],"54342461":[],"5435":[],"54378734e":[],"54379087e":[],"543939":27,"54393936":27,"54398576":26,"544":[],"5442":[],"544439":27,"5449":[],"545":[],"545099":[],"54509921":[],"54514209":[],"5452708224046345":[],"5454":[],"54601264e":[],"54608238":18,"54611024":27,"54617756":[],"54622374":[],"54637219":[],"54640368":[],"54644868":[],"54672588":[],"547":[],"5470":[],"5477":[],"54852248":[],"549":[],"54969188":[],"54993524":[],"55":[1,3,4,9],"55011282":18,"55043852e":[],"55063291":[],"55086461":[],"55152034":[],"552":[],"552042":[],"55206229":[],"55295871":[],"55315304":[],"55328795e":[],"55331574":[],"55342366":18,"554":[],"55438359e":[],"555":[],"55511609":[],"55527296":[],"5555555555555556":1,"55555773":[],"555m":[],"556":[],"55628123":26,"55649207":[],"55684718":[],"55685628":[],"556m":[],"557":[],"557795":[11,27],"55790428":[],"558":[],"55812916":[],"55847112":[],"55854694":11,"55865092":[],"55867377":[],"55868255":[],"559":[],"55906894":[],"5594":6,"55940301":[],"55955126":[],"55972302e":[],"55it":[],"56":[1,3,4,9],"560":[],"5601973572808581":[],"56033697":5,"56069111":18,"5608253":[],"56083543":23,"561":[],"56135704":[],"56151035":[],"5615739502773949":[],"5616":[],"56171141":[],"56198284":5,"561m":[],"56217428":[],"56240703e":[],"56249706":[],"56288861":[],"562888614232874":[],"56291744":[],"563":[],"563167":[],"56364308":[],"56366546":[],"56397327":[],"56399029e":[],"56399576":26,"563m":[],"564":9,"56424167":[],"564242":[],"56424378":23,"56425249":[],"564374":[11,27],"56465688":[],"56475572":[],"56477354":[],"56486674":13,"565":9,"56536":[0,26],"56548318":[],"56570797e":[],"56589683":[],"566":9,"56603693":18,"56636537":[],"56636616e":6,"56640341":18,"56676694":[],"56678624":[],"56686787":[],"566m":[],"567":9,"56733919":[],"56740132":[],"56749245":[],"56756375":[],"568":9,"5680":[],"56822376":[],"56830193":[],"56841764":18,"56846508":23,"568587":[],"56858701":[],"56878976e":[],"56899695":[],"569":[1,9],"56912044e":6,"56933711":18,"56939714":5,"56965674":[],"57":[0,3,4,8,9,24,26],"570":9,"5703663":[],"571":5,"571105947979344e":6,"571105947979394e":6,"5712104":[],"57146034":[],"57201944e":6,"572069":[],"57219055":[],"5721905504656455":[],"57223110e":[],"57285536":[],"573":[],"573029":[],"57302926":[],"573091":5,"57309147":5,"57316402e":[],"57329374":[],"5733843":[],"5735888":[],"574":[],"57406865":[],"574465":[11,27],"575":[],"57537966e":[],"57572321":[],"576":[],"5762":3,"57670824":[],"57677544":[],"5769230769230769":9,"577":[],"577421319924605":[],"57794243":18,"578":[],"57811941":[],"5786304":[],"57875488e":27,"579":[],"57935482":[],"5793788":[],"579437":[],"57943748":[],"57952471e":[],"58":[4,9,10,24,26],"580":[],"58076367":[],"5808118":[],"58083888":18,"58098325":[],"5810785":[],"58182803":[],"58193124":[],"58196606":[],"581m":[],"582":[],"58207928":[],"58268575":[],"5828247":[],"5829913":[],"5833333333333334":9,"583595":27,"58368727":[],"58397472":[],"584":[],"58427764":[],"58465096":[],"58486384":[],"58487995":18,"58492636e":27,"585":[],"58519863":[],"58581665e":[],"58621153":[],"58639705":[],"58662003":[],"587":[],"58739348":[],"58742004e":[],"58793527":[],"58810494":[],"58818643":[],"58841019e":[],"5888888888888889":1,"589":[],"58948138":[],"58948347":[],"589971818845805":[],"58it":[],"58m":[],"59":[4,9],"590":[],"59004971":[],"59033885":18,"590609":[],"59060904":[],"5909":[],"59101492e":27,"591317992":4,"5914397":[],"59187177":[],"591872":[],"592":[],"59206948":[],"59222238":[],"592658":[],"59265811":[],"593":[],"59327016":[],"594":[],"59412285":[],"594141":[],"5944444444444444":1,"59446603":[],"59511582":[],"59545081":[],"59558002":[],"59589728e":[],"595934":5,"59593425":5,"596":[],"59602968":[],"59640396":[],"59642735":[],"596m":[],"59703606":[],"5974862":[],"598":[],"59816099":[],"59883217":[],"59895188":[],"599":[],"59905073":[],"59916814e":[],"59922967":[],"5993":[],"59939312":[],"59987612":[],"59it":6,"59m":[],"5cm":[21,23],"5f":8,"5m":[],"5x":8,"5y":8,"6":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,23,24,26,27],"60":[1,3,4,6,9],"600":[],"6000":[],"60000":4,"6003":[],"60090208":[],"601":[],"60108393":[],"6019067271":4,"60293962":5,"603":[],"60307141":[],"60356071":11,"603561":11,"603636":[],"6037092":[],"603765":5,"60376519":5,"60381656e":[],"60383004":[],"60398689":[],"604":[],"60407268":[],"60420593":5,"60493501":[],"605":[],"60543038":27,"606":[],"60673226":11,"6067329321734374":[],"60675691":[],"606760":5,"607":[],"6071713":[],"60742555e":[],"60792149":[],"608":[],"60815105":6,"60846694":[],"608467":[],"60863613e":[],"6088":[],"60883945":[],"6088727":[],"60893494":18,"609":[],"60943791":[18,26],"60it":[],"61":7,"610":[],"61043964e":[],"61050884e":[],"611":[],"6111111111111112":1,"61137175":11,"61197218":[],"612":[],"61213079":11,"612131":11,"61219726":[],"61238907":[],"61246573e":[],"61253537":[],"612939":27,"613":[],"6130353":[],"61336683e":27,"613579":27,"61394448":[],"614":[],"614808":[11,27],"61480907":[],"615":[],"61504341":[],"61532006":[],"6153846153846154":9,"6155":[],"61585143":[],"616":[],"61631038":[],"61653285e":[],"61669885e":[],"61695829":18,"617":[],"61702282":6,"61775176":[],"61795354":23,"617961":[],"61796102":[],"618":[],"61861937":23,"618982":27,"619":[],"61939429":[],"61949985e":[],"61955303":[],"61971639e":[],"61992828e":[],"61it":6,"61m":[],"62":[3,4],"620":[],"6200":26,"6201":26,"6202":26,"62025406":[],"6203":26,"62034461e":27,"62038116e":27,"6204":26,"621102":[],"6214":[],"62146709":26,"62199022":[],"622":[],"623":[],"62373464":11,"62397973e":27,"624":[],"62412322":[],"62460522":[],"62464344":[],"625":7,"62518501":[],"62554614":[],"6258":[],"6259":[],"62606121":[],"6262":4,"62633359":[],"62642303":[],"6266335":18,"626635268":6,"627":[],"627153":3,"62765028":[],"62841921":[],"62862896":[],"6288":[],"6289054":[],"62894215":5,"629":[],"629100":[],"62910047":[],"62919818":[],"6297":[],"62it":[],"62m":[],"63":[0,1,3,4,6,7,9],"630":[],"6300745149331701":[],"63025821e":6,"63081005":[],"63130027":26,"63162342":27,"63180447":[],"632":[],"63212587":[],"63227278":[],"63249532e":6,"63277911e":[],"63281889":[],"633":[],"63304358":11,"633949":[],"634":[],"63401971":[],"634020":[],"634715":[],"63471545":[],"63498144":5,"63504283":[],"6353716266230895":[],"63537163":[],"63565881":[],"63567272":[],"6357":[],"636":[],"63613568":5,"636136":5,"63659131":[],"63677721":[],"63685221":[],"637":[],"637129335071195":[],"63727258e":27,"63790586e":[],"638":[],"63837812":[],"63843494e":[],"63849228e":[],"63860117":18,"63870745":[],"63875295":[],"639":[],"63957747":[],"6398684":[],"63m":[],"64":[1,3,4,7,13,18,26],"64012627":5,"64018793":[],"64056395":[],"64056731":[],"64064106":[],"64093905e":27,"641":[],"64101039":[],"6411":[],"64110154":[],"64111239":[],"64147722":[],"64158883e":[],"64192269":[],"642":[],"64228618e":[],"64257697e":[],"64291044e":[],"64292493":[],"64299732":[],"643":[],"64316192":[],"64316482":[],"64342603":[],"64347512":[],"64365518e":[],"64378812":18,"64391062":[],"643m":[],"64432571":[],"64472123":[],"644829":[],"64482901":[],"6448861":[],"645":[],"64502836":[],"64527549":[],"64530585":[],"64550753":[],"64594566":[],"645946":[],"646":[],"64624281":18,"646283":[11,27],"64695862":[],"647":6,"64704843":26,"64733822":[],"64742912e":6,"647473":[11,27],"648":[],"648382":[],"64846973e":[],"64874236":[],"64895758":23,"649":[],"649382":[11,27],"64969451":[],"649695":[],"64m":[],"64x50":1,"65":[1,3,4,7,8,9],"650":[],"65015024":[],"65036493":[],"65062476":[],"6513444":[],"65196615":[],"652":[],"652187":[],"65218729":[],"6522099":[],"65244075":[],"6527":[],"65313891e":27,"65318467":[],"65322635":[],"65339992":[],"6536392":27,"654":[],"65408703e":[],"65409368":[],"65442354":27,"654424":27,"65470462":23,"654m":[],"655":[],"6556":[],"65565751":[],"65571174e":27,"65599456":27,"6559956":[],"65600":[],"6561627":23,"65626992":[],"65628888":[],"65652778":[],"65673455":[],"6568551":[],"657":[],"65704027":[],"657041":[],"65715086":[],"65720414":[],"65728698e":[],"65743689":27,"65766777":[],"65773892":26,"658":[],"65805069":[],"65822169":[],"65825344":[],"65833132":27,"65885453":5,"65891389":27,"658914":27,"65913552":[],"65925306":[],"6599":[],"65it":6,"65m":[],"66":[3,4],"660":[],"66013062":[],"66036618e":[],"660470":[],"66047048":[],"66051179":[],"66064822":27,"66080313":27,"6608358":[],"6608592":[],"661":[],"66174067e":[],"66181587e":27,"662":[],"66204648":6,"66219404":6,"66289131":[],"66289428":[],"6628996975186953":[],"66294408":27,"66323494":[],"6638":9,"664":[],"664586":[],"66489687":[],"66490332e":[],"665":[],"66510547":[],"6652177":27,"66545355":[],"66560":9,"66562658e":[],"665m":[],"66608227":[],"6663":[],"66634905":26,"666597":[],"66667985":[],"66675932":18,"666897":[],"66689729":[],"667":9,"66722647e":[],"667239":[],"66725024":[],"66798429":[],"668":[],"668172":27,"66855692":[],"66878535":[],"669":[],"6691852":[],"66951925":[],"66959644":[],"66979282":[],"66it":6,"66m":[],"67":9,"670":[],"67035174":[],"67047975e":6,"67083919":[],"671":[],"67109613":[],"6714298027296224":[],"67189384":[],"67193435":[],"67199316":[],"671m":[],"672":[],"67264685":[],"672721":27,"6727393":[],"67314874e":5,"67347822":[],"674":[],"67432237e":[],"67541155":[],"67554897":[],"676":[],"6764":[],"67640036":[],"67671601":[],"677":[],"677235":[],"67723533":[],"678":[],"6780674":[],"6781":[],"67869899e":27,"6788":[],"67890723":[],"6795":[],"67957316":26,"67it":6,"67m":[],"68":[],"680":[],"68029581":[],"68037392":[],"680374":[],"681":[],"68129773":26,"68184997":[],"6819":[],"68192193":5,"682":[],"68250601":[],"68259989":[],"68284332":[],"68286725":27,"683":[],"68303739":18,"68324974e":[],"6835":[],"68351374e":[],"68375286":23,"68419351":[],"684194":[],"6848187":[],"6849":[],"685":[],"68534263e":6,"68542204":5,"68548206":[],"685643":[],"68564345":[],"68581655":[],"68592431":[],"68596176":[],"685962":[],"68599651":[],"6860597312101988":[],"68632877":18,"68655761":[],"68671762":23,"68685905e":[],"6869":9,"6869858":[],"687":[],"68711054":[],"68736603":[],"68759903e":[],"687m":[],"688":[],"68809785":[],"68818255e":27,"68871199":[],"6887363571":4,"6890":[],"68929213e":6,"689345":[],"689519":[11,27],"68971917":[],"68992377":[],"68m":[],"69":[7,9,23],"690":9,"69009002":[],"69018454":[],"69029803e":27,"690617":27,"69069n_":23,"690710":[],"69071035":[],"691":[],"69111133e":[],"69127233":[],"69161166e":27,"69167569":[],"692":[],"692268":[],"69226802":[],"69230769":[],"6923076923076923":9,"69232893e":27,"69233822":[],"69236842":26,"69273094":[],"69275323":[],"692m":[],"693":[],"69303559":[],"69314603":[],"69355844":[],"694":[],"6945612":[],"69481287":[],"69484813e":5,"69488259":11,"694883":11,"69492254":[],"695":[],"69504801":6,"69519297":[],"69524041":[],"69542733":[],"69564736":26,"69582036":[],"69585594":[],"696":[],"69609556":26,"69629255":[],"69634577e":6,"69666941":[],"69686293":26,"69695259":5,"697":[],"69714468":[],"697584":[],"69758412":[],"69773572":18,"6980":[],"69802962":[],"69818111":[],"69827131":[],"69873514":[],"69887085":[],"699":[],"69908626":6,"69948916":18,"69966724":[],"6999536":11,"69997503":[],"69it":[],"69m":[],"6n_":23,"6pm":26,"7":[0,1,2,3,4,5,6,7,8,9,11,12,13,15,18,19,21,22,23,25,26,27],"70":[1,6,7,9],"700":[],"7000":[],"70037324e":27,"7005538702846336":[],"701":[],"70115106":[],"701370":5,"70153836":26,"702":[],"70221196e":27,"70224083":[],"7023746599300384":9,"70249832":[],"70252786":[],"7025846":[],"70262543":[],"703":[],"7031743":[],"7031999826431274":[],"7032":[],"70328587e":[],"7033":[],"70344416":[],"70367282":18,"704":[],"70408916":[],"70477499":23,"7047854":[],"7049":[],"705":[],"70506522":[],"70573539":[],"70594499":[],"706":[],"70653767":4,"706833":[],"7069":[],"707":[],"70710678":[5,27],"7073":[],"7078":[],"70796162":[],"708":[],"7082333":[],"70832814":5,"708589":[],"7086067479626619":27,"7089":3,"70899024":[],"709":[],"70913648":23,"70917314":[],"7094664":[],"70967214":[],"709698":[],"70it":[],"71":1,"710":[],"7100524":[],"71038664":[],"71038982e":27,"710746":[],"71082182":11,"710822":11,"711":[],"71137935":[],"71142161":27,"711422":27,"7119":9,"71193859":[],"71196799e":27,"712":[],"712018":[11,27],"71213744":[],"71269506e":[],"71285447":[],"713":[],"713163":[],"7135487":[],"71365128":[],"71369789":[],"71375273e":[],"714":[],"71424969":[],"71437567912473":[],"71437568":[],"71467081":[],"71504681":[],"715536":[],"71553646":[],"71615146":[],"71640333":[],"71647328":[],"71654553":[],"717":[],"71727268":[],"717273":[],"71737253":27,"71761101":27,"718":[],"718165":5,"71868557":[],"71875845e":[],"71977472":[],"71979573e":[],"72":[],"720":[],"7203":[],"7207467":[],"721":[],"7215423":[],"72174172":11,"722":[],"72228205":[],"72264336":[],"72271878e":6,"72277345":18,"7228270501360416":[],"723":[],"72328506":[],"72359843":18,"7236674":5,"724":3,"72452914":[],"725":[],"72546953":[],"72598009":[],"72651548":[],"727":[],"727278":26,"72742343e":[],"72782592":[],"72795751":26,"728":[],"72850577":26,"72859758":5,"7296587":[],"72981762":8,"73":[6,9],"730":[],"73000497":[],"730005":[],"731000":27,"7312":3,"731344":18,"731441119315968":[],"7317759":[],"732":[],"73231305":[],"73293228266057":[],"73293298":[],"7330932":[],"733096":27,"73333333":[],"73359971":23,"73379189":[],"73391309":5,"734":[],"734107":[],"73410729":[],"73441814":[],"73448544":[],"73456649":[],"73482109":[],"73492514":[],"735":[],"7354157":[],"73582138":18,"736":[],"737":[],"73806921":[],"73875685":11,"7392":[],"74":6,"740":9,"74042291":[],"7407":[],"74081822":8,"740m":[],"741":[],"741391":[],"7413913":[],"74147751":[],"741m":[],"742":[],"74233133":[],"74280244":[],"743189104728408":[],"74384949":27,"74391438":[],"744":[],"74401372":[],"74430995":[],"74437617e":[],"74462857":[],"745":[],"7451077":[],"74529434":23,"74577867":[],"74587018":[],"746":[],"74607851":27,"74631004":[],"747":[],"74724767":[],"74731872":[],"748":[],"74818082":[],"74829661":27,"7483":[],"74840212":5,"7484672e":[],"74849204":[],"749":[],"7490462":[],"74934715":[],"749765":27,"74978227":18,"74995126":[],"7499831":23,"74m":[],"75":[5,6,8,9,11,19,27],"750445":27,"75050135":27,"75054469":[],"7506274061293645":[],"7506410412799234":11,"7508636683863235":5,"75091492":[],"751":[],"75162857":[],"751699":[11,27],"75170092":5,"75174305":[],"75191717":26,"75240336e":[],"75268791":[],"75269037":27,"75282841":[],"753":[],"75301638e":[],"75309058":[],"75315452":[],"7532":[],"75354069":[],"75377872":26,"754":[],"75406265":[],"75457798":[],"75472506":[],"755":[],"75525377e":[],"75546705":[],"75563845":[],"75576092":[],"75576555":27,"756":[],"75627883":[],"756279":[],"75631027":[],"756352":27,"757":[],"757019617707678":[],"75707243":[],"7571572558830478":[],"75719828":[],"75770568":27,"758":[],"75821358e":[],"75823753e":[],"75848064":[],"7588118737641243":[],"759":[],"75963425":[],"75979803e":[],"75m":[],"76":[9,24,26],"7600134536106469":[],"76004012":[],"76010633":[],"76014528":[],"760154":5,"76015446":5,"76059447e":[],"76071777e":27,"76075617":27,"76077707e":[],"76084455":[],"76097737":[],"761":[],"76135601":[],"7613959":[],"76174289e":[],"76181397e":[],"762":[],"76206763":[],"76220793e":[],"76274779":5,"763":[],"7635689":[],"76366462":[],"7640203256838339":[],"7644":[],"764997683364458":[],"765":7,"7651068":[],"76577552":26,"7659922":[],"766":[],"7664107":[],"7671587":26,"76771975":[],"767750":[],"76775004":[],"769":[],"7692307692307693":9,"76936315":5,"7694444444444445":[],"76954723":[],"7696":[],"7697":[],"7698352":[],"76985203":[],"76m":[],"77":[9,24,26],"770204":[],"77025447e":[],"77067609":[],"7707199":[],"77079389e":[],"77117804e":27,"77124043":[],"77124395e":[],"77133246":[],"77152076":5,"77155539":18,"77172582":[],"7718":9,"77184871":[],"772":[],"77203046":[],"77265448":[],"77265782":[],"773":[],"77312796":11,"773128":11,"77325382":[],"77343022e":[],"77359835":26,"774":[],"7742213":[],"77448317e":[],"774553354452195":[],"7748567":[],"775":[],"77589027":[],"776":[],"7761":[],"77615813":[],"77632628":[],"77636e":13,"77646856":[],"77669775":[],"777":[],"77714169":8,"7779287093124035":[],"77794957":[],"778":[],"77805840e":[],"7782028952":4,"77856932":[],"7788":[],"779":[],"77908137":26,"77m":[],"78":[],"780":[],"78009660e":27,"78031111e":[],"7803213":[],"78094722":[],"78156479e":5,"78177713":[],"78177874":18,"78184120e":6,"78192446e":[],"782":[],"78220032":[],"78299706":[],"783":[],"78316665":[],"78345878":26,"78347558":[],"784":[],"7840642":[],"7842452":26,"78427913":18,"78449688e":[],"78459969":18,"78478186":[],"785061":[],"78515112":[],"78521833":[],"78524451e":[],"78556129":[],"786":[],"7865355":[],"78669458":23,"78672237e":27,"78724182":[],"788":[],"78834469":[],"788388":[],"78838813":[],"78882958":[],"78886274":[],"789":[],"7893215781870513":[],"78941903":5,"78944094":[],"78951443":[],"78989003e":[],"78m":[],"79":[],"790":[],"79009118":[],"79035184":[],"7906583":[],"79072516":[],"791":[],"79106945e":[],"79111643":5,"79125269":[],"79142002":[],"79161356":[],"79167312e":[],"791809":[],"792":[],"79254918e":[],"79256181":18,"792898603630095":[],"79297948":[],"793":[],"793167":27,"79328516":[],"79367372":[],"79375465":[],"794282":[11,27],"79463805":23,"79473273":18,"79482449":[],"794906":[],"79490641":[],"795":[],"79503422":[],"79516409":[],"795225339396409":[],"79529368":[],"79550688e":[],"79578306":[],"79595791":[],"796":[],"7966":[],"79675445":[],"797":[],"79754897e":[],"79787771":[],"797e":6,"798":[],"7980":[],"79831624e":[],"79835897":[],"79877535e":[],"79896478e":[],"799":[],"79909592":[],"79914677":[],"7993408651198877":[],"79934087":[],"7995707762668065":[],"79981535e":[],"79998516":[],"79m":[],"7d7d58":[9,10],"8":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,23,26,27],"80":[0,1,5,6,8,9,27],"800":[4,7],"8000":[],"80006130e":[],"80038919":18,"800407897050107":23,"8004079":23,"80074264":[],"80076024e":[],"80101942":13,"80136087":[],"80152684":[],"80180325":0,"80189569":[],"80203363e":27,"80207897":[],"802267":5,"80226723":5,"80228781e":[],"802550782087107":[],"80289543":[],"8028954343792245":[],"803":[],"80312429":[],"80354994":6,"80389541":[],"804":[],"80418542":[],"80419748e":27,"80447153":[],"80460179":[],"80469739":5,"805":[],"80540415e":[],"80548430e":[],"8055555555555556":1,"80589357":[],"80609615e":6,"80609616e":6,"80621648":[],"80625657":[],"80669838e":[],"807":[],"808":[],"80802836":[],"80847477e":6,"80861057":[],"808611":[],"8087144":[],"80946326":[],"80m":[],"81":1,"81048318e":6,"81071342":[],"811":[],"81112337":[],"81114345":[],"81122914":[],"8115":[],"81160425":5,"81175543":[],"812":[],"81233249":[],"81243166":13,"81268342":[],"81307569":[],"81333804":6,"813929":[],"81392948":[],"814":[7,9,11],"81425332":[],"815":[],"81597834":[],"815am":[24,26],"81633628":11,"816454":27,"81651921":[],"81664404":[],"816847":27,"817":[],"81753152":[],"81759234":[],"81784973":[],"818":[],"8182":[],"81840893":[],"81853487e":[],"8186717":[],"81868633":[],"81873184":[],"819":[],"81948868":[],"81953844":[],"8197":[],"81990111":[],"81m":[],"82":[],"820":[],"82001111":[],"820122":[],"82012236":[],"82029869":[],"82032378":[],"82050873":[],"82084195":[],"821":[],"82102668":[],"82139086e":[],"82178144":[],"82198978":5,"822":[],"82292185":[],"82296251":[],"823":[],"8237254":26,"82379443":[],"824":[],"82402448":[],"82410428":[],"8249367":[],"825":[],"82550815":[],"825607":[],"826":[],"82602592e":27,"82629718":[],"82651934e":[],"8265786":5,"827":[],"82717721":[],"827462":[],"82766482e":[],"82781715":[],"828":[],"8283245":[],"82843726":26,"82894312":[],"829":[],"82909728":[],"82988221":[],"83":[],"830":[],"83009076":[],"8305555555555556":[],"8306":[],"83091912":[],"831":[],"8311393813043355":[],"83140314":[],"83140314044099":[],"83146596":[],"83167477":[],"83190841":[],"832":[],"83283826":[],"83298727":[],"832987270767667":[],"832m":[],"833":[],"833774":[],"83384573":[],"834":[],"8342":[],"83443463":[],"83443698":[],"83446313":[],"83471014":[],"83488328":[],"835":[],"83505053":[],"83509815":[],"8351":[],"83512277":5,"83519995":[],"8353591":[],"836":[],"83603568":[],"83607342":[],"836085":26,"836186":[],"83618601":[],"83646135":[],"83657122":[],"83691029":23,"837":[],"83716603":[],"83752888e":[],"83770406":[],"83774539":[],"83793362":[],"83793923":[],"838":[],"8383548":[],"83870794e":[],"839":[],"83909743":[],"83917436e":[],"839818":[],"83m":[],"84":[],"840":[],"84061976":[],"84082439":[],"84094234":[],"841":[],"84132082":[],"84143964":18,"84159521":[],"842":[],"842101":[],"84210141":[],"842436":27,"84256187":[],"84257054":[],"84268865":[],"84290819e":[],"843":[],"84355903e":1,"84359332e":[],"84380376":[],"843873":[],"844":[],"84421309":[],"84443254e":1,"84444399":[],"84447599e":[],"84462849":[],"84495995":[],"845":[],"845387":[],"84538739":[],"845716766413386":[],"84571677":[],"84575663":[],"8459616":[],"846":[],"84614892":[],"8461538461538461":9,"84638256":[],"846383":[],"84666445":[],"84671508":[],"84698999":[],"847":[],"8470287":[],"84737694":26,"84780262":6,"84783351e":[],"8478361":[],"848":[],"84835621":[],"84846601":[],"84856859":18,"84858":[],"84859258":[],"849":[],"84900747":[],"84923989e":6,"84927263":[],"84929103":[],"849315":[],"84931504":[],"84942247e":[],"84991754":[],"84994524":5,"84m":[],"85":[1,9],"850":[],"850164":5,"85035714":[],"85067652":18,"8509716":[],"851":[],"85115237":[],"85144525":18,"85159661":18,"85185762":11,"85193598e":27,"852":[],"8522997":[],"8524":[],"85263220":6,"85276246":[],"85278920e":5,"8528":[],"85288931":[],"85297050e":[],"853":[],"85355539":[],"85365229":[],"853835":[],"854":[],"85456249":26,"85466682":[],"855":[],"85514104":[],"8554451":[],"85548858":[],"856":[],"85600299":[],"85601654":[],"85601992":5,"85615662":[],"85640706e":27,"85654993":[],"85714286":[],"8574":[],"85759522":[],"858":9,"85813693":[],"858185":[],"85824275":[],"8583333333333333":[],"858357":11,"85835723":11,"85857332":23,"85888897e":[],"859":[],"85910255":[],"85949635":[],"86":[],"860":[],"86012593":[],"86015267":[],"860303069807892":[],"86052354":[],"861":[],"8611":[],"86117291":5,"86134827":5,"86145244":11,"86156954":[],"861676":[],"861773":[],"86177342":[],"86192438":[],"862":[],"86221134":[],"86252988":6,"86282204":[],"863":[],"86341536":[],"8635085":[],"86376300e":[],"8638888888888889":[],"864":[],"86420934":[],"86452742":[],"865":[],"86528733":13,"86544433":27,"86570776":[],"86592590e":27,"86599003e":[],"866":[],"86619181":[],"86629645":[],"86630":9,"8666666666666667":[],"86666667":[],"867":[],"86750237e":[],"868":[],"86810":9,"86811569":[],"86830766e":[],"86850693":[],"86850963":[],"86852099":[],"8688":[],"869":0,"86901486":[],"86906683":[],"87":9,"870":0,"8702764":[],"8702784034":4,"87043345":[],"87072815e":27,"870856":11,"87085636":11,"871":0,"87134207":[],"87135280e":[],"87196574":[],"872":[],"87200322e":27,"87206824":[],"87211615":[],"8722222222222222":[],"87242312":[],"8727831":[],"8729107":[],"873":0,"87338811e":[],"87354403":[],"8736902":18,"87381451":5,"87386332":[],"87391702e":27,"874":0,"87403627e":[],"87431418":[],"87450434":[],"87458904":[],"8747":[],"87477172e":[],"87496787":[],"87499269":18,"875":[],"87533278":[],"87533326":[],"875794":[],"875856":[],"87585634":[],"8759":13,"876":6,"87604059":18,"87627342":[],"877":[],"877168286047408":[],"8773885":[],"87795661":[],"878":[],"87810129":[],"878123":[],"8784267":[],"879":[],"8791492":[],"87918262":[],"87931006":[],"87953769":[],"87964097e":[],"88":[0,13,26],"880":[],"88046261":5,"88050263":[],"8805555555555555":[],"88088818e":[],"881":[],"88168168":26,"88168312e":6,"881720":5,"88172029":5,"88182591":27,"882":[],"88228452":[],"88291866":[],"88292369":18,"883":[],"88305878":[],"88323026":27,"88336879":5,"88364362":[],"88391015":[],"88395664":[],"884":[],"8840647":18,"884399":[],"88442538":[],"884669":27,"88473534":[],"885":[],"88529063e":6,"88570382":26,"88595314":[],"886":[],"88613493":27,"88623007e":27,"88657125":[],"88667234e":[],"887":[],"88744469e":[],"88754562":23,"888":[],"888214":[],"88821402":[],"888577549915147":[],"88866133":[],"88887574":18,"888883015934703":[],"8888888888888888":[],"889":[],"88901776":[],"88908909e":[],"88960586e":[],"8897518e":[],"89":9,"890":[],"89005305":[],"89098129":[],"891":[],"89126914e":27,"89142357":[],"89142728":[],"8915573":[],"89184354":[],"892":[],"89273223e":27,"89288636":11,"89292804":26,"893":[],"89321335":[],"8932215":[],"8934":[],"894":[],"89410423":5,"8942133":[],"8944444444444445":[],"89454132":[],"89462507":[],"89481038":[],"8948621306998614":23,"895":[],"89558707":[],"89564974e":27,"896":[],"89604286":[],"89609007":[],"8964059":[],"89670222":[],"89686618":[],"896911":[],"8969113":[],"897":[],"89707309e":[],"89793609":[],"898":[],"89805982e":[],"8982":[],"89823921":[],"89881513":[],"89897156":[],"899":[],"89940861":[],"899444949551402":23,"89976047":[],"89996783":[],"8f":6,"8g":6,"8n":18,"8x8":1,"9":[0,1,2,3,4,5,6,7,8,9,11,12,13,18,22,23,24,26,27],"90":[1,6,9],"900":[],"9000":[],"90018622e":27,"90027459e":27,"90075537":5,"901":[],"9011":6,"9012691":[],"90164278":[],"902":[],"90220243":5,"90223115":[],"90228807":26,"90239437":[],"9026":[],"90266948":5,"9027777777777778":[],"9028":[],"90297441":[],"903":[],"90325763":[],"90343239":[],"9036573":[],"904":[],"9040":9,"90414392":[],"904648525660773":[],"90475506e":6,"905":[],"9050595316983907":[],"90510842":[],"9054":[],"9055555555555556":[],"90556496":[],"906":[],"90602444e":[],"90604454":26,"90612093e":27,"90670236":[],"906747":5,"907":[],"90715001":[],"90763970e":[],"90793019":[],"908":[],"90803422":[],"90854751":[],"908548":[],"90871918":[],"908736":[],"90873644":[],"90876452":[],"908765":[],"90884438e":27,"909":[],"90911719":[],"909327":[],"90960269":[],"91":[24,26],"910":9,"91022359":[],"91050344e":[],"91071448":[],"91080327":[],"91086026":[],"911":[],"9111111111111111":[],"91128596":5,"912":[3,4],"91210472":[],"9129629":[],"913":[],"91358019":[],"91373404":[],"914":[3,4],"91408373e":[],"9142491":[],"91438463":[],"9145":[],"91471524":18,"91473433":[],"91487049e":[],"91492986e":6,"915":[3,4],"91514067":5,"915141":5,"91538877":[],"91540705e":[],"91581662":[],"915888":23,"91591367":[],"916":[],"91619855":[],"91634595":[],"91650774":[],"916508":[],"9165822":[],"9166666666666666":9,"9167":[],"91699467":[],"917":[3,4],"91700604":[],"9172":[],"9173859":23,"917482":[],"91748202":[],"91760278":5,"91784246":[],"918":[3,4],"91812702":5,"91816586":[],"918166":[],"91855299":[],"9189726":[],"918992":27,"919":[],"9194":[],"91966064":[],"91970243":[],"91992985e":[],"92":[6,9,24,26],"92054587":[],"920619":[],"92063704e":27,"92067658":[],"9207":[],"9208878":[],"92098926":[],"921":[],"92103867":[],"92123586e":[],"921368":[],"92136836":[],"92153252":5,"921533":5,"921567":[],"922":[],"922002":[],"92200223":[],"92201062":[],"922010623244745":[],"92213792e":27,"92236466e":[],"92241867":26,"92293994e":27,"923":[],"9230769230769231":9,"92317667":[],"92327822e":[],"9234":[],"92351924":[],"923602":[],"924":[],"92405283":[],"92419995":[],"924e":6,"925":[],"9250":[],"92507116e":1,"92526882":[],"92543216":[],"92576742e":[],"92578916":5,"92579609e":[],"926":[],"92604308":[],"92630576":[],"92643252":[],"926488923435684":[],"92648983":[],"92651068":[],"927":[],"92717417":[],"92729959":[],"9275":[],"92772833":[],"9277777777777778":[],"928":[],"92805329":[],"92822216":[],"92857143":7,"9286":[],"929":[],"92930426e":[],"9295763474254684":[],"92991719e":[],"92998014e":27,"93":[],"930":[],"93003138502386":[],"93018185":26,"93022647":[],"93037027":18,"93049763":[],"9305555555555556":[],"93082209":[],"930829":[],"93082933":[],"931":[0,26],"93137583":[],"93145755":[],"93155188":5,"93158979":5,"932":[],"932656":[],"93267138892912":[],"93267139":[],"933":5,"93333333":[],"93363269":[],"934":[],"93420126":[],"93482217":[],"93492130e":6,"935":[],"93500562":[],"93528653e":[],"93535577":[],"93571082":[],"93575624":26,"936":[],"93601008e":27,"93626155":5,"936262":5,"936313":[],"9363131":[],"937":23,"937082":27,"93710544e":27,"93799826":5,"938":23,"93820524":[],"93828592e":[],"9384":[],"9387":9,"93873645":[],"93884803":[],"9389615":[],"939":[0,23,26],"93900613":[],"93901621":[],"93944615e":[],"939507":[],"93988393":[],"94":[7,9,23],"940":[],"94035843":[],"941":[],"9415":[],"942":[],"94226022e":6,"94230225":[],"9423652864980914":[],"942422095469182":[],"9424428e":[],"94246006":26,"94256677":[],"94260358":[],"942604":[],"94273542":27,"94280548":[],"94284104":5,"943":[],"94320205":5,"94338159":[],"943439":[],"94399217":[],"944":[3,4],"94400087":[],"94433302e":[],"9444444444444444":1,"94466321":[],"94484047e":[],"945":[3,4],"94501598e":[],"94578579":[],"94589469":[],"94591015":[18,26],"946":[3,4],"9460":[],"94610136":[],"9461173":23,"94611730275583":23,"94639099":11,"94642209":[],"946957":5,"94697839":[],"947":[3,4],"9472":[],"9472222222222222":[],"94727053e":[],"94756925":[],"94759672":26,"94782102e":[],"94785447e":[],"948":[3,4],"94814932":[],"94815131":[],"9481513127527335":[],"94822514":6,"94823368":[],"9482527":5,"94854992":[],"94866246":[],"949":[3,4],"949162":[],"94916237":[],"94938706":[],"94948363e":[],"949807":[],"94980712":[],"9499":[],"95":[1,7,9,11],"950":[3,4],"95008046":6,"9503219":[],"95055425":[],"951":[3,4],"951109":[],"95115279":[],"95117099":[],"95166414":[],"95190644":[],"952":[],"9520":[],"95231424":5,"95235306":[],"952387":27,"9527777777777777":[],"9528":[],"95284275":5,"953":[],"953065564":1,"95327702":[],"95329348":[],"9534":[],"95344302":26,"95351665":5,"95355327":[],"954":23,"9541":[],"9541100061668464":5,"95429024":[],"955":[],"95508909":[],"95511792":27,"955118":27,"95513615":[],"95534385":18,"9555555555555556":[],"95558642":[],"95558887":[],"9556":[],"955820c21e8b":4,"95597666e":[],"956":[],"956563":[11,27],"95661705":[],"95679388":[],"95682858":[],"95684892":5,"95686268":[],"95696156":[],"95697233e":[],"957":[],"95703":13,"95746721":[],"95762994":[],"95763525":[],"9577228":[],"9578":[],"958":[],"95815651":[],"958228616652075":5,"9588":[],"959":[],"95921115":[],"959402":[],"95940231":[],"95982273":[],"959839":11,"95983949":11,"95984465":18,"96":[1,6,7,9,11],"960":23,"9601304850035702e":6,"960130485007504e":6,"96019951":[],"96024953":5,"9603":[],"96033509e":[],"96042508":[],"96046928":[],"96079426e":27,"96084663":5,"96087803":[],"961":23,"96183456":[],"962":23,"96228836":23,"962653":[],"962990":[],"963":[],"963198":[],"9637117593816477":6,"96388867":11,"963889":11,"964":[],"9640435":5,"96438655":23,"96439516":[],"964588":[],"96459246":[],"96461989e":[],"96489054":[],"9649652536":4,"965":[],"96525482e":[],"965295":5,"96543101":[],"965548":27,"96574402e":27,"965944":[],"96599594":[],"966":[],"96611032":[],"96618584":[],"96631321":27,"966337":[],"96649164":[],"96688672":5,"966899":[],"967":[],"9674":[],"9674916":5,"96750421":[],"967809":[11,27],"96783837":[],"968":[],"96804366":[],"96841776":[],"96850702":[],"96852109":[],"96856697":[],"96861187":[],"96863656":18,"9688":[],"96890557e":[],"969":[],"96911909":[],"96932041":23,"9694":[],"9697031":[],"97":7,"970":[],"97005689":5,"97032289":[],"97033646e":[],"97062694":[],"97069774":[],"970698":[],"97075378":[],"97097196":[],"971":[],"97108e":13,"97135613":26,"9716":[],"97161341":26,"97177697e":[],"97198474":[],"972":[],"9722222222222222":[],"9723":[],"97243128":5,"97262227":[],"97266041":18,"972745":[],"973":[],"97300836":5,"97320866":11,"973209":11,"97326759":[],"97346886":[],"97375628":[],"9738062":23,"974":[],"97449977":[],"97488151":[],"97497404e":6,"975":[],"9750":[],"97504526":[],"97507735":5,"97514104e":[],"97555188":18,"97565845e":[],"97593541":26,"97594511":[],"976":[],"97606135":[],"97606135399951":[],"97624609":18,"9764":[],"97644118":[],"9765":[],"97663980e":[],"97690235":[],"977":[],"97702512":18,"97705827":5,"97739698":[],"97758848":5,"97761429e":[],"9777777777777777":[],"9778":[],"97784379":18,"978":[],"9780387310732":25,"9780387848570":25,"97804446":[],"9781098134174":26,"9781492032632":25,"9781492041931":[],"9781801819312":26,"9783319210079595":[],"978553":5,"97861433":[],"97864285":[],"97866042":[],"97879245":[],"97898392":[6,27],"979":[],"9790209790209791":[],"97906022e":27,"97926491":5,"97939372":[],"97948913":[],"9797317":[],"97991527":[],"98":[0,1,7,9],"980":9,"98004227":[],"9805555555555555":[],"9807":6,"98073929":[],"98091621":5,"981":[],"98127617":[],"981321":27,"98139097":5,"98157799":[],"98180203e":[],"982":[],"98201379":[],"98215566e":[],"982252":11,"98225665":[],"9824638":[],"98270777e":[],"98275501":5,"982829":[],"983":[],"98316168":[],"98320492":[],"983310":27,"984":[],"98401894e":27,"98404993":[],"98409646e":[],"98413020e":[],"98413059":5,"984182":[],"98418221":[],"98430782":[],"984308":[],"98454786":5,"984601":[],"98460101":[],"9849967686928113":[],"985":23,"98502634":[],"98566191":5,"98597638":[],"98598055":[],"986":23,"98601306":[],"9860553":[],"9861111111111112":[],"98620879e":[],"986699":5,"98680716":5,"98686102":[],"98694705":[],"987":[],"98706221":[],"98716878":5,"9871776311306221":[],"98764765":[],"987648":[],"98765625":[],"987722":[],"98772232":[],"988":[],"98808176":5,"98822371":6,"98844754":[],"98849276":18,"9885":[],"9887034589972739":[],"9888005551376943":[],"988835":[],"9888544725633199":[],"9888888888888889":[],"9889":[],"989":23,"9890348":5,"98904365":26,"98904619":[],"98914003":[],"9892":[],"9893447":5,"98947894":27,"9898ff":[9,10],"99":[1,7,9,11,13],"990":9,"99006712":[],"99009525":5,"990171109310765":23,"99017111":23,"99051150":6,"99083639":[],"99084226e":[],"99088801":5,"9908934":[],"991":23,"9910":[],"99106686":[],"99115119":5,"9915165982451293":[],"991753":[],"99175336":[],"99176998":5,"9919":[],"992":23,"99215828":[],"9924":[],"99242921":5,"99246148":[],"99265097":5,"99267755":[],"99268332":[],"993":23,"9930":[],"993148":[],"99316252":5,"99322932e":27,"99330715":[],"99344165e":[],"993463":11,"99346318":11,"993658072083743":[],"99371056":5,"99377492":[],"99389612":5,"993993":[],"99399301":[],"99399308":[],"99399309":[],"99399315":[],"994":[],"9940253773173835":[],"99418976":[],"994304":[],"9943201":5,"99439119":[],"99450177":[],"994502":[],"9945729062189713":[],"99465516":23,"9947756":5,"99484719":[],"99492986":5,"995":[],"9950597269547777":[],"99520433e":[],"9952222065466447":[],"9952638231265687":[],"99528218":5,"99534399":[],"99539415":5,"9955273625597437":[],"9955500279779226":[],"99566069":5,"9957273060382023":[],"99578809":5,"9958":[],"995840825550726":[],"9958543328528107":27,"9958824304846606":27,"99589367":[],"9958946686888259":[],"9959044445566834":[],"995998835818754":23,"996":5,"99608161":5,"9961996615568259":[],"99630114":[],"9963311287748658":[],"9963961":5,"99650061":5,"9966579875073338":27,"996738628265756":[],"9967458":5,"9969332511584248":[],"99700706":5,"99709215":5,"9972493421341901":[],"99729756":5,"99751458":5,"99752738":[],"99754609":[],"99758326":5,"9976639055733267":[],"99767262":[],"99772199":[],"99775587":5,"9978":[],"9978254":[],"99784051":[],"99793613":5,"99799099":5,"998":[],"9981":[],"99813653":5,"9981377":[],"99828624":5,"9983295":5,"99845267":5,"99854557":27,"998577":5,"99858411":[],"9986":[],"99861053":5,"99861427":[],"99862019":27,"99866581":[],"99869482":27,"99871521":5,"99876055":[],"99876945":27,"99881845":5,"99883628":27,"99884384":5,"99884409":27,"99888222":[],"9988867":[],"99891093":27,"99891873":27,"99893323":5,"99897733":[],"99898558":27,"999":[9,23],"99901896":5,"99903755":5,"99906023":27,"99907985":[],"99911427":5,"99912709":27,"99913489":27,"99918546":5,"99919837":5,"99920175":27,"99926459":5,"99927642":27,"9993237":5,"99932732":[],"99933188":5,"99933329":[],"9993511":27,"9993736":[],"99938942":5,"99941797":27,"9994385":5,"99944037":[],"99944272":5,"99949077":[],"99949266":27,"99949306":5,"99951642":[],"99953381":5,"99953475":5,"99956735":27,"99957911":5,"99961294":5,"9996357":[],"99965056":5,"99966322":[],"99966842":[],"99967865":5,"99970894":27,"99970988":5,"99972468":[],"9997332":5,"99975913":5,"99976935":[],"99977849":5,"99978365":27,"99980002":5,"9998161":5,"99984215":[],"99984732":5,"99985103":[],"9998542":[],"99986253":[],"99987324":5,"99988325":[],"99988697":[],"99989476":5,"99991263":5,"99992263":[],"99992746":5,"99993978":5,"99995":5,"999955585168597":6,"99998193":[],"99998703":[],"99998899":[],"99999773":[],"99999797":[],"99999956":[],"99999985":[],"9m":4,"9x":[6,19],"9y":[6,19],"\u00f8yvind":[6,27],"\u03b4":[],"abstract":[1,21],"boolean":4,"break":[0,4,6,11,14,26],"byte":[18,26],"case":[0,1,2,3,4,5,6,7,11,12,13,14,16,17,18,19,20,21,26],"catch":0,"class":[0,1,3,4,6,7,8,9,11,12,13,23,26],"default":[0,1,2,4,6,7,13,16,18,19,20,26,27],"do":[0,2,3,4,5,6,8,9,10,11,12,13,14,15,16,18,19,20,21,26,27],"ekstr\u00f8m":4,"export":9,"f\u00f8470":[24,26],"final":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,16,19,21,22,23,24,26],"float":[0,3,4,5,9,11,13,14,18,26,27],"function":[2,3,4,5,9,14,15,16,17,18,21],"import":[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,19,23],"int":[0,1,2,3,4,5,6,11,13,14,18,23,27],"l\u00e6ring":[],"long":[0,1,3,4,12,13,26],"m\u00f8svatn":[6,19],"new":[0,1,2,3,5,6,7,8,9,10,11,13,14,18,19,21,26,27],"null":[],"public":[0,17,26],"return":[0,1,2,3,4,5,6,7,8,9,11,13,14,18,19,23,26,27],"sch\u00f8yen":[6,27],"schr\u00f6dinger":[],"short":[4,5,19,20,21],"super":[3,5,27],"switch":0,"throw":[3,6,23],"true":[0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,18,19,20,23,26,27],"try":[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,17,18,19,20,21,23,26,27],"var":[1,5,6,10,11,13,19,23,26,27],"while":[0,1,3,4,5,6,7,8,9,11,12,13,23,26,27],A:[2,3,5,6,7,10,11,12,13,16,17,18,19,20,21,22,23,24,25,27],AND:2,And:[0,3,4,5,6,9,13,17,19,20,21,23],As:[0,1,2,3,4,5,6,8,10,12,13,16,18,19,20,21,23,26,27],At:[0,4,6,13,19,26],BE:[0,26],Be:[2,17,26],Being:13,But:[0,1,2,3,5,6,9,10,20,23,27],By:[0,3,5,6,12,13,18,26,27],FOR:[],For:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,25,26],IF:6,IN:25,If:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],In:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,25,26,27],Is:11,Ising:[5,12,27],It:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,23,26,27],Its:[1,2,4,11],NO:[7,9,11],No:[3,4,6,9,26],Not:[0,1,5,6,27],OR:23,Of:23,On:[0,3,15,22,23,24,25,26],One:[0,1,3,4,5,6,7,8,11,12,13,19,23,27],Or:[0,1,6,19,21,26],Such:[0,6,12,16,23],TO:[],That:[0,5,7,10,11,12,14,19,21,23,26],The:[4,10,13,14,15,16,18,19,20,22,23,24,25],Their:[],Then:[0,1,6,8,9,10,11,12,13,14,18,19,21,26],There:[0,3,4,5,6,8,9,11,12,14,18,19,22,23,24,26,27],These:[0,3,4,5,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],To:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,23],With:[0,5,6,8,9,10,11,12,14,18,19,20,23,26,27],_0:[5,8,10,11,13,27],_1:[2,5,6,8,10,11,12,13,14,18,27],_2:[2,5,8,11,12,13,18,27],_3:18,_4:18,_9:13,_:[0,1,2,4,5,6,7,8,9,10,11,12,13,18,19,26,27],_________________________________________________________________:4,__call__:[3,4],__class__:10,__del__:[],__doc__:6,__future__:[8,9],__getattr__:[],__getattribute__:26,__getitem__:[],__init__:[1,3],__main__:2,__name__:[2,10],__traceback__:[3,4],_accessor:26,_accuraci:[],_auto10:[6,12],_auto11:6,_auto12:6,_auto1:[2,3,4,5,6,7,12,13,18,23,27],_auto2:[2,3,4,5,6,12,13,18,23],_auto3:[3,4,5,6,12,13,18],_auto4:[4,6,12,13,18],_auto5:[4,6,12,13,18],_auto6:[4,6,12,18],_auto7:[4,6,12,18],_auto8:[6,12],_auto9:[6,12],_backpropag:[],_base:8,_build:[0,17,19,25,26],_build_call_output:[3,4],_c:1,_call:[3,4],_call_flat:[3,4],_can_hold_identifiers_and_holds_nam:26,_check_for_error:[],_check_optimize_result:[7,9,11],_compon:11,_compute_scor:[],_coordinate_desc:6,_decor:0,_depth:9,_distn_infrastructur:[],_eagerdefinedfunct:[3,4],_extract_window:[],_feedforward:[],_fmt:[],_format:[],_fraction:9,_gb:[],_h:[],_handl:[3,4],_i:[0,1,2,5,6,7,8,11,12,13,15,16,19,26,27],_inference_funct:[3,4],_info_axi:26,_initialize_scor:[],_initialize_weight:[],_interpolatefunctionerror:[3,4],_j:[0,1,2,3,5,6,8,13,19,27],_jit_compil:[3,4],_k:13,_l:12,_lambda:[6,26],_leaf:9,_lock:[3,4],_logist:[7,9,11],_m:10,_make_vjp:13,_maybe_define_funct:[3,4],_multilayer_perceptron:[],_n:[2,5,8,11,13,27],_node:[9,13],_notokstatusexcept:[3,4],_num_output:[3,4],_o:[],_p:[5,8,27],_pad:[],_process_traceback_fram:[3,4],_progress_bar:[],_r:[3,4],_ratio:11,_reset_schedul:[],_reset_weight:[],_reset_weights_independ:[],_sampl:9,_select_forward_and_backward_funct:[3,4],_set_classif:[],_set_pred_format:[],_split:[6,9,19],_src:[],_stateful_fn:[3,4],_stateless_fn:[3,4],_t:13,_test:[6,19],_trace:13,_unpad:[],_valu:13,_varianc:11,_weight:9,a0:3,a0faa0:[9,10],a1:[0,26],a2:[0,26],a3:[0,26],a4:[0,26],a_0:[0,20,26],a_1:[],a_1a:[0,26],a_1x:20,a_2:[],a_2a:[0,26],a_2x:20,a_3:[0,26],a_3a:[0,26],a_4:[0,26],a_4a:[0,26],a_:[0,1,16,18,26,27],a_h:1,a_i:[0,1,2,12,26],a_j:[1,12],a_k:[0,1,12],a_matric:[],a_matrix:[],a_previ:[],aaron:25,ab:[0,2,5,13,14,26,27],ab_channel:17,abandon:1,abbrevi:22,abid:23,abil:[0,10],abl:[0,1,4,5,6,7,10,12,13,16,19,27],about:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,17,18,19,20,21,24],abov:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,25,26,27],abovement:[6,26],abs_eek2t0c4ro:[],abscissa:13,absolut:[0,2,5,6,13,26,27],absorb:27,acceler:13,accept:[0,3,6,9,19,26,27],access:[0,3,11,23,26],accid:[4,6],accompani:[0,26,27],accomplish:[8,9,13],accord:[0,1,2,5,6,9,12,13,14,15,16,23,26],accordingli:11,account:[0,3,5,13,15,23,26],accross:[],accumul:[12,13,23],accur:[0,3,4,6,10,13],accuraci:[0,1,3,4,5,6,7,9,10,11,12,20,21,26,27],accuracy_scor:[0,1,10,26],accuracy_score_numpi:1,achiev:[0,1,5,6,8,12,18,26],aco:23,acquaint:17,acquir:[1,17,26],acr:0,across:[1,3,6,9,17,26],act:[1,3,18],act_deriv:[],act_func:[],act_func_deriv:[],action:23,activ:[0,2,3,4,9,21,22,24,26],activation_deriv:[],activationfunct:[],actual:[0,1,4,5,6,8,11,16,18,23,26,27],ad:[1,3,4,5,8,13,15,16,18],ada_clf:10,adaboostclassifi:10,adadelta:13,adagrad:20,adagradmomentum:[],adam:[1,3,4,20,24,26],adam_schedul:[],adapt:[4,6,13,25],add:[0,1,2,3,4,5,6,8,10,11,12,15,16,19,20,23,26,27],add_convolution2dlay:[],add_flattenlay:[],add_fullyconnectedlay:[],add_lay:[],add_outgrad:2,add_outputlay:[],add_poolinglay:[],add_subplot:[1,7,12,14],addendum:5,addit:[0,2,3,5,6,7,8,9,10,12,13,15,17,18,19,21,23,24,25,26,27],addition:[12,13],address:[1,9,11,13,26],adequ:[],adjac:[3,12],adjoint:[5,27],adjust:[0,5,12,13],admin:[],admir:[0,26],adopt:[],advanc:[4,6,12,25,26],advantag:[1,3,5,6,10,13,18],adversari:26,adversi:[],afecionado:26,affect:3,affin:[0,3,8,11,27],afford:3,aficionado:26,aforement:14,african:0,after:[0,1,2,4,5,6,9,11,12,13,15,17,18,19,20,21,23,26,27],afterward:[0,26],ag:[0,7,22,26,27],ag_0:2,again:[0,1,4,5,6,7,8,10,11,12,13,15,16,19,20,23,26,27],against:[1,4,7,10,20],agegroup:7,agegroupmean:7,agent:[],aggreg:[9,10],ago:[],agorithm:10,agre:[5,6,23],agreement:13,ahead:9,ai:[0,20,25],aid:11,aim:[0,1,4,6,7,11,14,15,16,17,18,19,20,21,27],ainv:5,air:[],airplan:3,aka:5,al:[0,2,4,15,16,20,21,25,26,27],alan:[],alarm:[5,7],albeit:[],aldo:27,algebra:[0,3,5,13,17,27],algorithm:[0,1,2,4,5,6,7,8,13,14,17,18,19,21,23,25,26],algortihm:[],align:[0,2,5,6,7,8,13,19,23,26,27],all:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27],allevi:[1,13],alloc:[3,18],allow:[0,1,2,3,5,6,8,10,13,15,16,17,18,19,21,26,27],almost:[0,1,6,8,11,13,21,23],alon:[2,9],along:[2,3,4,5,6,9,10,11,17,18,21,26,27],alpha:[0,1,2,3,4,6,7,8,9,10,13,14,23,26,27],alpha_0:3,alpha_1:3,alpha_2:3,alpha_:10,alpha_i:[3,13],alpha_k:13,alpha_m:10,alpha_n:3,alpha_opt:13,alphago:[],alreadi:[2,3,4,5,6,10,12,17,18,23,26,27],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27],alter:1,altern:[0,1,4,5,6,7,8,9,11,13,18,19,26,27],although:[0,1,5,6,8,10,13,16,21,26],alwai:[0,3,5,6,12,13,16,23,26,27],am:4,ame2016:[0,26],american:0,among:[0,3,5,9,10,12,18,21,26,27],amongst:5,amount:[0,1,3,4,6,8,10,14,17],an:[1,2,3,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,23,24,25,27],an_:23,anaconda:[0,1,15,17,19,21,26],analog:13,analys:[6,21],analysi:[1,3,4,7,14,15,16,18,21,25],analyt:[2,3,5,6,7,12,13,15,17,19,20,21,26,27],analytical_gradi:[],analyz:[0,1,3,4,5,6,16,19,20,23,27],andrew:1,angl:[0,3,9,27],anharmon:3,ani:[0,1,2,3,4,5,6,7,8,9,10,12,14,23,26,27],anim:[4,12],ann:12,anneal:[],annot:[0,1,3,7,8,26],announc:26,anoth:[0,1,3,4,5,6,7,8,10,11,12,13,18,19,20,23,26,27],ans_vspac:[],ansatz:[0,26],answer:[0,1,3,5,6,18,19,20,21,24,26],antialias:[2,6,19],anticip:4,anymor:[1,8],anyon:[4,8],anyth:[1,23],anytim:[24,26],apach:1,apart:[11,13],api:[1,17,26],appar:2,appear:[0,1,3,13,16,18,23],append:[1,3,4,8,9,13,26],appendix:19,appl:[3,4],appli:[0,1,2,3,4,6,7,8,9,10,11,12,13,15,16,19,20,23,25,26,27],applic:[0,1,3,4,5,6,7,9,12,13,18,19,23,25,26,27],apply_gradi:4,approach:[1,2,4,5,6,9,10,11,12,13,17,21,23,25,27],appropri:[2,6,9,12,13,17,23],approv:26,approx:[0,2,3,6,10,11,13,21,23,26],approxim:[0,1,2,3,4,5,6,7,10,11,13,19,23,26,27],apt:[0,15,17,19,21,26],aq:23,ar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27],aragorn:26,arang:[1,3,4,6,7,9,10,12,13,19,26],arbitrari:[1,4,6,8,12,13,23],arbitrarili:[0,1,11,26],arc:[6,19],architectur:[3,4,12],archiv:20,area:[0,3,6,9,19,25,26],arg:[0,2,3,4,13],argmax:[1,11],argmin:[4,10,14],argnum:[2,13],argnum_0:[],argnum_1:[],args_with_tang:[3,4],argsort:11,argu:[1,13],argument:[0,2,3,5,6,11,12,13,19,26,27],argval:[],aris:[0,6,12,13,23,26],arithmet:[0,13,18,26],arm:6,armadillo:18,around:[0,1,4,5,6,11,23,26],arr:[],arrai:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,17,19,23,27],arrang:[3,26],arraybox:13,arriv:[0,6,9,11,18,23,26],arrow:12,arrowprop:8,art3d:13,art:[0,1,15,17,26],articl:[0,3,4,6,10,20,21,26,27],artifici:[0,2,7,12,25,26],artificialneuron:12,arug:13,arxiv:[3,4,20],as_fram:[],asap:[],asarrai:[0,2,6,9,27],ashort:[],asid:27,ask:[5,6,11,12],aspect:[0,6,17,19,26,27],assembl:[0,3,26],assert:4,assertionerror:[],assess:[0,6,19,21,26,27],assici:4,assign:[0,7,8,9,12,13,14,22,24,25,26],associ:[0,6,9,12,14,23,26],assum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,21,23,26,27],assumpt:[0,3,5,6,9,11,19,23,26,27],assur:[],ast:[0,5,6,19,26],astronomi:26,astyp:[4,9,10],asymmetr:[],asymmetri:[0,26],asymptot:[4,6],async_wait:[3,4],atla:[],atom:[0,26],attempt:[0,4,6,7,8,10,26],attend:22,attent:[0,18,21,26],attr:[3,4],attract:[0,10,26],attractor:[],attribut:[0,9,13,20,21,26],attributeerror:[13,26],audi:[0,26],audio:[3,4],august:[15,16,26],aurelien:[0,15,22,25,26],austfjel:[6,19],author:[0,1,10,23],authour:26,auto:[6,9,10,23],autocor:23,autocorrelation_tim:23,autocorrelform:23,autocovari:23,autoencod:[4,17,26],autoencond:17,autograd:[17,20,26],autom:[0,17,25,26],automac:18,automag:26,automat:[0,1,2,3,4,11,16,17,18,26],automobil:3,autonom:4,avail:[0,1,4,6,10,11,15,17,18,19,20,21,22,24,25,26],averag:[0,1,3,6,9,10,13,14,23,24,26,27],avoid:[0,4,5,6,9,11,13,18,26,27],awai:[2,3,6,27],awar:[2,10],award:[24,26],ax:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,18,19,20,21,26],axes3d:[2,6,13,19],axes_grid1:6,axessubplot:[],axhlin:8,axi:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,18,19,23,26,27],axiom:5,axlabel:[0,26],axvlin:[4,8],axvspan:4,b1:8,b2:8,b3:8,b:[0,1,3,4,5,6,8,9,10,12,13,14,15,16,23,24,26,27],b_0:0,b_1:[0,2,12,13],b_2:[0,13],b_5:13,b_:[0,1,18],b_group:9,b_i:[0,1,2,12,26],b_ia_:[0,26],b_ia_i:0,b_index:9,b_j:[1,12],b_k:[0,1,12,13],b_m:12,b_score:9,b_valu:9,babcock:26,bachelor:[22,24],back:[0,3,4,5,6,8,9,10,15,18,20,23,26,27],backbon:18,backend:[1,4],background:[21,25,26,27],backprogag:[],backpropag:1,backtrack:9,backup:18,backward:[1,2,4,12,18],backward_pass:2,backwardpass:[],bad:[6,27],badli:23,bag:[9,17,21,26],bag_clf:10,baggin:26,baggingboot:10,baggingclassifi:10,baggingtre:10,balanc:6,baluka:[],band:18,bandwidth:18,bar:[0,6,11,15,16,19,26],barber:25,bare:[4,10],base:[0,1,3,4,5,7,8,9,10,14,17,23,24,25,26,27],basi:[5,7,8,10,11,12,13,18,27],basic:[6,8,12,13,14,17,19,23,26],batch:[3,4,11,12,13,20],batch_shap:4,batch_siz:[1,3,4],batch_typ:[],batchnorm:4,bay:7,bayesian:[5,17,25,26],beam:26,beat:[],beaten:[],becattini:24,becaus:[0,1,2,3,4,5,6,8,9,12,13,14,26],beccatini:[],becom:[0,1,2,5,6,7,9,12,13,23,26,27],been:[0,1,2,3,4,5,6,11,12,13,17,18,19,20,21,26,27],befor:[0,1,2,3,4,5,6,7,8,12,13,14,18,19,20,23,26,27],beforehand:[0,23,26],begin:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,18,19,23,24,26,27],behav:[1,6,13],behavior:[0,1,13,26],behaviour:12,behind:[0,1,6,8,13,26],being:[0,1,2,3,4,5,7,8,10,11,12,13,23,26,27],belief:[],believ:[9,18],belong:[7,8,9,13,14],below:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],benchmark:10,benefici:[1,13],benefit:[0,1,4,11,13,15,17,26],benefiti:[],bengio:[1,20,22,25,26,27],benign:[1,7,9],besid:[4,5],bessel:[5,27],best:[0,1,2,3,4,5,6,7,8,9,10,12,13,19,20,24,26,27],best_estimator_:[],beta1:[],beta2:[],beta:[0,1,3,5,6,7,10,11,13,16,19,26,27],beta_0:[0,1,3,5,6,7,13,26,27],beta_0x_:[0,26,27],beta_1:[0,1,3,5,6,7,10,13,26,27],beta_1x_0:[0,26],beta_1x_1:[0,7,26],beta_1x_2:[0,26],beta_1x_:[0,26,27],beta_1x_i:[7,13,27],beta_2:[0,3,13,26,27],beta_2x_0:[0,26],beta_2x_1:[0,26],beta_2x_2:[0,7,26],beta_2x_:[0,26,27],beta_2x_i:27,beta_3:3,beta_3x_i:27,beta_4x_i:27,beta_:[0,3,6,7,13,26,27],beta_i:[0,3,5,26,27],beta_j:[0,5,6,13,19,26,27],beta_k:13,beta_linreg:13,beta_m:10,beta_mg_m:10,beta_n:3,beta_ol:[],beta_p:7,beta_px_p:7,beta_ridg:[],betaol:[],betaridg:[],betavalu:5,better:[0,1,2,3,4,6,9,10,11,12,13,26,27],between:[0,1,2,3,4,5,6,7,8,9,11,12,13,14,19,20,21,23,26,27],beyond:[0,1,5,6,8,13,19,26,27],bf:[13,14,18,23],bg:26,bgd:13,bia:[0,1,2,3,5,8,9,10,12,13,20,26,27],bias:[1,2,3,5,6,9,12,20],bias_index:[],big:[0,1,2,5,6,14],bigger:[1,6,27],bigr:12,bike:9,bilbo:26,billion:[3,12,17],bin:[0,7,23],binari:[0,3,5,7,9,10,12,20,26],binarycrossentropi:4,bind:[0,27],binomi:[17,23,26],binsboot:6,bioinformat:0,biolog:[1,12],biologi:[],bios1100:[17,26],bird:[0,3],birth:26,bishop:[22,25,26],bit:[1,4,18,23,26],bitwis:23,bivari:2,bk:[0,13],bla:[18,26],black:[8,9,14],bledso:[],blob:19,block:[6,10,17,18,23,26],blog:26,blogpost:4,blue:[0,3],bluntli:[],blur:[],bm:27,bmatrix:[0,1,3,5,7,8,11,13,18,26,27],bmi:1,board:[],bodi:[0,1,4,12,26],bold:1,boldfac:[0,5,16,27],boldsymbol:[0,1,2,3,5,6,7,8,10,11,13,14,15,16,19,26],boltzmann:[12,17,26],book1:25,book:[19,20,25,26,27],bool:[],boost:[1,9,17,21,26],boostrap:10,bootstrap:[1,13,17,19,20,21,26],border:[],borrow:26,boston_dataset:0,bot:8,both:[0,1,4,5,6,8,9,10,13,14,15,16,17,18,19,20,23,24,26,27],bottl:7,bottleneck:[],bound:[0,8,12],boundari:[2,4,8,11,12,21],box:[4,9],boxed_arg:[],boyd:[8,13],bracket:[4,23],brain:[1,7,12],branch:9,breakthrough:[],breast:[5,7,11,20],breat:20,breviti:13,brew:[0,15,17,19,21,26],brg:8,brief:[19,20,21,27],briefli:[0,26],bring:[0,5,6,10,20,27],broad:[0,3,4],brought:[13,17,26],brownle:4,browser:26,brute:[3,5,11,27],bs:[8,9,10],buffer_s:4,bui:4,build:[0,4,5,6,10,18,23,26],built:[0,1,3,4,6],bunch:11,busi:0,byproduct:[],c1:[8,11],c2:[8,11],c:[0,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,23,24,25,27],c_0:23,c_1:12,c_2:12,c_3:12,c_4:12,c_:[0,8,9,10,13,23],c_i:[12,13],c_j:[],c_k:23,ca:[1,26],cach:10,cal:[0,8,10,12,13,15,16,26],calcul:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,18,20,23,26],california:[20,21],call:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,23,24,26,27],callabl:[3,4],callback:[3,4],calor:[0,27],cambridg:[13,25],can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,27],cancel:[0,13,26,27],cancellation_manag:[3,4],cancer:[5,10,20],cancerpd:7,candid:[8,9,10],cannot:[0,1,4,5,6,7,8,9,22,23,27],canopi:[0,15,17,19,21,26],canva:[19,20,21,26],cap:5,capabl:[0,1,8,13,17,26],capac:[2,24],capita:0,caption:[19,20,21],captur:[4,11,12],captured_input:[3,4],car:[3,4],card:[0,7,26],cardin:1,care:11,carefulli:13,carlisl:[],carlo:[0,6,17,23,25,26],carri:[2,6,7,19],cart:10,casella:25,cast:1,cat:[3,4],categor:[0,1,3,9,11,26],categori:[0,1,3,7,10,12,14,26],categorical_crossentropi:[1,3],catgeori:[],caus:[0,5,6,23,26,27],causal:0,causat:[0,26],caution:[],cax:1,cb:[6,26],cbar:1,cc:[0,1,3,4,5,13,20,21,26,27],ccc:[5,12],cd_fast:6,cdf:23,cdot:[0,2,6,12,13,14,18,23,26],ceil:[],celebr:13,cell:[0,1,2,3,4,6,10,13,19],cent:[],center:[0,1,6,7,8,9,11,14,19,21,23,26],central:[0,3,5,6,8,16,18,20,21,26,27],centroid:[14,23],centroid_differ:14,centuri:3,certain:[0,3,6,7,9,23,26,27],certainti:[],cg:13,cha:0,chain:[0,1,13,17,23,26],challeng:[],chanc:[1,5,13,23],chang:[0,1,2,3,4,5,6,8,9,11,12,13,14,18,19,20,21,23,26,27],channel:3,chap4:[],chapter3:[0,19],chapter:[0,6,10,11,18,19,20,21,25,26,27],charact:[0,3,5,8,26,27],character:[8,9,10,12,23],characterist:[0,1,3,10,13,26],charg:[0,26],charl:0,chase:4,chat:[],chd:7,chddata:7,cheap:[5,27],cheaper:[1,13],check:[0,1,3,4,5,6,11,13,18,26],checkmark:3,checkpoint:4,checkpoint_dir:4,checkpoint_prefix:4,chemistri:[],chen:10,cheng:27,chiaramont:2,chin:[],choic:[0,1,2,3,4,6,9,12,13,14,18,20,26,27],choleski:[5,18,27],choos:[2,3,6,9,10,11,13,14,19,20,21],chosen:[0,1,2,6,8,9,10,13,16,20,21,23,26],chosen_datapoint:1,christian:25,christoph:[22,25,26],cifar10:3,cifar:3,circ:[1,12],circl:[0,8,12,27],circuit:3,circumfer:9,circumv:[1,5,13,27],ckpt:4,clariti:23,class_nam:[3,9],class_predict:[],class_val:9,class_valu:9,class_weight:[3,4],classic:[7,9,13],classif:[0,3,5,6,7,8,11,12,17,19,21,25,26,27],classifc:[],classifi:[0,1,4,7,9,10,11,20,21,26],classificaton:1,classifii:10,clealri:[],clean:1,clear:[1,5,10,12,13],clearli:[0,3,5,6,7,8,23,27],clever:[1,10],clf3:0,clf:[0,6,8,9,10,26,27],clf_lasso:6,clf_ridg:[6,26],clip:[3,23],clone:24,close:[0,1,2,4,6,8,9,11,12,13,14,19,21,23,25,26],closer:[3,5,13,27],closest:[8,11,13,14],closur:[17,26],cloud:[17,26],cluster:[0,1,4,6,11,17,26],cluster_label:14,cm:[1,2,3,6,8,9,13,19],cmap:[0,1,2,3,4,6,8,9,10,19,26],cmap_arg:6,cmb:22,cmd:9,cmu:[],cn_:23,cnn:12,cnn_kera:3,cntk:[17,26],co:[0,2,3,6,9,13,26],cobserv:[],code:[3,4,6,7,8,15,16,17,18,19,21,23,25],codebas:[],coef0:8,coef:[0,26],coef_:[0,5,6,8,9,13,26,27],coeff:5,coeffici:[0,3,5,6,7,8,9,13,15,16,18,26,27],coerc:[0,6,26],cognit:[],cogniz:[],coher:[],coin:[10,23],coin_toss:10,col:[0,11,26,27],colab:[17,26],cold:9,colinear:0,collabor:[19,20,21],collaps:8,collect:[0,2,6,10,11,17,23,25,26],collinear:[5,27],color:[0,3,4,6,8,9,10,19,23],color_channel:3,color_cod:6,colorbar:[1,6,19],coloumn:[],colsample_bytre:10,colsaobject:10,colspec:0,column:[0,1,2,5,6,7,8,9,11,12,18,26,27],column_or_1d:[],columntransform:9,com:[4,6,17,19,20,25,26],combin:[1,2,5,6,7,10,23],come:[0,1,3,4,5,12,13,14,15,20,26,27],command:[0,1,26],comment:[0,4,5,6,15,16,19,20,21,26,27],commerci:[0,15,17,19,21,26],commod:[0,26],common:[0,1,3,5,6,7,9,11,13,14,19,20,21,23,26,27],commonli:[0,1,4,6,7,9,13,14,27],commun:[0,12,19,21],commut:3,commutatitav:3,compact:[0,1,3,5,6,7,9,11,12,13,14,26,27],compair:0,compar:[0,3,4,5,6,11,13,15,16,18,19,20,21,26,27],comparison:[2,4,13,20],compat:7,compet:0,competit:10,compil:[0,1,3,4,13,15,17,18,26],complet:[0,2,3,4,9,12,26],completenn:12,complex:[1,5,8,9,11,12,13,15,16,20,26],complic:[0,1,9,13,26],compoment:27,compon:[0,1,3,4,5,6,7,9,14,16,17,21,26,27],components_:11,compos:[9,12,13,14,17,26],compphys:[0,6,17,19,22,24,25,26],comprehend:[],compress:[0,26,27],compris:6,compromis:[5,27],compulsori:[17,26],comput:[0,1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,18,19,20,21,22,23,25,26,27],computation:[0,3,6,9,13,23,26],computationalscienceuio:26,computerlab:[19,20,21],con:20,concat:[],concaten:[2,4,6,14],concav:[1,9,13,27],concentr:[0,10],concept:[0,2,17,26,27],conceptu:[12,13],concern:[0,1,4,7,26],concic:26,conclud:[0,5,13],conclus:[1,21],concretefunct:[3,4],cond:2,conda:[0,1,15,17,19,21,26],condis:27,condit:[0,2,4,5,6,8,9,11,13,21,23,26,27],conduct:17,condwav:2,confer:[],confid:[0,5,6,7,8,19,26,27],configur:3,confirm:[5,12],conform:[],confus:[5,6,7,10,18,21,27],confusion_matrix:9,congruenti:23,conjug:[4,8],conjugaci:13,conjunct:3,connect:[0,1,3,4,9,11,12,13,18,26,27],consecut:[],consequ:[5,6,8,10,12,13,27],conserv:[5,14,27],consid:[0,1,2,3,5,6,7,8,9,10,12,13,16,18,19,20,23,26,27],consider:[0,1,5,13,26,27],consist:[0,1,2,3,4,6,12,13,19,20,21,23,27],constant:[0,2,4,5,6,8,12,13,23,26,27],constitu:[0,26],constitut:[2,6],constrain:[1,3,5,7,11],constraint:[5,6,8,13,27],construct:[0,1,2,3,5,6,7,8,9,10,11,18,23,26,27],consult:20,contact:[0,26],contain:[0,2,3,4,5,6,7,8,9,11,12,13,18,19,20,21,23,25,26,27],contemporari:26,content:[1,17,18,26],context:[3,4,6,10,13,19,21],contigu:18,continu:[0,1,2,3,4,5,6,7,8,9,10,12,13,18,19,20,23,26,27],contour:[9,10,13],contourf:[8,9,10],contrast:[1,4,9,10,12],contribut:[0,3,5,13,23,26,27],contributor:[0,19,21],control:[0,1,3,9,13,15,17,26],conv2d:[3,4],conv2d_49:[],conv2d_50:[],conv2d_51:[],conv2dsep:[],conv2dtranspos:4,conv:[3,4],conv_imag:[],conv_lay:[],conv_result:[],convei:26,conveni:[0,5,6,12,13,18,19,20,21,26],convent:[12,27],converg:[1,2,4,5,6,7,8,9,11,13,14,20,27],convergencewarn:[6,7,8,9,11],convers:[],convert:[0,1,4,5,9,11,13,18,26,27],converttomatrix:4,convex:[4,5,7,27],convinc:13,convolut:[1,4,17,21,26],convolution2dlayeropt:[],convolv:[],convolved_imag:[],convout:[],cool:[4,9],coolwarm:[6,19],coordin:[5,12,14,27],coorel:0,cope:[],copi:[0,1,14,27],copyright:[20,21],core:[2,3,4,10,13,26],corel:26,corner:[],coronari:7,corr:[0,5,7,11,27],correalt:[11,17],correct:[0,1,2,3,4,5,7,13,18,23,26,27],correctli:[1,2,6,7,10,20],correl:[0,1,3,5,6,7,10,12,13,17,23,26],correlation_matrix:[0,5,7,11,27],correspond:[0,3,5,6,8,9,11,12,15,16,17,18,19,23,26,27],corss:[],cortex:12,cosin:[3,6],cost:[0,2,3,5,6,7,8,9,12,13,16,19,20,26],cost_deep_grad:2,cost_func:[],cost_func_deriv:[],cost_funct:2,cost_function_deep:2,cost_function_deep_grad:2,cost_function_grad:2,cost_function_train:[],cost_function_v:[],cost_grad:2,cost_sum:2,costcrossentropi:[],costfunct:[],costlogreg:[],costol:13,could:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],coulomb:[0,26],count:[0,9,22,23,24,26],countor:13,coupl:[4,5,6],cours:[0,1,3,5,11,19,20,21,22,24,27],courvil:[20,22,25,26,27],cov:[5,6,11,18,23,26,27],cov_xi:[5,11,27],cov_xx:[5,11,27],cov_yi:[5,11,27],covari:[0,7,17,18,26],covariance_matrix:[5,11,14,27],cover:[0,5,17,21,24,25,27],covert:[0,26],covxi:23,covxx:23,covxz:23,covyi:23,covyz:23,covzz:23,cpu:[1,3,4],cpu_util:[3,4],craft:3,crawford:[],creat:[1,2,3,4,5,6,9,10,11,12,13,17,19,26],create_biases_and_weight:1,create_convolutional_neural_network_kera:3,create_neural_network_kera:1,create_x:[5,11,27],creation:[],credit:[0,7,24,26],crim:0,crime:0,criteria:[0,4,9,10,14,23,26],criterion:[9,10,13,21],critic:[6,19,21,27],critiqu:[19,20,21],croot:[],crop:[],cross:[0,1,3,7,9,10,13,17,20,21,23,26,27],cross_entropi:4,cross_val_scor:6,cross_valid:[7,10],crossvalid:6,crucial:[1,23],cs231:3,cs231n:[],cs231n_2017_lecture4:[],cs:[22,24],csr_matrix:[18,26],csv:[0,4,6,7,9,26],ctnk:1,ctx:[3,4],cubic:0,cumbersom:5,cumsum:[10,11,26],cumul:[7,10,21,23],cumulative_heads_ratio:10,cup:5,current:[1,2,3,4,6,13,14,19,25],curs:[0,27],curv:[6,7,10,12,19,21],curvatur:13,custom:[6,14,19],custom_cmap2:[9,10],custom_cmap:[9,10],cut:[],cute:[],cutpoint:9,cv:[6,7,10],cvxbook:13,cvxopt:[5,8,27],cwe:[],cyber:[],cycl:[1,12],cyclotron:[],d2_g_t:2,d:[1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,24,26,27],d_f:13,d_g_t:2,d_net_out:2,da:3,dagger:[5,18,27],dai:[1,9,17],damp:3,dan:[],daniel:24,darget:9,darkr:23,dat:[0,26],dat_id:[0,6,7,9,26,27],data1:14,data2:14,data3:14,data4:14,data:[2,4,5,8,10,12,13,14,18,20,25],data_handl:[3,4],data_id:[0,6,7,9,26,27],data_indic:1,data_modul:[],data_panda:26,data_path:[0,6,7,9,26,27],data_url:[],databas:1,dataconversionwarn:[],datafil:[0,6,7,9,19,26,27],datafram:[0,4,5,7,9,11,26,27],datapoint:[1,5,6,7,11,13,27],dataset:[0,4,6,7,8,9,10,11,13,14,15,16,19,20,26],datatyp:4,date:[15,16,19,20,21,26,27],daughter:10,david:[25,26],davison:[],dbh:1,dbo:1,dc5e85cd93c3:20,dcomposit:18,ddot:2,de:[],dead:1,deadlin:[16,22],deal:[0,1,3,5,6,8,11,13,14,18,19,21,23,26,27],dealt:0,debt:7,debug:[0,5,6],decad:[0,3],decai:[0,13,23,26],decemb:[22,24,26],decent:10,decid:[0,2,3,5,6,9,19],decim:[0,26],decis:[0,1,8,11,17,21,25,26],decision_funct:8,decision_tre:9,decisiontreeclassifi:[9,10],decisiontreeregressor:[0,9,10],declar:[0,4,18,26],decod:[],decompos:[5,6,18,27],decomposit:[0,6,12,19,26],decompost:[5,27],deconvolut:3,decor:0,decorrel:[10,13],decreas:[1,2,4,5,6,10,11,13],dedent:[],dedic:[],deduc:[0,26],deep:[3,7,12,13,17,20,21,22,25,27],deep_neural_network:2,deep_param:2,deep_tree_clf1:9,deep_tree_clf2:9,deep_tree_clf:[9,10],deepcopi:[],deepen:[5,17,26],deeper:[0,3,4,26],deepimag:[],deeplearningbook:[25,26],deer:3,def:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,19,23,26,27],def_covari:23,def_funct:[3,4],default_tim:4,defect:[5,27],defici:[5,27],defin:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,23,27],definit:[1,2,5,6,7,8,10,11,12,13,18,23,27],defint:23,defualt:[],defun:[3,4],defvjp:[],degre:[3,5,6,8,9,10,11,15,16,19,23,26],deiana:[],deisenroth:27,del:1,delet:6,delimit:4,deliv:[22,26],delta:[0,2,3,6,8,12,13,14,21,26],delta_0:3,delta_1:3,delta_2:3,delta_3:3,delta_4:3,delta_5:3,delta_:[1,18],delta_h:[0,1,26],delta_j:[3,12],delta_k:12,delta_l:[1,3],delta_matrix:[],delta_momentum:13,delta_n:[0,3,26],delta_next:[],delta_term:[],delta_term_next:[],delta_term_pad:[],delug:17,delv:0,demand:13,demonstr:[0,3,5,6,7,11,12,17,26,27],demostr:[],demystifi:[],den:4,denomin:[1,5],denot:[1,2,6,7,13,23],dens:[1,3,4],dense_1:4,dense_98:[],dense_99:[],densiti:[0,2,6,23,26],depart:[20,21,24,26,27],depend:[0,1,2,4,5,6,7,8,11,12,13,15,17,18,19,21,23,26,27],depict:23,deploi:[],deploy:[0,15,17,19,21,26],deprec:[2,3,6,13,19],deprecate_nonkeyword_argu:0,depth:[0,3,9,10,18],deriv:[0,1,2,6,7,8,10,11,13,16,17,19,26],derivati:13,derivative_fn:13,descend:[5,9,11,27],descent:[0,1,3,7,8,12,21,26,27],descent_i:[],descent_x:[],descr:[],describ:[0,2,4,5,6,8,10,11,12,13,18,19,20,21,26],descript:[0,8,9,20,21,26],design:[0,1,3,4,5,6,7,10,11,12,13,15,16,19,20,26],designmatrix:[0,26],desir:[0,2,4,5,13,14,26,27],despit:[1,12],destroi:18,destruct:[],det:[5,18,27],detail:[0,6,11,13,14,18,19,20,27],detect:[3,8,12],detector:[],determin:[0,2,3,4,5,6,8,9,10,11,12,13,16,18,23,26,27],determinist:[7,13,23],dev:1,develop:[0,3,5,8,10,11,12,17,18,19,20,21,26,27],deviat:[0,1,2,4,5,6,19,23,26,27],devic:[3,4],device_nam:[3,4],devis:12,df1:26,df:[4,8,11,13,26],di:0,diag:[5,8,27],diagnost:[1,10],diagon:[0,5,7,13,18,19,21,23,26,27],diagonaliz:[5,27],diagram:10,diagsvd:6,dice:[6,23],dict:[6,8],dict_kei:[],dictat:21,dictionari:0,did:[0,1,5,6,7,10,11,14,19,20,21,26],die:1,diff1:2,diff2:2,diff:2,diff_ag:2,diffeent:8,differ:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,15,17,18,19,21,23,25,26,27],different:[],differenti:[0,3,16,17,18,26,27],differential_oper:[2,13],difficult:[0,1,6,10,13,19,23,26],difficulti:[0,1,13,26],diffonedim:2,diffus:21,digit:[0,1,3,4,6,19,20,22,24,26],dilemma:13,dilut:1,dim:[4,11,14,18],dimens:[0,1,2,3,4,5,8,9,11,14,16,18,21,26,27],dimension:[0,4,5,6,9,11,13,14,17,18,20,21,26],dimensionless:[0,3,26],diment:18,dimention:[],dimnsion:4,diod:3,direct:[0,1,2,4,11,12,13,14,26,27],directli:[1,4,5,6,23,27],directori:[],disabl:[3,4],disadvantag:[0,26],disappear:[3,6],disc_loss:4,disc_tap:4,discard:[6,11],disciplin:[0,3,12],disclaim:23,discord:26,discourag:13,discov:[0,26],discover:5,discoveri:[],discrep:[],discret:[1,3,5,7,13,21],discrimin:[4,7,10,11],discriminator_loss:4,discriminator_loss_list:4,discriminator_model:4,discriminator_optim:4,discriminitav:[],discuss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,25,26,27],diseas:7,disguis:[6,27],disord:[1,7],dispai:[],displai:[0,1,3,4,5,6,7,8,9,10,11,12,14,19,23,26,27],displaystyl:[0,5,26,27],displot:[],disregard:[0,26],dissimilar:[11,14],dist:14,distanc:[0,8,9,11,14,23],distance_list:9,distinct:[3,7,8,9,10,14],distinctli:8,distinguish:[0,4,7,8,23,26],distplot:0,distribut:[0,1,4,6,7,10,11,13,14,15,16,17,18,19,20,21,26,27],distrubut:[0,15,17,19,21,26],ditto:21,dive:[0,8,18,26],diverg:[1,13],divid:[0,1,3,5,6,7,8,9,11,12,20,23,26,27],divis:[6,8,9,13,18,23],dna:7,dnn1:4,dnn2_gru2:4,dnn:[0,1,2,4,12,26],dnn_kera:1,dnn_model:1,dnn_numpi:1,dnn_scikit:[0,1,26],doamin:[],doc:[0,6,17,19,20,21,22,24,25,26],docintang:[],document:[4,7,9,11,13],doe:[0,1,2,3,4,5,6,8,10,11,12,13,16,18,19,23,26],doesn:[3,9,12],dog:[1,3,4],domain:[5,8,13,19,20,21],domin:[0,26],don:[0,1,3,5,6,8,11,13,15,17,19,20,21,26,27],done:[0,2,3,4,5,6,9,10,11,13,18,19,21,26,27],dot:[0,2,3,5,6,7,8,9,10,11,12,13,18,19,23,26,27],doubl:[3,4,18,26],doubli:1,down:[0,3,6,9,11,12,13,21],download:[0,1,3,5,6,18,19,25,26],downsampl:3,dozen:1,dq:6,drag:13,dramat:11,drastic:4,draw:[4,6,10,13],drawback:[0,1,3,13,27],drawn:[1,4,6,7,11,23,26],drive:[3,4],driven:3,drop:[0,1,5,6,11,13,23,26,27],dropna:[0,6,26],dropout:4,dt:[2,3,13,23],dtype:[0,1,2,3,4,14,18,26,27],dualiti:6,dub:[0,26],due:[1,2,5,6,8,10,12,13,24,26,27],dummi:0,dumoulin:[],dure:[0,1,3,4,8,9,11,17,19,21,26],dwell:0,dwh:1,dwo:1,dx:[2,3,8,23],dx_1:23,dx_1p:6,dx_2p:6,dx_mp:6,dx_n:23,dxp:6,dy:[1,8,23],dynam:4,dyp:[],dz:8,e:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,23,24,26,27],e_:[0,2,26],each:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,20,21,22,23,24,26,27],eager:[3,4],eapprox:[0,26],earli:[1,3,4,13],earlier:[0,5,7,8,9,11,12,13,26,27],earliest:[],earthexplor:[6,19],eas:[6,9,14],easi:[0,5,6,7,8,9,10,11,12,13,17,18,20,26,27],easier:[5,6,8,9,13,20,23,26,27],easiest:13,easili:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,19,26,27],eastern:[24,26],ebind:[0,26],eblock:9,echo:[],econom:[],econometr:26,economi:5,ecosystem:[17,26],ect:22,edg:3,edgecolor:6,edu:[13,20],educ:[0,19,20,21,26],eff:23,effect:[1,4,10,13,23],effic:1,effici:[0,3,10,13,17,18,23,26],efron:6,egrad:13,eig:[5,11,13,18,23,26,27],eigen:23,eigenpair:[5,11,27],eigenvalu:[0,5,8,11,13,18,26,27],eigenvector:[5,11,13,27],eight:[18,26],eigval:[18,23,26],eigvalu:[11,13],eigvec:[18,23,26],eigvector:[11,13],eispack:[18,26],either:[1,5,6,7,8,9,10,11,13,15,16,19,20,21,23,26,27],elabor:23,elarn:3,elect:[],electr:[0,3,12,26],electron:26,eleg:11,elegantli:[],element:[1,2,3,4,5,6,7,8,11,12,13,17,18,19,20,22,25,27],elementari:[10,13,18],elementwis:[3,13],elementwise_grad:[2,13],elessar:26,elif:[3,4,14],elim:18,elimin:[3,8],els:[1,2,3,4,7,9,12,13,18],elu:1,elus:[0,26],em:[],email:[22,24,26],emb:[],embed:[0,11,27],embodi:[6,19],emerg:[],emit:23,emner:25,emphas:[0,10,17,26],emphasi:[0,17,25,26],empir:[1,11,23],emploi:[0,1,5,6,11,13,19,20,21,23,26,27],employ:0,empti:[6,10],emul:12,en:[17,25],enabl:11,enbodi:6,encapsul:[],encod:[0,3,5,9,11,14,26,27],encompass:[0,19,21,23],encount:[0,1,5,6,7,13,23,26,27],encourag:[19,20,21],end:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,21,23,24,26,27],end_box:13,end_nod:[2,13],end_valu:13,endpoint:[3,6],energi:[0,4,6,27],enet_coordinate_desc:6,enforc:12,eng:25,engin:[0,1,3,4,17,26],english:[19,20,21],enhanc:[],enlarg:[],enorm:3,enough:[0,6,13,26],ensembl:[1,9],ensur:[0,1,2,3,5,6,11,13,23,27],ensure_initi:[3,4],entail:26,entangl:[],enter:[5,6,27],enthought:[0,15,17,19,21,26],entir:[1,3,7,9,17,23,26],entiti:[9,12,18,26],entri:[0,5,8,11,12,18,26,27],entropi:[1,3,7,10,13,26],enumer:[0,1,2,3,4,6,8,26,27],env:[0,2,3,4,6,7,8,9,11,13,23,26],environ:[2,17,19,21],environment:[],eo:[0,6,26],eol:[0,26],eosfit:[0,26],epoch:[0,1,3,4,12,13,20,26],epoch_num:[3,4],epsilon:[0,5,6,7,13,19,26,27],epsilon_0:[0,26],epsilon_1:[0,26],epsilon_2:[0,26],epsilon_:[0,26],epsilon_i:[0,26,27],eq:[3,13,14,18,23],eqnarrai:[3,5,6],equal:[0,1,2,3,4,5,6,8,9,11,12,13,14,15,18,19,20,23,26,27],equat:[1,3,4,5,6,7,8,9,10,11,13,14,16,18,19,23],equilibrium:[2,12],equiv:[3,13,18,23],equival:[0,1,5,7,8,11,13,17,18,26,27],erf:23,eriador:26,eric:[],eridg:26,err:[0,10],err_:6,err_sqr:2,errat:13,errno:[],erron:2,error:[1,2,4,5,6,7,9,11,12,13,15,16,17,18,19,20,23],error_estimate_corr_tim:23,error_handl:[3,4],error_hidden:1,error_output:1,escap:13,esn:[],especi:[1,3,9,12,13,19,20,21],essenti:[0,5,6,9,10,12,14,19,20,23,27],establish:[0,6,10,11,15,19,20,21,26],estim:[0,1,5,6,7,10,11,13,17,21,23,26,27],estimated_mse_fold:6,estimated_mse_kfold:6,estimated_mse_sklearn:6,et:[0,2,4,15,16,20,21,25,26,27],eta0:[8,13],eta:[0,1,3,8,12,13,20,26],eta_:13,eta_t:13,eta_v:[0,1,3,26],etc:[0,1,3,5,7,8,9,11,12,13,14,15,17,18,19,20,21,23,27],ethic:17,etsim:[],euclidean:[0,14,27],euler:21,eval_metr:[],evalu:[0,2,3,4,5,6,9,13,19,21,23,26,27],evaluationform:19,evaluationgrad:19,evalut:13,even:[0,1,3,4,5,6,8,9,10,11,12,13,14,17,18,21,23,26,27],evenli:4,event:[5,7,10,23],eventu:[0,5,6,11,12,13,19,20,21,24,27],everi:[0,1,2,3,4,5,6,9,10,11,12,13,14,17,23,24,26,27],everyth:[4,12],everywher:[4,13],evid:[],evolv:0,exact:[0,5,11,12,13,18,23,26,27],exactli:[0,3,4,6,12,17,19,27],exam:26,examin:6,exampl:[5,11,12,13,15,16,17,18,19,20,21,23,25],exce:[1,12,13],excel:[0,1,4,5,10,20,26,27],except:[3,4,6,8,9,18],excess:[0,26],excit:0,exclud:[1,6,12,19,27],exclus:[0,1,3,6,23,26],execut:[2,3,4,5,13,27],execute_with_cancel:[3,4],executing_eagerli:[3,4],exemplifi:13,exercic:[24,26],exercis:[5,17,19,20,21,22,24],exercisesweek35:[],exhaust:6,exhibit:[0,5,6,8,26,27],exisit:21,exist:[0,1,2,3,5,6,7,8,9,13,18,19,20,21,26,27],exit:[5,18,27],exp:[0,1,2,5,6,7,8,10,11,12,13,15,16,19,23,26,27],exp_term:1,expand:[5,7,11,13,27],expans:[0,3,5,8,10,12,13,26,27],expect:[0,1,5,6,7,11,12,13,15,16,17,19,20,26,27],expectation_value_of_h_wrt_p:23,expediti:[],expens:[6,10,13],experi:[0,1,6,8,13,17,19,26,27],experiment:[0,3,4,6,9,23,26],experimental_get_tracing_count:[3,4],expert:[1,9],explain:[0,6,9,10,11,13,19,21,26],explained_variance_ratio_:11,explan:20,explanatori:[0,26],explicit:[0,3,6,13,18,19,21,26,27],explicitli:[0,4],explod:1,exploit:[0,3,12,13,26],explor:[1,4,6,8,13,17,19,20,21],expon:1,exponenti:[0,1,5,6,10,13,19,23,26],export_graphviz:9,export_text:9,exporttext:9,expos:17,express:[0,2,3,5,6,7,10,12,13,16,18,19,20,23,26],exptmean:23,exptvari:23,extend:[0,2,7,11,13,17,26],extens:[0,12,15,17,21,26],extent:[0,1,6,21,25],extern:[3,6,9],extra:[1,3,5,24,26,27],extract:[0,3,5,6,7,8,11,13,18,26,27],extrapol:[0,26],extrem:[0,1,4,5,6,7,8,9,13,16,18,27],extremum:13,extrins:11,ey:[0,5,6,13,14,18,26],f11:[0,26],f12:[0,26],f13:[0,26],f1:13,f1_grad:13,f1d:13,f2:13,f2_grad_x1:13,f2_grad_x1_analyt:13,f2_grad_x2:13,f2_grad_x2_analyt:13,f3:13,f3_grad:13,f3_grad_analyt:13,f4:13,f4_grad:13,f4_grad_analyt:13,f5:13,f5_grad:13,f6:13,f6_for:13,f6_for_grad:13,f6_grad_analyt:13,f6_while:13,f6_while_grad:13,f7:13,f7_grad:13,f7_grad_analyt:13,f8:13,f8_grad:13,f9:[0,13,26],f9_altern:13,f9_alternative_grad:13,f9_grad:13,f:[0,1,2,3,4,5,6,7,8,10,12,13,14,16,18,23,24,26,27],f_0:[3,10],f_1:[10,13],f_2:[12,13],f_3:12,f_:10,f_d:23,f_grad:13,f_grad_analyt:13,f_i:[0,6,12,16],f_m:[3,10],f_n:3,f_raw:[],f_vec:2,f_wrap:[],face:13,facecolor:[6,8,23],facil:[0,15,17,26],facilit:12,fact:[0,1,3,5,9,11,12,13,26,27],factor:[0,1,3,5,6,9,10,11,13,18,23,26,27],factori:13,fade:6,fafab0:[9,10],fahimeh:[24,26],fail:[0,3,4,6,7,8,9,11,13,24,26],failur:7,fairli:[1,2,23],faisal:27,fake:4,fake_loss:4,fake_output:4,fale:20,fall:[8,9,22],fals:[0,1,2,3,4,5,6,7,9,10,14,18,19,26,27],famili:[0,7,8,23],familiar:[0,3,5,6,8,15,17,18,19,21,23,26],famou:[6,12],fanci:[],far:[0,3,4,5,6,8,11,12,13,14,26,27],fashion:[0,9,10,26],fast:[1,3,6,10,12,13,17,23,26],faster:[1,11,13],fastest:[13,18],favor:7,favorit:23,fc:3,fdr:[],featur:[0,1,3,5,6,7,8,10,11,12,13,17,19,20,23,26],feature_map:[],feature_maps_index:[],feature_nam:[0,1,7,9],feautur:9,fed:1,feed:[0,2,3,11,17,20,26],feed_forward:1,feed_forward_out:1,feed_forward_train:1,feedback:[4,26],feeddorward:4,feedforward:[1,4,12],feel:[0,5,6,11,13,15,16,17,19,20,21,24,26],feet:0,fei:[],felt:[19,20,21],fetch:[6,19],fetch_california_h:[],fetch_openml:[],few:[1,3,4,5,9,23,26],fewer:[0,9,11,26],ffnn:[1,12,20],fft2:[],fft:[],field:[0,3,6,12,17,21],fifth:[0,6,15,16,19,26],fig:[0,1,2,3,4,6,7,12,13,14,19,26],fig_id:[0,6,7,9,26,27],figaxi:23,figsiz:[0,1,2,3,4,6,7,8,9,10,26],figur:[0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,19,20,21,26,27],figure_id:[0,6,7,9,26,27],figurefil:[0,6,7,9,26,27],file:[0,2,3,4,5,6,7,9,13,19,20,21,26,27],file_prefix:4,filenam:26,filenotfounderror:[],filepath_or_buff:0,fill:[5,9,27],filter:[3,4],filter_traceback:[3,4],filtered_flat_arg:[3,4],filtered_imag:[],filtered_tb:[3,4],financ:0,find:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,23,26,27],fine:[0,14,15,26],finish:2,finit:[3,5,6,12,13,21,23,27],first:[0,1,2,3,5,6,7,8,9,10,11,13,14,15,16,18,19,21,23,24,25],first_moment:[],first_term:[],firsteigvector:11,fit:[1,3,4,5,6,7,8,9,11,12,13,15,16,19,20,23,27],fit_beta:[6,27],fit_intercept:[0,5,6,27],fit_mod:9,fit_transform:[0,6,8,9,11],fiti:[0,26],five:[0,9,19,26,27],fix:[0,3,4,6,10,11,12,13,19,20,26],fixedformatt:6,fixedloc:6,flag:4,flat:[12,13],flatten:[1,3,4,5,18],flatten_49:[],flattenlay:[],flexibl:[1,6,8,10,12,20,26],flip:[24,26],float32:[4,9],float64:[4,18,26,27],floatingpointerror:[],floor:[],flop:[5,18,27],flow:[1,4,12],fluctuat:5,fluid:21,flush:[],fly:11,fm:[0,26],fmap:[],fmax:3,fmesh:13,fn:[3,4,7],fnr:[],focu:[0,3,4,5,6,15,17,20,25,26,27],focus:[1,6,7,18,27],fold:[6,9,19],folder:[0,1,4,6,13,19,20,21,26],follow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27],font:[0,7,23,26],fontdict:23,fontsiz:[1,6,8,9,10,23],fontweight:1,footprint:3,foral:[8,27],forc:[0,5,6,10,11,26,27],forcast:4,forecast:[4,12],forest:[0,1,9,17,21,26],forget:11,form:[0,3,4,5,6,7,8,9,11,12,13,17,18,19,20,21,23,26,27],formal:[3,4,14,23],format:[0,1,3,4,6,7,8,9,10,11,17,23,25,27],format_data:4,formatstrformatt:[6,13,19],formul:[4,6,11,14],formula:[3,13,21,23],forth:[4,12],fortran2003:[17,26],fortran2008:[19,20,21],fortran90:23,fortran:[0,15,17,18,26],fortun:[0,11,27],forward:[0,3,4,6,17,18,20,21,26],forward_backward:[3,4],forward_funct:[3,4],foster:26,found:[1,2,4,5,6,12,13,19,20,21,26,27],foundat:[17,26],four:[4,5,6,8,12,18,19,22,24,26],fourier:[0,26],fourierdef1:3,fourierdef2:3,fourierseriessign:3,fourth:[12,26,27],fp:7,fpr:[],frac:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26,27],fractal:9,fraction:9,fragment:[],frame:7,framework:[1,8,10,23],frank:[5,11,20],frankefunct:[5,6,11,19,27],fredli:[24,26],free:[0,6,11,13,15,16,17,18,19,20,21,23,24,25,26],freecodecamp:17,freedom:5,freeli:[0,19,21],frequenc:[3,4,6,7,23],frequent:[0,8,9,13],frequentist:17,fresh:10,fridai:[16,24,26],friedman:[6,19,22,25,26],friendli:4,frodo:26,frog:3,from:[0,1,2,3,4,6,7,8,9,11,13,14,16,17,18,19,21,23,24,25,26],from_cod:9,from_logit:[3,4],from_tensor_slic:4,fromnumer:2,front:[0,4,5,15,16,26,27],fruit:[],fuction:[],fulfil:[2,5,12,27],full:[0,1,3,5,7,9,10,13,23,26,27],full_matric:[5,27],fulli:[3,6,12,22,23],fullyconnectedlay:[],fun:[2,13,17,26],fun_nam:[],func:[0,2],functionali:11,functionfit:[],fundament:[0,6,17,26],funtion:2,further:[2,7,9,26],furthermor:[0,3,5,6,7,11,12,13,17,19,26,27],futur:[0,4,8,9,26],futurewarn:0,fy:[15,19,20,21,22,24,25,26],fys3150:21,fys4155:[19,20,21],fys5419:[25,26],fys5429:[25,26],g0:2,g2d:[],g:[0,1,2,3,4,6,8,9,10,11,13,23,26],g_0:2,g_1:[2,10],g_2:[2,10],g_:[2,9,10],g_analyt:2,g_dnn_ag:2,g_euler:2,g_i:2,g_m:[3,10],g_n:3,g_re:2,g_t:2,g_t_d2t:2,g_t_d2x:2,g_t_dt:2,g_t_hessian:2,g_t_hessian_func:2,g_t_invers:[],g_t_jacobian:2,g_t_jacobian_func:2,g_trial:2,g_trial_deep:2,g_vec:2,gain:[1,5,7,9,10,13,21,27],galleri:[0,26],game:4,gamge:26,gamma1:8,gamma2:8,gamma:[0,2,8,9,10,11,13,26],gamma_0:10,gamma_1:10,gamma_1x:10,gamma_:[0,26],gamma_i:[0,8,23,26],gamma_j:13,gamma_k:13,gamma_m:10,gamma_x:[0,26],gan:[],gap:[6,8],gate:[4,12],gather:[0,1,12,27],gaug:12,gauss:[],gauss_kernel:[],gaussbacksub:18,gaussian:[4,5,6,8,14,23],gaussian_point:14,gaussian_rbf:8,gave:13,gavra:26,gbc:[22,26],gca:[2,6,8,13,19],gd:[1,20],gd_clf:10,gdclassiffiercgain:10,gdclassiffierconfus:10,gdclassiffierroc:10,gdm:13,gdregress:10,ge:[1,5,7,21,23,27],gen_loss:4,gen_tap:4,gender:[0,26],genener:4,gener:[0,1,2,3,5,6,8,10,11,12,13,14,15,16,18,19,23,25,27],generaliz:[],generallay:12,generate_and_save_imag:4,generate_gauss_mask:[],generate_imag:4,generate_latent_point:4,generate_simple_clustering_dataset:14,generated_imag:4,generator_loss:4,generator_loss_list:4,generator_model:4,generator_optim:4,genet:[],genom:17,geodes:11,geoffrei:[],geometr:[0,13,26],geometri:5,georg:25,geotif:[6,19],geq:[2,5,8,9,13,27],geron:[0,15,22,25,26],get:[0,1,2,3,4,5,6,7,9,10,11,13,15,17,18,19,20,21,23,24,26,27],get_dummi:9,get_paramet:2,get_pred_format:[],get_prev_a:[],get_split:9,get_yaxi:8,get_yticklabel:6,getattr:[],gg:26,gibb:[17,26],gif:4,gini:10,gini_index:9,ginvers:13,git:[0,15,17,26],giter:13,github:[0,6,15,17,19,20,21,22,24,25,26,27],gitlab:[0,15,17,19,20,21,26],give:[0,1,2,3,5,6,7,8,9,10,12,13,14,17,19,20,21,23,26,27],given:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26,27],global:[6,7,13,19],gloriou:20,glorot:1,gnew:13,go:[0,1,3,5,6,8,9,11,12,13,19,26,27],goal:[0,7,9,26],godfath:[],goe:[0,1,2,5,6,13,14,18,26,27],golden:13,gone:[5,27],gong:1,good:[1,3,4,5,6,9,10,11,13,17,23,25,27],goodfellow:[4,20,22,25,26,27],googl:[1,4,17,26],got:[1,6,19],gotcha:[],gotten:26,gov:[6,19],gp:25,gpu:[1,13,17,26],grad:[2,13],grad_analyt:13,grade:22,gradient:[0,3,4,7,8,9,12,17,21,26,27],gradient_bia:[],gradient_desc:3,gradient_kernel:[],gradient_weight:[],gradientboostingclassifi:10,gradientboostingregressor:10,gradients_of_discrimin:4,gradients_of_gener:4,gradients_util:[3,4],gradienttap:4,gradual:[1,14],grai:[4,6,19],graph:[1,9,11,12,13],graph_from_dot_data:9,graph_funct:[3,4],graphic:[0,1,9,26],grasp:0,gray_r:[1,3],grayscal:3,great:[5,13],greater:[1,7,23],greatli:13,greedi:9,green:[0,3,9,23],gregor:[],grei:4,grid:[1,3,6,7,8,12,23,27],gridsearch:[],gridsearchcv:[],grossli:13,ground:[0,26],group:[0,6,7,9,14,17,19,20,21,22,24,26],groupbi:[0,26],grow:[1,3,9,10],growth:[0,26],gru:4,guarante:[0,3,4,13,23,26,27],guess:[1,4,10,13,14,20],guestrin:10,guid:1,guidelin:[],h1:2,h:[0,1,5,6,8,13,16,19,23,24,25,26,27],h_1:[2,13],h_2:[2,13],h_:[0,13,26],h_ind:[],h_j:[],h_m:10,h_stride:[],ha:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,23,26,27],haa:24,haabrwft72:[],habit:[0,27],had:[0,1,6,7,13,26],hadamard:[1,12,13],half:[1,8,9],half_dim:[],half_kernel_height:[],half_kernel_width:[],halv:10,hand:[0,1,2,3,5,11,12,13,15,17,18,19,20,21,22,23,24,25,26,27],handi:[3,19,20,21],handicap:[],handl:[0,1,2,5,9,11,17],handle_unknown:9,handsid:12,handwrit:12,handwritten:[1,5],handwrittennot:[],hang:[],happen:[1,2,3,4,5,6,10,13,23,27],hard:[1,7,8,10,13],hardcopi:[17,26],harder:[0,1,27],harmon:3,harrison:[],hasn:[],hassl:[0,15,17,26],hast:[17,26],hasti:[0,6,15,16,19,22,25,26,27],hat:[0,1,5,6,7,9,10,11,12,13,18,19,27],have:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26,27],haven:1,he:7,head:[0,4,10,23],header:[0,26],heads_proba:10,health:[0,27],healthi:[],hear:[0,13,26],heart:[0,7,26],heat:[],heatmap:[0,1,3,7,26],heavili:0,heavisid:1,hedon:[],height:[1,3,6,27],height_index:[],hein:[],held:13,help:[0,1,4,12,13,16,19,20,21,26],helper:[4,14],henc:[0,5,6,8,9,10,12,13,19,26,27],henrik:[24,26],her:7,here:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26,27],hereaft:[0,8,12,26],hermitian:18,hessenberg:18,hessian:[0,2,5,13,16],heterogen:[9,10],hi:7,hidden:[1,3,4,12,20,21],hidden_bia:1,hidden_bias_gradi:1,hidden_deriv:[],hidden_func:[],hidden_layer_s:[0,1,26],hidden_neuron:4,hidden_nodes1:[],hidden_nodes2:[],hidden_weight:1,hidden_weights_gradi:1,hierarch:[5,27],higg:[],high:[0,1,2,3,4,5,6,9,10,11,13,14,17,18,19,20,26,27],higher:[0,1,3,5,6,8,13,19,20,26,27],highest:[1,2],highli:[0,3,4,10,17,18,20,21,25,26,27],highwai:0,hing:8,hint:[13,16,20,27],hinton:[],hip:17,hire:0,hist:[4,6,7,23],histogram:[0,6,7,23],histor:[7,11],histori:[3,4,12],histplot:[],hit:[],hitherto:5,hjorth:[24,26,27],hobbi:23,hoc:[5,27],hochreit:[],hoff:25,hold:[1,3,6,13,14],holder:[0,26],holm:[],holomorphic_grad:[2,13],home:0,homepag:[19,20,21,26],homework:[6,13],homogen:[1,3,9,10,13],honchar:2,hop:[],hopefulli:[0,11,23,26],hopfield:[],horizont:11,hors:[3,7],hot:[1,9],hotspot:[],hour:[1,17,22,23,24,26],house_pric:[],how:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,23,26,27],howev:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,18,19,20,23,26,27],hspace:[0,4,8,10,21,23,26],hstack:1,htf:[22,26],html:[0,7,9,11,17,19,22,24,25,26],http:[0,3,4,6,7,9,11,13,17,18,19,20,21,22,24,25,26,27],huang:[0,26],huber:[0,26],huge:[1,3,4,17],human:[0,1,3,6,9,12,27],humid:9,hundr:1,hungri:1,hurt:[],huse:26,hybrid:22,hydrogen:[0,26],hyper:20,hyperbol:[1,4,12],hyperparam:8,hyperparamet:[3,4,5,6,9,13,26,27],hyperplan:11,hz:[3,4],i0:[0,26],i1:[0,6,8,12,26,27],i2:[0,8,12,26],i3:[0,12,26],i5:[0,26],i:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,24,26,27],i_1:[5,6],i_2:[5,6],i_:13,i_j:[],ia:[],ian:25,ic:[1,20],iclr:[],icml:[],id3:[],id:[7,13],ida:[24,26],idea:[0,1,2,3,4,6,9,10,12,13,18,19,20,21,27],ideal:[0,2,6,8,13,23,26],idem:6,ident:[5,6,12,13,18,19,27],identical:[],identifi:[0,1,7,9,11,12,13,14,26,27],idx:[],ieor:23,ifft2:[],ifi:25,ifs:[17,26],ignor:[0,1,3,9,27],ii:[18,23],iii:[18,26],ij:[0,1,3,6,8,12,14,16,18,19,23,26,27],ijad:[],ik:[0,18,26,27],ill:[],illustr:[5,7,10,12,13,14,17,26],ilsvrc:[],im:6,imag:[1,3,4,6,9,11,12,14,20,25,26],image_at_epoch_:4,image_batch:4,image_height:3,image_of_cute_dog:[],image_path:[0,6,7,9,26,27],image_shap:[],image_width:3,imageio:[6,19],imagenet:[],images_from_seed_imag:4,imagin:1,img:[],img_fft:[],img_height:[],img_path:[],img_width:[],imit:[],immedi:[0,3,4,6,15,17,26],impact:[],imper:[],implement:[0,2,3,4,5,6,8,9,10,11,12,13,14,19,20,21,23,26,27],impli:[3,5,6,7,13,18,27],implicit:3,implicitli:[11,23],importantli:3,importerror:[],impos:[0,6,11,12,26],imposs:[0,5,26,27],impress:[0,12,26],improv:[0,4,5,9,10,11,13,19,20,21,27],impur:9,imread:[6,19],imshow:[1,3,4,6,19],in1:[],in2:[],in3050:[25,26],in3310:26,in4050:[],in4080:[25,26],in4300:[25,26],in4310:25,in5400:3,in5550:25,in_out_neuron:4,inaccur:13,inact:12,inadequ:[0,26],inbetween:[],inch:[6,27],includ:[0,1,2,3,4,5,6,7,11,12,15,16,17,19,20,21,23,24,25,26,27],include_bia:[6,9],inclus:[],incom:12,inconveni:[],incorpor:[],incorrect:1,incorrectli:[],incoveni:8,increas:[0,1,3,4,5,6,7,8,9,11,12,13,19,21,23,26,27],increasingli:23,increment:[],ind:6,inde:[0,2,4,5,6,13,26,27],indefinit:4,independ:[0,5,6,7,8,12,13,23,26,27],index:[0,1,3,4,10,14,17,18,20,23,25,26],index_col:[0,26],indic:[0,1,3,4,5,6,9,10,11,13,16,19,20,26,27],indispens:6,individu:[1,6,7,10,12,23,26,27],indu:0,indx1:2,indx2:2,indx3:2,indx:18,ineffici:[3,13],inequ:[8,13],inequaltii:[],inertia:13,inf1000:[17,26],inf1100:[17,26],inf1100l:[17,26],inf1110:[17,26],inf3000:26,inf5860:[],infeas:9,infer:[0,1,4,6,25,26],infer_nrow:0,inferenc:1,infil:[0,6,7,9,26],infin:[5,6,7,11,27],infinit:3,infinitesim:23,influenc:[6,10],influenti:1,info:26,inform:[0,1,3,4,6,9,11,12,13,14,18,19,20,21,25,26],infti:[3,6,13,23],ingeni:13,ingrad:2,ingredi:[0,9,26],inher:6,inherit:[18,26],init:[],initi:[0,1,2,6,10,13,14,18,20,21,23,26],initial_epoch:[3,4],initialis:[],inititi:[],inject:14,inlin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],inner:[0,13,27],inp:4,inplac:13,input:[0,1,3,4,5,6,7,8,10,12,13,14,19,20,21,23,26,27],input_channel:[],input_channel_index:[],input_dim:1,input_grad:[],input_index:[],input_map:[],input_nod:[],input_shap:[3,4],inputs:1,inputs_shuffl:[0,1,27],insert:[3,5,6,8,10,23,27],insid:[0,4,7],insight:[0,1,5,17,20,26,27],insightful:[],insist:[6,13,27],inspect:[],inspir:[0,1,12,20,26],instabl:2,instal:[0,1,5,6,9,15],instanc:[0,1,2,4,6,9,11,13,26,27],instanti:10,instead:[0,1,2,3,4,5,6,8,9,11,13,14,18,19,23,26,27],institut:1,instruct:[0,1,15,16,26],insuffici:[],int32:10,int64:[],int64index:[],int_0:23,int_:[3,6,23],int_a:23,intak:[0,27],integ:[1,2,13,14,18,23,26],integer_vector:1,integr:[3,6,23,26],intellectu:[],intellig:[0,14,25,26],intend:10,intens:[1,20],intention:14,inter:[],interact:[0,6,9,12,17,19,20,21,26],intercept:[0,6,8,11,13,16,19,26],intercept_:[0,6,8,9,13,26,27],interceptol:[],interceptridg:[],interchang:[5,12,18],interconnect:1,interdisciplinari:[],interest:[0,1,2,3,4,5,6,7,8,9,12,17,19,20,21,23,26,27],interfac:[0,1,18,27],interior:[0,9,26],intermedi:[18,27],intern:[1,10,12],interpol:[1,3,4,6,12,19],interpr:[5,27],interpret:[0,1,6,9,10,12,13,18,19,20,21,23],intersect:[],interv:[0,3,5,6,7,13,19,23,26,27],interview:[],intial:13,intiat:[],intiti:[],intract:[0,4,27],intric:[],intricaci:[],intrins:[3,11,18,23,26],intro:[17,25,26],introduc:[0,1,5,6,8,10,12,18,19,23,26],introduct:[1,2,4,13,25,27],introductori:[0,4,18,25,26,27],intuit:[0,5,6,8,12,13,19,26],intuiton:[],inv:[0,5,13,26,27],invalid:8,invalu:[0,13,15,17,26],invari:1,invd:5,invent:[],inver:8,invers:[0,3,6,13,15,16,19,20,26,27],inverse_transform:8,invert:[0,5,7,10,13,26],investig:[],invh:13,invok:[0,8],involv:[0,2,6,7,11,12,27],io:[0,17,19,22,24,25,26,27],ion:[],ip:[0,8,23,26],ipca:11,ipykernel_10904:[],ipykernel_10962:[],ipykernel_11016:[],ipykernel_11057:[],ipykernel_11068:[],ipykernel_11090:[],ipykernel_11106:[],ipykernel_11118:[],ipykernel_11123:[],ipykernel_12649:[],ipykernel_15302:1,ipykernel_15329:[],ipykernel_15405:6,ipykernel_15458:13,ipykernel_15499:19,ipykernel_15510:[],ipykernel_15532:[],ipykernel_15547:[],ipykernel_15558:[],ipykernel_15572:[],ipykernel_18986:[],ipykernel_19041:[],ipykernel_19107:[],ipykernel_19139:[],ipykernel_19152:[],ipykernel_19176:[],ipykernel_19181:[],ipykernel_19201:[],ipykernel_19294:[],ipykernel_19329:[],ipykernel_19344:[],ipykernel_19367:[],ipykernel_19394:[],ipykernel_19431:[],ipykernel_19440:[],ipykernel_21437:26,ipykernel_31563:[],ipykernel_31624:[],ipykernel_31672:[],ipykernel_31707:[],ipykernel_31718:[],ipykernel_31736:[],ipykernel_31749:[],ipykernel_31761:[],ipykernel_31766:[],ipykernel_31871:[],ipykernel_44857:[],ipykernel_74401:[],ipykernel_74620:[],ipykernel_74630:[],ipykernel_8624:[],ipykernel_8674:[],ipykernel_8738:[],ipykernel_87501:[],ipykernel_8779:[],ipykernel_8790:[],ipykernel_8815:[],ipykernel_8843:[],ipykernel_8855:[],ipykernel_8861:[],ipykernel_96069:[],ipynb:[17,26],ipython:[0,5,7,9,11,14,15,17,19,20,21,26,27],iq:6,iri:[8,9],irreduc:6,irrelev:[5,27],irrespect:[0,26],irvin:[20,21],isbox:13,iseffici:[],isinst:[],isn:5,isnan:[],isnul:0,isol:[],isomap:11,isotop:26,issu:[1,9,18],it_arrai:13,item:[0,13,26],items:[18,26],iter:[1,2,3,4,6,7,8,9,11,13,14,23],its:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,23,26],itself:[5,6,12,19,20,21,23,27],iv:[],ix:[],j1:18,j6p8yfhx1mv_0grj5xl4650h0000gp:[],j:[0,1,2,3,4,5,6,8,9,11,12,13,14,16,18,19,23,25,26,27],j_:6,j_lasso_sk:6,j_ridge_sk:6,j_sk:6,jackknif:[6,17,26],jacobian:[2,13],jacobian_shap:[],jakobsen:24,jason:4,jax:[17,20,26],jax_descend_i:[],jax_descend_x:[],jax_enable_x64:[],jax_grad:[],jd:[],jensen:[24,26,27],jerom:[19,25],ji:[12,18],jit:13,jj:[0,5,6,26],jk:[0,1,6,12,18,26],jl:[0,26],jm:18,jmlr:[],jnp:13,job:[2,8,10],johansen:26,join:[0,4,6,7,9,26,27],joint:[4,5],journal:[],jpg:[],jr:[],judg:13,judgement:[6,19],julia:[17,18,19],jump:[19,23],junk:4,jupit:26,jupyt:[0,15,17,19,25,26],just:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,19,20,21,23,26,27],justif:0,justifi:[3,10],k0:7,k1:7,k:[0,1,3,5,6,7,8,9,10,11,12,13,14,17,18,19,21,23,24,26,27],k_1:[],k_2:[],k_half_height:[],k_half_width:[],k_j:[],k_n:[],k_x:[],k_y:[],kaggl:[6,19,20,21],kai:[],kajda:[],kappa_d:23,karl:[24,26],karush:8,kate:[],katrin:[24,26],keep:[0,1,4,5,6,11,13,14,18,19,20,21,26,27],keepdim:[1,6,10,18],kei:[0,1,3,6,12,27],kept:[4,6,14],ker1:[],ker2:[],ker_coef:[],kera:[0,4,17,19,20,21,26],kernel:[0,1,3,17,26,27],kernel_feature_maps_index:[],kernel_fft:[],kernel_height:[],kernel_input_channels_index:[],kernel_regular:[1,3],kernel_reshap:[],kernel_s:4,kernel_width:[],kernelpca:11,kev:[0,26],kevin:[25,26],keyboardinterrupt:[1,2,3,4],keyword:[6,13,18,19,26],kfold:6,kg:1,ki:18,kick:[1,13],kiener:2,kilomet:[6,27],kind:[0,2,3,4,8,12,13,14,26,27],kj:[6,12,18,27],kjm:[17,26],kkt:8,kl:23,km:[12,26],kmean:14,kmeanspoint:14,kn_k:14,know:[0,1,2,5,6,8,13,17,26,27],knowledg:[0,17,26],known:[1,3,4,5,6,7,8,9,12,18,19,20,21,23,25,27],kondev:[0,26],kp:23,kpca:11,kristin:[],kroneck:14,kuhn:8,kumar:[],kvalsund:[24,26],kwarg:[0,2,3,4,13],kwd:[0,3,4],kwown:[0,26],l0:7,l1:[0,1,3,7,26],l1_l2:[1,3],l1regl:5,l2:[1,3],l:[0,1,2,3,5,6,7,8,10,11,12,13,18,19,21,23,26,27],l_1:7,l_2:[7,13,20],l_:18,l_j:12,l_ja:[],la:13,la_i:12,la_k:12,lab:[17,19,21,26],label:[0,1,2,3,4,5,6,7,8,9,10,12,13,14,17,18,19,20,21,23,26,27],label_encoder_deprecation_msg:[],label_prob:[],labelencod:[7,10],labels:[6,8,9],labels_shuffl:[0,1,27],laboratori:22,lack:[0,26],lagari:2,lagrang:[8,11],lam:[],lambda:[0,1,2,3,5,6,7,8,10,12,13,19,20,23,26,27],lambda_0:11,lambda_1:[5,8,11,27],lambda_2:[8,11],lambda_:11,lambda_i:[8,11],lambda_iy_i:8,lambda_jy_iy_j:8,lambda_k:8,lambda_n:[5,8,27],lamda:1,land:[0,8],landmark:8,landscap:13,langl:[0,6,11,23,26,27],languag:[0,1,4,8,15,17,18,19,20,21,25,26],lapack:[18,26],laplac:5,laptop:17,larg:[0,1,2,4,5,6,8,9,10,11,13,15,17,18,19,21,23,25,26,27],larger:[0,3,5,6,8,10,11,13,23,26,27],largest:[4,8,11],larn:[],lasso:[0,7,17,21,26],lasso_sk:6,last:[0,1,2,3,4,5,6,7,8,10,12,13,18,19,23,24,26],lastli:[],late:[],latent:4,latent_dim:4,latent_point:4,latent_space_value_rang:4,later:[0,1,4,6,7,8,12,13,14,15,17,19,20,21,26],latest:[4,17],latest_checkpoint:4,latex:26,latter:[0,3,6,7,8,11,13,16,18,19,21,23,26,27],lattic:12,law:0,lax_numpi:[],layer:[0,4,13,20,21,26],lbfg:[7,9,10,11],lcc:[5,6],lda:11,ldot:[0,6,11,19,26],le:[5,7,10,13,23,27],lead:[0,1,3,5,6,7,8,9,10,11,12,13,16,18,23,26,27],leaf:9,leaki:[1,20],leakyrelu:4,lear:13,learn:[3,4,5,6,7,8,9,10,12,18,22,24,25],learnabl:3,learner:10,learnig:26,learning_r:[3,8,10],learning_rate_init:[0,1,26],learning_schedul:13,learnt:[19,20,21],least:[0,7,8,10,11,15,16,17,18,20,21,23],leat:13,leav:[0,1,3,5,6,9,11,26],lectur:[0,1,5,10,11,12,13,15,17,18,19,20,21,22,24,25],lecture_11_backpropag:[],lecturenot:[0,17,19,25,26],led:[],lee:[],left:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,16,18,19,23,26,27],leftarrow:[8,12],legend:[0,2,3,4,5,6,7,8,9,10,13,26,27],len:[0,1,2,3,4,5,6,8,9,10,11,12,18,26,27],len_index:0,lenght:[],length:[0,1,2,3,4,8,9,13,16,17,21,26,27],length_of_sequ:4,leq:[0,5,7,8,13,14,21,23,26,27],less:[0,1,3,4,5,6,8,9,13,17,23,26,27],lessen:1,let:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,23,26,27],letter:[0,16,18,23,26,27],level:[0,1,5,6,9,17,18,19,20,21,22,24,26],lfloor:[],li:[8,11],lib:[0,2,3,4,6,7,8,9,11,13,26],liblinear:[8,10],librari:[0,1,2,3,4,5,6,9,10,11,15,18,19,20,21,23,25,27],licens:[0,1,15,17,19,20,21,26],lie:[0,6,11,23,26,27],life:[0,1,8,12,26],lifetim:13,light:[],lightweight:[],like:[0,1,2,3,4,5,6,7,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],likelihood:[0,1,5,9,26,27],lim_:23,lima:24,limit:[0,5,6,7,8,9,11,12,18,19,20,21,26,27],lin_clf:8,lin_model:0,lin_reg:9,linalg:[0,2,5,6,8,11,13,18,23,26,27],line1:8,line2:8,line2d:13,line3:8,line:[0,1,2,3,4,6,8,10,11,13,19,21,26,27],linear:[1,3,5,6,7,9,10,11,12,17,19,21,23],linear_model:[0,5,6,7,8,9,10,11,13,26,27],linear_regress:6,linearli:[5,27],linearloc:[6,13,19],linearregress:[0,6,7,9,26,27],linearsvc:8,lineat:[],liner:[1,3],linerar:10,linewidth:[0,2,4,6,8,9,10,19],link:[0,4,9,12,17,19,20,21,24,26],linlag:5,linpack:[18,26],linreg:[0,26],linspac:[0,2,3,4,6,8,9,10,13,15,16,18,23,26,27],linu:4,linux:[0,1,15,17,19,21,26],liquid:[0,26],list:[0,1,2,3,4,9,17,19,20,21,26,27],listcomp:[],listedcolormap:[9,10],literatur:[1,7,14,21,25],littl:[1,3,9,12],live:8,ll:[0,23,26,27],lle:[0,27],lloyd:[4,14],lmb:[0,2,5,6],lmbd:[0,1,3,26],lmbd_val:[0,1,3,26],lmbda:13,ln:[1,13],load:[0,1,4,6,7,9,10,19],load_boston:0,load_breast_canc:[1,7,9,10,11],load_data:[3,4],load_digit:[1,3],load_iri:[8,9],loc:[0,3,6,7,8,9,10,26],local:[0,1,2,3,4,7,12,13,27],locat:[2,3,8],lock:[3,4],log10:[0,5,6],log2:[],log:[0,1,2,4,5,6,7,9,10,11,13,18,19,20,21,26,27],log_:[0,26],log_clf:10,logarithm:[0,5,7,18,26],logbook:[19,20,21],logic:[0,1,9,26],logist:[0,1,2,8,9,10,11,12,13,17,21,27],logistic_predict:[],logistic_regress:[],logisticregress:[7,9,10,11],logit:7,logloss:[],logreg:[7,9,10,11],logspac:[0,1,3,5,6,26],longer:[2,3,8,10,14,18,20,23,26],loocv:6,look:[0,1,2,3,4,5,6,7,8,9,10,11,13,18,19,20,21,23,26,27],loop:[1,4,6,10,12,14,17,18,26],lose:1,loss:[0,1,3,4,5,6,7,8,10,11,13,18,19,20,21,26],loss_fil:4,lossfil:4,lost:4,lot:[0,1,4,6],low:[0,6,9,10,11,19,20,26,27],lower:[0,1,3,6,9,10,16,18,27],lowercas:[18,26],lowest:[9,13,23],lr:[1,3,4,10],lrelu:[],lstat:0,lstm:4,lstm_2layer:4,lstsq:[0,26,27],lt:6,lu:[0,5,26,27],lubksb:18,luckili:2,ludcmp:18,lux:18,lvert:1,lw:[0,26],m1:[3,4],m:[0,1,2,3,5,6,8,9,10,11,12,13,18,22,23,24,25,26,27],m_1:14,m_:[9,12],m_h:[0,26],m_k:14,m_l:12,m_n:[0,26],m_p:[0,26],m_t:13,ma:11,machin:[1,3,4,5,6,7,9,10,11,12,15,18,22,25,27],machinelearn:[0,6,17,19,22,24,25,26],mackai:25,made:[0,1,3,4,5,6,7,9,11,12,19,20,21,26,27],mae:[0,26],magic:4,magnitud:[1,6,7,13,27],mai:[0,1,2,3,5,6,7,8,9,11,12,13,17,18,19,20,21,23,26,27],mail:[22,24],main:[0,1,3,4,5,6,7,9,18,19,20,25,27],mainli:[0,5,6,7,9,21,26,27],mainstream:[],maintain:6,major:[1,6,9,10,13,18,26],make:[1,2,3,4,5,6,7,8,11,12,13,17,18,19,20,23,25],make_axes_locat:6,make_classif:[],make_moon:[8,9,10],make_pipelin:[0,6,10,27],make_vjp:[2,13],makedir:[0,6,7,9,26,27],makeplot:[0,26],malcondit:18,malign:[1,7,9],mammographi:5,manag:[0,2,3,15,17,19,21,26],mandatori:[24,26],mani:[0,1,3,4,5,6,7,8,9,11,13,14,17,18,19,20,21,23,25,26,27],manifold:11,manner:3,manual:[6,27],map:[0,1,2,6,7,8,11,12,14,19,23,26],marc:27,march:[],margin:[0,5,8],maria:[],marit:[0,26],mariu:[],mark:26,markedli:[],marker:[0,7,18,26],markov:[17,26],marsaglia:23,mass:[0,1,5,13,27],massag:[0,26],masses2016:[0,26],masses2016ol:[0,26],masses2016tre:0,masseval2016:[0,26],master:[6,19,22,24],mat1100:[17,26],mat1110:[17,26],mat1120:[17,26],mat:[17,21,26],match:[0,1,4,5,13,14,27],materi:[4,5,7,13,18,21,24],math:[3,7,12,13,18,23,25,26],mathbb:[0,4,5,6,7,8,11,12,13,14,18,19,23,26,27],mathbf:[0,5,6,7,8,13,18,19,26,27],mathcal:[1,5,6,7,13,19],matheemat:3,mathemat:[0,6,11,12,13,17,18,23,25,26],mathemati:26,mathrm:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,19,23,26,27],matmul:[1,2,5],matnat:25,matplotlib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,21,23,26,27],matplotlibdeprecationwarn:[6,13,19],matric:[0,1,3,4,6,7,8,11,13,16,17,27],matrix:[0,2,3,4,6,7,8,10,13,15,16,19,20,21,23],matshow:1,matter:[2,3,13,27],max:[0,1,2,3,4,9,10,12,13,24,26],max_depth:[0,9,10],max_diff1:2,max_diff2:2,max_diff:2,max_h:[],max_it:[0,1,7,8,9,11,13,26],max_iter:14,max_leaf_nod:10,max_pooling2d_49:[],max_pooling2d_50:[],max_queue_s:[3,4],max_sampl:10,max_w:[],maxdegre:[0,6,10,27],maxdepth:10,maxim:[1,4,5,7,8,11],maximum:[0,2,3,5,7,8,9,10,13,14,26,27],maxpolydegre:[5,6],maxpoolin:[],maxpooling2d:3,mbox:[5,6,19,27],mccorduck:[],mcculloch:12,md:[11,19],mdoel:4,mean:[1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26],mean_absolute_error:[0,26],mean_divisor:14,mean_i:23,mean_matrix:14,mean_squared_error:[0,4,6,7,10,26,27],mean_squared_log_error:[0,26],mean_vector:14,mean_x:23,meaning:[0,4,7,26],meansquarederror:[0,26],meant:[2,3,7,10,13],measur:[0,1,2,5,6,9,11,12,14,19,20,23,26,27],mechan:[0,4,21,23,26],median:[0,26,27],medicin:12,medium:[4,8,13,20],medv:0,meet:[0,24],mehta:[0,20,26,27],mek4270:21,member:[],memori:[3,4,11,12,13,18],mention:[0,12,13,19,20,21,23,26],mere:[0,15,20,26],meshgrid:[2,5,6,8,9,10,11,19,27],messag:[5,13],messi:2,met:[0,3,8,27],metal:[3,4],meteorolog:[9,21],meter:[6,27],method:[0,1,2,3,4,5,7,8,11,12,14,16,17,18,20,21,23,25,27],metion:[6,19],metric:[0,1,3,6,7,9,10,14,15,16,26,27],metropoli:[17,26],mev:[0,23,26],mgd:13,mglearn:[17,26],mgrid:13,mhjensen:[2,3,6,7,8,9,11],mi:10,mia:[24,26],michael:20,michigan:26,microsoft:25,mid:1,midel:4,midnight:16,midpoint:9,might:[0,1,2,4,6,9,13,27],mild:9,mileston:[],millimet:[6,27],million:[0,26,27],mimic:12,min:[0,2,5,8,9],min_:[0,2,5,14,26,27],min_samples_leaf:9,mind:[0,6,13,19,26,27],mindboard:4,mine:[17,26],mini:[1,11,12,13,20],minibatch:[1,11,13],minibathc:13,miniforge3:[0,2,3,4,6,7,8,9,11,13,26],minim:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,19,27],minima:[0,1,7,13,26],minimum:[0,1,2,6,8,9,11,13,27],minmaxscal:[0,27],minor:[6,13,19,23],minst:1,minu:7,mirjalili:26,mirror:9,misc:[6,19],misclassif:[8,9,10],misclassifi:[8,10],miser:0,mismatch:1,miss:[0,7,10],mistak:4,mistakenli:[],mit:25,mix:[1,2,26],mixtur:13,mk:[9,18],mkdir:[0,6,7,9,26,27],ml:[0,1,10,13,18,19,20,21,27],mlab:23,mlbook:26,mle:[5,7],mlp:1,mlpclassifi:1,mlpregressor:[0,26],mm:18,mml:27,mn:[12,23],mnist:[1,11,20],mnist_784:[],mod:23,mode:[22,24,26],model:[2,3,5,7,8,9,10,11,13,14,15,16,17,19,23,25,27],model_select:[0,1,3,5,6,7,9,10,11,26,27],moder:10,modern:[0,6,7,17,26],modif:[2,12,13],modifi:[0,1,3,5,7,8,10,12,13,26,27],modul:[0,7,9,11,18,26],modular:23,modulo:23,moe:[11,27],moment:[5,6,13,23],moment_correct:[],momentum:20,momentum_schedul:[],mondai:26,monitor:13,monochrom:[],monoton:[5,12,23],mont:[0,6,17,23,25,26],moor:[5,6],more:[0,1,2,4,5,7,8,9,10,11,12,13,14,17,20,21,23],moreov:[0,3],morten:[24,26,27],most:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,19,23,26,27],mostli:[1,11],motion:[0,13],motiv:[1,4],mouth:[],move:[0,4,5,6,7,9,12,13,14,19,23,27],mpl:[0,7,26],mpl_toolkit:[2,6,13,19],mplot3d:[2,6,13,19],mplregressor:1,mse:[0,4,5,6,9,10,15,16,19,20,21,26,27],mse_simpletre:10,mselassopredict:5,mselassotrain:5,mseownridgepredict:6,msepredict:5,mseridgepredict:[0,5,6],msetrain:5,msg:0,msle:[0,26],mt:[7,12],mu0:23,mu1:23,mu2:23,mu:[0,6,11,13,23,26],mu_1:27,mu_:[6,23,27],mu_i:[6,27],mu_n:11,mu_x:23,much:[0,1,2,3,4,5,6,8,9,10,11,12,13,18,19,21,23,26,27],multi:[0,1,3,7,17,26],multiclass:[1,7],multidimension:[11,12,26],multiindex:[],multilay:1,multinomi:7,multipl:[2,4,5,6,7,12,13,23,27],multipli:[3,5,6,11,13,18,23,27],multiplum:8,multivari:[0,2,10,11,17,23,26],multivariate_norm:[11,14],multiwai:[],murphi:[11,25,26],must:[0,1,2,5,6,8,10,12,13,14,23,27],mut_add:[],mutabl:[],mutat:7,mutual:[1,3,6,13],mx_:23,myenv:[0,2,3,4,6,7,8,9,11,13,26],myriad:[0,15,17,26],mz1:23,mz2:23,n1:18,n2:18,n:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,18,19,20,23,26,27],n_0:[12,23],n_:[1,2,3,8,12,23],n_boostrap:[6,10],n_bootstrap:6,n_categori:[1,3],n_cluster:14,n_compon:11,n_epoch:13,n_estim:10,n_examples_to_gener:4,n_featur:1,n_filter:3,n_hidden:2,n_hidden_neuron:[0,1,26],n_i:23,n_input:[0,1,3,27],n_instanc:9,n_iter:[],n_iter_i:[7,9,11],n_job:10,n_k:14,n_l:[12,23],n_layer:1,n_m:9,n_neuron:1,n_neurons_connect:3,n_neurons_layer1:1,n_neurons_layer2:1,n_point:14,n_sampl:[6,8,9,10,14],n_split:6,n_step:4,n_t:2,n_x:2,na:[],nabla:[1,13],nabla_:[2,13],nabla_w:13,nafter:[],nag:13,naimi:[0,26],naiv:7,naive_kmean:14,najafi:[24,26],nall:0,namd:[],name:[0,1,3,4,5,6,7,8,9,10,12,13,14,15,17,18,19,21,23,24,26,27],nameerror:[6,10,19],nan:[],narrow:13,nary_f:[2,13],nary_op_arg:[2,13],nary_op_kwarg:[2,13],nary_oper:[2,13],nation:[1,5],nativ:[17,26],natur:[0,1,4,8,9,12,13,19,20,21,23,25,26],navier:12,nb:23,nb_:18,nbconvert:26,nd:14,ndarrai:[2,6],ndef:13,nderiv:[],ne:[9,10,18,23,27],nearest:[1,3,6,11],nearli:13,neat:26,neatli:[],neccesari:6,necess:2,necessari:[0,1,3,4,8,14,26],necessarili:[0,4,11,23,26],necesserali:5,necessit:[],neck:7,need:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,20,23,27],neg:[0,1,3,5,6,7,10,13,18,23,26],neg_mean_squared_error:6,neglect:23,neglig:23,neighbor:[3,6,11],neither:[4,13],neq:[13,14,23],nerual:[],nervou:12,nest:[2,9,12],nesterov:13,net:[2,4,12],netlib:[18,26],network:[0,9,13,17,25,27],networkd:21,neural:[0,13,17,25,27],neural_network:[0,1,2,26],neuralnetwork:1,neuralnetworksanddeeplearn:[],neuron:[1,2,3,4,12],neutral:[0,26],neutron:[0,26],never:[1,3,4,6,9,23],new_box:13,new_chang:13,new_hobbit:26,new_root:13,new_trac:13,new_tracing_count:[3,4],new_windows_first_dim:[],new_windows_sec_dim:[],newaxi:[0,3,6,9],newli:[0,26],newton:[1,7,8,13,23],next:[0,1,2,3,4,5,6,8,9,13,14,26,27],next_guess:13,next_input:4,next_nod:[],nf8_grad:13,nfrom:13,ng:1,ngini:9,nhow:[],ni:14,nice:[0,1,5,11,26,27],nielsen:20,nimport:13,nip:[],niter:13,nitric:0,nlambda:[0,5,6],nlp:25,nm:23,nm_n:[0,26],nmnm:[],nmse:6,nn:[2,5,6,12,18],nn_model:1,nnmin:2,node:[1,2,3,9,10,12,20,21],node_constructor:[],node_index:[],nois:[0,4,5,6,8,9,10,13,15,16,19,26,27],noise_dimens:4,noisi:[1,6,19],non:[0,1,3,4,5,6,7,9,10,11,12,13,14,18,19,23,26,27],noncommerci:[20,21],none:[0,1,2,3,4,5,9,10,13,23,26,27],nonetheless:[],nonlinear:[3,6,8,9,11,12],nonneg:[6,9,13],nonparametr:6,nonsens:23,nonsingular:18,nonumb:[3,7,8,13,18],nonxla:[3,4],nor:[1,4,13],norm:[0,1,5,6,8,11,13,26,27],normal:[3,4,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,23,26,27],normali:[18,26],norvig:[],norwai:[6,19,20,21,26],notat:[0,2,5,6,13,14,23,26,27],note:[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,23,25,26],notebook:[0,1,3,9,15,17,19,20,21,26],notesexercise5week452022:[],notessep14:[],notessep28:[],noth:[1,2,5,8,12,14,23,27],notic:[4,5,12,13,18,23,26],notimplementederror:[],notion:3,noutput:[],nov:[20,21],novel:[3,6,10],novemb:[1,22,24,26],now:[0,2,4,5,6,7,8,10,11,12,14,15,16,17,18,19,20,21,23,26,27],nowadai:[0,1,3,9,17,26],nox:0,np:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,19,23,26,27],npr:2,nprint:13,npv:[],nsampl:[6,9],nt:2,nthi:0,ntrained_model:6,nu:23,nuclear:[5,27],nuclei:[0,23,26],nucleon:[0,26],nucleu:[0,26],num:4,num_allow_arg:0,num_class:[],num_coordin:2,num_equ:[],num_hidden_neuron:2,num_it:2,num_iter:[],num_neuron:2,num_neurons_hidden:2,num_not:[],num_output:[3,4],num_point:2,num_tre:10,num_valu:2,number:[1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,24,26],numberid:7,numberparamet:3,numer:[0,5,6,9,10,11,12,13,17,18,25,26,27],numpi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,21,23,27],numpy_vjp:[],numpy_wrapp:[],nunmpi:[5,27],nvalu:9,nx:[2,13],nx_test:6,nx_train:6,nx_train_mean:6,ny:23,ny_pr:6,ny_train:6,ny_train_mean:6,nz:[],o:[0,6,7,8,9,11,15,18,24,25,26],o_j:[],obei:[6,11,13,27],object:[0,1,2,4,6,8,10,13,18,26],obliqu:[5,27],observ:[0,1,3,5,6,7,8,9,10,11,12,13,14,23],obtain:[0,1,5,6,7,8,9,10,12,13,14,18,19,20,23,26,27],obviou:[5,6,11,23,27],obviouli:26,obvious:[0,4,5,6,18,20,26],oc:27,occas:[],occasion:[],occupi:0,occur:[0,6,8,9,18,23,26],occurr:[],oct:[],octob:[22,24,26],od:[0,21],odd:[0,3,7,26,27],odenum:2,odesi:2,odin:26,oen:0,off:[1,3,4,5,9,13,23],offer:[6,11,17,18,22,24,26],offic:[24,26],offici:[22,26],often:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,23,26,27],oftentim:[],ofter:[18,26],og:[],ol:[0,13,15,16,20,26,27],old:[1,5,10,13],oldest:[],ols_fit:[],ols_fit_beta:[],ols_sk:6,ols_svd:6,olsbeta:[0,5],omega:[2,3,6],omega_0:3,omiss:[],omit:[0,5,26,27],on_train_batch_begin:[3,4],onc:[1,6,9,11,13],one:[0,1,3,4,5,6,7,8,9,10,11,13,14,17,18,19,20,21,23,24,26,27],onehot:1,onehot_vector:1,onehotencod:9,ones:[0,2,5,6,8,9,10,11,13,18,19,21,26,27],ones_lik:4,ong:27,onl:3,onli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,20,21,23,26,27],onlin:[11,22],onto:[5,11,27],op_nam:[3,4],open:[0,1,4,6,7,9,15,17,19,21,22,24,26],oper:[0,1,3,5,6,10,11,12,13,15,17,23,26,27],operation:23,oplu:23,opmiz:13,opportun:0,oppos:[6,13],opposit:[1,5,8,27],opt:[1,5,20,21,26],optim:[0,2,3,4,5,6,7,9,10,11,14,15,16,19,20,21],optimis:[1,3],optimist:[],optimizer_v2:3,option:[0,1,3,5,6,7,8,9,11,18,19,20,27],optionalxlacontext:[3,4],optmiz:[1,8,13,27],oral:26,orang:0,order:[0,1,2,3,5,6,7,8,9,10,11,12,15,16,18,19,20,21,23,26,27],ordinari:[0,2,3,7,11,13,15,16,17,20,21],ordinrari:[],oreilli:[25,26],org:[0,3,4,7,9,11,17,18,25,26],organ:[6,7,10,18],orient:[1,5,23,27],origin:[0,3,5,6,8,11,12,13,18,26,27],original_imag:[],orthogn:[5,27],orthogon:[0,5,6,8,11,13,18,26,27],orthonorm:[5,27],os:[0,1,4,5,6,7,8,9,24,26,27],oscar:1,oscil:[3,13],oslo:[0,15,17,19,20,21,22,24,26,27],osx:[0,15,17,19,21,26],other:[0,1,2,3,5,6,7,8,10,13,14,15,17,19,20,21,22,23,24,25],otherwis:[0,1,4,7,13,18,20,26],ouput:[5,7,12],our:[1,2,3,6,7,8,9,10,12,14,15,16,17,18,19,20,23],ourmodel:0,ourselv:[0,5,6,8,11,13,21,26,27],out1:[],out2:[],out:[0,1,2,4,5,6,7,8,9,10,11,12,13,16,17,18,19,20,23,26,27],out_deriv:[],out_fil:9,out_h:[],out_w:[],outcom:[0,7,9,10,12,23,27],outdoor:9,outer:[6,12,13],outfil:4,outgrad:2,outlier:[0,8,26,27],outlin:[6,10,11],outlook:9,outperform:10,output:[0,1,3,4,5,6,7,8,9,10,12,13,16,18,19,20,21,23,26,27],output_bia:1,output_bias_gradi:1,output_func:[],output_grad_tr:[],output_lay:[],output_nod:[],output_shap:4,output_weight:1,output_weights_gradi:1,outputlay:[],outputlayer1:12,outputlayer2:12,outsid:4,over1:13,over:[0,1,3,4,5,6,9,10,12,13,18,19,26,27],overal:[1,10],overcast:9,overcom:[12,13],overdetermin:[0,26],overfit:[0,1,3,6,9,10,13],overflow:[1,5],overflowerror:[],overhead:12,overlap:[3,7,8,9],overlin:[0,5,6,9,10,11,14,18,26,27],overst:0,overtrain:4,overview:3,overwritten:[],own:[4,5,6,8,12,13,17,18,19,21],owner:0,ownmsepredict:0,ownmsetrain:0,ownridgebeta:[0,6],ownypredictridg:0,ownytilderidg:0,oxid:0,p0:2,p1:2,p:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,26,27],p_1:[],p_2:[],p_:[2,4,8,9],p_hidden:2,p_i:[5,23],p_j:23,p_n:23,p_output:2,p_x:23,pack:[0,26],packag:[0,1,2,3,4,5,6,7,8,9,11,13,15,17,19,20,21,23,27],packtpub:26,packtpublish:26,pad:[3,4],pad_imag:[],padded_height:[],padded_imag:[],padded_img:[],padded_width:[],page:[0,17,26],pai:[0,1,9,13],paid:21,pair:[0,2,3,9,17,23,26],pamilla:[],panda:[0,4,5,6,7,9,11,15,17,19,21],panel:26,paper:1,paradigm:[0,26],parallel:[3,4,10,13,17,18,26],param:[2,4],param_distribut:[],param_grid:[],paramat:2,paramet:[0,1,2,3,4,5,6,7,8,9,10,12,13,16,19,20,21,23],parameter:[0,6,10,19,26,27],parametr:[0,6,15,16,26,27],paramt:[3,5],parent:2,parent_argnum:[],parser:0,part:[0,1,3,5,6,10,18,22,23,24,26],partial:[0,1,5,6,7,8,10,11,12,13,16,23,26,27],particip:[17,22,24,26],particl:[0,4,13,23,26],particular:[0,1,2,3,5,6,9,10,11,12,13,16,19,23,25,26,27],particularli:[5,6,8,11,13,23,27],partit:[1,4,9],partli:[6,26],pass:[2,3,12,14],password:[19,20,21],past:[10,23],patch:[6,23],path:[0,4,6,7,9,15,17,26,27],pathcollect:[],patient:7,patter:4,pattern:[0,3,4,12,21,22,25,26],pauli:[0,26],pavisj:[],pc:[11,17],pca:[0,7,17,26,27],pcolor:6,pcolormesh:6,pd:[0,4,5,6,7,9,11,26,27],pde:[2,21],pdf:[0,3,4,5,6,9,19,20,21,25,26],pedagog:[0,26,27],peel:[],penal:[6,27],penalti:[6,13,19,27],penros:[5,6],pentagon:13,peopl:[0,1,9,13,17],per:[0,1,6,22,24,26],perc_print:[],percentag:[0,10,11,24],perceptron:[0,1,7,26],peregrin:26,perfect:[0,1,13,26],perfectli:[4,6],perform:[0,2,3,4,5,6,8,10,11,12,13,14,15,16,17,18,19,20,21,23,26,27],performac:4,perhap:[0,5,13,21,26,27],perimet:[1,9],period:[1,4,23],permut:11,persist:13,person:[5,6,7,22,24,26,27],perspect:[21,25],pertin:[12,20,26],petal:[8,9],peter:[25,27],phantom:23,phase:[6,12],phd:[],phenomena:23,phi:8,phi_k:8,philosophi:13,phone:[24,26],photo:4,photon:[],php:20,phrase:[0,26],physic:[0,1,4,7,12,13,20,21,23,24,25,26,27],physicist:20,pi:[2,3,5,6,7,9,12,13,21,23],pick:[1,9,10,11,13,14],pickl:1,pictur:[0,26],pie:[17,26],piec:[11,14],pillow:[0,15,17,19,21,26],pinv:[5,6,13,27],pip3:[0,1,15,19,21,26],pip:[0,1,15,17,19,21,26],pipelin:[0,6,8,10,27],pippin:26,pit:4,pitfal:[6,27],pitt:12,pixel:[1,3,4],pixel_height:[1,3],pixel_width:[1,3],place:[0,4,6,8,13,18,19,21,26],placement:[],plai:[0,3,4,5,6,8,11,17,26,27],plain:[8,10,12,13,14,20],plan:[6,9,24,25,26],plane:[8,9],plateau:5,platform:[3,4,17,26],plausibl:12,pleas:[6,7,9,11,13,19,20,21,24,26],plenti:1,plethora:[3,12],plot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,23,26,27],plot_confusion_matrix:[7,10],plot_convolution_result:[],plot_count:6,plot_cumulative_gain:[7,10],plot_data:1,plot_dataset:8,plot_decision_boundari:[9,10],plot_import:10,plot_max:4,plot_min:4,plot_model:4,plot_numb:4,plot_predict:8,plot_regression_predict:9,plot_result:4,plot_roc:[7,10],plot_surfac:[2,6,13,19],plot_train:9,plot_tre:[9,10],plqvvvaa0qudcjd5baw2dxe6of2tius3v3:[],plt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],plu:[0,3,5,7,26,27],pm:8,pmatrix:2,pml:25,pn:3,png:[0,4,6,7,9,26,27],point:[0,1,2,3,5,6,7,8,9,10,11,13,14,15,16,18,19,21,23,24,26,27],point_1:4,point_2:4,poisson:[17,23,26],poli:[6,8],poll:[],poly100_kernel_svm_clf:8,poly3:0,poly3_plot:0,poly3dcollect:13,poly_degre:[],poly_featur:[8,9],poly_features10:9,poly_fit10:9,poly_fit:9,poly_kernel_svm_clf:8,polydegre:[0,5,6,10,27],polygon:13,polym:12,polymi:19,polynomi:[0,5,6,7,8,9,10,11,15,16,19,20,26,27],polynomial_featur:6,polynomial_svm_clf:8,polynomialfeatur:[0,6,8,9,27],polytrop:[0,6,26],pool:3,pool_siz:3,poolin:[],pooling2dlay:[],pooling_act:[],pooling_lay:[],poor:[1,13],poorli:[0,27],pop:[],popul:[0,5,26,27],popular:[0,1,3,6,7,8,9,11,12,15,17,18,19,21,23,27],popularli:[0,26],portabl:10,portion:[11,13],pose:[0,4,5,6,11,23,26],posit:[0,1,2,3,5,7,8,10,11,13,14,18,23,26,27],possibl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,15,17,18,19,20,21,23,24,26,27],possible_gradient_typ:[3,4],possible_gradient_types_non:[3,4],possibletapegradienttyp:[3,4],post:[],posterior:5,postpon:[0,26,27],postscript:[19,20,21],postul:5,potenti:[0,3,5,6,12,13,21,26,27],pott:12,power:[0,1,5,6,8,9,12,13,26,27],pp:[5,6],ppv:[],practic:[0,5,6,7,8,19,20,21,23,27],practition:[0,1,3,26],pre:26,preced:[1,11,12,23],preceed:4,preceq:8,precis:[0,2,5,11,13,18,19,20,21,23,26,27],pred:6,pred_format:[],pred_train:[],pred_val:[],predicit:0,prediciton:[],predict:[0,1,5,6,7,8,9,10,15,16,17,19,21,25,26,27],predict_prob:1,predict_proba:[7,10],predictor:[0,5,6,7,9,10,11,26,27],prefer:[0,1,6,8,9,11,13,15,17,19,20,21,26],prepar:[0,6,18,19,20,21,26,27],preprocess:[0,4,6,7,8,9,10,11],prerequisit:0,prescript:[19,20,21],presenc:13,present:[0,5,6,7,9,12,13,18,19,20,21,23,26,27],preserv:[3,11,18],press:[13,25],presum:[],pretrain:[1,4],pretti:[0,4,8,9,15,17,19,21,26],prev_a:[],prev_centroid:14,prev_g:[],prev_g_flag:[],prev_lay:[],prev_nod:[],prevent:[13,23],previou:[0,1,2,3,4,5,6,8,10,11,12,13,18,19,20,21,23,27],previous:[2,3,9,10,23],previous_nod:[],price:[0,4,9,13],primal:8,primari:[0,7,26],prime:23,primit:[],princip:[0,5,7,17,21,26,27],principl:[0,6,7,8,14,26],print:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,18,23,26,27],print_funct:[8,9],print_length:[],printout:[0,26],prior:[0,5,6,26],privat:0,pro:20,prob:[1,23],probabilist:[0,25,26,27],probabl:[0,1,3,4,6,7,10,13,17,26,27],problem:[0,3,4,5,6,7,8,9,10,11,12,16,17,18,19,20,23],probml:25,proce:[0,5,6,7,8,9,10,11,13,18,26,27],procedur:[2,4,5,6,8,10,11,13,19,27],proceed:18,process:[0,2,4,6,9,10,12,13,15,17,18,19,21,23,25,26],processor:[],prod:25,prod_:[1,5,7],produc:[0,3,4,5,6,9,10,11,12,13,17,18,19,21,23,26,27],product:[0,1,3,5,6,7,8,12,13,16,17,18,26,27],profess:[0,26],profession:[],professor:[],profil:[3,4],profile_util:[3,4],progag:20,program:[0,1,4,5,6,8,12,14,15,16,17,18,22,23,24,26,27],programm:18,progress:[1,4,14],prohibit:6,project1:[6,19],project:[0,1,2,3,5,11,13,17,22,24,27],project_root_dir:[0,6,7,9,26,27],promin:12,promis:8,promot:[24,26],prone:9,pronounc:[13,17,26],proof:[0,11,12,13,26],prop:[],propag:[2,3,13,20],proper:[0,2,6,7,19,21],properli:[1,6,8,10,13,19,20,21],properti:[0,1,3,12,13,16,18,26],proport:[0,1,5,9,11,13,16,23,26,27],propos:[1,4,6,10,19,20,21,26],propto:[5,13],proton:[0,26],prove:[3,13],provid:[0,1,3,4,5,6,8,9,10,12,13,15,17,18,19,20,21,23,26,27],proxi:[1,13],prune:9,pseudo:[18,23],pseudocod:[19,20,21],pseudoinv:5,pseudoinvers:[5,6],pseudorandom:[6,23],psycholog:[0,26],pt:13,ptratio:[],publish:21,punish:[0,1,26],pure:[3,9,23],purest:9,puriti:9,purpos:[0,3,10,12,14,26],push:[],put:1,py:[0,1,2,3,4,5,6,7,8,9,11,13,19,26],pycod:26,pydata:17,pydot:9,pyhton2:26,pylab:[0,7,26],pylint:[3,4],pypi:17,pyplot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],pythagora:5,python2:[0,15,19,21,26],python3:[0,2,3,4,6,7,8,9,11,13,15,17,19,21,26],python:[1,2,3,4,5,6,8,11,12,13,14,16,19,20,21,23,27],pytorch:[0,17,19,20,21,26],pywrap_tf:[3,4],q:[5,6,8,11,23,27],qp:8,qquad:[2,11,13,18],qr:[5,6,18,27],quad:[1,13,18],quadrat:[0,8,9,13,15,16,26],qualit:[4,9,19,20,21,23],qualiti:[0,9,15,16,17,26,27],quantifi:1,quantil:10,quantit:[0,6,9,19,20,21,26],quantiti:[0,2,5,6,7,9,10,11,12,14,16,18,23,26,27],quantiz:[],quantum:[4,12,21,25,26],quark:[],quartil:[0,27],qubit:[],quench:5,queri:9,question:[0,5,6,9,11,12,13,19,24,26,27],qugan:4,quick:[4,23],quick_execut:[3,4],quickest:[],quickli:[1,3,9,11,13],quit:[1,5,6,9,10,12,27],quot:4,r2:[0,5,6,20,21,26,27],r2_score:[0,26],r2score:[0,26],r:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,27],r_1:9,r_2:9,r_j:9,r_m:9,racial:[],racist:[],rad:0,radial:[0,8,12],radioact:23,radiu:[0,1,9,27],rag:2,rain:9,rais:[0,2,13],ramp:1,ran0:23,ran1:23,ran2:23,ran3:23,rand:[0,4,5,6,9,10,13,15,16,18,26,27],randint:[6,9,13],randn:[0,1,2,5,6,9,11,13,15,16,26,27],random:[0,1,2,3,4,5,6,8,9,13,14,15,16,17,18,19,21,26,27],random_forest_model:10,random_index:13,random_indic:[1,3],random_st:[0,7,8,9,10,11],randomforestclassifi:10,randomizedsearchcv:[],randomli:[1,6,9,13,14],randuniform:[],rang:[0,1,2,3,4,5,6,7,9,10,11,12,13,14,18,23,26,27],rangl:[0,6,11,23,26,27],rangle_x:23,rank:[5,27],rankdir:4,raphson:[1,8,13],rapid:[],rapidli:0,rare:[1,13,26],raschka:[26,27],rasckha:26,rate:[0,1,2,3,4,8,9,10,12,13,20],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,18,23,26,27],ratio:[4,7,9,10,11],ration:[],rational:[0,26],ravel:[5,6,7,8,9,10,11,13,18,27],raw:3,raw_df:[],rbf:[8,11,12],rbf_kernel_svm_clf:8,rbf_pca:11,rc:[0,23],rcond:[0,26,27],rcparam:[0,1,3,7,8,9,10,23,26],re:[2,4,13],reach:[1,4,5,6,7,9,10,11,12,13,14],read:[0,2,3,4,5,6,7,8,11,12,16,18,19,20,21,22,23,25],read_csv:[0,6,7,9,26],read_fwf:[0,26],readabl:[],reader:[0,6,18,23,26,27],readi:[0,1,5,6,8,10,11,12,18,19,26],readili:1,readthedoc:17,real:[0,1,2,4,7,10,11,12,13,18,27],real_loss:4,real_output:4,realist:8,realiti:23,realiz:[1,12],realli:[0,1,26],rearrang:13,reason:[0,1,3,4,10,13,25,26],reassign:1,reat:[],reber:[],recal:[5,6,9,10,11,12,18,23,26,27],recast:3,receiv:[1,3,10,12,23],receiver_operating_characterist:[],recent:[0,1,2,3,4,6,10,13,19,25,26],recept:[3,12],receptive_field:3,recip:[0,6,7,18,19,20,21,26,27],reciproc:5,recogn:[0,4,5,10,26],recognit:[0,1,3,12,22,25,26],recommen:26,recommend:[0,2,3,4,5,6,8,13,15,17,18,19,20,21,25],reconsid:9,reconstruct:11,record:[10,19,20,21,22,24,26],recov:[],rectangl:[9,13],rectangular:[5,27],rectifi:[1,3,12],recur:[0,17,26],recurr:[0,1,17,21,26],recurs:[9,17,18,26],red:[0,3,4,6,8,9],redefin:[0,10,26,27],redefinit:[],reduc:[1,3,5,6,9,10,11,13,26],reduct:[0,10,11,17,23,26,27],refer:[0,1,2,3,5,6,7,9,11,12,13,14,18,19,20,25,26,27],referenc:2,refin:12,refit:6,reflect:[0,1,4,5,19,20,21,23,26],refrain:[],refresh:[17,26],refreshprogrammingskil:26,reg:[10,11],regard:[1,9,13],regardless:12,region:[3,4,6,9,12,19,21],regist:[6,19,23],reglasso:5,regr_1:[0,9],regr_2:[0,9],regr_3:[0,9],regress:[1,8,11,12,15,16,17,18,21],regressor:[0,7,10,26],regridg:[0,5,6],regular:[0,3,4,5,6,7,9,13,20,24,26,27],regularis:6,regularizi:[],reilli:[0,15,25,26],reinforc:[0,8,17,26],reiniti:[],reiter:1,reject:7,rel:[0,4,6,7,9,12,13,23,26,27],relat:[0,1,3,4,5,11,13,14,18,21,23,26],relationship:[0,4,9,26],relativeerror:[0,26,27],releas:[1,3,4,6,13,17,19,20,21,26],relev:[0,1,5,7,11,15,17,19,20,21,23,26],reli:[0,6,8],reliabilti:[19,20,21],reliabl:[7,23],relu:[3,4,20,21,26],remain:[1,2,4,6,12,18,23,27],remaind:23,reman:2,remark:1,rememb:[0,8,13,18,19,20,21,26],remind:[0,5,11,13,18,23,27],remov:[0,4,5,6,27],render:[0,26,27],reorder:[5,7,27],reorgan:[0,26],repeat:[0,1,3,4,5,6,9,10,11,13,14,18,19,20,23,26],repeated:26,repeatedli:[0,6,10,13],repet:3,repetit:[6,26,27],rephras:13,replac:[0,1,3,4,5,6,10,12,14,15,16,17,19,20,21,26,27],repli:[],replica:6,repo:[19,20,21],report:26,reportexampl:19,reportsampl:[],repositori:[0,4,19,20,21,26],repres:[0,1,2,3,4,5,6,7,8,9,10,12,13,20,23,26,27],represent:[0,1,3,6,23,26],representd:3,reproduc:[0,5,6,9,12,15,16,17,19,23,26,27],repuls:[0,26],request:[0,13],requir:[0,1,3,4,5,6,8,9,11,12,13,18,21,26,27],rerun:[],res1:2,res2:2,res3:2,res_analyt:2,res_analytical1:2,res_analytical2:2,res_analytical3:2,resaml:[6,19],resampl:[0,7,10,17,26,27],rescal:[0,11,12,27],rescu:5,reseach:[6,19],research:[0,4,13,17,21,25,26],researchg:[],resembl:[6,23],reserv:[1,5,6,23],reservoir:[],reset:[],reset_weight:[],reset_weights_independ:[],reshap:[0,1,2,3,4,6,8,9,10,15,16,18,26,27],residenti:0,residu:[0,5,13,26],resiz:[5,27],resolv:[],resourc:26,resourcewarn:[],respect:[0,1,2,3,5,6,7,8,10,11,12,13,14,16,19,21,23,26,27],respond:12,respons:[0,7,9,12,26,27],rest:[0,5,27],restat:[0,12,26],restor:4,restored_discrimin:4,restored_gener:4,restrict:[0,3,9,12,26],result:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,26],result_ndim:[],retail:0,retain:[5,6,27],rethink:[],retrain:[],retriev:26,return_data:14,return_sequ:4,return_x_i:9,reus:[1,3,6,19,20],reusabl:[],reveal:[0,12,26],revers:[1,18],reversed_lay:[],review:[17,18],revisit:14,revolut:26,reward:[0,4,26],rewrit:[0,3,5,6,7,8,10,11,12,13,18,19,23],rewritten:[2,6,8,10,23],rewrot:13,rf:10,rfloor:[],rgb:3,rgoj5yh7evk:17,rh:6,rho2:[],rho:[0,10,13,26],rho_1:10,rho_2:10,rho_m:10,rich:[0,26],ride:9,rideclass:9,ridedata:9,ridg:[7,11,13,17,20,21,26],ridge_fit:[],ridge_fit_beta:[],ridge_sk:6,ridgebeta:5,ridgecv:[],right:[0,1,2,3,5,6,7,8,9,10,12,13,14,16,18,19,23,26,27],right_sid:2,rightarrow:[0,1,5,6,8,11,12,13,23,26,27],rigor:[0,26],ring:6,rise:[0,26],risk:[0,13,15,16,26],rival:4,river:0,rl:[],rlm:26,rm:[0,23],rmb:[],rms_prop:[],rmse:0,rmsporp:13,rmsprop:[1,3,4,13,20],rnd_clf:10,rng:23,rnn1:4,rnn2:4,rnn:[4,12],rnn_2layer:4,rnn_input:4,rnn_output:4,rnn_train:4,rntrick1:23,rntrick2:23,rntrick3:23,rntrick4:23,ro:[0,13,26],robert:[19,25],robust:[0,26],robustscal:[0,27],roc:[7,10,21],rod:21,role:[0,2,5,6,8,17,26,27],roll:6,room:[0,24,26],root:[0,5,9,13,23,27],rot90:[],rot:26,rotat:[1,8,9,10],rotation_matrix:9,roughli:[1,3],round:[0,7,9,13],routin:[13,18,26],row:[0,1,2,5,6,7,9,11,18,26,27],rr:[5,27],rrr:[5,27],rubinfeld:[],rug:13,rule:[0,1,5,6,13,19,26,27],run:[0,1,2,3,4,5,6,8,9,11,13,15,17,19,20,21,26,27],runtim:[1,6,14],runtimewarn:[1,6],russel:[],rust:[0,15,17,18,26],rv_frozen:[],rvert:1,rvert_2:1,s:[0,1,2,3,4,5,6,7,9,11,12,13,16,17,18,19,20,21,23,26,27],s_1:6,s_2:[],s_:[3,6],s_i:[6,7],s_j:6,s_k:6,saddl:13,sadli:[],sai:[0,1,2,3,4,5,6,7,8,9,10,11,12,18,19,21,23,26,27],said:[6,9,13],sake:[0,5,7,11,26,27],sale:[0,26],sam:26,same:[0,1,2,3,4,5,6,8,9,11,12,14,18,19,21,23,26,27],samm:10,sampl:[0,1,2,3,4,5,6,7,8,9,10,13,14,15,16,17,18,19,23,26,27],sample_vari:14,sample_weight:[3,4],sampleexptvari:23,samwis:26,sastri:11,satisfactori:[0,26],satisfi:[1,2,3,6,8,13,18,23],satur:[1,6],save:[0,4,6,7,9,13,26,27],save_fig:[0,6,7,9,10,26,27],savefig:[0,4,6,7,9,23,26,27],savetxt:4,saw:[5,27],scalabl:10,scalar:[2,5,6,10,13,27],scale:[0,1,3,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,24,26],scale_mean:4,scale_std:4,scaler:[0,7,8,9,10,11,27],scan:[5,7],scari:5,scatter:[0,1,6,7,8,9,14,26,27],scenario:[6,13],schedul:[13,24],scheduler_arg:[],scheduler_bia:[],scheduler_weight:[],schedulers_bia:[],schedulers_weight:[],scheme:[1,13,21],schmidhub:[],scholar:[],schrage:23,schuld:[],scienc:[0,1,10,12,13,17,22,23,24,25],scientif:[0,15,17,19,20,21,26],scientist:[0,26],scikit:[3,5,6,7,8,9,10,13,17,18,19,20,21,22,25],scikit_learn:[0,16],scikitlearn:26,scikitplot:[7,10],scipi:[0,3,5,6,13,15,17,18,19,21,26,27],scl:6,score:[0,1,3,6,7,9,10,11,15,16,19,20,21,24,26,27],scores_kfold:6,scratch:[1,13],sdg:13,seaborn:[0,1,3,6,7,20,26],seamless:[0,15,17,19,21,26],seamlessli:[],search:[0,1,3,5,9,13,26],sebastian:26,sebastianraschka:26,sec:6,second:[0,2,3,4,5,6,7,8,9,11,12,14,15,16,17,18,19,20,23,24,26,27],second_correct:[],second_mo:[],second_term:[],secondeigvector:11,secondli:12,section:[4,11,18,23,27],sector:0,sedol:[],see:[0,1,2,3,4,5,6,7,8,10,11,12,13,15,16,17,18,19,20,21,23,26,27],seed:[0,1,2,3,4,5,6,8,9,11,13,14,15,16,19,23,26,27],seed_imag:4,seek:[1,2,8],seem:[1,3,4],seemingli:[0,26],seen:[0,1,3,5,10,12,23,26],segment:13,segreg:[],seismic:6,seldomli:[0,26],select:[1,5,6,8,9,10,11,19,20,21,22,23,24,25,26,27],self:[1,3,4,5,26,27],sell:4,semest:[7,22],semi:[8,13],semilogx:6,send:[5,12,13,24,26],senior:[22,24],sens:[0,4,6,8,19,26],sensibl:3,sensit:[0,5,6,9,13,26,27],sent:2,sentdex:[],sentenc:[4,12],sep:[],separ:[0,1,2,4,6,8,9,12,14,15,17,19,21,23,26],seper:[],septemb:[19,26],sequenc:[2,3,4,7,9,10,12,13,17,18,23,26],sequenti:[1,3,4,10,12,23],sequential_49:[],seri:[0,1,2,3,4,5,6,10,11,12,13,18,26,27],serif:[0,7,23,26],serv:[0,1,2,3,5,7,13,19,25,26,27],servic:[19,20,21],session:[1,19,22,24,26],set:[1,4,5,6,7,8,10,11,13,14,16,17,18,19,20,23,24],set_major_formatt:[6,19],set_major_loc:[6,19],set_tick:[1,8],set_ticklabel:1,set_titl:[0,1,2,3,7,12,14,26],set_xlabel:[0,1,2,3,7,12,26],set_xlim:[7,12],set_xticklabel:1,set_ylabel:[0,1,2,3,7,26],set_ylim:[7,12],set_ytick:7,set_yticklabel:[1,6],set_zlim:[6,19],seth:4,setminu:6,setosa:[8,9],setosa_or_versicolor:8,setp:6,setup:[1,4,6,8,17,20,26,27],sever:[0,3,5,6,7,8,9,11,12,13,17,18,20,23,26,27],sgd:[1,3,20],sgd_clf:8,sgdclassifi:8,sgdreg:13,sgdregressor:13,sgn:[5,27],shall:[],shallow:13,shape:[0,1,2,3,4,5,6,7,8,9,10,11,13,14,15,16,18,26,27],shape_bas:[],share:[1,3,26],she:7,shell:[],shift:[1,6,12,23],ship:3,shire:26,shortcom:13,shorten:4,shorter:23,shorthand:26,shortli:[18,26],should:[0,2,3,5,6,8,9,11,12,13,15,16,18,19,20,21,23,26,27],should_sync:[3,4],show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,23,26,27],show_shap:4,showcas:[],shown:[0,4,5,7,8,9,11,12,13,18,27],shrink:[3,5,6,8,11,19,27],shrinkag:[5,6,27],shrunk:11,shuffl:[0,1,3,4,6,13,27],sick:[],side:[0,2,5,8,12,13,18,20,26],sigh:[17,26],sigma0:23,sigma1:23,sigma2:23,sigma:[0,1,5,6,7,10,11,12,13,18,19,23,26,27],sigma_0:[5,27],sigma_1:[5,27],sigma_2:[5,27],sigma_:[5,18,26,27],sigma_fn:[7,12],sigma_i:[0,5,26,27],sigma_j:[5,27],sigma_m:[6,23],sigma_n:[11,23],sigma_t:13,sigma_x:23,sigmoid:[1,2,4,7,8,10,12,20],sigmundson:[6,27],sign:[1,2,7,8,10,23,24],signal:[1,3,10,12],signatur:[3,4],signifi:4,signific:1,significantli:[1,13,21,23],sigurd:26,silli:[],sim:[4,5,6,13,19,23],similar:[0,1,2,3,4,5,6,7,8,9,10,11,14,17,18,19,20,21,26],similarli:[0,1,3,5,8,10,13,21,23,26,27],similiar:[],simpl:[1,2,3,5,6,7,8,10,11,12,14,15,16,17,18,19,20,23],simple_rnn:4,simplefilt:[],simplepredict:10,simpler:[0,1,5,6,7,13,16,17,19,20,26],simplernn:4,simplest:[0,1,3,4,9,10,12,14,26],simpletre:10,simpli:[0,1,2,4,5,6,8,9,10,11,12,15,17,18,19,20,21,23,26,27],simplic:[2,5,6,7,8,9,10,11,12,14,27],simplicti:[5,27],simplifi:[0,6,9,15,17,19,21,26,27],simplist:[3,6,23],simul:6,simultan:6,sin:[0,1,2,3,4,9,12,13,18,21,26],sinc:[0,1,2,3,5,6,7,8,9,10,11,13,18,23,25,26,27],sine:[3,12],singl:[0,1,2,3,5,6,7,8,9,12,13,18,20,23,26,27],singular:[0,6,13,18,19,26],sinusoid:3,site:[0,2,3,4,6,7,8,9,11,13,19,20,21,22,26],situat:[0,4,5,7,13,23,26,27],six:[3,23],size:[0,1,2,3,4,5,6,8,9,10,11,13,18,19,20,23,26],sketch:10,ski:9,skill:0,skip:[3,4,11],skiprow:[],skl:[0,6,26,27],sklearn:[0,1,3,5,6,7,8,9,10,11,13,14,26,27],skplt:[7,10],skrankefunct:[],sl:6,slack:8,sleep:[],slice:[2,18,26],slide:[0,3,15,16,19,20,21,23,26,27],slight:[6,13],slightli:[1,2,3,5,6,7,10,23,27],slope:[8,11,12],slow:[0,2,8,13,27],slower:[5,18,26,27],slowest:18,slowli:12,slp:1,small:[0,1,2,3,5,6,8,9,10,11,12,13,17,18,19,23,26,27],smaller:[0,1,2,5,6,8,9,11,13,23,26,27],smallest:[0,4,14,15,16,26],smallest_row_index:14,smooth:[0,3,6,9,13,19,21,26],sn:[0,1,3,6,7,26],sne:11,sneak:26,so:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,23,24,26,27],soar:6,sobel:[],sobel_kernel:[],social:0,societ:[],societi:[],socket:[],soft:[1,7,10,12],soften:8,softmax:[3,7],softwar:[0,8,15,17,18],sol:8,sole:[0,6,26],solid:[0,7],solut:[0,1,2,3,5,6,8,10,11,13,18,19,20,21,23,26,27],solution_ev:[],soluton:2,solv:[0,1,3,5,6,8,10,11,12,13,18,19,20,26,27],solve_expdec:2,solve_ode_deep_neural_network:2,solve_ode_neural_network:2,solve_pde_deep_neural_network:2,solveod:2,solveode_popul:2,solver:[2,7,8,9,10,11,18,26],some:[0,1,2,3,4,5,6,7,8,9,10,11,12,14,21,23,26],some_model:[6,27],somehow:4,someth:[0,1,3,4,7,9,11,19,20,21,23,26,27],sometim:[0,1,11,12,13,14,26,27],somewhat:[],soon:[18,24,27],sophist:[0,26],sopt:13,sort:[5,6,9,11,23,27],sound:[3,5],sourc:[0,1,3,6,15,17,18,19,20,21,23,26],space:[0,1,4,5,8,9,11,12,13,14,21,23,27],span:[0,3,5,9,11,18,21,26,27],spare:1,spars:[3,6,18,26],sparse_add:[],sparse_mtx:[18,26],sparsecategoricalcrossentropi:3,sparseobject:[],sparsiti:10,spatial:[1,2,3,12],speak:23,special:[6,7,10,12,13,18,23,26,27],specif:[0,1,2,3,4,5,6,7,8,9,11,12,16,17,18,19,20,21,23,25,26,27],specifi:[0,3,5,6,7,9,11,13,14,19,23,26],specifici:[0,10,26],spectacular:3,spectral:1,speech:[0,1,3,4,12],speed:[1,2,4,13],speedup:[],spend:23,spent:[19,20,21],sphere:[0,27],spin:6,spite:0,spline:8,split:[1,3,4,5,6,8,9,10,11,14,19,23],split_1659548960591:[],splite:0,splitter:[1,10],spontan:23,spot:3,spread:[0,11,23,26,27],spring:[],springer:[19,25,26],spuriou:13,sqquar:[],sqrsignal:3,sqrt:[0,3,4,5,6,8,10,11,13,23,27],squar:[1,2,3,4,7,8,9,11,13,14,15,16,17,18,20,23],squarederror:10,squaredeuclidean:14,squash:12,src:[],srtm:[6,19],srtm_data_norway_1:[6,19],stabil:[5,19,20,21],stabl:[0,4,5,6,7,9,11,17,26,27],stack:[3,4],stackabl:[],stacklevel:0,stage:[5,13,19,20,21],stai:[0,2,4,5,11,26,27],stand:[0,5,9,12,26,27],standadscal:27,standard:[0,1,4,5,6,7,8,10,12,15,16,18,19,20,21,23,26],standard_basi:[],standardscal:[0,6,7,8,9,10,11,27],stanford:13,start:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,18,19,20,23,24,26,27],start_box:13,start_nod:13,start_tim:14,starting_point:[],stat:6,state:[1,2,4,5,6,7,8,10,11,12,13,17,20,21,23,27],statement:[0,7,18,26],stationari:21,statist:[0,1,3,4,7,9,10,11,12,13,14,18,19,22,25,27],statu:[0,7,9,11,26],stavang:[6,19],std:[0,4,6,26,27],stdout:[],steep:13,steepest:[],step:[0,1,2,3,4,6,7,9,10,11,12,13,14,18,19,26],step_fn:[7,12],step_length:13,step_num:[3,4],step_siz:[],steps_list:9,steps_per_epoch:[3,4],stereo:3,still:[0,2,3,5,6,11,13,21,23],stimuli:12,stk2100:[25,26],stk3155:[15,19,20,21,22,24],stk4021:[25,26],stk4051:[25,26],stk4155:[22,24],stk5000:25,stk:[25,26],stochast:[0,1,5,6,8,11,12,15,16,19,21,26],stock:4,stoke:12,stone:[0,7,19],stop:[1,4,7,9,11,13,14],storag:[5,27],store:[0,1,2,3,6,11,13,19,23,26],storehaug:[24,26],str:[1,3,4],straight:[0,6,8,13,26],straightforward:[0,2,3,5,6,8,9,10,13,18,26,27],strategi:[0,1,9,26],stratifi:6,strength:[0,5,14,27],strengthen:[],stretch:11,strict:[8,13],strictli:[8,13],stride:[4,18],strided_height:[],strided_width:[],strike:6,string:1,stroke:7,strong:[3,6,9,10,12,18,23],strongli:[0,8,17,18,20],stronli:0,structur:[0,1,2,3,6,9,10,12,17,26],stuck:[1,13],student:[0,19,20,21,22,24,25,26],studi:[0,3,4,5,6,7,8,11,12,13,17,19,20,21,25,26,27],studier:25,style:[0,7,9,18,26],sub:[9,12],subarg:13,subdivid:[0,18,26],subfield:0,subject:[6,8,23],submatric:[],submit:26,subplot:[0,1,3,4,6,7,8,9,10,13,14,19,26],subplots_adjust:[8,23],subprogram:[18,26],subract:[0,27],subregion:[],subroutin:[0,26],subsampl:[],subscript:1,subsequ:[1,4,5,6,12,18,23,27],subset:[1,6,9,12,13,17,26],subspac:[0,8,11,27],substanti:[9,10],substep:11,substitut:[3,6,12,18],subsubset:9,subtask:6,subtl:1,subtract:[0,4,5,6,11,13,18,19,23],subtre:9,subval:13,succeed:[0,4,26],succes:[],success:[3,7,9,13,23],successfulli:[4,9],sudo:[0,15,17,19,21,26],suffer:[0,1,2,5,10,26,27],suffici:[1,6,8,11,13],sugar:[],suggest:[1,13,20,25],suit:[8,12],suitabl:[0,23,27],sum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],sum_:[0,1,2,3,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,23,26,27],sum_i:[0,2,5,6,8,13,19,27],sum_j:6,sum_ja_:0,sum_k:[6,8,12,18],sum_logist:13,sum_m:3,sum_n:3,sum_nx_:3,summar:[5,6,9,20],summari:[1,3,4,10,20,22],summat:[0,3,16,27],sundai:[],sunni:9,superconduct:[],superfici:3,superimposit:[],superposit:[],superscript:[1,12],supervis:[0,5,6,7,9,12,17,21,26,27],supplement:7,support:[0,1,9,10,11,13,17,21,26,27],suppos:[0,5,6,7,8,10,11,12,13,18,26,27],suppress:[5,13],sure:[0,1,4,6,19],surf:[6,19],surfac:[0,6,19,26],surpass:6,surpris:[0,26],surprisingli:[],surround:[3,17],survei:[0,5,6,26,27],svc:[8,9,10],svd:[0,6,11,26],svdinv:5,svm:[8,9,10,11],svm_clf:[8,10],swap:[],swarm:[],swath:[5,27],sy:13,symbol:[1,5,11,13,17,23,26,27],symmeteri:1,symmetr:[0,5,8,11,12,13,18,21,26,27],symmetri:[6,9],sympi:[0,15,17,19,21,26],synonim:23,syntax:13,syntaxerror:8,system:[0,1,3,4,6,7,9,10,12,13,15,17,18,19,21,26],systemat:[4,6],t0:[3,6,13],t1:[2,13],t2:2,t3:2,t:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26],t_0:[2,9,13],t_1:[13,21],t_2:21,t_:2,t_b:10,t_batch:[],t_i:[1,2,5,12,20,27],t_j:[12,21],t_k:9,t_test:[],t_train:[],t_val:[],tabl:[9,19,20,21,23,24,26],tabul:[0,26],tabular:26,tackl:4,tag:[2,3,4,5,6,7,12,13,14,18,23,27],taht:[0,26],tail:23,tailor:[2,8,11,26],taiwan:[0,26],take:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,17,18,19,23,26,27],taken:[0,1,3,6,10,13,18,26],tan:3,tangent:[1,4,12,13],tanh:[1,4,7,8,12,21],tape:[3,4],target:[0,1,3,4,5,6,7,8,9,10,11,12,20,26,27],target_nam:9,task:[0,1,3,6,9,11,12,14,19,26],tau:[3,5,23],taught:26,tax:0,taylor:[2,13],taylornr:13,tba:[],tc:8,td:[1,6,13,19,26],teach:26,teacher:[],team:1,teaser:0,techinc:[],technic:[0,5,6,13,15,26,27],techniqu:[0,1,8,10,13,17,23,25,26,27],technolog:[0,1],tek5040:[],tell:[0,4,6,10,11,13,23],temp1:1,temp2:1,temp:1,temperatur:[0,9,21,26],temporarili:1,ten:[3,26],tend:[3,5,6,8,9,10,12,13,14,27],tendenc:[0,26],tension:6,tensor:[3,4],tensorflow:[0,2,4,8,14,15,17,18,19,20,21,22,25,26,27],term1:[5,6,11,19,27],term2:[5,6,11,19,27],term3:[5,6,11,19,27],term4:[5,6,11,19,27],term:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,23,26,27],termin:[0,4,5,9,10,13,15,26,27],terrain1:[6,19],terrain:[6,19,20],terribl:[],test:[3,4,5,6,7,8,9,10,13,18,19,21,23],test_acc:3,test_accuraci:[1,3],test_error:6,test_imag:[3,4],test_ind:6,test_input:4,test_label:[3,4],test_loss:3,test_pr:1,test_predict:1,test_rnn:4,test_scor:[7,10],test_siz:[0,1,3,5,6,10,26,27],test_split:9,tester:[],testerror:[0,6,27],testi:4,testpredict:4,testx:4,text:[0,1,2,4,5,8,9,11,13,15,18,20,23,25,27],textbf:[],textbook:[19,20,21,27],textual:9,textur:[1,9],textwrap:[],tf:[1,3,4,13,14],tfe_py_execut:[3,4],th:[0,1,2,5,6,7,9,12,13,14,15,16,18,19,23,26,27],than:[0,1,2,3,4,5,6,7,9,10,11,12,13,17,20,23,26,27],thank:[4,6,27],thats:[],theano:[1,17,26],thei:[0,1,2,3,4,5,6,7,8,9,11,12,13,18,19,21,23,26,27],them:[0,1,3,4,6,8,9,10,11,12,13,18,19,20,21,26,27],theme:[0,26],themselv:[0,23,26],thenc:6,theorem:[2,6,7,27],theoret:[0,4,10,26],theori:[0,1,3,8,9,12,13,17,19,21,25,26],thereaft:[0,5,6,11,12,15,16,18,19,20,26],therebi:[0,5,7,11,26,27],therefor:[0,1,2,3,4,6,7,8,11,13,23,26,27],therein:11,thereof:[0,6,13,21,26],thesi:[],theta:[1,4,13,23],theta_:[1,13],theta_i:1,theta_linreg:13,theta_t:13,thetaand:[],thetaor:[],thetaxor:[],thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,25,27],thing:[0,1,2,4,5,7,9,23,26],think:[0,1,3,4,6,9,12,13,14,23,26],third:[0,3,6,13,24,26],thirti:7,thorughout:26,those:[0,3,5,6,8,9,10,11,18,19,20,22,26,27],though:[1,2,3,4,13,18,23],thought:[6,14,19,20,21,23],thousand:[0,1,19,21,27],thread:[3,4],three:[0,1,3,5,6,8,9,12,15,18,19,22,23,24,26,27],threshold:[1,3,9,10,11,12,13],through:[0,1,2,3,4,5,6,8,11,12,13,14,17,18,23,26,27],throughout:[0,4,5,14,17,18,23,26],thu:[0,1,2,5,6,7,8,10,11,12,13,19,24,26,27],thumb:[0,6,19,26,27],thursdai:[24,27],tibshirani:[6,19,22,25,26],tick_param:6,ticker:[6,13,19,23],tif:[6,19],tight_layout:[1,7],tightli:11,tild:[0,5,6,7,11,15,16,19,23,26,27],till:[0,4,7,8,9,10,12,18,26,27],time:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,23,26,27],timeit:4,timer:4,tini:1,tip:3,titl:[0,1,2,3,4,6,7,8,9,10,13,19,23,26],tmp:13,tmp_log:[3,4],tn:[2,3,7],tnr:[],to_categor:[1,3,4],to_categorical_numpi:1,to_numer:[0,6,26],to_numpi:[],todai:3,toeplitz:[],togeth:[0,3,6,8,11,13,17,26],toi:14,told:13,toler:[2,6,14],tolist:4,tomographi:12,ton:[],too:[0,2,4,5,6,9,11,13,15,23,25,26,27],took:[8,26],tool:[0,1,3,6,13,17,27],toolbox:8,top:[0,3,5,6,9,10,17,26],topic:[0,5,6,7,8,17,19,20,21,27],topograph:19,topolog:[1,3,12],toposort:[],torkjellsdatt:[24,26],toronto:[],toss:[10,23],total:[0,1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,18,20,23,24,26,27],total_loss:4,totalclustervari:14,totalscatt:14,tour:[],toward:[1,2,7,12,13,19],towardsdatasci:[],town:0,tp:[4,7],tpng:9,tpr:[],tpu:[13,17,26],tqdm:6,tr:27,trace:[3,4,13],trace_stack:13,traceback:[0,1,2,3,4,6,10,13,19,26],traceback_util:[3,4],tracer:13,tracing_count:[3,4],track:[3,13,14,18],tract:0,tractabl:[0,26,27],trade:[5,9],tradeoff:[0,5,19,26,27],tradit:[0,1,4,6,26],tradition:[],train:[2,3,5,6,8,9,10,11,12,13,19,20],train_acc:[],train_accuraci:[0,1,3,26],train_dataset:4,train_end:[0,1,27],train_error:6,train_funct:[3,4],train_imag:[3,4],train_ind:6,train_label:[3,4],train_pr:1,train_siz:[0,1,3,27],train_step:4,train_test_split:[0,1,3,5,6,7,9,10,11,26,27],train_test_split_numpi:[0,1,27],trainabl:4,trainable_vari:4,trained_model:[6,27],trainerror:[0,27],traini:4,training_checkpoint:4,training_dataset:4,training_gradi:13,training_gradient_fun:[],training_loss:[],trainingerror:6,trainpredict:4,trainscor:4,trainx:4,trait:[0,26],trajectori:4,trajectory_i:[],trajectory_x:[],transfer:9,transform:[0,5,6,7,8,9,10,11,12,13,17,18,26,27],transit:[6,12],translat:[1,4,6,10,26,27],translate_vjp:[],transpos:[1,5,11,18,27],trap:[],travers:[0,5],treat:[0,1,3,6,12,13,23,26,27],tree:[0,1,6,17,19,21,26],tree_clf:[9,10],tree_clf_:9,tree_clf_sr:9,tree_reg1:9,tree_reg2:9,tree_reg:9,trend:23,treue:7,trevor:[19,25],tri:[2,3,4,9,13],triain:0,trial:[0,2,4,6,13,23,26],triangl:13,triangular:18,trick:[3,4,8,11,13,23],trickier:23,tridiagon:18,trigonometr:[],trillion:17,trivial:[0,1,5,11,23,26],troubl:[0,8,12,27],truck:3,true_beta:[6,27],true_divid:[],true_fun:6,truli:[],truncat:[],trustworthi:[],tucker:8,tuesdai:[24,26],tumor:[7,9,20],tumour:7,tunabl:[1,20],tune:[4,9,13,18,20,26],tupl:[2,13],turbul:21,turn:[0,1,5,6,7,8,9,10,11,12,13,18,19,23,26,27],tutori:[1,4],tv:2,tveito:2,tweak:[1,4,10,23],twice:13,twist:[11,21],two:[0,1,2,4,5,6,7,9,10,11,12,13,15,16,18,21,22,23,25,26],tx:13,tx_1:13,txt:4,ty:13,type:[0,1,3,6,8,10,13,16,18,19,23,27],typeerror:[2,13],typic:[0,1,2,3,4,5,7,9,10,12,13,20,23,26,27],typo:[19,20,21],u:[0,2,5,6,8,10,11,12,18,21,26,27],u_:[18,21],u_i:12,u_m:10,u_t:21,ua:[0,26],ubuntu:[0,15,17,19,21,26],uci:[0,20,21],uio:[19,20,21,24,25],uis:[],un:14,unari:[18,26],unary_f:[2,13],unary_oper:[2,13],unary_to_nari:[2,13],unbalanc:[6,9],unbias:[0,5,6,26],uncent:6,uncertainti:[0,5,26],uncertitud:23,unchang:[1,3],unclos:[],uncorrel:[10,23],uncov:[],undefin:[5,27],under:[0,1,5,6,10,13,15,16,17,19,20,21,26,27],underdetermin:[0,26],underfit:[1,6],underflowproblem:5,undergo:5,undergradu:[22,24],underli:[0,1,9,13,23,26],underset:[4,14],understand:[0,1,3,5,6,10,13,14,17,26,27],understood:[8,13],undesir:8,undetermin:[5,8],undirect:[],undo:4,unexpect:6,unexpected:23,unfair:[6,27],unfortun:[1,8,9,10],unicode_liter:[8,9],uniform:[0,1,5,6,11,13,15,16,19,23,26,27],uniformli:[13,23],unifrompdf:23,unimport:13,union:[5,6],uniqu:[0,2,6,13,14,18,26],unique_cluster_label:14,unit:[0,1,3,4,5,10,12,23,26,27],unitari:[5,6,18,27],unitarili:[18,26],uniti:23,univari:23,univers:[0,1,2,13,15,17,19,20,21,22,24,26,27],unix:1,unknow:[0,18,26],unknown:[0,1,3,4,5,6,8,10,13,16,18,26,27],unknowwn:12,unlabel:1,unless:[0,3,6,11,13,19,20,21,26],unlik:[1,3,8,13],unnecessarili:9,unoptim:[],unord:3,unravel:1,unravel_index:[],unreason:[],unrol:[3,11],unsampl:[],unseen:[0,7,9],unsort:[],unstabl:1,unsupervis:[0,1,4,12,17,21,26],unsymmetr:[18,26],untak:[],until:[1,2,4,9,12,13,14],untouch:0,untradit:[],unusu:12,up:[1,3,4,5,6,8,10,11,13,14,16,17,18,19,20,23,24],updat:[1,2,10,12,13,14],update_chang:[],update_matrix:[],uploa:26,upload:[17,19,20,21,25],upon:[0,1,6,7,11,18,19],upper:[0,8,9,16,18,27],uppercas:[18,26],upsampl:4,upsampled_height:[],upsampled_width:[],upscal:4,url:[26,27],us:[4,5,6,8,9,10,11,12,14,15,16,18,19,21,22,23,25],usa:26,usag:[0,8,17,26,27],usd10000:0,usd:0,use_bia:4,use_label_encod:[],use_multiprocess:[3,4],usecol:[0,26],useless:1,user:[0,1,2,3,4,6,7,8,9,11,15,17,18,19,21,26,27],usernam:[19,20,21],userwarn:[3,6],usetex:23,usg:[6,19],usr:23,usual:[0,3,4,7,12,13,14,26],ut:5,util:[0,1,3,4,6,7,10,14,20,26],ux:18,v0:23,v1:23,v2:23,v3:[],v:[2,4,5,6,11,13,17,27],v_0:11,v_ind:[],v_stride:[],va:1,vahid:26,val:13,val_acc:[],val_accuraci:3,val_error:[],val_loss:4,val_set:[],vale:2,valid:[0,1,4,7,9,10,13,17,20,21,23,26,27],validation_batch_s:[3,4],validation_data:[3,4],validation_freq:[3,4],validation_split:[3,4],validation_step:[3,4],valu:[0,1,2,3,4,6,7,8,9,10,12,13,14,15,16,17,18,19,26],valuat:9,valued_at_a:[],valued_at_z:[],valueerror:0,valy:4,van:[0,19,26,27],vandenbergh:[8,13],vandermond:[0,26],vanilla:[0,6,11,14,27],vanish:[1,4,13,23],var_x:23,varabl:8,varepsilon:[5,6,19],varepsilon_:[5,6],varepsilon_i:[5,6],vari:[0,1,3,5,6,10,15,16,26],variabl:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,26,27],varianc:[0,1,5,7,9,10,11,13,14,17,18,20,23,26,27],variance_i:[5,11,27],variance_x:[5,11,27],variant:[0,1,6,8,12,13,21,26,27],variat:[3,4,11,21,26],varient:[],varieti:[0,3,12,15,17,19,21,26],variou:[1,3,5,6,7,8,9,11,12,13,16,17,18,19,21,23,27],varydimens:4,vastli:3,vaue:1,vault:0,vdot:[2,13],ve:[19,20,21],vec:6,vector:[0,1,2,3,4,5,6,7,9,10,11,13,14,16,17,21],vector_mean:14,veloc:21,ventur:[0,8,15,17,21,26],verbos:[1,3,4],veri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,19,20,21,23,25,26,27],verifi:[3,11,18,26],versatil:[8,26],versicolor:[8,9],version:[0,3,4,10,13,14,15,17,18,19,20,21,23,26],versu:1,vert:[0,1,5,6,7,8,9,11,13,26,27],vert_1:[5,6,27],vert_2:[5,6,11,27],vertic:[],vi:[],via:[0,5,6,7,8,9,10,11,12,15,17,18,19,21,22,23,24,26,27],victori:[],vidal:11,video:[0,1,12,17,22,24,26],view:[1,3,5,6,12,13,23,25,26],vii:[],viii:[],violat:8,virginica:9,viridi:[0,1,2,3,26],virtual:1,viscos:13,viscou:13,visibl:[],visibledeprecationwarn:2,visin:[],vision:[0,3],visual:[0,3,11,12,15,17,26,27],visualis:1,viz:[6,8,23],vjp:[2,13],vjp_argnum:[],vjpfun:[],vjpmaker:[],vjpnode:13,vjps_dict:[],vmap:13,vmax:[1,6],vmin:[1,6],voic:3,volum:[0,3,26],volume18:[],vote:[10,21],voting_clf:10,votingclassifi:10,votingsimpl:10,vs:[0,4,6],vspace:[2,13],vstack:[5,11,18,23,26,27],vt:[5,27],w1:8,w2:[8,11],w3:8,w:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,23,26,27],w_1:[8,18],w_1x_1:8,w_1x_:8,w_2:[8,18],w_2x_2:8,w_2x_:8,w_3:18,w_4:18,w_:[1,12],w_h:[],w_hidden:2,w_i:[1,2,10],w_ix_i:12,w_j:18,w_m:18,w_output:2,w_px_:8,w_px_p:8,wa:[0,1,3,4,5,6,7,10,11,12,13,14,18,19,26,27],wai:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,18,20,23,26,27],wait:[],walk:9,walker:23,wall:[],wang:[0,26],want:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,19,20,21,23,26,27],warn:[0,4,8],warrant:6,wast:3,watch:[3,4,17],wave:3,wavelet:8,we:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27],weak:[9,10,14],weakli:[],weather:[1,12],web:[17,22,24,26],weblink:20,webpag:26,websit:[6,18,19,22,26],wedg:[8,23],wednesdai:[24,26],wee:11,week:[0,5,6,7,19,20,21,22,24],weekli:[17,19,24,25,26],weight:[0,1,2,3,6,7,9,10,12,13,19,20,23],weight_arrai:[],weights_next:[],weigth:2,welcom:[8,17,21],well:[0,1,2,3,4,5,6,7,8,9,10,12,13,15,16,17,18,19,20,21,23,25,26,27],went:8,were:[0,1,3,4,5,6,7,8,10,11,12,14,23,26,27],wessel:[0,19,26,27],what:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23],whatev:3,when:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,26,27],whenev:[13,23],where:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,26,27],wherea:[6,23],wherein:[1,12],whether:[0,3,5,7,9,19,20,21,23,26],which:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27],whichev:[1,3],whilst:[],white:9,whiteboard:[],whiten:[],who:[0,22],whole:[1,3,4,5,9,11,13],whose:[0,6,10,23,27],whow:[11,27],whrn:[],why:[0,1,3,6,13,19],wide:[0,1,3,6,7,12,15,17,18,19,21,26],widehat:6,widespread:[],width:[0,3,8,9,26],width_index:[],wieringen:[0,19,26,27],wiki:[],wikipedia:[],win:10,wind:9,window:[],windows_out:[],wing:[24,26],winther:2,wiothout:[6,27],wiscons:7,wisconsin:[10,20],wisdom:6,wise:[0,1,5,12,13,27],wish:[0,2,5,7,8,11,13,14,18,19,20,21,26,27],with_std:[0,27],wither:6,within:[0,2,3,4,7,9,12,13,14,23,25,26],withinclust:14,without:[0,1,5,6,8,9,11,12,13,20,26,27],without_trac:[3,4],wo5dmep_bbi:[],won:[0,26],wonder:8,woodi:[],word:[0,1,3,4,5,6,7,14,23,26,27],work:[0,1,4,6,7,8,9,13,15,17,19,20,21,22,23,24,26,27],worker:[3,4],workshop:26,world:[0,8,27],worldwid:[0,26],wors:[0,1,3,4,6,26],worst:9,worth:9,worthi:[19,20,21],would:[0,1,3,5,6,7,8,9,10,11,12,13,18,19,20,21,23,26,27],wrap:[6,18,26],wrap_util:[2,13],wrapper:0,write:[0,1,2,3,5,6,7,8,12,13,15,16,18,19,21,26,27],written:[0,2,3,5,11,12,13,16,17,18,19,20,21,23,26,27],wrong:[1,8],wrongli:10,wrote:[5,11,27],wrt:[10,13],wth:[10,13],www:[17,18,19,20,21,25,26],wx_1:8,x0:8,x1:[4,8,9,10,13],x1_exampl:8,x1d:8,x2:[8,9,10,13],x2d:[8,11],x2d_train:11,x2dsl:11,x3:[8,9],x4:9,x:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,23,26],x_0:[0,5,11,18,26,27],x_1:[0,2,5,6,7,8,9,10,11,13,18,23,26,27],x_2:[0,2,5,6,7,8,9,10,11,13,18,23,26,27],x_3:[8,18,23],x_4:18,x_:[0,2,3,5,6,8,10,11,13,14,18,19,23,26,27],x_batch:[],x_batch_feedforward:[],x_batch_feedforward_shap:[],x_batch_pad:[],x_center:11,x_data:1,x_data_ful:1,x_hidden:2,x_i:[0,1,2,5,6,7,8,9,10,11,12,13,14,18,21,23,26,27],x_input:2,x_ix_:[0,26],x_iy_i:8,x_j:[0,2,8,9,12,16,23,27],x_jy_j:8,x_k:[12,14,18,23,27],x_l:23,x_m:[6,12,18,23],x_n:[0,2,3,6,8,11,12,13,18,23,26],x_new:[9,10],x_offset:[6,27],x_output:2,x_p:[3,7,9],x_poli:9,x_poly10:9,x_pred:4,x_prev:2,x_reduc:11,x_scale:8,x_small:13,x_test:[0,1,3,5,6,7,9,10,11,26,27],x_test_own:6,x_test_scal:[0,6,7,9,10,11,27],x_tot:4,x_train:[0,1,3,4,5,6,7,9,10,11,26,27],x_train_mean:[6,27],x_train_own:6,x_train_scal:[0,6,7,9,10,11,27],x_val:1,xarrai:[17,26],xavier:1,xbkjd4ccgq:26,xbnew:13,xcode:[0,15,17,19,21,26],xdclassiffierconfus:10,xdclassiffierroc:10,xg_clf:10,xgb:10,xgbclassifi:10,xgboost:[9,21],xgboot:10,xgbregressor:10,xgparam:10,xgtree:10,xi:[8,13],xi_1:8,xi_:8,xi_i:8,xinv:[],xk:8,xla:[3,4,13,17,26],xlabel:[0,1,2,3,4,5,6,7,8,9,10,13,19,23,26],xlim:[6,10],xm:9,xmesh:13,xnew:[0,13,26],xor:[],xp:23,xpanda:[0,27],xpd:[5,11,27],xplot:0,xs:9,xscale:[0,27],xsr:9,xt_x:13,xtest:6,xtick:[3,6,8,9],xtrain:6,xu:[0,26],xx:[0,18,21,26],xy:[0,6,8,18,19,26],xytext:8,xz:[18,26],y1:4,y2:4,y3:4,y:[0,1,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,23,26,27],y_0:[0,5,11,18,26,27],y_1:[0,5,8,9,11,13,18,26,27],y_1y_1:8,y_1y_1k:8,y_1y_2:8,y_1y_2k:8,y_1y_n:8,y_1y_nk:8,y_2:[0,5,8,9,11,18,26,27],y_2y_1:8,y_2y_1k:8,y_2y_2:8,y_2y_2k:8,y_3:[0,9,18],y_4:18,y_:[0,1,5,6,10,11,18,26,27],y_data:[0,1,5,6,26,27],y_data_ful:1,y_decis:8,y_fit:[0,27],y_i:[0,1,5,6,7,8,9,10,11,12,13,15,16,18,19,20,26,27],y_if_:10,y_ix_:[0,26],y_ix_i:[7,8,13,27],y_iy_jk:8,y_j:[6,8,12,19],y_k:12,y_m:18,y_model:[0,4,5,6,26,27],y_n:[8,13],y_ny_1:8,y_ny_1k:8,y_ny_2:8,y_ny_2k:8,y_ny_n:8,y_ny_nk:8,y_offset:[6,27],y_plot:9,y_pred1:9,y_pred2:9,y_pred:[0,1,4,6,7,8,9,10,27],y_pred_rf:10,y_pred_tre:10,y_proba:[7,10],y_scaler:6,y_test:[0,1,3,4,5,6,7,9,10,11,26,27],y_test_onehot:1,y_test_predict:0,y_test_scal:[],y_tot:4,y_train:[0,1,3,4,5,6,7,9,10,11,26,27],y_train_mean:[6,27],y_train_onehot:1,y_train_predict:0,y_train_scal:6,y_val:1,yadav:21,yand:[],ye:[3,6,7],year:[0,17,26],yet:[0,1,6,8,11,13,26],yi:13,yield:[0,2,5,6,8,10,12,13,14,18,23,26],yk:8,ylabel:[0,1,2,3,4,5,6,7,8,9,10,13,19,23,26],ylim:[3,6],ym:9,ymesh:13,yn:0,yo:[8,9,10],yor:[],yoshua:[1,25],you:[0,1,2,3,4,5,6,8,9,10,11,13,15,16,17,18,19,20,21,23,24,25,26,27],young:0,your:[1,2,4,5,6,8,11,13,17,18,19],yourself:[11,13,26],youtub:17,ypred:6,ypredict2:13,ypredict:[0,13,26,27],ypredictlasso:5,ypredictol:[0,5],ypredictown:[6,27],ypredictownridg:6,ypredictridg:[0,5,6],ypredictskl:[6,27],yridg:26,ys:9,ytest:6,ytick:[3,6,8,9],ytild:[0,6,26,27],ytilde_test_ol:[],ytilde_test_ridg:[],ytildelasso:5,ytildenp:[0,26,27],ytildeol:[0,5],ytildeownridg:6,ytilderidg:[5,6],ytrain:6,yuxi:26,yx:[18,26],yxor:[],yy:[18,26],yz:[18,26],z:[0,1,2,3,4,5,6,7,8,9,11,12,13,18,19,23,26,27],z_0:[18,26],z_1:[18,26],z_2:[18,26],z_:[1,2,12,18,26],z_c:1,z_h:1,z_hidden:2,z_i:[1,12],z_j:[1,12],z_k:[12,27],z_m:1,z_matric:[],z_matrix:[],z_mod:9,z_o:1,z_output:2,zaman:23,zaxi:[6,19],zero:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,18,19,23,26,27],zeros_lik:4,zeroth:27,zfill:4,zip:[2,4,6,13],zm_h:[0,26],zmq:[],zn:0,zone:0,zoom:26,zx:[18,26],zy:[18,26],zz:[18,26]},titles:["3. Linear Regression","14. Building a Feed Forward Neural Network","15. Solving Differential Equations with Deep Learning","16. Convolutional Neural Networks","17. Recurrent neural networks: Overarching view","4. Ridge and Lasso Regression","5. Resampling Methods","6. Logistic Regression","8. Support Vector Machines, overarching aims","9. Decision trees, overarching aims","10. Ensemble Methods: From a Single Tree to Many Trees and Extreme Boosting, Meet the Jungle of Methods","11. Basic ideas of the Principal Component Analysis (PCA)","13. Neural networks","7. Optimization, the central part of any Machine Learning algortithm","12. Clustering and Unsupervised Learning","Exercises week 34","Exercises week 35","Applied Data Analysis and Machine Learning","2. Linear Algebra, Handling of Arrays and more Python Features","Project 1 on Machine Learning, deadline October 9 (midnight), 2023","Project 2 on Machine Learning, deadline November 17 (Midnight)","Project 3 on Machine Learning, deadline December 18 (midnight), 2023","Teaching schedule with links to material","1. Elements of Probability Theory and Statistical Data Analysis","Teachers and Grading","Textbooks","Week 34: Introduction to the course, Logistics and Practicalities","Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression"],titleterms:{"1":[0,15,16,19,26,27],"12":[],"13":[],"14":[],"17":20,"18":21,"19":[],"2":[0,15,16,20,26,27],"2023":[19,21,24],"21":[],"23":[],"26":27,"3":[0,15,16,21,26,27],"31":[],"34":[15,26],"35":[16,27],"36":[],"37":[],"38":[],"39":[],"3d":[],"4":[0,27],"40":[],"41":[],"42":[],"43":[],"44":[],"45":[],"46":[],"47":[],"5":0,"7":[],"9":19,"case":[8,10,23,27],"class":[],"do":1,"final":[12,20,27],"function":[0,1,6,7,8,10,11,12,13,19,20,23,26,27],"import":[5,18,26,27],"long":[],"new":4,"short":[],"try":[],A:[0,1,4,8,9,26],AND:[],And:[26,27],But:[],For:27,If:[],In:24,Is:[],Ising:6,No:[],Not:[],OR:[],The:[0,1,2,3,5,6,7,8,9,11,12,17,21,26,27],Then:[],To:[26,27],With:4,about:[26,27],abov:[],access:[],activ:[1,12,20],ad:[0,6,19,26,27],adaboost:10,adagrad:13,adam:13,adapt:10,add:[],addit:[],adjust:1,advanc:[],adversari:4,after:[],again:[3,9],ai:26,aim:[8,9,26],aka:[26,27],al:[],algebra:[18,26],algorithm:[9,10,11,12,20,27],algortithm:13,all:8,allow:[],altern:21,an:[0,4,10,26],analys:[5,27],analysi:[0,5,6,11,17,19,20,23,26,27],analyt:[0,16],analyz:21,ani:13,anoth:9,appli:17,approach:[0,8,14,26],approxim:12,architectur:1,argument:[],arithmet:[],arrai:[18,26],artifici:[],assist:24,assumpt:[],attend:[],august:27,autocorrel:23,autoencod:[],autograd:[2,13],automat:13,avoid:[],b:[19,20,21],back:[1,11,12],background:[17,19,20],backpropag:[],backward:[],bag:10,base:13,basic:[0,5,7,9,10,11,18,21,27],batch:1,bay:5,bayesian:[],befor:11,begin:[],best:[],beta:[],better:8,between:[],bia:[6,19],bias:[],binari:1,bind:26,bird:10,bm:[],boldsymbol:27,boltzmann:[],boost:10,bootstrap:[6,10],boston:0,breast:1,brief:26,bring:12,build:[1,3,9],c:[19,20,21,26],calcul:27,can:26,cancer:[1,7,9,11],canva:[],cart:9,cell:[],center:27,central:[13,17,23],chain:12,challeng:[],chanel:[],chang:10,channel:26,chi:[0,26],choic:[],choos:1,cifar01:3,classic:11,classif:[1,9,10,20],classifi:8,clip:1,cluster:14,cnn:3,code:[0,1,2,5,9,11,12,13,14,20,26,27],coeffici:[],coin:[],collect:[1,3],combin:[],come:[],commun:26,compact:[],compar:[2,10],comparison:[],compet:[],compil:[],complet:27,complex:[0,6,19,21,27],complic:6,compon:11,comput:9,computation:[],computerlab:26,con:9,concept:23,condit:[],confid:[],conjug:13,connect:[],construct:[],content:[],continu:[],contn:26,convex:[8,13],convolut:[3,12],convolution2dlay:[],correctli:[],correl:[11,27],correspond:[],cost:[1,10,27],cours:[17,25,26],covari:[5,11,23,27],cover:26,critic:20,cross:[6,19],ct:[],cumul:[],curv:[],cython:26,d:[19,20,21],data:[0,1,3,6,7,9,11,15,16,17,19,21,23,26,27],dataset:[1,3],deadlin:[19,20,21,26],decai:2,decemb:21,decis:[9,10],decomposit:[5,11,18,27],deep:[1,2,26],deepen:[],defin:[1,21,26],definit:[],degre:[0,27],deliveri:[19,20,21],delta:[],demonstr:[],dens:[0,26],deriv:[5,12,27],descent:[2,10,13,20],descript:19,design:27,detail:[3,26],develop:1,diagon:11,did:[],differ:[8,20],different:[],differenti:[2,13,21],diffus:2,dimension:[2,3,8,19,27],directli:[],disadvantag:9,discord:[],discret:23,discuss:[],distinct:[],distribut:[5,23],distrubut:[],dnn:[],doe:27,domain:23,don:[],dot:[],down:1,dropout:1,dual:[],e:[19,20,21],each:[],easi:[],economi:27,effect:[],effici:[],effort:[],electron:[19,20,21],element:[0,23,26],elimin:18,energi:26,ensembl:10,entropi:9,environ:[0,15,26],equat:[0,2,12,21,26,27],error:[0,10,26,27],essenti:26,estim:[],et:[],etc:26,euler:2,evalu:[1,20],exam:[],exampl:[0,1,2,3,4,6,7,8,9,10,26,27],exercis:[0,6,15,16,26,27],expect:23,expens:[],experi:23,explain:[],explod:[],explor:[0,15,16,26],exponenti:2,express:27,extend:[],extrapol:4,extrem:[10,26],ey:10,f:[19,20],f_1:[],face:[],factor:[],fall:24,famili:[1,26,27],famou:18,fantast:27,featur:[9,18,27],feed:[1,12],file:[],find:[],fine:1,first:[4,12,20,26,27],fit:[0,10,26],fix:27,flatten:[],flow:[],fold:[],forc:3,forest:10,format:[19,20,21,26],forward:[1,2,12],four:[],fourier:3,frank:[6,19,27],freedom:[0,27],frequent:27,frequentist:[0,26],fridai:[],from:[5,10,12,20,27],full:2,fulli:[],funtion:[],further:[3,5,27],futur:[],g:19,gain:[],gan:4,gate:[],gaussian:18,gd:13,gener:[4,9,26],geometr:11,get:[],gini:9,github:[],go:[],goal:[],good:[0,26],goodfellow:[],grade:[24,26],gradient:[1,2,10,13,20],grid:[],group:[],grow:[],growth:2,ha:17,half:[],hand:[],handl:[18,26,27],happen:[],have:[],head:[],heard:[],heroic:[],hessian:27,hidden:2,histogram:[],homework:[],hour:[],hous:0,how:[],hyperbol:[],hyperparamet:1,hyperplan:8,i:1,id3:9,idea:11,ideal:[],ident:[],identifi:[],ii:26,iid:[],iii:[],illustr:[],imag:[],implement:1,implic:[5,27],impress:[],improv:1,includ:13,increment:11,independ:[],index:9,indic:[],inform:24,initi:[],input:2,insight:[],instal:[17,19,21,26],instructor:24,intellig:[],intercept:27,interest:[],interpret:[5,11,26,27],interv:[],introduc:[11,13,27],introduct:[0,6,17,18,19,20,21,26],invers:[5,18],invert:27,iter:10,its:27,iv:[],jacobian:27,jargon:[],jax:13,job:[],joint:[],judg:[],julia:26,jungl:10,jupyt:[],k:[],kei:[],kera:[1,3],kernel:[8,11],knowledg:[],l:[],lab:[],lagrangian:8,lambda:[],lasso:[5,6,19,27],last:27,later:[5,27],layer:[1,2,3,12],layout:[],learn:[0,1,2,11,13,14,15,16,17,19,20,21,26,27],least:[5,6,19,26,27],lectur:[26,27],level:10,librari:[17,26],like:[],likelihood:7,limit:[1,13,23],linear:[0,8,13,18,20,26,27],link:[5,11,22,25,27],list:[],literatur:[19,20],logist:[7,20,26],loop:[],loss:27,lstm:[],lu:18,machin:[0,8,13,17,19,20,21,26],made:[],mai:[],mail:[],main:[23,26],make:[0,9,10,15,16,26,27],mani:[10,12],manipul:27,margin:[],mass:26,materi:[22,26,27],math:[5,27],mathemat:[3,5,8,27],matric:[5,18,26],matrix:[1,5,11,12,18,26,27],matter:[0,26],max:27,maximum:[],me:[],mean:[0,27],measur:[],medic:[],meet:[5,10,23,26,27],memori:[],mercer:8,meta:[],method:[6,9,10,13,19,26],midnight:[19,20,21],min:27,mini:[],minibatch:[],minim:26,ml:26,mle:[],mlp:12,mnist:[3,4],model:[0,1,4,6,12,26],moment:[],momentum:13,mondai:27,moon:[8,9],more:[3,6,18,19,26,27],much:[],multi:[],multiclass:[],multilay:12,multipl:[1,3],multipli:8,need:[19,21,26],neg:[],network:[1,2,3,4,7,12,20,21,26],neural:[1,2,3,4,7,12,20,21,26],neuron:[],newton:[],nice:[],nn:[],node:[],noen:[],non:8,normal:[0,1],notat:12,note:27,notebook:[],novemb:20,now:[1,9,13],nuclear:[0,26],nueral:[],numba:26,number:[0,2,23,27],numer:[2,19,20,21,23],numpi:[18,26],object:3,obtain:11,octob:19,od:2,off:[6,19],ol:[5,6,19],one:[2,12],ones:[],oper:18,optim:[1,8,13,17,26,27],order:13,ordinari:[5,6,19,26,27],organ:[0,26],orient:[],oslo:25,other:[4,9,11,12,18,26,27],our:[0,4,5,11,13,26,27],out:[],outcom:[17,26],output:2,overarch:[0,4,8,9,26,27],overview:[10,26],own:[0,10,11,15,16,20,26,27],packag:[18,26],pad:[],panda:[26,27],paper:19,paramet:[26,27],part:[13,17,19,20,21,27],partial:[2,21],pass:1,path:21,pca:11,pdf:23,pencil:19,perceptron:12,perform:[1,9],period:3,perspect:1,pertin:[],plan:27,plot:[],point:4,poisson:2,polynomi:3,pool:[],popul:2,popular:26,posit:[],possibl:[],practic:[13,24,26],pre:[1,3],predict:4,predictor:[],prefer:[],prepar:[],preprocess:27,prerequisit:[3,17,26],present:[],princip:11,principl:3,print:[],pro:9,probabl:[5,23],problem:[1,2,13,21,26,27],procedur:[9,26],process:[1,3],product:[],program:[2,13,19,20,21],project:[6,19,20,21,26],prop:13,propag:[1,12],properti:[5,23,27],prune:[],python:[0,9,15,17,18,26],quantiti:[],quantum:[],question:[],quick:8,r:26,random:[10,11,23],raphson:[],rate:[],rbm:[],read:[9,26,27],real:[6,19,26],recogn:[],recommend:[26,27],rectangular:[],recurr:[4,12],recurs:[],reduc:[0,27],reduct:3,reformul:2,regress:[0,5,6,7,9,10,13,19,20,26,27],regressor:[],regular:1,reinforc:[],relat:27,relev:[25,27],relu:1,remark:3,remind:[6,8,26],repeat:27,repetit:[],replac:13,report:[19,20,21],repositori:[],repres:[],requir:[2,17],resampl:[6,19],rescal:6,research:[],residu:27,resourc:2,result:27,review:[],revisit:13,rewrit:[26,27],rewritten:[],ridg:[0,5,6,19,27],rm:13,rmsprop:[],rnn:[],roc:[],rule:12,run:[],s:[8,10],same:13,sampl:11,scale:27,scan:[],schedul:[22,26],schemat:9,scheme:2,scienc:26,scientif:[],scikit:[0,1,11,15,16,26,27],score:[],search:[],second:13,select:[],semest:24,sensit:[],separ:[],septemb:[],session:27,set:[0,2,3,9,12,15,21,26,27],setup:[],sever:[],sgd:13,share:[],sharp:[],should:1,sigmoid:[],similar:13,simpl:[0,4,9,13,26,27],singl:10,singular:[5,11,27],size:27,sketch:[],slept:[],slightli:[],so:[],social:[],soft:8,softmax:1,softwar:[19,21,26],solut:[],solv:[2,21],solver:13,some:[13,18,27],sound:[],specif:[],specifi:2,speed:[],split:[0,15,16,26,27],squar:[0,5,6,10,19,26,27],standard:[13,27],start:[],state:[0,26],statement:[],statist:[5,6,17,23,26],steepest:[10,13],step:20,still:27,stochast:[13,20,23],stop:[],stride:[],strong:[],strongli:26,structur:21,studi:[],subtract:27,suggest:26,sum:[],summari:[24,26],superposit:3,supervis:1,support:8,svd:[5,27],syntax:[],systemat:3,t:27,tabl:[],tail:[],taken:[],target:[],teach:[22,24],teacher:[24,26],technic:[],techniqu:[6,11,19],technolog:17,tensor:[],tensorflow:[1,3],tent:26,term:[],test:[0,1,15,16,20,26,27],text:26,textbook:[25,26],than:[],thank:[],thei:[],theorem:[5,8,11,12,23],theori:23,thi:26,thing:[],think:27,through:[],thursdai:[],time:[],tip:13,togeth:12,tool:26,top:1,topic:26,toss:[],toward:11,trade:[6,19],tradeoff:6,train:[0,1,4,15,16,26,27],transfer:[],transform:3,tree:[9,10],trial:[],tuesdai:[],tune:1,two:[3,8,17,19,27],type:[2,4,12,26],typic:[],uio:26,understand:[],unit:[],univers:[12,25],unsupervis:14,unsupport:[],up:[0,2,9,12,15,21,26,27],updat:[],us:[0,1,2,3,7,13,17,20,26,27],usag:[],valid:[6,19],valu:[5,11,23,27],vanish:[],vari:[],variabl:23,varianc:[6,19],variou:[0,15,20,26],vector:[8,12,18,26,27],veri:[],verifi:[],video:[],view:[0,4,10,27],visual:[1,9],volum:[],vote:[],vs:3,wa:[],wai:9,warm:[],wave:2,we:26,websit:[],wednesdai:[],week:[15,16,26,27],weekend:[],weekli:22,weight:[],well:[],what:[0,26,27],when:[],which:1,why:[26,27],wisconsin:7,wish:[],word:[],worri:[],would:[],wrap:27,write:[4,11,20],x:27,xgboost:10,xor:[],year:[],yet:[],you:[],your:[0,10,15,16,20,21,26,27],yourself:21,z_j:[],zero:[]}}) \ No newline at end of file diff --git a/doc/LectureNotes/_build/html/week35.html b/doc/LectureNotes/_build/html/week35.html index 92334651b..3137d8f9e 100644 --- a/doc/LectureNotes/_build/html/week35.html +++ b/doc/LectureNotes/_build/html/week35.html @@ -351,8 +351,8 @@ const thebe_selector_output = ".output, .cell_output"
  3. - - Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week + + For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week
  4. @@ -536,18 +536,8 @@ const thebe_selector_output = ".output, .cell_output"
  5. - - The Boston housing data example - -
  6. -
  7. - - Housing data, the code - -
  8. -
  9. - - Material for lecture Thursday, August 31 + + Material for lecture Monday, August 26
  10. @@ -746,8 +736,8 @@ const thebe_selector_output = ".output, .cell_output"
  11. - - Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week + + For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week
  12. @@ -931,18 +921,8 @@ const thebe_selector_output = ".output, .cell_output"
  13. - - The Boston housing data example - -
  14. -
  15. - - Housing data, the code - -
  16. -
  17. - - Material for lecture Thursday, August 31 + + Material for lecture Monday, August 26
  18. @@ -1121,14 +1101,14 @@ const thebe_selector_output = ".output, .cell_output" doconce format html week35.do.txt --no_mako -->

    Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression¶

    -

    Morten Hjorth-Jensen, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University

    -

    Date: August 26-30

    +

    Morten Hjorth-Jensen, Department of Physics, University of Oslo

    +

    Date: August 26-30, 2024

    Plans for week 35¶

    The main topics are:

    1. Brief repetition from last week

    2. -
    3. Derivation of the equations for ordinary least squares

    4. +
    5. Discussions of the equations for ordinary least squares

    6. Discussion on how to prepare data and examples of applications of linear regression

    7. Material for the lecture on Monday: Mathematical interpretations of linear regression

    8. Monday: Ridge and Lasso regression and Singular Value Decomposition

    9. @@ -1136,13 +1116,15 @@ doconce format html week35.do.txt --no_mako -->

      Reading recommendations:¶

        -
      1. See lecture notes for week 35 at https://compphysics.github.io/MachineLearning/doc/web/course.html

      2. +
      3. These lecture notes

      4. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)

      5. +
      6. Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4.

      7. +
      8. For exercise 1 of week 35, the book by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth on the Mathematics of Machine Learning, may be very relevant. In particular chapter 5 at URL”https://mml-book.github.io/” (section 5.5 on derivatives) is very useful for exercise 1 this coming week.

    -
    -

    Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week¶

    +
    +

    For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week¶

    We need first a reminder from last week about linear regression.

    Fitting a continuous function with linear parameterization in terms of the parameters \(\boldsymbol{\beta}\).

      @@ -1610,7 +1592,7 @@ Since we are not using Scikit-Learn here we can define our own
    -
    0.9952638231265687
    +
    0.9966579875073338
     
    @@ -1627,7 +1609,7 @@ Since we are not using Scikit-Learn here we can define our own
    -
    0.011761161707539526
    +
    0.007652435292578527
     
    @@ -1642,23 +1624,31 @@ Since we are not using Scikit-Learn here we can define our own
    -
    [0.00035753 0.04937621 0.02268114 0.03112297 0.01856502 0.05322899
    - 0.01397927 0.03999935 0.02508836 0.01834042 0.0652633  0.00887114
    - 0.01956921 0.01987248 0.06294313 0.01152476 0.00328431 0.03564082
    - 0.02337045 0.01743586 0.01278035 0.02400968 0.08388138 0.03270341
    - 0.00335956 0.01031903 0.09575469 0.00956774 0.00900879 0.01867985
    - 0.01191227 0.02090296 0.04045671 0.03582958 0.06692165 0.06615863
    - 0.06594872 0.03756493 0.00488992 0.01405237 0.00117071 0.0017567
    - 0.05006306 0.02545639 0.03456485 0.00373984 0.02576476 0.03530741
    - 0.00092902 0.0275742  0.05948007 0.01321652 0.18500705 0.00382166
    - 0.00327313 0.01853877 0.01771317 0.05293662 0.07199977 0.00836148
    - 0.01541649 0.00343257 0.00626797 0.05350297 0.01548272 0.05235058
    - 0.04310698 0.00225189 0.02356396 0.01690512 0.03467756 0.00064364
    - 0.02593596 0.00019607 0.0029508  0.0180194  0.06825695 0.01659559
    - 0.01971341 0.02012338 0.02241311 0.00135736 0.0095653  0.05695438
    - 0.00395659 0.07068033 0.02699873 0.00919237 0.02493299 0.00803115
    - 0.0293055  0.02178063 0.00594353 0.04081883 0.01325225 0.0386443
    - 0.01889695 0.02810253 0.0181166  0.01135924]
    +
    [3.25042813e-02 2.38298328e-02 2.64093905e-02 1.31145723e-02
    + 7.85640706e-02 2.08298871e-02 2.08187418e-02 6.69029803e-04
    + 2.18905573e-02 2.14957387e-02 2.32863661e-02 4.66181587e-03
    + 8.93710544e-03 2.89564974e-03 2.51647799e-03 3.61336683e-02
    + 1.11766707e-02 6.39623570e-02 7.54190070e-03 2.85193598e-03
    + 4.90018622e-02 1.46957262e-02 4.86592590e-02 9.69161166e-05
    + 1.11309850e-02 1.47605918e-02 1.80419748e-03 3.18023984e-02
    + 2.92063704e-02 3.53149684e-02 1.18573920e-02 3.32775737e-03
    + 1.71196799e-02 1.96079426e-02 1.69232893e-02 1.89273223e-02
    + 3.13021533e-02 2.96574402e-03 4.06270382e-02 4.92293994e-02
    + 1.07282462e-02 1.29064873e-02 8.37618253e-03 4.02472584e-02
    + 2.44637348e-02 1.00149403e-02 2.21129518e-02 2.30674822e-03
    + 4.87391702e-02 2.53371547e-02 8.26280707e-03 1.80203363e-02
    + 2.38115471e-02 7.62038116e-02 4.34816464e-02 3.92213792e-02
    + 6.68818255e-03 8.88623007e-03 8.28473779e-02 4.53859920e-02
    + 8.26121775e-02 4.67869899e-03 1.62034461e-02 2.78672237e-02
    + 8.98401894e-03 3.17303133e-02 3.51729923e-02 2.90612093e-03
    + 5.70221196e-03 3.49065324e-02 3.22091393e-02 2.15706394e-02
    + 1.40920261e-02 3.82602592e-03 4.59101492e-02 3.65313891e-02
    + 1.52725477e-02 3.05989176e-02 1.28347954e-03 3.00674454e-02
    + 8.92998014e-02 1.63727258e-02 3.77117804e-02 1.17886788e-02
    + 8.76071777e-02 4.11958697e-02 4.99322932e-03 7.57875488e-02
    + 1.16954396e-04 1.90884438e-02 1.41441328e-02 5.38923192e-02
    + 9.21237677e-03 1.36654107e-02 9.03904224e-04 9.90027459e-03
    + 3.01828101e-02 4.71038982e-02 3.87200322e-02 1.62397973e-02]
     
    @@ -1727,15 +1717,15 @@ but now splitting the data into a training set and a test set.

    -
    [ 2.00507876  0.39026883  3.20764972  2.73806921 -1.39609089]
    +
    [ 1.86544433  1.28573357  0.76075617  5.54611024 -2.45878472]
     Training R2
    -0.9972493421341901
    +0.9958543328528107
     Training MSE
    -0.007021475481484069
    +0.011031108072207247
     Test R2
    -0.9976639055733267
    +0.9958824304846606
     Test MSE
    -0.00575158411598985
    +0.006546368424400406
     
    @@ -2729,270 +2719,8 @@ back the intercept, we will get an MSE which then contains the intercept. This becomes more important when we discuss Ridge and Lasso regression next week.

    -
    -

    The Boston housing data example¶

    -

    The Boston housing
    -data set was originally a part of UCI Machine Learning Repository -and has been removed now. The data set is now included in Scikit-Learn’s -library. There are 506 samples and 13 feature (predictor) variables -in this data set. The objective is to predict the value of prices of -the house using the features (predictors) listed here.

    -

    The features/predictors are

    -
      -
    1. CRIM: Per capita crime rate by town

    2. -
    3. ZN: Proportion of residential land zoned for lots over 25000 square feet

    4. -
    5. INDUS: Proportion of non-retail business acres per town

    6. -
    7. CHAS: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)

    8. -
    9. NOX: Nitric oxide concentration (parts per 10 million)

    10. -
    11. RM: Average number of rooms per dwelling

    12. -
    13. AGE: Proportion of owner-occupied units built prior to 1940

    14. -
    15. DIS: Weighted distances to five Boston employment centers

    16. -
    17. RAD: Index of accessibility to radial highways

    18. -
    19. TAX: Full-value property tax rate per USD10000

    20. -
    21. B: \(1000(Bk - 0.63)^2\), where \(Bk\) is the proportion of [people of African American descent] by town

    22. -
    23. LSTAT: Percentage of lower status of the population

    24. -
    25. MEDV: Median value of owner-occupied homes in USD 1000s

    26. -
    -
    -
    -

    Housing data, the code¶

    -

    We start by importing the libraries

    -
    -
    -
    import numpy as np
    -import matplotlib.pyplot as plt 
    -
    -import pandas as pd  
    -import seaborn as sns
    -
    -
    -
    -
    -

    and load the Boston Housing DataSet from Scikit-Learn

    -
    -
    -
    from sklearn.datasets import load_boston
    -
    -boston_dataset = load_boston()
    -
    -# boston_dataset is a dictionary
    -# let's check what it contains
    -boston_dataset.keys()
    -
    -
    -
    -
    -
    ---------------------------------------------------------------------------
    -ImportError                               Traceback (most recent call last)
    -Cell In[16], line 1
    -----> 1 from sklearn.datasets import load_boston
    -      3 boston_dataset = load_boston()
    -      5 # boston_dataset is a dictionary
    -      6 # let's check what it contains
    -
    -File ~/miniforge3/envs/myenv/lib/python3.9/site-packages/sklearn/datasets/__init__.py:157, in __getattr__(name)
    -    108 if name == "load_boston":
    -    109     msg = textwrap.dedent("""
    -    110         `load_boston` has been removed from scikit-learn since version 1.2.
    -    111 
    -   (...)
    -    155         <https://www.researchgate.net/publication/4974606_Hedonic_housing_prices_and_the_demand_for_clean_air>
    -    156         """)
    ---> 157     raise ImportError(msg)
    -    158 try:
    -    159     return globals()[name]
    -
    -ImportError: 
    -`load_boston` has been removed from scikit-learn since version 1.2.
    -
    -The Boston housing prices dataset has an ethical problem: as
    -investigated in [1], the authors of this dataset engineered a
    -non-invertible variable "B" assuming that racial self-segregation had a
    -positive impact on house prices [2]. Furthermore the goal of the
    -research that led to the creation of this dataset was to study the
    -impact of air quality but it did not give adequate demonstration of the
    -validity of this assumption.
    -
    -The scikit-learn maintainers therefore strongly discourage the use of
    -this dataset unless the purpose of the code is to study and educate
    -about ethical issues in data science and machine learning.
    -
    -In this special case, you can fetch the dataset from the original
    -source::
    -
    -    import pandas as pd
    -    import numpy as np
    -
    -    data_url = "http://lib.stat.cmu.edu/datasets/boston"
    -    raw_df = pd.read_csv(data_url, sep="\s+", skiprows=22, header=None)
    -    data = np.hstack([raw_df.values[::2, :], raw_df.values[1::2, :2]])
    -    target = raw_df.values[1::2, 2]
    -
    -Alternative datasets include the California housing dataset and the
    -Ames housing dataset. You can load the datasets as follows::
    -
    -    from sklearn.datasets import fetch_california_housing
    -    housing = fetch_california_housing()
    -
    -for the California housing dataset and::
    -
    -    from sklearn.datasets import fetch_openml
    -    housing = fetch_openml(name="house_prices", as_frame=True)
    -
    -for the Ames housing dataset.
    -
    -[1] M Carlisle.
    -"Racist data destruction?"
    -<https://medium.com/@docintangible/racist-data-destruction-113e3eff54a8>
    -
    -[2] Harrison Jr, David, and Daniel L. Rubinfeld.
    -"Hedonic housing prices and the demand for clean air."
    -Journal of environmental economics and management 5.1 (1978): 81-102.
    -<https://www.researchgate.net/publication/4974606_Hedonic_housing_prices_and_the_demand_for_clean_air>
    -
    -
    -
    -
    -

    Then we invoke Pandas

    -
    -
    -
    boston = pd.DataFrame(boston_dataset.data, columns=boston_dataset.feature_names)
    -boston.head()
    -boston['MEDV'] = boston_dataset.target
    -
    -
    -
    -
    -

    and preprocess the data

    -
    -
    -
    # check for missing values in all the columns
    -boston.isnull().sum()
    -
    -
    -
    -
    -

    We can then visualize the data

    -
    -
    -
    # set the size of the figure
    -sns.set(rc={'figure.figsize':(11.7,8.27)})
    -
    -# plot a histogram showing the distribution of the target values
    -sns.distplot(boston['MEDV'], bins=30)
    -plt.show()
    -
    -
    -
    -
    -

    It is now useful to look at the correlation matrix

    -
    -
    -
    # compute the pair wise correlation for all columns  
    -correlation_matrix = boston.corr().round(2)
    -# use the heatmap function from seaborn to plot the correlation matrix
    -# annot = True to print the values inside the square
    -sns.heatmap(data=correlation_matrix, annot=True)
    -
    -
    -
    -
    -

    From the above coorelation plot we can see that MEDV is strongly correlated to LSTAT and RM. We see also that RAD and TAX are stronly correlated, but we don’t include this in our features together to avoid multi-colinearity

    -
    -
    -
    plt.figure(figsize=(20, 5))
    -
    -features = ['LSTAT', 'RM']
    -target = boston['MEDV']
    -
    -for i, col in enumerate(features):
    -    plt.subplot(1, len(features) , i+1)
    -    x = boston[col]
    -    y = target
    -    plt.scatter(x, y, marker='o')
    -    plt.title(col)
    -    plt.xlabel(col)
    -    plt.ylabel('MEDV')
    -
    -
    -
    -
    -

    Now we start training our model

    -
    -
    -
    X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM'])
    -Y = boston['MEDV']
    -
    -
    -
    -
    -

    We split the data into training and test sets

    -
    -
    -
    from sklearn.model_selection import train_test_split
    -
    -# splits the training and test data set in 80% : 20%
    -# assign random_state to any value.This ensures consistency.
    -X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, random_state=5)
    -print(X_train.shape)
    -print(X_test.shape)
    -print(Y_train.shape)
    -print(Y_test.shape)
    -
    -
    -
    -
    -

    Then we use the linear regression functionality from Scikit-Learn

    -
    -
    -
    from sklearn.linear_model import LinearRegression
    -from sklearn.metrics import mean_squared_error, r2_score
    -
    -lin_model = LinearRegression()
    -lin_model.fit(X_train, Y_train)
    -
    -# model evaluation for training set
    -
    -y_train_predict = lin_model.predict(X_train)
    -rmse = (np.sqrt(mean_squared_error(Y_train, y_train_predict)))
    -r2 = r2_score(Y_train, y_train_predict)
    -
    -print("The model performance for training set")
    -print("--------------------------------------")
    -print('RMSE is {}'.format(rmse))
    -print('R2 score is {}'.format(r2))
    -print("\n")
    -
    -# model evaluation for testing set
    -
    -y_test_predict = lin_model.predict(X_test)
    -# root mean square error of the model
    -rmse = (np.sqrt(mean_squared_error(Y_test, y_test_predict)))
    -
    -# r-squared score of the model
    -r2 = r2_score(Y_test, y_test_predict)
    -
    -print("The model performance for testing set")
    -print("--------------------------------------")
    -print('RMSE is {}'.format(rmse))
    -print('R2 score is {}'.format(r2))
    -
    -
    -
    -
    -
    -
    -
    # plotting the y_test vs y_pred
    -# ideally should have been a straight line
    -plt.scatter(Y_test, y_test_predict)
    -plt.show()
    -
    -
    -
    -
    -
    -
    -

    Material for lecture Thursday, August 31¶

    +
    +

    Material for lecture Monday, August 26¶

    Mathematical Interpretation of Ordinary Least Squares¶

    @@ -3268,6 +2996,25 @@ In general the economy-size SVD leads to less FLOPS and still conserving the des
    +
    +
    [[ 1. -1.]
    + [ 1. -1.]]
    +test U
    +[[0. 0.]
    + [0. 0.]]
    +test VT
    +[[0. 0.]
    + [0. 0.]]
    +[[-0.70710678 -0.70710678]
    + [-0.70710678  0.70710678]]
    +[2.00000000e+00 3.35470445e-17]
    +[[-0.70710678  0.70710678]
    + [ 0.70710678  0.70710678]]
    +[[-3.33066907e-16  4.44089210e-16]
    + [ 0.00000000e+00  2.22044605e-16]]
    +
    +
    +

    The matrix \(\boldsymbol{X}\) has columns that are linearly dependent. The first column is the row-wise sum of the other two columns. The rank of a @@ -3623,6 +3370,14 @@ covariance matrix through the np.linalg.eig() function.

+
+
0.10790125813226321
+4.340071371496255
+[[ 1.04193203  3.08165104]
+ [ 3.08165104 10.18383522]]
+
+
+
@@ -3658,6 +3413,14 @@ a more brute force way. Here we scale the mean values for each column of the des
+
+
0.08881497884574564
+1.7086067479626619
+[[1.         0.66080313]
+ [0.66080313 1.        ]]
+
+
+

We see that the matrix elements along the diagonal are one as they should be and that the matrix is symmetric. Furthermore, diagonalizing @@ -3686,6 +3449,34 @@ this matrix we easily see that it is a positive definite matrix.

+
+
[[-0.40620066 -2.01265755]
+ [ 0.01458611  0.37737221]
+ [-1.0895387  -3.65442354]
+ [ 0.2338675   1.12044974]
+ [ 0.4676059   1.54393936]
+ [-0.65891389 -3.16304863]
+ [-0.1715252   0.39197698]
+ [ 0.71142161  2.95511792]
+ [ 0.39214397  0.13069442]
+ [ 0.50655336  2.3105791 ]]
+          0         1
+0 -0.406201 -2.012658
+1  0.014586  0.377372
+2 -1.089539 -3.654424
+3  0.233868  1.120450
+4  0.467606  1.543939
+5 -0.658914 -3.163049
+6 -0.171525  0.391977
+7  0.711422  2.955118
+8  0.392144  0.130694
+9  0.506553  2.310579
+          0         1
+0  1.000000  0.952387
+1  0.952387  1.000000
+
+
+

We expand this model to the Franke function discussed above.

@@ -3739,6 +3530,43 @@ this matrix we easily see that it is a positive definite matrix.

+
+
     0         1         2         3         4         5         6         7   \
+0   0.0  0.000000  0.000000  0.000000  0.000000  0.000000  0.000000  0.000000   
+1   0.0  0.078974  0.081276  0.075889  0.077168  0.078540  0.065410  0.066474   
+2   0.0  0.081276  0.084076  0.078336  0.079946  0.081655  0.067707  0.069028   
+3   0.0  0.075889  0.078336  0.077460  0.078986  0.080616  0.069452  0.070737   
+4   0.0  0.077168  0.079946  0.078986  0.080764  0.082653  0.070986  0.072476   
+5   0.0  0.078540  0.081655  0.080616  0.082653  0.084809  0.072621  0.074323   
+6   0.0  0.065410  0.067707  0.069452  0.070986  0.072621  0.064074  0.065378   
+7   0.0  0.066474  0.069028  0.070737  0.072476  0.074323  0.065378  0.066854   
+8   0.0  0.067637  0.070457  0.072132  0.074084  0.076150  0.066787  0.068441   
+9   0.0  0.068906  0.072000  0.073644  0.075816  0.078110  0.068307  0.070146   
+10  0.0  0.055734  0.057835  0.060872  0.062337  0.063894  0.057393  0.058645   
+11  0.0  0.056683  0.058996  0.062016  0.063653  0.065390  0.058552  0.059951   
+12  0.0  0.057722  0.060254  0.063260  0.065077  0.066999  0.059807  0.061359   
+13  0.0  0.058854  0.061614  0.064609  0.066612  0.068727  0.061163  0.062874   
+14  0.0  0.060083  0.063080  0.066066  0.068264  0.070582  0.062624  0.064501   
+
+          8         9         10        11        12        13        14  
+0   0.000000  0.000000  0.000000  0.000000  0.000000  0.000000  0.000000  
+1   0.067637  0.068906  0.055734  0.056683  0.057722  0.058854  0.060083  
+2   0.070457  0.072000  0.057835  0.058996  0.060254  0.061614  0.063080  
+3   0.072132  0.073644  0.060872  0.062016  0.063260  0.064609  0.066066  
+4   0.074084  0.075816  0.062337  0.063653  0.065077  0.066612  0.068264  
+5   0.076150  0.078110  0.063894  0.065390  0.066999  0.068727  0.070582  
+6   0.066787  0.068307  0.057393  0.058552  0.059807  0.061163  0.062624  
+7   0.068441  0.070146  0.058645  0.059951  0.061359  0.062874  0.064501  
+8   0.070213  0.072111  0.059993  0.061452  0.063019  0.064699  0.066500  
+9   0.072111  0.074210  0.061443  0.063061  0.064793  0.066647  0.068629  
+10  0.059993  0.061443  0.052305  0.053417  0.054617  0.055910  0.057300  
+11  0.061452  0.063061  0.053417  0.054655  0.055987  0.057418  0.058952  
+12  0.063019  0.064793  0.054617  0.055987  0.057457  0.059031  0.060716  
+13  0.064699  0.066647  0.055910  0.057418  0.059031  0.060756  0.062599  
+14  0.066500  0.068629  0.057300  0.058952  0.060716  0.062599  0.064606  
+
+
+

We note here that the covariance is zero for the first rows and columns since all matrix elements in the design matrix were set to one diff --git a/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.ipynb b/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.ipynb index a70430253..cdf78568e 100644 --- a/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.ipynb +++ b/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "72dc0997", + "id": "a50ea987", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "8c591125", + "id": "291e6015", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "1ad21876", + "id": "141ff111", "metadata": { "editable": true }, @@ -39,7 +39,7 @@ }, { "cell_type": "markdown", - "id": "4eaa91e2", + "id": "32a1fc9e", "metadata": { "editable": true }, @@ -108,7 +108,7 @@ }, { "cell_type": "markdown", - "id": "360adb56", + "id": "f103f4c1", "metadata": { "editable": true }, @@ -122,32 +122,21 @@ { "cell_type": "code", "execution_count": 1, - "id": "278aa34f", + "id": "81c11edc", "metadata": { "collapsed": false, "editable": true }, - "outputs": [ - { - "ename": "NameError", - "evalue": "name 'np' is not defined", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[1], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m x \u001b[38;5;241m=\u001b[39m \u001b[43mnp\u001b[49m\u001b[38;5;241m.\u001b[39mrandom\u001b[38;5;241m.\u001b[39mrand(\u001b[38;5;241m100\u001b[39m,\u001b[38;5;241m1\u001b[39m)\n\u001b[1;32m 2\u001b[0m y \u001b[38;5;241m=\u001b[39m \u001b[38;5;241m2.0\u001b[39m\u001b[38;5;241m+\u001b[39m\u001b[38;5;241m5\u001b[39m\u001b[38;5;241m*\u001b[39mx\u001b[38;5;241m*\u001b[39mx\u001b[38;5;241m+\u001b[39m\u001b[38;5;241m0.1\u001b[39m\u001b[38;5;241m*\u001b[39mnp\u001b[38;5;241m.\u001b[39mrandom\u001b[38;5;241m.\u001b[39mrandn(\u001b[38;5;241m100\u001b[39m,\u001b[38;5;241m1\u001b[39m)\n", - "\u001b[0;31mNameError\u001b[0m: name 'np' is not defined" - ] - } - ], + "outputs": [], "source": [ + "import numpy as np\n", "x = np.random.rand(100,1)\n", "y = 2.0+5*x*x+0.1*np.random.randn(100,1)" ] }, { "cell_type": "markdown", - "id": "1ff20e45", + "id": "970bd604", "metadata": { "editable": true }, @@ -161,7 +150,7 @@ }, { "cell_type": "markdown", - "id": "e8809de1", + "id": "bda3ed04", "metadata": { "editable": true }, @@ -174,7 +163,7 @@ }, { "cell_type": "markdown", - "id": "8c9e5277", + "id": "ca995691", "metadata": { "editable": true }, @@ -185,7 +174,7 @@ }, { "cell_type": "markdown", - "id": "85a5881c", + "id": "27cbfeed", "metadata": { "editable": true }, @@ -197,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "4fb35d0d", + "id": "9e063f6d", "metadata": { "editable": true }, @@ -207,7 +196,7 @@ }, { "cell_type": "markdown", - "id": "608f9780", + "id": "e582c2bb", "metadata": { "editable": true }, @@ -219,7 +208,7 @@ }, { "cell_type": "markdown", - "id": "014bbc09", + "id": "59e0ed7a", "metadata": { "editable": true }, @@ -230,7 +219,7 @@ }, { "cell_type": "markdown", - "id": "f28863ad", + "id": "051e71aa", "metadata": { "editable": true }, @@ -249,7 +238,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "85f75a99", + "id": "c82d8b64", "metadata": { "collapsed": false, "editable": true @@ -265,7 +254,7 @@ }, { "cell_type": "markdown", - "id": "bee8d814", + "id": "3e810bba", "metadata": { "editable": true }, @@ -275,7 +264,7 @@ }, { "cell_type": "markdown", - "id": "7c94f8bd", + "id": "c1198fce", "metadata": { "editable": true }, @@ -286,7 +275,7 @@ }, { "cell_type": "markdown", - "id": "c0e789dd", + "id": "1b0cea0a", "metadata": { "editable": true }, @@ -298,7 +287,7 @@ }, { "cell_type": "markdown", - "id": "5ee1d70e", + "id": "5194ba08", "metadata": { "editable": true }, diff --git a/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.py b/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.py index 088a52f36..6b944b9d6 100644 --- a/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.py +++ b/doc/LectureNotes/_build/jupyter_execute/exercisesweek34.py @@ -83,6 +83,7 @@ # In[1]: +import numpy as np x = np.random.rand(100,1) y = 2.0+5*x*x+0.1*np.random.randn(100,1) diff --git a/doc/LectureNotes/_build/jupyter_execute/week35.ipynb b/doc/LectureNotes/_build/jupyter_execute/week35.ipynb index 9a9f8529f..22fc6c63c 100644 --- a/doc/LectureNotes/_build/jupyter_execute/week35.ipynb +++ b/doc/LectureNotes/_build/jupyter_execute/week35.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "ea977b24", + "id": "0e8171d8", "metadata": { "editable": true }, @@ -14,20 +14,20 @@ }, { "cell_type": "markdown", - "id": "a247218b", + "id": "d54fb4b6", "metadata": { "editable": true }, "source": [ "# Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression\n", - "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n", + "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo\n", "\n", - "Date: **August 26-30**" + "Date: **August 26-30, 2024**" ] }, { "cell_type": "markdown", - "id": "f234b76d", + "id": "359ef523", "metadata": { "editable": true }, @@ -38,7 +38,7 @@ "\n", "1. Brief repetition from last week\n", "\n", - "2. Derivation of the equations for ordinary least squares\n", + "2. Discussions of the equations for ordinary least squares\n", "\n", "3. Discussion on how to prepare data and examples of applications of linear regression\n", "\n", @@ -49,26 +49,30 @@ }, { "cell_type": "markdown", - "id": "86d0671f", + "id": "76ab9350", "metadata": { "editable": true }, "source": [ "### Reading recommendations:\n", "\n", - "1. See lecture notes for week 35 at \n", + "1. These lecture notes\n", "\n", - "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)" + "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)\n", + "\n", + "3. Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4.\n", + "\n", + "4. For exercise 1 of week 35, the book by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth on the Mathematics of Machine Learning, may be very relevant. In particular chapter 5 at URL\"https://mml-book.github.io/\" (section 5.5 on derivatives) is very useful for exercise 1 this coming week." ] }, { "cell_type": "markdown", - "id": "0b0bc0ec", + "id": "231f16d6", "metadata": { "editable": true }, "source": [ - "## Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", + "## For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", "\n", "We need first a reminder from last week about linear regression. \n", "\n", @@ -97,7 +101,7 @@ }, { "cell_type": "markdown", - "id": "c30cfd06", + "id": "a163dea4", "metadata": { "editable": true }, @@ -113,7 +117,7 @@ }, { "cell_type": "markdown", - "id": "59d6452b", + "id": "e30d7141", "metadata": { "editable": true }, @@ -125,7 +129,7 @@ }, { "cell_type": "markdown", - "id": "8649d84d", + "id": "1e391e10", "metadata": { "editable": true }, @@ -135,7 +139,7 @@ }, { "cell_type": "markdown", - "id": "aaa65f06", + "id": "440e1f2a", "metadata": { "editable": true }, @@ -147,7 +151,7 @@ }, { "cell_type": "markdown", - "id": "cc43802e", + "id": "4f920c69", "metadata": { "editable": true }, @@ -168,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "53877600", + "id": "179c4cba", "metadata": { "editable": true }, @@ -180,7 +184,7 @@ }, { "cell_type": "markdown", - "id": "bc4478fc", + "id": "82d6dd48", "metadata": { "editable": true }, @@ -193,7 +197,7 @@ }, { "cell_type": "markdown", - "id": "64bc2ac2", + "id": "fb67db20", "metadata": { "editable": true }, @@ -205,7 +209,7 @@ }, { "cell_type": "markdown", - "id": "d7b7d1d1", + "id": "406fe296", "metadata": { "editable": true }, @@ -217,7 +221,7 @@ }, { "cell_type": "markdown", - "id": "f34563f6", + "id": "7ca59383", "metadata": { "editable": true }, @@ -227,7 +231,7 @@ }, { "cell_type": "markdown", - "id": "1dbad69a", + "id": "59b8cb83", "metadata": { "editable": true }, @@ -239,7 +243,7 @@ }, { "cell_type": "markdown", - "id": "2a16de00", + "id": "5e10e269", "metadata": { "editable": true }, @@ -252,7 +256,7 @@ }, { "cell_type": "markdown", - "id": "07115e56", + "id": "c8f4a461", "metadata": { "editable": true }, @@ -264,7 +268,7 @@ }, { "cell_type": "markdown", - "id": "b90655a4", + "id": "8299a747", "metadata": { "editable": true }, @@ -274,7 +278,7 @@ }, { "cell_type": "markdown", - "id": "2ac208f1", + "id": "e3adcb3e", "metadata": { "editable": true }, @@ -286,7 +290,7 @@ }, { "cell_type": "markdown", - "id": "a8197640", + "id": "a48bfab5", "metadata": { "editable": true }, @@ -298,7 +302,7 @@ }, { "cell_type": "markdown", - "id": "7c72baae", + "id": "87754669", "metadata": { "editable": true }, @@ -309,7 +313,7 @@ }, { "cell_type": "markdown", - "id": "3c595093", + "id": "c4980f00", "metadata": { "editable": true }, @@ -321,7 +325,7 @@ }, { "cell_type": "markdown", - "id": "4dab1f87", + "id": "1a1adcd3", "metadata": { "editable": true }, @@ -340,7 +344,7 @@ }, { "cell_type": "markdown", - "id": "2a85bd46", + "id": "8d4dd262", "metadata": { "editable": true }, @@ -353,7 +357,7 @@ }, { "cell_type": "markdown", - "id": "5500dd61", + "id": "2215a906", "metadata": { "editable": true }, @@ -363,7 +367,7 @@ }, { "cell_type": "markdown", - "id": "0072db82", + "id": "d293ee98", "metadata": { "editable": true }, @@ -375,7 +379,7 @@ }, { "cell_type": "markdown", - "id": "078ec23d", + "id": "cc42ead9", "metadata": { "editable": true }, @@ -385,7 +389,7 @@ }, { "cell_type": "markdown", - "id": "cc1760bc", + "id": "fb13cd8b", "metadata": { "editable": true }, @@ -397,7 +401,7 @@ }, { "cell_type": "markdown", - "id": "73d00905", + "id": "fc02a912", "metadata": { "editable": true }, @@ -407,7 +411,7 @@ }, { "cell_type": "markdown", - "id": "50dff40b", + "id": "82afab7b", "metadata": { "editable": true }, @@ -419,7 +423,7 @@ }, { "cell_type": "markdown", - "id": "622bf5f5", + "id": "843ade9a", "metadata": { "editable": true }, @@ -430,7 +434,7 @@ }, { "cell_type": "markdown", - "id": "48bfcf85", + "id": "e955afa1", "metadata": { "editable": true }, @@ -442,7 +446,7 @@ }, { "cell_type": "markdown", - "id": "07c395fe", + "id": "61e860cd", "metadata": { "editable": true }, @@ -452,7 +456,7 @@ }, { "cell_type": "markdown", - "id": "d3ccdcb0", + "id": "93d2b6e6", "metadata": { "editable": true }, @@ -464,7 +468,7 @@ }, { "cell_type": "markdown", - "id": "c1ef9741", + "id": "adfd7e62", "metadata": { "editable": true }, @@ -474,7 +478,7 @@ }, { "cell_type": "markdown", - "id": "1646a521", + "id": "1663846c", "metadata": { "editable": true }, @@ -486,7 +490,7 @@ }, { "cell_type": "markdown", - "id": "daa11d84", + "id": "12dd4571", "metadata": { "editable": true }, @@ -506,7 +510,7 @@ }, { "cell_type": "markdown", - "id": "78b271ce", + "id": "57f81768", "metadata": { "editable": true }, @@ -533,7 +537,7 @@ }, { "cell_type": "markdown", - "id": "9482d4e6", + "id": "7f129030", "metadata": { "editable": true }, @@ -545,7 +549,7 @@ }, { "cell_type": "markdown", - "id": "c7787334", + "id": "6c35b0ba", "metadata": { "editable": true }, @@ -557,7 +561,7 @@ }, { "cell_type": "markdown", - "id": "a7c6c6e4", + "id": "162c4ffd", "metadata": { "editable": true }, @@ -573,7 +577,7 @@ }, { "cell_type": "markdown", - "id": "dc9f4b6f", + "id": "84eee206", "metadata": { "editable": true }, @@ -591,7 +595,7 @@ }, { "cell_type": "markdown", - "id": "dbb092e9", + "id": "832f9fc3", "metadata": { "editable": true }, @@ -603,7 +607,7 @@ }, { "cell_type": "markdown", - "id": "47f695d0", + "id": "43a78640", "metadata": { "editable": true }, @@ -615,7 +619,7 @@ }, { "cell_type": "markdown", - "id": "6ff6f849", + "id": "7fbfd556", "metadata": { "editable": true }, @@ -626,7 +630,7 @@ }, { "cell_type": "markdown", - "id": "3fab9d8e", + "id": "f0b01c52", "metadata": { "editable": true }, @@ -638,7 +642,7 @@ }, { "cell_type": "markdown", - "id": "230d417b", + "id": "fb5c1bd7", "metadata": { "editable": true }, @@ -648,7 +652,7 @@ }, { "cell_type": "markdown", - "id": "ae3eea03", + "id": "9a0a695d", "metadata": { "editable": true }, @@ -660,7 +664,7 @@ }, { "cell_type": "markdown", - "id": "97d7d08a", + "id": "87e15057", "metadata": { "editable": true }, @@ -674,7 +678,7 @@ }, { "cell_type": "markdown", - "id": "dbcabc11", + "id": "fca1498a", "metadata": { "editable": true }, @@ -686,7 +690,7 @@ }, { "cell_type": "markdown", - "id": "7278dcbd", + "id": "b8c63be2", "metadata": { "editable": true }, @@ -698,7 +702,7 @@ }, { "cell_type": "markdown", - "id": "c16d222a", + "id": "2ddd0ffc", "metadata": { "editable": true }, @@ -710,7 +714,7 @@ }, { "cell_type": "markdown", - "id": "0d85444e", + "id": "509d2ab6", "metadata": { "editable": true }, @@ -720,7 +724,7 @@ }, { "cell_type": "markdown", - "id": "4d26bab6", + "id": "bb492979", "metadata": { "editable": true }, @@ -732,7 +736,7 @@ }, { "cell_type": "markdown", - "id": "b6d57fdf", + "id": "ca02a149", "metadata": { "editable": true }, @@ -744,7 +748,7 @@ }, { "cell_type": "markdown", - "id": "7a78e5dc", + "id": "782c5c3d", "metadata": { "editable": true }, @@ -756,7 +760,7 @@ }, { "cell_type": "markdown", - "id": "6231367b", + "id": "749d69a8", "metadata": { "editable": true }, @@ -770,7 +774,7 @@ }, { "cell_type": "markdown", - "id": "ab068594", + "id": "e2910da5", "metadata": { "editable": true }, @@ -782,7 +786,7 @@ }, { "cell_type": "markdown", - "id": "07d2f06b", + "id": "effa9035", "metadata": { "editable": true }, @@ -794,7 +798,7 @@ }, { "cell_type": "markdown", - "id": "d2382139", + "id": "89e33e6e", "metadata": { "editable": true }, @@ -806,7 +810,7 @@ }, { "cell_type": "markdown", - "id": "7d063f00", + "id": "5a0e8a3b", "metadata": { "editable": true }, @@ -816,7 +820,7 @@ }, { "cell_type": "markdown", - "id": "5e119075", + "id": "12119d38", "metadata": { "editable": true }, @@ -828,7 +832,7 @@ }, { "cell_type": "markdown", - "id": "700eaedb", + "id": "b8e2462f", "metadata": { "editable": true }, @@ -838,7 +842,7 @@ }, { "cell_type": "markdown", - "id": "51e05fca", + "id": "ba9fdb35", "metadata": { "editable": true }, @@ -850,7 +854,7 @@ }, { "cell_type": "markdown", - "id": "bba7f463", + "id": "ac7406a7", "metadata": { "editable": true }, @@ -860,7 +864,7 @@ }, { "cell_type": "markdown", - "id": "601577cc", + "id": "01329146", "metadata": { "editable": true }, @@ -872,7 +876,7 @@ }, { "cell_type": "markdown", - "id": "ea31952c", + "id": "3575ca3b", "metadata": { "editable": true }, @@ -884,7 +888,7 @@ }, { "cell_type": "markdown", - "id": "fc6c86a7", + "id": "bda9dbe5", "metadata": { "editable": true }, @@ -896,7 +900,7 @@ }, { "cell_type": "markdown", - "id": "ffe09390", + "id": "a50cda13", "metadata": { "editable": true }, @@ -911,7 +915,7 @@ }, { "cell_type": "markdown", - "id": "22f4970c", + "id": "98a5bfd3", "metadata": { "editable": true }, @@ -923,7 +927,7 @@ }, { "cell_type": "markdown", - "id": "4ba751cb", + "id": "29825b92", "metadata": { "editable": true }, @@ -933,7 +937,7 @@ }, { "cell_type": "markdown", - "id": "87052e13", + "id": "98cd166a", "metadata": { "editable": true }, @@ -945,7 +949,7 @@ }, { "cell_type": "markdown", - "id": "e24dea19", + "id": "ac113691", "metadata": { "editable": true }, @@ -955,7 +959,7 @@ }, { "cell_type": "markdown", - "id": "6b52c737", + "id": "4885434d", "metadata": { "editable": true }, @@ -967,7 +971,7 @@ }, { "cell_type": "markdown", - "id": "904b93aa", + "id": "0be054ab", "metadata": { "editable": true }, @@ -977,7 +981,7 @@ }, { "cell_type": "markdown", - "id": "439e197d", + "id": "56bd4473", "metadata": { "editable": true }, @@ -989,7 +993,7 @@ }, { "cell_type": "markdown", - "id": "f5658ed9", + "id": "f7696e03", "metadata": { "editable": true }, @@ -1001,7 +1005,7 @@ }, { "cell_type": "markdown", - "id": "6f99984d", + "id": "52b3aee8", "metadata": { "editable": true }, @@ -1013,7 +1017,7 @@ }, { "cell_type": "markdown", - "id": "eeb1373c", + "id": "5ae5b749", "metadata": { "editable": true }, @@ -1023,7 +1027,7 @@ }, { "cell_type": "markdown", - "id": "f3c557ba", + "id": "ad4d9e92", "metadata": { "editable": true }, @@ -1035,7 +1039,7 @@ }, { "cell_type": "markdown", - "id": "412789d5", + "id": "593fb36f", "metadata": { "editable": true }, @@ -1048,7 +1052,7 @@ }, { "cell_type": "markdown", - "id": "65fbbb29", + "id": "49bdf172", "metadata": { "editable": true }, @@ -1060,7 +1064,7 @@ }, { "cell_type": "markdown", - "id": "f4cd65e4", + "id": "2fb6ff7e", "metadata": { "editable": true }, @@ -1070,7 +1074,7 @@ }, { "cell_type": "markdown", - "id": "9ee329c3", + "id": "5dbcf369", "metadata": { "editable": true }, @@ -1082,7 +1086,7 @@ }, { "cell_type": "markdown", - "id": "47023d81", + "id": "317f4f66", "metadata": { "editable": true }, @@ -1092,7 +1096,7 @@ }, { "cell_type": "markdown", - "id": "40d4cc36", + "id": "2b3b5bf8", "metadata": { "editable": true }, @@ -1104,7 +1108,7 @@ }, { "cell_type": "markdown", - "id": "e266851f", + "id": "482872ec", "metadata": { "editable": true }, @@ -1114,7 +1118,7 @@ }, { "cell_type": "markdown", - "id": "f4d0941c", + "id": "cbfa31c1", "metadata": { "editable": true }, @@ -1126,7 +1130,7 @@ }, { "cell_type": "markdown", - "id": "6f4b2a9d", + "id": "29d719aa", "metadata": { "editable": true }, @@ -1136,7 +1140,7 @@ }, { "cell_type": "markdown", - "id": "62cab30b", + "id": "d09f28c9", "metadata": { "editable": true }, @@ -1148,7 +1152,7 @@ }, { "cell_type": "markdown", - "id": "4c8c6398", + "id": "b563a46a", "metadata": { "editable": true }, @@ -1158,7 +1162,7 @@ }, { "cell_type": "markdown", - "id": "f9c6ab8a", + "id": "cfb14c2e", "metadata": { "editable": true }, @@ -1170,7 +1174,7 @@ }, { "cell_type": "markdown", - "id": "b7945d33", + "id": "55d73d59", "metadata": { "editable": true }, @@ -1182,7 +1186,7 @@ }, { "cell_type": "markdown", - "id": "80421efe", + "id": "0d302953", "metadata": { "editable": true }, @@ -1194,7 +1198,7 @@ }, { "cell_type": "markdown", - "id": "cc1fb4bf", + "id": "3134df8b", "metadata": { "editable": true }, @@ -1206,7 +1210,7 @@ }, { "cell_type": "markdown", - "id": "c149bd15", + "id": "f7a379d8", "metadata": { "editable": true }, @@ -1218,7 +1222,7 @@ }, { "cell_type": "markdown", - "id": "4aeb6fad", + "id": "625b988b", "metadata": { "editable": true }, @@ -1234,7 +1238,7 @@ }, { "cell_type": "markdown", - "id": "fecdf631", + "id": "9ad87f84", "metadata": { "editable": true }, @@ -1246,7 +1250,7 @@ }, { "cell_type": "markdown", - "id": "7ffbaccd", + "id": "c09b142d", "metadata": { "editable": true }, @@ -1256,7 +1260,7 @@ }, { "cell_type": "markdown", - "id": "ba12c9f2", + "id": "87e150ea", "metadata": { "editable": true }, @@ -1268,7 +1272,7 @@ }, { "cell_type": "markdown", - "id": "871cfd8e", + "id": "df00240d", "metadata": { "editable": true }, @@ -1286,7 +1290,7 @@ }, { "cell_type": "markdown", - "id": "0ad332cd", + "id": "8fdbd7f8", "metadata": { "editable": true }, @@ -1298,7 +1302,7 @@ }, { "cell_type": "markdown", - "id": "5e7042e9", + "id": "238c7bd8", "metadata": { "editable": true }, @@ -1310,7 +1314,7 @@ }, { "cell_type": "markdown", - "id": "43b825ce", + "id": "18a876fb", "metadata": { "editable": true }, @@ -1320,7 +1324,7 @@ }, { "cell_type": "markdown", - "id": "58a4ed44", + "id": "ef14c409", "metadata": { "editable": true }, @@ -1332,7 +1336,7 @@ }, { "cell_type": "markdown", - "id": "202c5775", + "id": "13723af9", "metadata": { "editable": true }, @@ -1342,7 +1346,7 @@ }, { "cell_type": "markdown", - "id": "0eab64e4", + "id": "4d4ffe70", "metadata": { "editable": true }, @@ -1354,7 +1358,7 @@ }, { "cell_type": "markdown", - "id": "d17063fa", + "id": "6d044514", "metadata": { "editable": true }, @@ -1364,7 +1368,7 @@ }, { "cell_type": "markdown", - "id": "02cca57e", + "id": "63c7644a", "metadata": { "editable": true }, @@ -1378,7 +1382,7 @@ }, { "cell_type": "markdown", - "id": "d5a0e65b", + "id": "c2dbbf59", "metadata": { "editable": true }, @@ -1390,7 +1394,7 @@ }, { "cell_type": "markdown", - "id": "03f47788", + "id": "c972290a", "metadata": { "editable": true }, @@ -1401,7 +1405,7 @@ }, { "cell_type": "markdown", - "id": "ab07b7cf", + "id": "141194f9", "metadata": { "editable": true }, @@ -1414,7 +1418,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "f51e672d", + "id": "015492ec", "metadata": { "collapsed": false, "editable": true @@ -1441,7 +1445,7 @@ }, { "cell_type": "markdown", - "id": "e44be45e", + "id": "1d13253b", "metadata": { "editable": true }, @@ -1452,7 +1456,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "b4786589", + "id": "a85b890a", "metadata": { "collapsed": false, "editable": true @@ -1465,7 +1469,7 @@ }, { "cell_type": "markdown", - "id": "af2dcc52", + "id": "08eee60c", "metadata": { "editable": true }, @@ -1479,7 +1483,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "2bc65bc5", + "id": "06c7d473", "metadata": { "collapsed": false, "editable": true @@ -1492,7 +1496,7 @@ }, { "cell_type": "markdown", - "id": "46bda600", + "id": "8a9eb7fd", "metadata": { "editable": true }, @@ -1503,7 +1507,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "9bdae7bf", + "id": "44804614", "metadata": { "collapsed": false, "editable": true @@ -1513,7 +1517,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.9952638231265687\n" + "0.9966579875073338\n" ] } ], @@ -1523,7 +1527,7 @@ }, { "cell_type": "markdown", - "id": "64eeaaef", + "id": "3c36f7b4", "metadata": { "editable": true }, @@ -1534,7 +1538,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "cafbda91", + "id": "128cc3f9", "metadata": { "collapsed": false, "editable": true @@ -1544,7 +1548,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "0.011761161707539526\n" + "0.007652435292578527\n" ] } ], @@ -1558,7 +1562,7 @@ }, { "cell_type": "markdown", - "id": "831a5888", + "id": "f0555b78", "metadata": { "editable": true }, @@ -1569,7 +1573,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "90f6a538", + "id": "f482d41d", "metadata": { "collapsed": false, "editable": true @@ -1579,23 +1583,31 @@ "name": "stdout", "output_type": "stream", "text": [ - "[0.00035753 0.04937621 0.02268114 0.03112297 0.01856502 0.05322899\n", - " 0.01397927 0.03999935 0.02508836 0.01834042 0.0652633 0.00887114\n", - " 0.01956921 0.01987248 0.06294313 0.01152476 0.00328431 0.03564082\n", - " 0.02337045 0.01743586 0.01278035 0.02400968 0.08388138 0.03270341\n", - " 0.00335956 0.01031903 0.09575469 0.00956774 0.00900879 0.01867985\n", - " 0.01191227 0.02090296 0.04045671 0.03582958 0.06692165 0.06615863\n", - " 0.06594872 0.03756493 0.00488992 0.01405237 0.00117071 0.0017567\n", - " 0.05006306 0.02545639 0.03456485 0.00373984 0.02576476 0.03530741\n", - " 0.00092902 0.0275742 0.05948007 0.01321652 0.18500705 0.00382166\n", - " 0.00327313 0.01853877 0.01771317 0.05293662 0.07199977 0.00836148\n", - " 0.01541649 0.00343257 0.00626797 0.05350297 0.01548272 0.05235058\n", - " 0.04310698 0.00225189 0.02356396 0.01690512 0.03467756 0.00064364\n", - " 0.02593596 0.00019607 0.0029508 0.0180194 0.06825695 0.01659559\n", - " 0.01971341 0.02012338 0.02241311 0.00135736 0.0095653 0.05695438\n", - " 0.00395659 0.07068033 0.02699873 0.00919237 0.02493299 0.00803115\n", - " 0.0293055 0.02178063 0.00594353 0.04081883 0.01325225 0.0386443\n", - " 0.01889695 0.02810253 0.0181166 0.01135924]\n" + "[3.25042813e-02 2.38298328e-02 2.64093905e-02 1.31145723e-02\n", + " 7.85640706e-02 2.08298871e-02 2.08187418e-02 6.69029803e-04\n", + " 2.18905573e-02 2.14957387e-02 2.32863661e-02 4.66181587e-03\n", + " 8.93710544e-03 2.89564974e-03 2.51647799e-03 3.61336683e-02\n", + " 1.11766707e-02 6.39623570e-02 7.54190070e-03 2.85193598e-03\n", + " 4.90018622e-02 1.46957262e-02 4.86592590e-02 9.69161166e-05\n", + " 1.11309850e-02 1.47605918e-02 1.80419748e-03 3.18023984e-02\n", + " 2.92063704e-02 3.53149684e-02 1.18573920e-02 3.32775737e-03\n", + " 1.71196799e-02 1.96079426e-02 1.69232893e-02 1.89273223e-02\n", + " 3.13021533e-02 2.96574402e-03 4.06270382e-02 4.92293994e-02\n", + " 1.07282462e-02 1.29064873e-02 8.37618253e-03 4.02472584e-02\n", + " 2.44637348e-02 1.00149403e-02 2.21129518e-02 2.30674822e-03\n", + " 4.87391702e-02 2.53371547e-02 8.26280707e-03 1.80203363e-02\n", + " 2.38115471e-02 7.62038116e-02 4.34816464e-02 3.92213792e-02\n", + " 6.68818255e-03 8.88623007e-03 8.28473779e-02 4.53859920e-02\n", + " 8.26121775e-02 4.67869899e-03 1.62034461e-02 2.78672237e-02\n", + " 8.98401894e-03 3.17303133e-02 3.51729923e-02 2.90612093e-03\n", + " 5.70221196e-03 3.49065324e-02 3.22091393e-02 2.15706394e-02\n", + " 1.40920261e-02 3.82602592e-03 4.59101492e-02 3.65313891e-02\n", + " 1.52725477e-02 3.05989176e-02 1.28347954e-03 3.00674454e-02\n", + " 8.92998014e-02 1.63727258e-02 3.77117804e-02 1.17886788e-02\n", + " 8.76071777e-02 4.11958697e-02 4.99322932e-03 7.57875488e-02\n", + " 1.16954396e-04 1.90884438e-02 1.41441328e-02 5.38923192e-02\n", + " 9.21237677e-03 1.36654107e-02 9.03904224e-04 9.90027459e-03\n", + " 3.01828101e-02 4.71038982e-02 3.87200322e-02 1.62397973e-02]\n" ] } ], @@ -1607,7 +1619,7 @@ }, { "cell_type": "markdown", - "id": "dc364c27", + "id": "292cb89c", "metadata": { "editable": true }, @@ -1628,7 +1640,7 @@ }, { "cell_type": "markdown", - "id": "1598259c", + "id": "59a7edef", "metadata": { "editable": true }, @@ -1639,7 +1651,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "ca994e68", + "id": "847478f5", "metadata": { "collapsed": false, "editable": true @@ -1649,15 +1661,15 @@ "name": "stdout", "output_type": "stream", "text": [ - "[ 2.00507876 0.39026883 3.20764972 2.73806921 -1.39609089]\n", + "[ 1.86544433 1.28573357 0.76075617 5.54611024 -2.45878472]\n", "Training R2\n", - "0.9972493421341901\n", + "0.9958543328528107\n", "Training MSE\n", - "0.007021475481484069\n", + "0.011031108072207247\n", "Test R2\n", - "0.9976639055733267\n", + "0.9958824304846606\n", "Test MSE\n", - "0.00575158411598985\n" + "0.006546368424400406\n" ] } ], @@ -1708,7 +1720,7 @@ }, { "cell_type": "markdown", - "id": "7353f2e7", + "id": "4a92abc5", "metadata": { "editable": true }, @@ -1719,7 +1731,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "05a066db", + "id": "71d29d58", "metadata": { "collapsed": false, "editable": true @@ -1744,7 +1756,7 @@ }, { "cell_type": "markdown", - "id": "1f30de64", + "id": "71ffb936", "metadata": { "editable": true }, @@ -1756,7 +1768,7 @@ }, { "cell_type": "markdown", - "id": "80fa8b7d", + "id": "ed47d431", "metadata": { "editable": true }, @@ -1785,7 +1797,7 @@ }, { "cell_type": "markdown", - "id": "7e92be20", + "id": "4a01c695", "metadata": { "editable": true }, @@ -1810,7 +1822,7 @@ }, { "cell_type": "markdown", - "id": "052e8c0c", + "id": "d8b9ee62", "metadata": { "editable": true }, @@ -1830,7 +1842,7 @@ }, { "cell_type": "markdown", - "id": "d752c7f4", + "id": "a5f362af", "metadata": { "editable": true }, @@ -1857,7 +1869,7 @@ }, { "cell_type": "markdown", - "id": "4b40d092", + "id": "1bdf7ea5", "metadata": { "editable": true }, @@ -1870,7 +1882,7 @@ }, { "cell_type": "markdown", - "id": "f8526e57", + "id": "142f891c", "metadata": { "editable": true }, @@ -1882,7 +1894,7 @@ }, { "cell_type": "markdown", - "id": "5cfb3455", + "id": "aee9f94b", "metadata": { "editable": true }, @@ -1893,7 +1905,7 @@ }, { "cell_type": "markdown", - "id": "363e0117", + "id": "4ce309d1", "metadata": { "editable": true }, @@ -1909,7 +1921,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "4c7ecfc5", + "id": "0a704745", "metadata": { "collapsed": false, "editable": true @@ -2352,7 +2364,7 @@ }, { "cell_type": "markdown", - "id": "981f65fb", + "id": "84eabf2a", "metadata": { "editable": true }, @@ -2362,7 +2374,7 @@ }, { "cell_type": "markdown", - "id": "9ddcca79", + "id": "d43e8012", "metadata": { "editable": true }, @@ -2377,7 +2389,7 @@ }, { "cell_type": "markdown", - "id": "02bed8b3", + "id": "7e9736ec", "metadata": { "editable": true }, @@ -2389,7 +2401,7 @@ }, { "cell_type": "markdown", - "id": "64033f1d", + "id": "b10b3475", "metadata": { "editable": true }, @@ -2399,7 +2411,7 @@ }, { "cell_type": "markdown", - "id": "1cfc52cc", + "id": "d84b36f4", "metadata": { "editable": true }, @@ -2415,7 +2427,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "06b67f41", + "id": "f7106c42", "metadata": { "collapsed": false, "editable": true @@ -2432,7 +2444,7 @@ }, { "cell_type": "markdown", - "id": "773210a0", + "id": "3c69f9f8", "metadata": { "editable": true }, @@ -2445,7 +2457,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "34cb4217", + "id": "11c487ef", "metadata": { "collapsed": false, "editable": true @@ -2507,7 +2519,7 @@ }, { "cell_type": "markdown", - "id": "4ae9cee9", + "id": "7c801b72", "metadata": { "editable": true }, @@ -2518,7 +2530,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "9be1964e", + "id": "d3aeb46a", "metadata": { "collapsed": false, "editable": true @@ -2654,7 +2666,7 @@ }, { "cell_type": "markdown", - "id": "f0fe5870", + "id": "40492c3d", "metadata": { "editable": true }, @@ -2682,7 +2694,7 @@ }, { "cell_type": "markdown", - "id": "9b60a7bd", + "id": "8522203f", "metadata": { "editable": true }, @@ -2717,7 +2729,7 @@ }, { "cell_type": "markdown", - "id": "a31dcc5d", + "id": "be983c3c", "metadata": { "editable": true }, @@ -2732,7 +2744,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "225671c5", + "id": "1efd2e47", "metadata": { "collapsed": false, "editable": true @@ -2757,7 +2769,7 @@ }, { "cell_type": "markdown", - "id": "ac1448c8", + "id": "f19c62cb", "metadata": { "editable": true }, @@ -2773,7 +2785,7 @@ }, { "cell_type": "markdown", - "id": "c6e308a3", + "id": "a584c9cd", "metadata": { "editable": true }, @@ -2785,7 +2797,7 @@ }, { "cell_type": "markdown", - "id": "a2f2dab5", + "id": "0be698a6", "metadata": { "editable": true }, @@ -2800,7 +2812,7 @@ }, { "cell_type": "markdown", - "id": "8a7df606", + "id": "5d75610e", "metadata": { "editable": true }, @@ -2812,7 +2824,7 @@ }, { "cell_type": "markdown", - "id": "31e595c9", + "id": "ff7ee954", "metadata": { "editable": true }, @@ -2822,7 +2834,7 @@ }, { "cell_type": "markdown", - "id": "f5f389db", + "id": "5e6bb341", "metadata": { "editable": true }, @@ -2834,7 +2846,7 @@ }, { "cell_type": "markdown", - "id": "1dd4b34d", + "id": "e963c568", "metadata": { "editable": true }, @@ -2844,7 +2856,7 @@ }, { "cell_type": "markdown", - "id": "f931e286", + "id": "55885a4a", "metadata": { "editable": true }, @@ -2856,7 +2868,7 @@ }, { "cell_type": "markdown", - "id": "4cbda41b", + "id": "45b41040", "metadata": { "editable": true }, @@ -2869,7 +2881,7 @@ }, { "cell_type": "markdown", - "id": "6657a435", + "id": "09f46805", "metadata": { "editable": true }, @@ -2881,7 +2893,7 @@ }, { "cell_type": "markdown", - "id": "91f7475b", + "id": "d1568bca", "metadata": { "editable": true }, @@ -2891,7 +2903,7 @@ }, { "cell_type": "markdown", - "id": "98482060", + "id": "5596da7b", "metadata": { "editable": true }, @@ -2903,7 +2915,7 @@ }, { "cell_type": "markdown", - "id": "01e12c29", + "id": "1a811520", "metadata": { "editable": true }, @@ -2913,7 +2925,7 @@ }, { "cell_type": "markdown", - "id": "38fa32e4", + "id": "97432a8f", "metadata": { "editable": true }, @@ -2925,7 +2937,7 @@ }, { "cell_type": "markdown", - "id": "ea483f66", + "id": "f0771458", "metadata": { "editable": true }, @@ -2935,7 +2947,7 @@ }, { "cell_type": "markdown", - "id": "d5862089", + "id": "7c19d9c3", "metadata": { "editable": true }, @@ -2947,7 +2959,7 @@ }, { "cell_type": "markdown", - "id": "0456f62e", + "id": "f095d30a", "metadata": { "editable": true }, @@ -2957,7 +2969,7 @@ }, { "cell_type": "markdown", - "id": "1ed14941", + "id": "40723219", "metadata": { "editable": true }, @@ -2969,7 +2981,7 @@ }, { "cell_type": "markdown", - "id": "43387b69", + "id": "46ed821b", "metadata": { "editable": true }, @@ -2979,7 +2991,7 @@ }, { "cell_type": "markdown", - "id": "06bd01bf", + "id": "5a319080", "metadata": { "editable": true }, @@ -2991,7 +3003,7 @@ }, { "cell_type": "markdown", - "id": "9cad411e", + "id": "1113a828", "metadata": { "editable": true }, @@ -3001,7 +3013,7 @@ }, { "cell_type": "markdown", - "id": "c37f7792", + "id": "283f8fe8", "metadata": { "editable": true }, @@ -3013,7 +3025,7 @@ }, { "cell_type": "markdown", - "id": "8a7f23f8", + "id": "d2e5d910", "metadata": { "editable": true }, @@ -3025,7 +3037,7 @@ }, { "cell_type": "markdown", - "id": "a7fdf6e8", + "id": "2de4cd2c", "metadata": { "editable": true }, @@ -3037,7 +3049,7 @@ }, { "cell_type": "markdown", - "id": "3ac73282", + "id": "ef87b933", "metadata": { "editable": true }, @@ -3050,7 +3062,7 @@ }, { "cell_type": "markdown", - "id": "e55db5a0", + "id": "36ae94a8", "metadata": { "editable": true }, @@ -3062,7 +3074,7 @@ }, { "cell_type": "markdown", - "id": "966cd383", + "id": "0e940b73", "metadata": { "editable": true }, @@ -3072,7 +3084,7 @@ }, { "cell_type": "markdown", - "id": "360cb45f", + "id": "6d215e00", "metadata": { "editable": true }, @@ -3086,7 +3098,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "2099267d", + "id": "8e8abb2e", "metadata": { "collapsed": false, "editable": true @@ -3219,7 +3231,7 @@ }, { "cell_type": "markdown", - "id": "9ba9afe9", + "id": "2d3510cf", "metadata": { "editable": true }, @@ -3240,7 +3252,7 @@ }, { "cell_type": "markdown", - "id": "ea4bf6fe", + "id": "6bbe3c03", "metadata": { "editable": true }, @@ -3252,7 +3264,7 @@ }, { "cell_type": "markdown", - "id": "98ca9b28", + "id": "9402a7f6", "metadata": { "editable": true }, @@ -3262,7 +3274,7 @@ }, { "cell_type": "markdown", - "id": "996fc4f6", + "id": "2854105e", "metadata": { "editable": true }, @@ -3274,7 +3286,7 @@ }, { "cell_type": "markdown", - "id": "b5db8128", + "id": "8a104c4a", "metadata": { "editable": true }, @@ -3284,7 +3296,7 @@ }, { "cell_type": "markdown", - "id": "745d6bff", + "id": "903e7426", "metadata": { "editable": true }, @@ -3296,7 +3308,7 @@ }, { "cell_type": "markdown", - "id": "2ecb048e", + "id": "08a6f7fc", "metadata": { "editable": true }, @@ -3312,394 +3324,17 @@ }, { "cell_type": "markdown", - "id": "73eb2f08", + "id": "f08f1d7b", "metadata": { "editable": true }, "source": [ - "## The Boston housing data example\n", - "\n", - "The Boston housing \n", - "data set was originally a part of UCI Machine Learning Repository\n", - "and has been removed now. The data set is now included in **Scikit-Learn**'s \n", - "library. There are 506 samples and 13 feature (predictor) variables\n", - "in this data set. The objective is to predict the value of prices of\n", - "the house using the features (predictors) listed here.\n", - "\n", - "The features/predictors are\n", - "1. CRIM: Per capita crime rate by town\n", - "\n", - "2. ZN: Proportion of residential land zoned for lots over 25000 square feet\n", - "\n", - "3. INDUS: Proportion of non-retail business acres per town\n", - "\n", - "4. CHAS: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)\n", - "\n", - "5. NOX: Nitric oxide concentration (parts per 10 million)\n", - "\n", - "6. RM: Average number of rooms per dwelling\n", - "\n", - "7. AGE: Proportion of owner-occupied units built prior to 1940\n", - "\n", - "8. DIS: Weighted distances to five Boston employment centers\n", - "\n", - "9. RAD: Index of accessibility to radial highways\n", - "\n", - "10. TAX: Full-value property tax rate per USD10000\n", - "\n", - "11. B: $1000(Bk - 0.63)^2$, where $Bk$ is the proportion of [people of African American descent] by town\n", - "\n", - "12. LSTAT: Percentage of lower status of the population\n", - "\n", - "13. MEDV: Median value of owner-occupied homes in USD 1000s" + "## Material for lecture Monday, August 26" ] }, { "cell_type": "markdown", - "id": "41d9c008", - "metadata": { - "editable": true - }, - "source": [ - "## Housing data, the code\n", - "We start by importing the libraries" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "id": "0af3b38a", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "import numpy as np\n", - "import matplotlib.pyplot as plt \n", - "\n", - "import pandas as pd \n", - "import seaborn as sns" - ] - }, - { - "cell_type": "markdown", - "id": "41771944", - "metadata": { - "editable": true - }, - "source": [ - "and load the Boston Housing DataSet from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "id": "c0ad90ff", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [ - { - "ename": "ImportError", - "evalue": "\n`load_boston` has been removed from scikit-learn since version 1.2.\n\nThe Boston housing prices dataset has an ethical problem: as\ninvestigated in [1], the authors of this dataset engineered a\nnon-invertible variable \"B\" assuming that racial self-segregation had a\npositive impact on house prices [2]. Furthermore the goal of the\nresearch that led to the creation of this dataset was to study the\nimpact of air quality but it did not give adequate demonstration of the\nvalidity of this assumption.\n\nThe scikit-learn maintainers therefore strongly discourage the use of\nthis dataset unless the purpose of the code is to study and educate\nabout ethical issues in data science and machine learning.\n\nIn this special case, you can fetch the dataset from the original\nsource::\n\n import pandas as pd\n import numpy as np\n\n data_url = \"http://lib.stat.cmu.edu/datasets/boston\"\n raw_df = pd.read_csv(data_url, sep=\"\\s+\", skiprows=22, header=None)\n data = np.hstack([raw_df.values[::2, :], raw_df.values[1::2, :2]])\n target = raw_df.values[1::2, 2]\n\nAlternative datasets include the California housing dataset and the\nAmes housing dataset. You can load the datasets as follows::\n\n from sklearn.datasets import fetch_california_housing\n housing = fetch_california_housing()\n\nfor the California housing dataset and::\n\n from sklearn.datasets import fetch_openml\n housing = fetch_openml(name=\"house_prices\", as_frame=True)\n\nfor the Ames housing dataset.\n\n[1] M Carlisle.\n\"Racist data destruction?\"\n\n\n[2] Harrison Jr, David, and Daniel L. Rubinfeld.\n\"Hedonic housing prices and the demand for clean air.\"\nJournal of environmental economics and management 5.1 (1978): 81-102.\n\n", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[16], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01msklearn\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mdatasets\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m load_boston\n\u001b[1;32m 3\u001b[0m boston_dataset \u001b[38;5;241m=\u001b[39m load_boston()\n\u001b[1;32m 5\u001b[0m \u001b[38;5;66;03m# boston_dataset is a dictionary\u001b[39;00m\n\u001b[1;32m 6\u001b[0m \u001b[38;5;66;03m# let's check what it contains\u001b[39;00m\n", - "File \u001b[0;32m~/miniforge3/envs/myenv/lib/python3.9/site-packages/sklearn/datasets/__init__.py:157\u001b[0m, in \u001b[0;36m__getattr__\u001b[0;34m(name)\u001b[0m\n\u001b[1;32m 108\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m name \u001b[38;5;241m==\u001b[39m \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mload_boston\u001b[39m\u001b[38;5;124m\"\u001b[39m:\n\u001b[1;32m 109\u001b[0m msg \u001b[38;5;241m=\u001b[39m textwrap\u001b[38;5;241m.\u001b[39mdedent(\u001b[38;5;124m\"\"\"\u001b[39m\n\u001b[1;32m 110\u001b[0m \u001b[38;5;124m `load_boston` has been removed from scikit-learn since version 1.2.\u001b[39m\n\u001b[1;32m 111\u001b[0m \n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 155\u001b[0m \u001b[38;5;124m \u001b[39m\n\u001b[1;32m 156\u001b[0m \u001b[38;5;124m \u001b[39m\u001b[38;5;124m\"\"\"\u001b[39m)\n\u001b[0;32m--> 157\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mImportError\u001b[39;00m(msg)\n\u001b[1;32m 158\u001b[0m \u001b[38;5;28;01mtry\u001b[39;00m:\n\u001b[1;32m 159\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m \u001b[38;5;28mglobals\u001b[39m()[name]\n", - "\u001b[0;31mImportError\u001b[0m: \n`load_boston` has been removed from scikit-learn since version 1.2.\n\nThe Boston housing prices dataset has an ethical problem: as\ninvestigated in [1], the authors of this dataset engineered a\nnon-invertible variable \"B\" assuming that racial self-segregation had a\npositive impact on house prices [2]. Furthermore the goal of the\nresearch that led to the creation of this dataset was to study the\nimpact of air quality but it did not give adequate demonstration of the\nvalidity of this assumption.\n\nThe scikit-learn maintainers therefore strongly discourage the use of\nthis dataset unless the purpose of the code is to study and educate\nabout ethical issues in data science and machine learning.\n\nIn this special case, you can fetch the dataset from the original\nsource::\n\n import pandas as pd\n import numpy as np\n\n data_url = \"http://lib.stat.cmu.edu/datasets/boston\"\n raw_df = pd.read_csv(data_url, sep=\"\\s+\", skiprows=22, header=None)\n data = np.hstack([raw_df.values[::2, :], raw_df.values[1::2, :2]])\n target = raw_df.values[1::2, 2]\n\nAlternative datasets include the California housing dataset and the\nAmes housing dataset. You can load the datasets as follows::\n\n from sklearn.datasets import fetch_california_housing\n housing = fetch_california_housing()\n\nfor the California housing dataset and::\n\n from sklearn.datasets import fetch_openml\n housing = fetch_openml(name=\"house_prices\", as_frame=True)\n\nfor the Ames housing dataset.\n\n[1] M Carlisle.\n\"Racist data destruction?\"\n\n\n[2] Harrison Jr, David, and Daniel L. Rubinfeld.\n\"Hedonic housing prices and the demand for clean air.\"\nJournal of environmental economics and management 5.1 (1978): 81-102.\n\n" - ] - } - ], - "source": [ - "from sklearn.datasets import load_boston\n", - "\n", - "boston_dataset = load_boston()\n", - "\n", - "# boston_dataset is a dictionary\n", - "# let's check what it contains\n", - "boston_dataset.keys()" - ] - }, - { - "cell_type": "markdown", - "id": "ef2f9bce", - "metadata": { - "editable": true - }, - "source": [ - "Then we invoke Pandas" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "id": "150d1433", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "boston = pd.DataFrame(boston_dataset.data, columns=boston_dataset.feature_names)\n", - "boston.head()\n", - "boston['MEDV'] = boston_dataset.target" - ] - }, - { - "cell_type": "markdown", - "id": "1be017ef", - "metadata": { - "editable": true - }, - "source": [ - "and preprocess the data" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "id": "01ef8953", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# check for missing values in all the columns\n", - "boston.isnull().sum()" - ] - }, - { - "cell_type": "markdown", - "id": "adc486b5", - "metadata": { - "editable": true - }, - "source": [ - "We can then visualize the data" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "id": "2471fc63", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# set the size of the figure\n", - "sns.set(rc={'figure.figsize':(11.7,8.27)})\n", - "\n", - "# plot a histogram showing the distribution of the target values\n", - "sns.distplot(boston['MEDV'], bins=30)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "e26d39f7", - "metadata": { - "editable": true - }, - "source": [ - "It is now useful to look at the correlation matrix" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "6bb60001", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# compute the pair wise correlation for all columns \n", - "correlation_matrix = boston.corr().round(2)\n", - "# use the heatmap function from seaborn to plot the correlation matrix\n", - "# annot = True to print the values inside the square\n", - "sns.heatmap(data=correlation_matrix, annot=True)" - ] - }, - { - "cell_type": "markdown", - "id": "90f47dc1", - "metadata": { - "editable": true - }, - "source": [ - "From the above coorelation plot we can see that **MEDV** is strongly correlated to **LSTAT** and **RM**. We see also that **RAD** and **TAX** are stronly correlated, but we don't include this in our features together to avoid multi-colinearity" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "id": "a1f980e4", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "plt.figure(figsize=(20, 5))\n", - "\n", - "features = ['LSTAT', 'RM']\n", - "target = boston['MEDV']\n", - "\n", - "for i, col in enumerate(features):\n", - " plt.subplot(1, len(features) , i+1)\n", - " x = boston[col]\n", - " y = target\n", - " plt.scatter(x, y, marker='o')\n", - " plt.title(col)\n", - " plt.xlabel(col)\n", - " plt.ylabel('MEDV')" - ] - }, - { - "cell_type": "markdown", - "id": "9efdaaaa", - "metadata": { - "editable": true - }, - "source": [ - "Now we start training our model" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "id": "01e9afe5", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM'])\n", - "Y = boston['MEDV']" - ] - }, - { - "cell_type": "markdown", - "id": "73335565", - "metadata": { - "editable": true - }, - "source": [ - "We split the data into training and test sets" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "id": "f865febb", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.model_selection import train_test_split\n", - "\n", - "# splits the training and test data set in 80% : 20%\n", - "# assign random_state to any value.This ensures consistency.\n", - "X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, random_state=5)\n", - "print(X_train.shape)\n", - "print(X_test.shape)\n", - "print(Y_train.shape)\n", - "print(Y_test.shape)" - ] - }, - { - "cell_type": "markdown", - "id": "88f5a339", - "metadata": { - "editable": true - }, - "source": [ - "Then we use the linear regression functionality from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "id": "bacdbf9b", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.linear_model import LinearRegression\n", - "from sklearn.metrics import mean_squared_error, r2_score\n", - "\n", - "lin_model = LinearRegression()\n", - "lin_model.fit(X_train, Y_train)\n", - "\n", - "# model evaluation for training set\n", - "\n", - "y_train_predict = lin_model.predict(X_train)\n", - "rmse = (np.sqrt(mean_squared_error(Y_train, y_train_predict)))\n", - "r2 = r2_score(Y_train, y_train_predict)\n", - "\n", - "print(\"The model performance for training set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))\n", - "print(\"\\n\")\n", - "\n", - "# model evaluation for testing set\n", - "\n", - "y_test_predict = lin_model.predict(X_test)\n", - "# root mean square error of the model\n", - "rmse = (np.sqrt(mean_squared_error(Y_test, y_test_predict)))\n", - "\n", - "# r-squared score of the model\n", - "r2 = r2_score(Y_test, y_test_predict)\n", - "\n", - "print(\"The model performance for testing set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "id": "09aa7ac9", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# plotting the y_test vs y_pred\n", - "# ideally should have been a straight line\n", - "plt.scatter(Y_test, y_test_predict)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "cb088f7a", - "metadata": { - "editable": true - }, - "source": [ - "## Material for lecture Thursday, August 31" - ] - }, - { - "cell_type": "markdown", - "id": "a452bf26", + "id": "5d936c7e", "metadata": { "editable": true }, @@ -3713,7 +3348,7 @@ }, { "cell_type": "markdown", - "id": "603ea987", + "id": "ef7769a7", "metadata": { "editable": true }, @@ -3725,7 +3360,7 @@ }, { "cell_type": "markdown", - "id": "61b65c66", + "id": "7771ff2c", "metadata": { "editable": true }, @@ -3737,7 +3372,7 @@ }, { "cell_type": "markdown", - "id": "d08fd064", + "id": "10fc7ed2", "metadata": { "editable": true }, @@ -3749,7 +3384,7 @@ }, { "cell_type": "markdown", - "id": "e8f62983", + "id": "39b5e3bd", "metadata": { "editable": true }, @@ -3759,7 +3394,7 @@ }, { "cell_type": "markdown", - "id": "d68a9415", + "id": "52b3d0bb", "metadata": { "editable": true }, @@ -3771,7 +3406,7 @@ }, { "cell_type": "markdown", - "id": "3307fed7", + "id": "4c3bc56d", "metadata": { "editable": true }, @@ -3781,7 +3416,7 @@ }, { "cell_type": "markdown", - "id": "8a910e57", + "id": "1763f73c", "metadata": { "editable": true }, @@ -3793,7 +3428,7 @@ }, { "cell_type": "markdown", - "id": "218a6b48", + "id": "10ca64dc", "metadata": { "editable": true }, @@ -3804,7 +3439,7 @@ }, { "cell_type": "markdown", - "id": "8f3748ba", + "id": "59d74409", "metadata": { "editable": true }, @@ -3816,7 +3451,7 @@ }, { "cell_type": "markdown", - "id": "d0385420", + "id": "e096a0c8", "metadata": { "editable": true }, @@ -3828,7 +3463,7 @@ }, { "cell_type": "markdown", - "id": "4644a05e", + "id": "9e7b9f26", "metadata": { "editable": true }, @@ -3838,7 +3473,7 @@ }, { "cell_type": "markdown", - "id": "bfb350df", + "id": "5f8e828c", "metadata": { "editable": true }, @@ -3850,7 +3485,7 @@ }, { "cell_type": "markdown", - "id": "508acac7", + "id": "b649f8ce", "metadata": { "editable": true }, @@ -3862,7 +3497,7 @@ }, { "cell_type": "markdown", - "id": "1cde0c41", + "id": "57c7d832", "metadata": { "editable": true }, @@ -3872,7 +3507,7 @@ }, { "cell_type": "markdown", - "id": "683baaea", + "id": "c9c6af68", "metadata": { "editable": true }, @@ -3884,7 +3519,7 @@ }, { "cell_type": "markdown", - "id": "ec9c67ea", + "id": "fa1128b4", "metadata": { "editable": true }, @@ -3894,7 +3529,7 @@ }, { "cell_type": "markdown", - "id": "cdc9c6fc", + "id": "85c79bbd", "metadata": { "editable": true }, @@ -3906,7 +3541,7 @@ }, { "cell_type": "markdown", - "id": "c7590b65", + "id": "a771f3ba", "metadata": { "editable": true }, @@ -3916,7 +3551,7 @@ }, { "cell_type": "markdown", - "id": "f2d7afb2", + "id": "a537e28f", "metadata": { "editable": true }, @@ -3956,7 +3591,7 @@ }, { "cell_type": "markdown", - "id": "69fd907d", + "id": "22a92910", "metadata": { "editable": true }, @@ -3973,7 +3608,7 @@ }, { "cell_type": "markdown", - "id": "33b93521", + "id": "93aec13e", "metadata": { "editable": true }, @@ -3996,7 +3631,7 @@ }, { "cell_type": "markdown", - "id": "600d8db6", + "id": "3e8fc4af", "metadata": { "editable": true }, @@ -4013,7 +3648,7 @@ }, { "cell_type": "markdown", - "id": "22fc0a80", + "id": "3f2d73ed", "metadata": { "editable": true }, @@ -4032,7 +3667,7 @@ }, { "cell_type": "markdown", - "id": "bd71990f", + "id": "cebec7f9", "metadata": { "editable": true }, @@ -4043,7 +3678,7 @@ }, { "cell_type": "markdown", - "id": "587d44ae", + "id": "da556bd6", "metadata": { "editable": true }, @@ -4055,7 +3690,7 @@ }, { "cell_type": "markdown", - "id": "2158156f", + "id": "4d23351d", "metadata": { "editable": true }, @@ -4073,7 +3708,7 @@ }, { "cell_type": "markdown", - "id": "10eb0b7c", + "id": "162bcba6", "metadata": { "editable": true }, @@ -4089,7 +3724,7 @@ }, { "cell_type": "markdown", - "id": "2aceb644", + "id": "778461b7", "metadata": { "editable": true }, @@ -4101,7 +3736,7 @@ }, { "cell_type": "markdown", - "id": "1465b8be", + "id": "c691b8b0", "metadata": { "editable": true }, @@ -4111,7 +3746,7 @@ }, { "cell_type": "markdown", - "id": "b3afc822", + "id": "b6b7e4a0", "metadata": { "editable": true }, @@ -4126,7 +3761,7 @@ }, { "cell_type": "markdown", - "id": "4357f67d", + "id": "9a612971", "metadata": { "editable": true }, @@ -4138,7 +3773,7 @@ }, { "cell_type": "markdown", - "id": "b2ed8199", + "id": "706132dc", "metadata": { "editable": true }, @@ -4148,7 +3783,7 @@ }, { "cell_type": "markdown", - "id": "a28f5e2a", + "id": "206c55a7", "metadata": { "editable": true }, @@ -4160,7 +3795,7 @@ }, { "cell_type": "markdown", - "id": "dda00171", + "id": "6b74284d", "metadata": { "editable": true }, @@ -4170,7 +3805,7 @@ }, { "cell_type": "markdown", - "id": "99e49156", + "id": "0234a46a", "metadata": { "editable": true }, @@ -4182,7 +3817,7 @@ }, { "cell_type": "markdown", - "id": "3de354b0", + "id": "abb8474f", "metadata": { "editable": true }, @@ -4194,7 +3829,7 @@ }, { "cell_type": "markdown", - "id": "9b719377", + "id": "9467e419", "metadata": { "editable": true }, @@ -4209,7 +3844,7 @@ }, { "cell_type": "markdown", - "id": "f46453c7", + "id": "abfadb01", "metadata": { "editable": true }, @@ -4220,7 +3855,7 @@ }, { "cell_type": "markdown", - "id": "0255efb1", + "id": "b4d7950d", "metadata": { "editable": true }, @@ -4240,7 +3875,7 @@ }, { "cell_type": "markdown", - "id": "61df6aad", + "id": "c6e946ea", "metadata": { "editable": true }, @@ -4252,7 +3887,7 @@ }, { "cell_type": "markdown", - "id": "ac44e8fa", + "id": "485e3f93", "metadata": { "editable": true }, @@ -4262,7 +3897,7 @@ }, { "cell_type": "markdown", - "id": "a73ed285", + "id": "8dd085df", "metadata": { "editable": true }, @@ -4274,7 +3909,7 @@ }, { "cell_type": "markdown", - "id": "4809c104", + "id": "5e745921", "metadata": { "editable": true }, @@ -4303,7 +3938,7 @@ }, { "cell_type": "markdown", - "id": "9ff4078a", + "id": "e123b112", "metadata": { "editable": true }, @@ -4330,7 +3965,7 @@ }, { "cell_type": "markdown", - "id": "78a8b113", + "id": "8716fc03", "metadata": { "editable": true }, @@ -4340,13 +3975,35 @@ }, { "cell_type": "code", - "execution_count": 26, - "id": "47f6d805", + "execution_count": 15, + "id": "3b53ef76", "metadata": { "collapsed": false, "editable": true }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[[ 1. -1.]\n", + " [ 1. -1.]]\n", + "test U\n", + "[[0. 0.]\n", + " [0. 0.]]\n", + "test VT\n", + "[[0. 0.]\n", + " [0. 0.]]\n", + "[[-0.70710678 -0.70710678]\n", + " [-0.70710678 0.70710678]]\n", + "[2.00000000e+00 3.35470445e-17]\n", + "[[-0.70710678 0.70710678]\n", + " [ 0.70710678 0.70710678]]\n", + "[[-3.33066907e-16 4.44089210e-16]\n", + " [ 0.00000000e+00 2.22044605e-16]]\n" + ] + } + ], "source": [ "import numpy as np\n", "# SVD inversion\n", @@ -4381,7 +4038,7 @@ }, { "cell_type": "markdown", - "id": "5d841c14", + "id": "577ae352", "metadata": { "editable": true }, @@ -4398,7 +4055,7 @@ }, { "cell_type": "markdown", - "id": "579b46a4", + "id": "052f1ae4", "metadata": { "editable": true }, @@ -4421,7 +4078,7 @@ }, { "cell_type": "markdown", - "id": "1bb48e3c", + "id": "245d15c0", "metadata": { "editable": true }, @@ -4435,7 +4092,7 @@ }, { "cell_type": "markdown", - "id": "a872fcf9", + "id": "b1b84021", "metadata": { "editable": true }, @@ -4454,7 +4111,7 @@ }, { "cell_type": "markdown", - "id": "f0565ccd", + "id": "59677057", "metadata": { "editable": true }, @@ -4464,7 +4121,7 @@ }, { "cell_type": "markdown", - "id": "a659e96f", + "id": "579a9b4c", "metadata": { "editable": true }, @@ -4476,7 +4133,7 @@ }, { "cell_type": "markdown", - "id": "fcfcf6b0", + "id": "49fd275c", "metadata": { "editable": true }, @@ -4490,7 +4147,7 @@ }, { "cell_type": "markdown", - "id": "ea39064c", + "id": "094a53e2", "metadata": { "editable": true }, @@ -4502,7 +4159,7 @@ }, { "cell_type": "markdown", - "id": "0096e499", + "id": "c1fec661", "metadata": { "editable": true }, @@ -4512,7 +4169,7 @@ }, { "cell_type": "markdown", - "id": "bf32dfa9", + "id": "a897fce4", "metadata": { "editable": true }, @@ -4524,7 +4181,7 @@ }, { "cell_type": "markdown", - "id": "e0d6fee2", + "id": "cf091974", "metadata": { "editable": true }, @@ -4541,7 +4198,7 @@ }, { "cell_type": "markdown", - "id": "0cb15d9d", + "id": "43eeed44", "metadata": { "editable": true }, @@ -4551,7 +4208,7 @@ }, { "cell_type": "markdown", - "id": "754f4312", + "id": "6c94161a", "metadata": { "editable": true }, @@ -4567,7 +4224,7 @@ }, { "cell_type": "markdown", - "id": "5bd1e9b0", + "id": "f2d6cec5", "metadata": { "editable": true }, @@ -4577,7 +4234,7 @@ }, { "cell_type": "markdown", - "id": "2a839ac1", + "id": "3439cf2f", "metadata": { "editable": true }, @@ -4593,7 +4250,7 @@ }, { "cell_type": "markdown", - "id": "69e34c64", + "id": "0c3d6910", "metadata": { "editable": true }, @@ -4603,7 +4260,7 @@ }, { "cell_type": "markdown", - "id": "b32ae1de", + "id": "b3fe6cae", "metadata": { "editable": true }, @@ -4619,7 +4276,7 @@ }, { "cell_type": "markdown", - "id": "00c3ff66", + "id": "52b64666", "metadata": { "editable": true }, @@ -4629,7 +4286,7 @@ }, { "cell_type": "markdown", - "id": "92f1238d", + "id": "c016890a", "metadata": { "editable": true }, @@ -4646,7 +4303,7 @@ }, { "cell_type": "markdown", - "id": "71f43637", + "id": "2589545c", "metadata": { "editable": true }, @@ -4658,7 +4315,7 @@ }, { "cell_type": "markdown", - "id": "4bac0a15", + "id": "d74b662f", "metadata": { "editable": true }, @@ -4670,7 +4327,7 @@ }, { "cell_type": "markdown", - "id": "b523b964", + "id": "79f18748", "metadata": { "editable": true }, @@ -4682,7 +4339,7 @@ }, { "cell_type": "markdown", - "id": "3d7f8195", + "id": "c97ef564", "metadata": { "editable": true }, @@ -4692,7 +4349,7 @@ }, { "cell_type": "markdown", - "id": "f308dd0a", + "id": "f2b64e40", "metadata": { "editable": true }, @@ -4704,7 +4361,7 @@ }, { "cell_type": "markdown", - "id": "929784cf", + "id": "2780c653", "metadata": { "editable": true }, @@ -4716,7 +4373,7 @@ }, { "cell_type": "markdown", - "id": "09dccee1", + "id": "42a104ce", "metadata": { "editable": true }, @@ -4728,7 +4385,7 @@ }, { "cell_type": "markdown", - "id": "165b3f17", + "id": "665eee0d", "metadata": { "editable": true }, @@ -4738,7 +4395,7 @@ }, { "cell_type": "markdown", - "id": "24a8dd50", + "id": "152a833c", "metadata": { "editable": true }, @@ -4750,7 +4407,7 @@ }, { "cell_type": "markdown", - "id": "2597dc03", + "id": "af006756", "metadata": { "editable": true }, @@ -4760,7 +4417,7 @@ }, { "cell_type": "markdown", - "id": "4d40ddce", + "id": "aa8a26d4", "metadata": { "editable": true }, @@ -4772,7 +4429,7 @@ }, { "cell_type": "markdown", - "id": "41d0e0cb", + "id": "21f907f2", "metadata": { "editable": true }, @@ -4788,7 +4445,7 @@ }, { "cell_type": "markdown", - "id": "e4bafe51", + "id": "39b264f4", "metadata": { "editable": true }, @@ -4800,7 +4457,7 @@ }, { "cell_type": "markdown", - "id": "aab4d56f", + "id": "b77259ea", "metadata": { "editable": true }, @@ -4812,7 +4469,7 @@ }, { "cell_type": "markdown", - "id": "861395ef", + "id": "dba49a93", "metadata": { "editable": true }, @@ -4822,7 +4479,7 @@ }, { "cell_type": "markdown", - "id": "299b8198", + "id": "b51fa501", "metadata": { "editable": true }, @@ -4834,7 +4491,7 @@ }, { "cell_type": "markdown", - "id": "2096c2e7", + "id": "8edb1494", "metadata": { "editable": true }, @@ -4845,7 +4502,7 @@ }, { "cell_type": "markdown", - "id": "4ad3b043", + "id": "e9d9d5d3", "metadata": { "editable": true }, @@ -4857,7 +4514,7 @@ }, { "cell_type": "markdown", - "id": "66bf91e3", + "id": "7c49927e", "metadata": { "editable": true }, @@ -4867,7 +4524,7 @@ }, { "cell_type": "markdown", - "id": "95afc99c", + "id": "77eb9e2f", "metadata": { "editable": true }, @@ -4879,7 +4536,7 @@ }, { "cell_type": "markdown", - "id": "73334115", + "id": "9a20a065", "metadata": { "editable": true }, @@ -4889,7 +4546,7 @@ }, { "cell_type": "markdown", - "id": "fb6f936e", + "id": "f5ccfe0e", "metadata": { "editable": true }, @@ -4901,7 +4558,7 @@ }, { "cell_type": "markdown", - "id": "f9093b47", + "id": "40447dce", "metadata": { "editable": true }, @@ -4912,7 +4569,7 @@ }, { "cell_type": "markdown", - "id": "fe539ee1", + "id": "859c86b6", "metadata": { "editable": true }, @@ -4924,7 +4581,7 @@ }, { "cell_type": "markdown", - "id": "d130c8c1", + "id": "72d9fdde", "metadata": { "editable": true }, @@ -4942,7 +4599,7 @@ }, { "cell_type": "markdown", - "id": "6787b5c2", + "id": "4c69a499", "metadata": { "editable": true }, @@ -4958,7 +4615,7 @@ }, { "cell_type": "markdown", - "id": "b2e599e5", + "id": "00f97350", "metadata": { "editable": true }, @@ -4970,7 +4627,7 @@ }, { "cell_type": "markdown", - "id": "854ff040", + "id": "c71f00ef", "metadata": { "editable": true }, @@ -4982,7 +4639,7 @@ }, { "cell_type": "markdown", - "id": "aaf5e54e", + "id": "35b4c0ce", "metadata": { "editable": true }, @@ -4994,7 +4651,7 @@ }, { "cell_type": "markdown", - "id": "444a68be", + "id": "16757c16", "metadata": { "editable": true }, @@ -5007,7 +4664,7 @@ }, { "cell_type": "markdown", - "id": "56e0f274", + "id": "ea15a5d1", "metadata": { "editable": true }, @@ -5023,7 +4680,7 @@ }, { "cell_type": "markdown", - "id": "a55a54c3", + "id": "b658712b", "metadata": { "editable": true }, @@ -5037,7 +4694,7 @@ }, { "cell_type": "markdown", - "id": "b614c964", + "id": "9e2de3bd", "metadata": { "editable": true }, @@ -5047,7 +4704,7 @@ }, { "cell_type": "markdown", - "id": "624b1c18", + "id": "ac8eda2d", "metadata": { "editable": true }, @@ -5059,7 +4716,7 @@ }, { "cell_type": "markdown", - "id": "63dc085a", + "id": "4dede760", "metadata": { "editable": true }, @@ -5069,7 +4726,7 @@ }, { "cell_type": "markdown", - "id": "28db2f6a", + "id": "2fd5acb5", "metadata": { "editable": true }, @@ -5081,7 +4738,7 @@ }, { "cell_type": "markdown", - "id": "a9f1ebdd", + "id": "e14ee8e6", "metadata": { "editable": true }, @@ -5091,7 +4748,7 @@ }, { "cell_type": "markdown", - "id": "0b8bf07b", + "id": "8e51c303", "metadata": { "editable": true }, @@ -5105,7 +4762,7 @@ }, { "cell_type": "markdown", - "id": "5f237448", + "id": "5399fb0c", "metadata": { "editable": true }, @@ -5122,7 +4779,7 @@ }, { "cell_type": "markdown", - "id": "75b7044c", + "id": "a252f1ea", "metadata": { "editable": true }, @@ -5138,7 +4795,7 @@ }, { "cell_type": "markdown", - "id": "51268862", + "id": "36f5c9dd", "metadata": { "editable": true }, @@ -5150,7 +4807,7 @@ }, { "cell_type": "markdown", - "id": "608b9dff", + "id": "f2c3a15d", "metadata": { "editable": true }, @@ -5163,7 +4820,7 @@ }, { "cell_type": "markdown", - "id": "b06c316f", + "id": "e1dc5ae3", "metadata": { "editable": true }, @@ -5177,7 +4834,7 @@ }, { "cell_type": "markdown", - "id": "e82ba709", + "id": "18cba5ba", "metadata": { "editable": true }, @@ -5187,7 +4844,7 @@ }, { "cell_type": "markdown", - "id": "92d739a1", + "id": "0611a8e9", "metadata": { "editable": true }, @@ -5200,7 +4857,7 @@ }, { "cell_type": "markdown", - "id": "14ce5cea", + "id": "a4cc4815", "metadata": { "editable": true }, @@ -5219,7 +4876,7 @@ }, { "cell_type": "markdown", - "id": "f7e1f2b1", + "id": "e9921c65", "metadata": { "editable": true }, @@ -5231,7 +4888,7 @@ }, { "cell_type": "markdown", - "id": "71910404", + "id": "9d1540c2", "metadata": { "editable": true }, @@ -5243,7 +4900,7 @@ }, { "cell_type": "markdown", - "id": "cbd60268", + "id": "277e8be4", "metadata": { "editable": true }, @@ -5253,7 +4910,7 @@ }, { "cell_type": "markdown", - "id": "e6c94e3d", + "id": "c00cef73", "metadata": { "editable": true }, @@ -5265,7 +4922,7 @@ }, { "cell_type": "markdown", - "id": "20cf812e", + "id": "3a7619df", "metadata": { "editable": true }, @@ -5278,7 +4935,7 @@ }, { "cell_type": "markdown", - "id": "dd1cb8be", + "id": "357c8a98", "metadata": { "editable": true }, @@ -5297,7 +4954,7 @@ }, { "cell_type": "markdown", - "id": "98a4e944", + "id": "ef8c1445", "metadata": { "editable": true }, @@ -5307,7 +4964,7 @@ }, { "cell_type": "markdown", - "id": "8c6e3845", + "id": "3d542210", "metadata": { "editable": true }, @@ -5326,7 +4983,7 @@ }, { "cell_type": "markdown", - "id": "bc13a77d", + "id": "93a12764", "metadata": { "editable": true }, @@ -5344,7 +5001,7 @@ }, { "cell_type": "markdown", - "id": "19d6cd9e", + "id": "ab31ef4e", "metadata": { "editable": true }, @@ -5358,7 +5015,7 @@ }, { "cell_type": "markdown", - "id": "c5c7eee1", + "id": "48d5864c", "metadata": { "editable": true }, @@ -5372,13 +5029,24 @@ }, { "cell_type": "code", - "execution_count": 27, - "id": "6ab6bcc3", + "execution_count": 16, + "id": "de29006a", "metadata": { "collapsed": false, "editable": true }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0.10790125813226321\n", + "4.340071371496255\n", + "[[ 1.04193203 3.08165104]\n", + " [ 3.08165104 10.18383522]]\n" + ] + } + ], "source": [ "# Importing various packages\n", "import numpy as np\n", @@ -5394,7 +5062,7 @@ }, { "cell_type": "markdown", - "id": "839a512c", + "id": "b81e82a1", "metadata": { "editable": true }, @@ -5410,13 +5078,24 @@ }, { "cell_type": "code", - "execution_count": 28, - "id": "bad7396d", + "execution_count": 17, + "id": "59d716dc", "metadata": { "collapsed": false, "editable": true }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0.08881497884574564\n", + "1.7086067479626619\n", + "[[1. 0.66080313]\n", + " [0.66080313 1. ]]\n" + ] + } + ], "source": [ "import numpy as np\n", "n = 100\n", @@ -5443,7 +5122,7 @@ }, { "cell_type": "markdown", - "id": "365c6ef8", + "id": "7f3a4e9a", "metadata": { "editable": true }, @@ -5457,7 +5136,7 @@ }, { "cell_type": "markdown", - "id": "6fd82fe9", + "id": "0be6217d", "metadata": { "editable": true }, @@ -5469,13 +5148,44 @@ }, { "cell_type": "code", - "execution_count": 29, - "id": "80ba738c", + "execution_count": 18, + "id": "c90c9bbd", "metadata": { "collapsed": false, "editable": true }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[[-0.40620066 -2.01265755]\n", + " [ 0.01458611 0.37737221]\n", + " [-1.0895387 -3.65442354]\n", + " [ 0.2338675 1.12044974]\n", + " [ 0.4676059 1.54393936]\n", + " [-0.65891389 -3.16304863]\n", + " [-0.1715252 0.39197698]\n", + " [ 0.71142161 2.95511792]\n", + " [ 0.39214397 0.13069442]\n", + " [ 0.50655336 2.3105791 ]]\n", + " 0 1\n", + "0 -0.406201 -2.012658\n", + "1 0.014586 0.377372\n", + "2 -1.089539 -3.654424\n", + "3 0.233868 1.120450\n", + "4 0.467606 1.543939\n", + "5 -0.658914 -3.163049\n", + "6 -0.171525 0.391977\n", + "7 0.711422 2.955118\n", + "8 0.392144 0.130694\n", + "9 0.506553 2.310579\n", + " 0 1\n", + "0 1.000000 0.952387\n", + "1 0.952387 1.000000\n" + ] + } + ], "source": [ "import numpy as np\n", "import pandas as pd\n", @@ -5495,7 +5205,7 @@ }, { "cell_type": "markdown", - "id": "4f390c8f", + "id": "23861648", "metadata": { "editable": true }, @@ -5505,7 +5215,7 @@ }, { "cell_type": "markdown", - "id": "4bceabcb", + "id": "47a35083", "metadata": { "editable": true }, @@ -5515,13 +5225,53 @@ }, { "cell_type": "code", - "execution_count": 30, - "id": "0146e7c8", + "execution_count": 19, + "id": "7ac06d35", "metadata": { "collapsed": false, "editable": true }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " 0 1 2 3 4 5 6 7 \\\n", + "0 0.0 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 \n", + "1 0.0 0.078974 0.081276 0.075889 0.077168 0.078540 0.065410 0.066474 \n", + "2 0.0 0.081276 0.084076 0.078336 0.079946 0.081655 0.067707 0.069028 \n", + "3 0.0 0.075889 0.078336 0.077460 0.078986 0.080616 0.069452 0.070737 \n", + "4 0.0 0.077168 0.079946 0.078986 0.080764 0.082653 0.070986 0.072476 \n", + "5 0.0 0.078540 0.081655 0.080616 0.082653 0.084809 0.072621 0.074323 \n", + "6 0.0 0.065410 0.067707 0.069452 0.070986 0.072621 0.064074 0.065378 \n", + "7 0.0 0.066474 0.069028 0.070737 0.072476 0.074323 0.065378 0.066854 \n", + "8 0.0 0.067637 0.070457 0.072132 0.074084 0.076150 0.066787 0.068441 \n", + "9 0.0 0.068906 0.072000 0.073644 0.075816 0.078110 0.068307 0.070146 \n", + "10 0.0 0.055734 0.057835 0.060872 0.062337 0.063894 0.057393 0.058645 \n", + "11 0.0 0.056683 0.058996 0.062016 0.063653 0.065390 0.058552 0.059951 \n", + "12 0.0 0.057722 0.060254 0.063260 0.065077 0.066999 0.059807 0.061359 \n", + "13 0.0 0.058854 0.061614 0.064609 0.066612 0.068727 0.061163 0.062874 \n", + "14 0.0 0.060083 0.063080 0.066066 0.068264 0.070582 0.062624 0.064501 \n", + "\n", + " 8 9 10 11 12 13 14 \n", + "0 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 \n", + "1 0.067637 0.068906 0.055734 0.056683 0.057722 0.058854 0.060083 \n", + "2 0.070457 0.072000 0.057835 0.058996 0.060254 0.061614 0.063080 \n", + "3 0.072132 0.073644 0.060872 0.062016 0.063260 0.064609 0.066066 \n", + "4 0.074084 0.075816 0.062337 0.063653 0.065077 0.066612 0.068264 \n", + "5 0.076150 0.078110 0.063894 0.065390 0.066999 0.068727 0.070582 \n", + "6 0.066787 0.068307 0.057393 0.058552 0.059807 0.061163 0.062624 \n", + "7 0.068441 0.070146 0.058645 0.059951 0.061359 0.062874 0.064501 \n", + "8 0.070213 0.072111 0.059993 0.061452 0.063019 0.064699 0.066500 \n", + "9 0.072111 0.074210 0.061443 0.063061 0.064793 0.066647 0.068629 \n", + "10 0.059993 0.061443 0.052305 0.053417 0.054617 0.055910 0.057300 \n", + "11 0.061452 0.063061 0.053417 0.054655 0.055987 0.057418 0.058952 \n", + "12 0.063019 0.064793 0.054617 0.055987 0.057457 0.059031 0.060716 \n", + "13 0.064699 0.066647 0.055910 0.057418 0.059031 0.060756 0.062599 \n", + "14 0.066500 0.068629 0.057300 0.058952 0.060716 0.062599 0.064606 \n" + ] + } + ], "source": [ "# Common imports\n", "import numpy as np\n", @@ -5570,7 +5320,7 @@ }, { "cell_type": "markdown", - "id": "6e15d041", + "id": "1b096c22", "metadata": { "editable": true }, @@ -5587,7 +5337,7 @@ }, { "cell_type": "markdown", - "id": "107d5b46", + "id": "df200389", "metadata": { "editable": true }, @@ -5599,7 +5349,7 @@ }, { "cell_type": "markdown", - "id": "e47d0e76", + "id": "1d05f20f", "metadata": { "editable": true }, @@ -5611,7 +5361,7 @@ }, { "cell_type": "markdown", - "id": "86b8daf6", + "id": "686f4de4", "metadata": { "editable": true }, @@ -5621,7 +5371,7 @@ }, { "cell_type": "markdown", - "id": "934cc6c5", + "id": "5f1d2cf2", "metadata": { "editable": true }, @@ -5638,7 +5388,7 @@ }, { "cell_type": "markdown", - "id": "2a384ee9", + "id": "c3af1edc", "metadata": { "editable": true }, @@ -5648,7 +5398,7 @@ }, { "cell_type": "markdown", - "id": "e9a632a7", + "id": "16e4f2e4", "metadata": { "editable": true }, @@ -5663,7 +5413,7 @@ }, { "cell_type": "markdown", - "id": "8cbf4cb8", + "id": "cfebd376", "metadata": { "editable": true }, @@ -5673,7 +5423,7 @@ }, { "cell_type": "markdown", - "id": "b29a7909", + "id": "4e9bf897", "metadata": { "editable": true }, @@ -5687,7 +5437,7 @@ }, { "cell_type": "markdown", - "id": "31b9c6a9", + "id": "a72e01ca", "metadata": { "editable": true }, @@ -5699,7 +5449,7 @@ }, { "cell_type": "markdown", - "id": "cdc2f810", + "id": "8551cc9e", "metadata": { "editable": true }, @@ -5711,7 +5461,7 @@ }, { "cell_type": "markdown", - "id": "0b7d368d", + "id": "2dc67193", "metadata": { "editable": true }, @@ -5723,7 +5473,7 @@ }, { "cell_type": "markdown", - "id": "6d5ddd28", + "id": "7f9b2782", "metadata": { "editable": true }, @@ -5733,7 +5483,7 @@ }, { "cell_type": "markdown", - "id": "a18622fc", + "id": "e7e4222d", "metadata": { "editable": true }, @@ -5745,7 +5495,7 @@ }, { "cell_type": "markdown", - "id": "b5a8893c", + "id": "98a151ba", "metadata": { "editable": true }, @@ -5755,7 +5505,7 @@ }, { "cell_type": "markdown", - "id": "50a0a62a", + "id": "30667b0e", "metadata": { "editable": true }, @@ -5772,7 +5522,7 @@ }, { "cell_type": "markdown", - "id": "20380d89", + "id": "f72ff51e", "metadata": { "editable": true }, @@ -5782,7 +5532,7 @@ }, { "cell_type": "markdown", - "id": "10805b50", + "id": "80b9b440", "metadata": { "editable": true }, @@ -5794,7 +5544,7 @@ }, { "cell_type": "markdown", - "id": "b9c31a46", + "id": "0f19edd6", "metadata": { "editable": true }, @@ -5804,7 +5554,7 @@ }, { "cell_type": "markdown", - "id": "1f48b48e", + "id": "e0f2758b", "metadata": { "editable": true }, @@ -5816,7 +5566,7 @@ }, { "cell_type": "markdown", - "id": "ad8f7a8c", + "id": "3ba08a96", "metadata": { "editable": true }, @@ -5830,7 +5580,7 @@ }, { "cell_type": "markdown", - "id": "9e0dec01", + "id": "b7271b81", "metadata": { "editable": true }, @@ -5842,7 +5592,7 @@ }, { "cell_type": "markdown", - "id": "46fd0b6d", + "id": "56ad87f1", "metadata": { "editable": true }, @@ -5864,7 +5614,7 @@ }, { "cell_type": "markdown", - "id": "3d2047ca", + "id": "d7c4dc29", "metadata": { "editable": true }, @@ -5876,7 +5626,7 @@ }, { "cell_type": "markdown", - "id": "4a5f5016", + "id": "3209959e", "metadata": { "editable": true }, @@ -5891,7 +5641,7 @@ }, { "cell_type": "markdown", - "id": "52651fc6", + "id": "8466bcf7", "metadata": { "editable": true }, @@ -5903,7 +5653,7 @@ }, { "cell_type": "markdown", - "id": "fea09344", + "id": "a44c56d3", "metadata": { "editable": true }, @@ -5915,7 +5665,7 @@ }, { "cell_type": "markdown", - "id": "bcfd303f", + "id": "0dc26201", "metadata": { "editable": true }, @@ -5925,7 +5675,7 @@ }, { "cell_type": "markdown", - "id": "f684d942", + "id": "ed78f0e3", "metadata": { "editable": true }, @@ -5937,7 +5687,7 @@ }, { "cell_type": "markdown", - "id": "1e54bd36", + "id": "3a072221", "metadata": { "editable": true }, @@ -5947,7 +5697,7 @@ }, { "cell_type": "markdown", - "id": "4cdcdef2", + "id": "60baf463", "metadata": { "editable": true }, @@ -5959,7 +5709,7 @@ }, { "cell_type": "markdown", - "id": "a6d5bd03", + "id": "60ff042d", "metadata": { "editable": true }, @@ -5969,7 +5719,7 @@ }, { "cell_type": "markdown", - "id": "a4d9fc21", + "id": "1c31b285", "metadata": { "editable": true }, @@ -5981,7 +5731,7 @@ }, { "cell_type": "markdown", - "id": "119bc56e", + "id": "4587edf9", "metadata": { "editable": true }, @@ -5998,7 +5748,7 @@ }, { "cell_type": "markdown", - "id": "d15cad60", + "id": "3a423c6a", "metadata": { "editable": true }, @@ -6011,7 +5761,7 @@ }, { "cell_type": "markdown", - "id": "f725d905", + "id": "d53b24a7", "metadata": { "editable": true }, @@ -6023,7 +5773,7 @@ }, { "cell_type": "markdown", - "id": "a2a5b25f", + "id": "9d589cad", "metadata": { "editable": true }, @@ -6033,7 +5783,7 @@ }, { "cell_type": "markdown", - "id": "a9f43162", + "id": "f6e8bb3f", "metadata": { "editable": true }, @@ -6046,7 +5796,7 @@ }, { "cell_type": "markdown", - "id": "debb0a19", + "id": "c01d5a5e", "metadata": { "editable": true }, @@ -6056,7 +5806,7 @@ }, { "cell_type": "markdown", - "id": "2764c014", + "id": "46e5562b", "metadata": { "editable": true }, @@ -6068,7 +5818,7 @@ }, { "cell_type": "markdown", - "id": "ad141726", + "id": "44d5398b", "metadata": { "editable": true }, @@ -6081,7 +5831,7 @@ }, { "cell_type": "markdown", - "id": "d194482f", + "id": "addf0d49", "metadata": { "editable": true }, @@ -6094,7 +5844,7 @@ }, { "cell_type": "markdown", - "id": "7ccf56c7", + "id": "fdb87f8d", "metadata": { "editable": true }, @@ -6106,7 +5856,7 @@ }, { "cell_type": "markdown", - "id": "41939010", + "id": "69d507e7", "metadata": { "editable": true }, @@ -6118,7 +5868,7 @@ }, { "cell_type": "markdown", - "id": "93d38078", + "id": "a4b61630", "metadata": { "editable": true }, @@ -6128,7 +5878,7 @@ }, { "cell_type": "markdown", - "id": "9c6d063a", + "id": "c82b13a0", "metadata": { "editable": true }, @@ -6141,7 +5891,7 @@ }, { "cell_type": "markdown", - "id": "90d9a525", + "id": "9d225ea8", "metadata": { "editable": true }, @@ -6153,7 +5903,7 @@ }, { "cell_type": "markdown", - "id": "d1c9d3ea", + "id": "293d144e", "metadata": { "editable": true }, @@ -6165,7 +5915,7 @@ }, { "cell_type": "markdown", - "id": "6a03fd03", + "id": "2ba90687", "metadata": { "editable": true }, @@ -6177,7 +5927,7 @@ }, { "cell_type": "markdown", - "id": "12f9e2f4", + "id": "71b67ece", "metadata": { "editable": true }, @@ -6189,7 +5939,7 @@ }, { "cell_type": "markdown", - "id": "0bd449c0", + "id": "848de99f", "metadata": { "editable": true }, @@ -6203,7 +5953,7 @@ }, { "cell_type": "markdown", - "id": "528f4c54", + "id": "229ab3bb", "metadata": { "editable": true }, @@ -6215,7 +5965,7 @@ }, { "cell_type": "markdown", - "id": "a4e89b45", + "id": "fafe6f12", "metadata": { "editable": true }, @@ -6225,7 +5975,7 @@ }, { "cell_type": "markdown", - "id": "af51b23c", + "id": "075b9702", "metadata": { "editable": true }, @@ -6237,7 +5987,7 @@ }, { "cell_type": "markdown", - "id": "26945717", + "id": "4e8ad796", "metadata": { "editable": true }, @@ -6249,7 +5999,7 @@ }, { "cell_type": "markdown", - "id": "70a85186", + "id": "070bea88", "metadata": { "editable": true }, @@ -6261,7 +6011,7 @@ }, { "cell_type": "markdown", - "id": "86de1af1", + "id": "cbb1a6d0", "metadata": { "editable": true }, @@ -6273,7 +6023,7 @@ }, { "cell_type": "markdown", - "id": "a7eaaac6", + "id": "62ea95e8", "metadata": { "editable": true }, @@ -6285,7 +6035,7 @@ }, { "cell_type": "markdown", - "id": "732d4020", + "id": "1d0a0c3f", "metadata": { "editable": true }, @@ -6304,7 +6054,7 @@ }, { "cell_type": "markdown", - "id": "06f71f9c", + "id": "502bf9b1", "metadata": { "editable": true }, @@ -6316,7 +6066,7 @@ }, { "cell_type": "markdown", - "id": "04266404", + "id": "b98b3e29", "metadata": { "editable": true }, @@ -6326,7 +6076,7 @@ }, { "cell_type": "markdown", - "id": "753d4bf0", + "id": "9afa64c1", "metadata": { "editable": true }, @@ -6338,7 +6088,7 @@ }, { "cell_type": "markdown", - "id": "ea8b1f8f", + "id": "756fc3c6", "metadata": { "editable": true }, @@ -6348,7 +6098,7 @@ }, { "cell_type": "markdown", - "id": "12703a7e", + "id": "9faf05fa", "metadata": { "editable": true }, @@ -6360,7 +6110,7 @@ }, { "cell_type": "markdown", - "id": "90522189", + "id": "36e62812", "metadata": { "editable": true }, @@ -6372,7 +6122,7 @@ }, { "cell_type": "markdown", - "id": "b81abc7b", + "id": "dee00fc3", "metadata": { "editable": true }, @@ -6388,7 +6138,7 @@ }, { "cell_type": "markdown", - "id": "115018b1", + "id": "1287f83a", "metadata": { "editable": true }, @@ -6400,7 +6150,7 @@ }, { "cell_type": "markdown", - "id": "8741b7a9", + "id": "b4240a7b", "metadata": { "editable": true }, @@ -6412,7 +6162,7 @@ }, { "cell_type": "markdown", - "id": "5fe75d98", + "id": "fd444925", "metadata": { "editable": true }, @@ -6422,7 +6172,7 @@ }, { "cell_type": "markdown", - "id": "522e6278", + "id": "5b055ab3", "metadata": { "editable": true }, @@ -6434,7 +6184,7 @@ }, { "cell_type": "markdown", - "id": "eaa39cca", + "id": "bc539215", "metadata": { "editable": true }, @@ -6444,7 +6194,7 @@ }, { "cell_type": "markdown", - "id": "230a8059", + "id": "5a4af335", "metadata": { "editable": true }, @@ -6456,7 +6206,7 @@ }, { "cell_type": "markdown", - "id": "698a93f7", + "id": "94a4c6dc", "metadata": { "editable": true }, @@ -6473,7 +6223,7 @@ }, { "cell_type": "markdown", - "id": "96e49fbc", + "id": "6cef8bfb", "metadata": { "editable": true }, @@ -6485,7 +6235,7 @@ }, { "cell_type": "markdown", - "id": "f2043d81", + "id": "5f04ae7d", "metadata": { "editable": true }, @@ -6497,7 +6247,7 @@ }, { "cell_type": "markdown", - "id": "f2dd8e44", + "id": "35418e34", "metadata": { "editable": true }, @@ -6507,7 +6257,7 @@ }, { "cell_type": "markdown", - "id": "0ab90bb2", + "id": "df4a83ee", "metadata": { "editable": true }, @@ -6519,7 +6269,7 @@ }, { "cell_type": "markdown", - "id": "1090467c", + "id": "43751ced", "metadata": { "editable": true }, @@ -6529,7 +6279,7 @@ }, { "cell_type": "markdown", - "id": "8bc71963", + "id": "4a030f43", "metadata": { "editable": true }, @@ -6541,7 +6291,7 @@ }, { "cell_type": "markdown", - "id": "918da4ad", + "id": "9e27747e", "metadata": { "editable": true }, @@ -6551,7 +6301,7 @@ }, { "cell_type": "markdown", - "id": "ee673e3d", + "id": "be4c8f46", "metadata": { "editable": true }, @@ -6563,7 +6313,7 @@ }, { "cell_type": "markdown", - "id": "03352030", + "id": "7da22e7f", "metadata": { "editable": true }, @@ -6573,7 +6323,7 @@ }, { "cell_type": "markdown", - "id": "1b29a63e", + "id": "9c059120", "metadata": { "editable": true }, @@ -6585,7 +6335,7 @@ }, { "cell_type": "markdown", - "id": "206bcec2", + "id": "aa7c7a38", "metadata": { "editable": true }, diff --git a/doc/LectureNotes/_build/jupyter_execute/week35.py b/doc/LectureNotes/_build/jupyter_execute/week35.py index b962e32d6..a585aeda5 100644 --- a/doc/LectureNotes/_build/jupyter_execute/week35.py +++ b/doc/LectureNotes/_build/jupyter_execute/week35.py @@ -6,9 +6,9 @@ # # # Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression -# **Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University +# **Morten Hjorth-Jensen**, Department of Physics, University of Oslo # -# Date: **August 26-30** +# Date: **August 26-30, 2024** # ## Plans for week 35 # @@ -16,7 +16,7 @@ # # 1. Brief repetition from last week # -# 2. Derivation of the equations for ordinary least squares +# 2. Discussions of the equations for ordinary least squares # # 3. Discussion on how to prepare data and examples of applications of linear regression # @@ -26,11 +26,15 @@ # ### Reading recommendations: # -# 1. See lecture notes for week 35 at +# 1. These lecture notes # # 2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background) +# +# 3. Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4. +# +# 4. For exercise 1 of week 35, the book by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth on the Mathematics of Machine Learning, may be very relevant. In particular chapter 5 at URL"https://mml-book.github.io/" (section 5.5 on derivatives) is very useful for exercise 1 this coming week. -# ## Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week +# ## For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week # # We need first a reminder from last week about linear regression. # @@ -1264,206 +1268,7 @@ plt.show() # intercept. This becomes more important when we discuss Ridge and Lasso # regression next week. -# ## The Boston housing data example -# -# The Boston housing -# data set was originally a part of UCI Machine Learning Repository -# and has been removed now. The data set is now included in **Scikit-Learn**'s -# library. There are 506 samples and 13 feature (predictor) variables -# in this data set. The objective is to predict the value of prices of -# the house using the features (predictors) listed here. -# -# The features/predictors are -# 1. CRIM: Per capita crime rate by town -# -# 2. ZN: Proportion of residential land zoned for lots over 25000 square feet -# -# 3. INDUS: Proportion of non-retail business acres per town -# -# 4. CHAS: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise) -# -# 5. NOX: Nitric oxide concentration (parts per 10 million) -# -# 6. RM: Average number of rooms per dwelling -# -# 7. AGE: Proportion of owner-occupied units built prior to 1940 -# -# 8. DIS: Weighted distances to five Boston employment centers -# -# 9. RAD: Index of accessibility to radial highways -# -# 10. TAX: Full-value property tax rate per USD10000 -# -# 11. B: $1000(Bk - 0.63)^2$, where $Bk$ is the proportion of [people of African American descent] by town -# -# 12. LSTAT: Percentage of lower status of the population -# -# 13. MEDV: Median value of owner-occupied homes in USD 1000s - -# ## Housing data, the code -# We start by importing the libraries - -# In[15]: - - -import numpy as np -import matplotlib.pyplot as plt - -import pandas as pd -import seaborn as sns - - -# and load the Boston Housing DataSet from **Scikit-Learn** - -# In[16]: - - -from sklearn.datasets import load_boston - -boston_dataset = load_boston() - -# boston_dataset is a dictionary -# let's check what it contains -boston_dataset.keys() - - -# Then we invoke Pandas - -# In[17]: - - -boston = pd.DataFrame(boston_dataset.data, columns=boston_dataset.feature_names) -boston.head() -boston['MEDV'] = boston_dataset.target - - -# and preprocess the data - -# In[18]: - - -# check for missing values in all the columns -boston.isnull().sum() - - -# We can then visualize the data - -# In[19]: - - -# set the size of the figure -sns.set(rc={'figure.figsize':(11.7,8.27)}) - -# plot a histogram showing the distribution of the target values -sns.distplot(boston['MEDV'], bins=30) -plt.show() - - -# It is now useful to look at the correlation matrix - -# In[20]: - - -# compute the pair wise correlation for all columns -correlation_matrix = boston.corr().round(2) -# use the heatmap function from seaborn to plot the correlation matrix -# annot = True to print the values inside the square -sns.heatmap(data=correlation_matrix, annot=True) - - -# From the above coorelation plot we can see that **MEDV** is strongly correlated to **LSTAT** and **RM**. We see also that **RAD** and **TAX** are stronly correlated, but we don't include this in our features together to avoid multi-colinearity - -# In[21]: - - -plt.figure(figsize=(20, 5)) - -features = ['LSTAT', 'RM'] -target = boston['MEDV'] - -for i, col in enumerate(features): - plt.subplot(1, len(features) , i+1) - x = boston[col] - y = target - plt.scatter(x, y, marker='o') - plt.title(col) - plt.xlabel(col) - plt.ylabel('MEDV') - - -# Now we start training our model - -# In[22]: - - -X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM']) -Y = boston['MEDV'] - - -# We split the data into training and test sets - -# In[23]: - - -from sklearn.model_selection import train_test_split - -# splits the training and test data set in 80% : 20% -# assign random_state to any value.This ensures consistency. -X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, random_state=5) -print(X_train.shape) -print(X_test.shape) -print(Y_train.shape) -print(Y_test.shape) - - -# Then we use the linear regression functionality from **Scikit-Learn** - -# In[24]: - - -from sklearn.linear_model import LinearRegression -from sklearn.metrics import mean_squared_error, r2_score - -lin_model = LinearRegression() -lin_model.fit(X_train, Y_train) - -# model evaluation for training set - -y_train_predict = lin_model.predict(X_train) -rmse = (np.sqrt(mean_squared_error(Y_train, y_train_predict))) -r2 = r2_score(Y_train, y_train_predict) - -print("The model performance for training set") -print("--------------------------------------") -print('RMSE is {}'.format(rmse)) -print('R2 score is {}'.format(r2)) -print("\n") - -# model evaluation for testing set - -y_test_predict = lin_model.predict(X_test) -# root mean square error of the model -rmse = (np.sqrt(mean_squared_error(Y_test, y_test_predict))) - -# r-squared score of the model -r2 = r2_score(Y_test, y_test_predict) - -print("The model performance for testing set") -print("--------------------------------------") -print('RMSE is {}'.format(rmse)) -print('R2 score is {}'.format(r2)) - - -# In[25]: - - -# plotting the y_test vs y_pred -# ideally should have been a straight line -plt.scatter(Y_test, y_test_predict) -plt.show() - - -# ## Material for lecture Thursday, August 31 +# ## Material for lecture Monday, August 26 # ## Mathematical Interpretation of Ordinary Least Squares # @@ -1738,7 +1543,7 @@ plt.show() # ## Codes for the SVD -# In[26]: +# In[15]: import numpy as np @@ -2155,7 +1960,7 @@ print(C-X) # function **np.mean(x)**. We can also extract the eigenvalues of the # covariance matrix through the **np.linalg.eig()** function. -# In[27]: +# In[16]: # Importing various packages @@ -2178,7 +1983,7 @@ print(C) # code which sets up the correlations matrix for the previous example in # a more brute force way. Here we scale the mean values for each column of the design matrix, calculate the relevant mean values and variances and then finally set up the $2\times 2$ correlation matrix (since we have only two vectors). -# In[28]: +# In[17]: import numpy as np @@ -2214,7 +2019,7 @@ print(C) # # We whow here how we can set up the correlation matrix using **pandas**, as done in this simple code -# In[29]: +# In[18]: import numpy as np @@ -2237,7 +2042,7 @@ print(correlation_matrix) # ## Correlation Matrix with Pandas and the Franke function -# In[30]: +# In[19]: # Common imports diff --git a/doc/LectureNotes/exercisesweek34.ipynb b/doc/LectureNotes/exercisesweek34.ipynb index a17ecafef..6a84a1d30 100644 --- a/doc/LectureNotes/exercisesweek34.ipynb +++ b/doc/LectureNotes/exercisesweek34.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "72dc0997", + "id": "a50ea987", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "8c591125", + "id": "291e6015", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "1ad21876", + "id": "141ff111", "metadata": { "editable": true }, @@ -39,7 +39,7 @@ }, { "cell_type": "markdown", - "id": "4eaa91e2", + "id": "32a1fc9e", "metadata": { "editable": true }, @@ -108,7 +108,7 @@ }, { "cell_type": "markdown", - "id": "360adb56", + "id": "f103f4c1", "metadata": { "editable": true }, @@ -122,20 +122,21 @@ { "cell_type": "code", "execution_count": 1, - "id": "278aa34f", + "id": "81c11edc", "metadata": { "collapsed": false, "editable": true }, "outputs": [], "source": [ + "import numpy as np\n", "x = np.random.rand(100,1)\n", "y = 2.0+5*x*x+0.1*np.random.randn(100,1)" ] }, { "cell_type": "markdown", - "id": "1ff20e45", + "id": "970bd604", "metadata": { "editable": true }, @@ -149,7 +150,7 @@ }, { "cell_type": "markdown", - "id": "e8809de1", + "id": "bda3ed04", "metadata": { "editable": true }, @@ -162,7 +163,7 @@ }, { "cell_type": "markdown", - "id": "8c9e5277", + "id": "ca995691", "metadata": { "editable": true }, @@ -173,7 +174,7 @@ }, { "cell_type": "markdown", - "id": "85a5881c", + "id": "27cbfeed", "metadata": { "editable": true }, @@ -185,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "4fb35d0d", + "id": "9e063f6d", "metadata": { "editable": true }, @@ -195,7 +196,7 @@ }, { "cell_type": "markdown", - "id": "608f9780", + "id": "e582c2bb", "metadata": { "editable": true }, @@ -207,7 +208,7 @@ }, { "cell_type": "markdown", - "id": "014bbc09", + "id": "59e0ed7a", "metadata": { "editable": true }, @@ -218,7 +219,7 @@ }, { "cell_type": "markdown", - "id": "f28863ad", + "id": "051e71aa", "metadata": { "editable": true }, @@ -237,7 +238,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "85f75a99", + "id": "c82d8b64", "metadata": { "collapsed": false, "editable": true @@ -253,7 +254,7 @@ }, { "cell_type": "markdown", - "id": "bee8d814", + "id": "3e810bba", "metadata": { "editable": true }, @@ -263,7 +264,7 @@ }, { "cell_type": "markdown", - "id": "7c94f8bd", + "id": "c1198fce", "metadata": { "editable": true }, @@ -274,7 +275,7 @@ }, { "cell_type": "markdown", - "id": "c0e789dd", + "id": "1b0cea0a", "metadata": { "editable": true }, @@ -286,7 +287,7 @@ }, { "cell_type": "markdown", - "id": "5ee1d70e", + "id": "5194ba08", "metadata": { "editable": true }, diff --git a/doc/LectureNotes/week35.ipynb b/doc/LectureNotes/week35.ipynb index 40b6c66a9..ce308ef85 100644 --- a/doc/LectureNotes/week35.ipynb +++ b/doc/LectureNotes/week35.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "ea977b24", + "id": "0e8171d8", "metadata": { "editable": true }, @@ -14,20 +14,20 @@ }, { "cell_type": "markdown", - "id": "a247218b", + "id": "d54fb4b6", "metadata": { "editable": true }, "source": [ "# Week 35: From Ordinary Linear Regression to Ridge and Lasso Regression\n", - "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n", + "**Morten Hjorth-Jensen**, Department of Physics, University of Oslo\n", "\n", - "Date: **August 26-30**" + "Date: **August 26-30, 2024**" ] }, { "cell_type": "markdown", - "id": "f234b76d", + "id": "359ef523", "metadata": { "editable": true }, @@ -38,7 +38,7 @@ "\n", "1. Brief repetition from last week\n", "\n", - "2. Derivation of the equations for ordinary least squares\n", + "2. Discussions of the equations for ordinary least squares\n", "\n", "3. Discussion on how to prepare data and examples of applications of linear regression\n", "\n", @@ -49,26 +49,30 @@ }, { "cell_type": "markdown", - "id": "86d0671f", + "id": "76ab9350", "metadata": { "editable": true }, "source": [ "### Reading recommendations:\n", "\n", - "1. See lecture notes for week 35 at \n", + "1. These lecture notes\n", "\n", - "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)" + "2. Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra and sections 3.1-3.10 on elements of statistics (background)\n", + "\n", + "3. Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4.\n", + "\n", + "4. For exercise 1 of week 35, the book by A. Aldo Faisal, Cheng Soon Ong, and Marc Peter Deisenroth on the Mathematics of Machine Learning, may be very relevant. In particular chapter 5 at URL\"https://mml-book.github.io/\" (section 5.5 on derivatives) is very useful for exercise 1 this coming week." ] }, { "cell_type": "markdown", - "id": "0b0bc0ec", + "id": "231f16d6", "metadata": { "editable": true }, "source": [ - "## Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", + "## For exercise sessions: Why Linear Regression (aka Ordinary Least Squares and family), repeat from last week\n", "\n", "We need first a reminder from last week about linear regression. \n", "\n", @@ -97,7 +101,7 @@ }, { "cell_type": "markdown", - "id": "c30cfd06", + "id": "a163dea4", "metadata": { "editable": true }, @@ -113,7 +117,7 @@ }, { "cell_type": "markdown", - "id": "59d6452b", + "id": "e30d7141", "metadata": { "editable": true }, @@ -125,7 +129,7 @@ }, { "cell_type": "markdown", - "id": "8649d84d", + "id": "1e391e10", "metadata": { "editable": true }, @@ -135,7 +139,7 @@ }, { "cell_type": "markdown", - "id": "aaa65f06", + "id": "440e1f2a", "metadata": { "editable": true }, @@ -147,7 +151,7 @@ }, { "cell_type": "markdown", - "id": "cc43802e", + "id": "4f920c69", "metadata": { "editable": true }, @@ -168,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "53877600", + "id": "179c4cba", "metadata": { "editable": true }, @@ -180,7 +184,7 @@ }, { "cell_type": "markdown", - "id": "bc4478fc", + "id": "82d6dd48", "metadata": { "editable": true }, @@ -193,7 +197,7 @@ }, { "cell_type": "markdown", - "id": "64bc2ac2", + "id": "fb67db20", "metadata": { "editable": true }, @@ -205,7 +209,7 @@ }, { "cell_type": "markdown", - "id": "d7b7d1d1", + "id": "406fe296", "metadata": { "editable": true }, @@ -217,7 +221,7 @@ }, { "cell_type": "markdown", - "id": "f34563f6", + "id": "7ca59383", "metadata": { "editable": true }, @@ -227,7 +231,7 @@ }, { "cell_type": "markdown", - "id": "1dbad69a", + "id": "59b8cb83", "metadata": { "editable": true }, @@ -239,7 +243,7 @@ }, { "cell_type": "markdown", - "id": "2a16de00", + "id": "5e10e269", "metadata": { "editable": true }, @@ -252,7 +256,7 @@ }, { "cell_type": "markdown", - "id": "07115e56", + "id": "c8f4a461", "metadata": { "editable": true }, @@ -264,7 +268,7 @@ }, { "cell_type": "markdown", - "id": "b90655a4", + "id": "8299a747", "metadata": { "editable": true }, @@ -274,7 +278,7 @@ }, { "cell_type": "markdown", - "id": "2ac208f1", + "id": "e3adcb3e", "metadata": { "editable": true }, @@ -286,7 +290,7 @@ }, { "cell_type": "markdown", - "id": "a8197640", + "id": "a48bfab5", "metadata": { "editable": true }, @@ -298,7 +302,7 @@ }, { "cell_type": "markdown", - "id": "7c72baae", + "id": "87754669", "metadata": { "editable": true }, @@ -309,7 +313,7 @@ }, { "cell_type": "markdown", - "id": "3c595093", + "id": "c4980f00", "metadata": { "editable": true }, @@ -321,7 +325,7 @@ }, { "cell_type": "markdown", - "id": "4dab1f87", + "id": "1a1adcd3", "metadata": { "editable": true }, @@ -340,7 +344,7 @@ }, { "cell_type": "markdown", - "id": "2a85bd46", + "id": "8d4dd262", "metadata": { "editable": true }, @@ -353,7 +357,7 @@ }, { "cell_type": "markdown", - "id": "5500dd61", + "id": "2215a906", "metadata": { "editable": true }, @@ -363,7 +367,7 @@ }, { "cell_type": "markdown", - "id": "0072db82", + "id": "d293ee98", "metadata": { "editable": true }, @@ -375,7 +379,7 @@ }, { "cell_type": "markdown", - "id": "078ec23d", + "id": "cc42ead9", "metadata": { "editable": true }, @@ -385,7 +389,7 @@ }, { "cell_type": "markdown", - "id": "cc1760bc", + "id": "fb13cd8b", "metadata": { "editable": true }, @@ -397,7 +401,7 @@ }, { "cell_type": "markdown", - "id": "73d00905", + "id": "fc02a912", "metadata": { "editable": true }, @@ -407,7 +411,7 @@ }, { "cell_type": "markdown", - "id": "50dff40b", + "id": "82afab7b", "metadata": { "editable": true }, @@ -419,7 +423,7 @@ }, { "cell_type": "markdown", - "id": "622bf5f5", + "id": "843ade9a", "metadata": { "editable": true }, @@ -430,7 +434,7 @@ }, { "cell_type": "markdown", - "id": "48bfcf85", + "id": "e955afa1", "metadata": { "editable": true }, @@ -442,7 +446,7 @@ }, { "cell_type": "markdown", - "id": "07c395fe", + "id": "61e860cd", "metadata": { "editable": true }, @@ -452,7 +456,7 @@ }, { "cell_type": "markdown", - "id": "d3ccdcb0", + "id": "93d2b6e6", "metadata": { "editable": true }, @@ -464,7 +468,7 @@ }, { "cell_type": "markdown", - "id": "c1ef9741", + "id": "adfd7e62", "metadata": { "editable": true }, @@ -474,7 +478,7 @@ }, { "cell_type": "markdown", - "id": "1646a521", + "id": "1663846c", "metadata": { "editable": true }, @@ -486,7 +490,7 @@ }, { "cell_type": "markdown", - "id": "daa11d84", + "id": "12dd4571", "metadata": { "editable": true }, @@ -506,7 +510,7 @@ }, { "cell_type": "markdown", - "id": "78b271ce", + "id": "57f81768", "metadata": { "editable": true }, @@ -533,7 +537,7 @@ }, { "cell_type": "markdown", - "id": "9482d4e6", + "id": "7f129030", "metadata": { "editable": true }, @@ -545,7 +549,7 @@ }, { "cell_type": "markdown", - "id": "c7787334", + "id": "6c35b0ba", "metadata": { "editable": true }, @@ -557,7 +561,7 @@ }, { "cell_type": "markdown", - "id": "a7c6c6e4", + "id": "162c4ffd", "metadata": { "editable": true }, @@ -573,7 +577,7 @@ }, { "cell_type": "markdown", - "id": "dc9f4b6f", + "id": "84eee206", "metadata": { "editable": true }, @@ -591,7 +595,7 @@ }, { "cell_type": "markdown", - "id": "dbb092e9", + "id": "832f9fc3", "metadata": { "editable": true }, @@ -603,7 +607,7 @@ }, { "cell_type": "markdown", - "id": "47f695d0", + "id": "43a78640", "metadata": { "editable": true }, @@ -615,7 +619,7 @@ }, { "cell_type": "markdown", - "id": "6ff6f849", + "id": "7fbfd556", "metadata": { "editable": true }, @@ -626,7 +630,7 @@ }, { "cell_type": "markdown", - "id": "3fab9d8e", + "id": "f0b01c52", "metadata": { "editable": true }, @@ -638,7 +642,7 @@ }, { "cell_type": "markdown", - "id": "230d417b", + "id": "fb5c1bd7", "metadata": { "editable": true }, @@ -648,7 +652,7 @@ }, { "cell_type": "markdown", - "id": "ae3eea03", + "id": "9a0a695d", "metadata": { "editable": true }, @@ -660,7 +664,7 @@ }, { "cell_type": "markdown", - "id": "97d7d08a", + "id": "87e15057", "metadata": { "editable": true }, @@ -674,7 +678,7 @@ }, { "cell_type": "markdown", - "id": "dbcabc11", + "id": "fca1498a", "metadata": { "editable": true }, @@ -686,7 +690,7 @@ }, { "cell_type": "markdown", - "id": "7278dcbd", + "id": "b8c63be2", "metadata": { "editable": true }, @@ -698,7 +702,7 @@ }, { "cell_type": "markdown", - "id": "c16d222a", + "id": "2ddd0ffc", "metadata": { "editable": true }, @@ -710,7 +714,7 @@ }, { "cell_type": "markdown", - "id": "0d85444e", + "id": "509d2ab6", "metadata": { "editable": true }, @@ -720,7 +724,7 @@ }, { "cell_type": "markdown", - "id": "4d26bab6", + "id": "bb492979", "metadata": { "editable": true }, @@ -732,7 +736,7 @@ }, { "cell_type": "markdown", - "id": "b6d57fdf", + "id": "ca02a149", "metadata": { "editable": true }, @@ -744,7 +748,7 @@ }, { "cell_type": "markdown", - "id": "7a78e5dc", + "id": "782c5c3d", "metadata": { "editable": true }, @@ -756,7 +760,7 @@ }, { "cell_type": "markdown", - "id": "6231367b", + "id": "749d69a8", "metadata": { "editable": true }, @@ -770,7 +774,7 @@ }, { "cell_type": "markdown", - "id": "ab068594", + "id": "e2910da5", "metadata": { "editable": true }, @@ -782,7 +786,7 @@ }, { "cell_type": "markdown", - "id": "07d2f06b", + "id": "effa9035", "metadata": { "editable": true }, @@ -794,7 +798,7 @@ }, { "cell_type": "markdown", - "id": "d2382139", + "id": "89e33e6e", "metadata": { "editable": true }, @@ -806,7 +810,7 @@ }, { "cell_type": "markdown", - "id": "7d063f00", + "id": "5a0e8a3b", "metadata": { "editable": true }, @@ -816,7 +820,7 @@ }, { "cell_type": "markdown", - "id": "5e119075", + "id": "12119d38", "metadata": { "editable": true }, @@ -828,7 +832,7 @@ }, { "cell_type": "markdown", - "id": "700eaedb", + "id": "b8e2462f", "metadata": { "editable": true }, @@ -838,7 +842,7 @@ }, { "cell_type": "markdown", - "id": "51e05fca", + "id": "ba9fdb35", "metadata": { "editable": true }, @@ -850,7 +854,7 @@ }, { "cell_type": "markdown", - "id": "bba7f463", + "id": "ac7406a7", "metadata": { "editable": true }, @@ -860,7 +864,7 @@ }, { "cell_type": "markdown", - "id": "601577cc", + "id": "01329146", "metadata": { "editable": true }, @@ -872,7 +876,7 @@ }, { "cell_type": "markdown", - "id": "ea31952c", + "id": "3575ca3b", "metadata": { "editable": true }, @@ -884,7 +888,7 @@ }, { "cell_type": "markdown", - "id": "fc6c86a7", + "id": "bda9dbe5", "metadata": { "editable": true }, @@ -896,7 +900,7 @@ }, { "cell_type": "markdown", - "id": "ffe09390", + "id": "a50cda13", "metadata": { "editable": true }, @@ -911,7 +915,7 @@ }, { "cell_type": "markdown", - "id": "22f4970c", + "id": "98a5bfd3", "metadata": { "editable": true }, @@ -923,7 +927,7 @@ }, { "cell_type": "markdown", - "id": "4ba751cb", + "id": "29825b92", "metadata": { "editable": true }, @@ -933,7 +937,7 @@ }, { "cell_type": "markdown", - "id": "87052e13", + "id": "98cd166a", "metadata": { "editable": true }, @@ -945,7 +949,7 @@ }, { "cell_type": "markdown", - "id": "e24dea19", + "id": "ac113691", "metadata": { "editable": true }, @@ -955,7 +959,7 @@ }, { "cell_type": "markdown", - "id": "6b52c737", + "id": "4885434d", "metadata": { "editable": true }, @@ -967,7 +971,7 @@ }, { "cell_type": "markdown", - "id": "904b93aa", + "id": "0be054ab", "metadata": { "editable": true }, @@ -977,7 +981,7 @@ }, { "cell_type": "markdown", - "id": "439e197d", + "id": "56bd4473", "metadata": { "editable": true }, @@ -989,7 +993,7 @@ }, { "cell_type": "markdown", - "id": "f5658ed9", + "id": "f7696e03", "metadata": { "editable": true }, @@ -1001,7 +1005,7 @@ }, { "cell_type": "markdown", - "id": "6f99984d", + "id": "52b3aee8", "metadata": { "editable": true }, @@ -1013,7 +1017,7 @@ }, { "cell_type": "markdown", - "id": "eeb1373c", + "id": "5ae5b749", "metadata": { "editable": true }, @@ -1023,7 +1027,7 @@ }, { "cell_type": "markdown", - "id": "f3c557ba", + "id": "ad4d9e92", "metadata": { "editable": true }, @@ -1035,7 +1039,7 @@ }, { "cell_type": "markdown", - "id": "412789d5", + "id": "593fb36f", "metadata": { "editable": true }, @@ -1048,7 +1052,7 @@ }, { "cell_type": "markdown", - "id": "65fbbb29", + "id": "49bdf172", "metadata": { "editable": true }, @@ -1060,7 +1064,7 @@ }, { "cell_type": "markdown", - "id": "f4cd65e4", + "id": "2fb6ff7e", "metadata": { "editable": true }, @@ -1070,7 +1074,7 @@ }, { "cell_type": "markdown", - "id": "9ee329c3", + "id": "5dbcf369", "metadata": { "editable": true }, @@ -1082,7 +1086,7 @@ }, { "cell_type": "markdown", - "id": "47023d81", + "id": "317f4f66", "metadata": { "editable": true }, @@ -1092,7 +1096,7 @@ }, { "cell_type": "markdown", - "id": "40d4cc36", + "id": "2b3b5bf8", "metadata": { "editable": true }, @@ -1104,7 +1108,7 @@ }, { "cell_type": "markdown", - "id": "e266851f", + "id": "482872ec", "metadata": { "editable": true }, @@ -1114,7 +1118,7 @@ }, { "cell_type": "markdown", - "id": "f4d0941c", + "id": "cbfa31c1", "metadata": { "editable": true }, @@ -1126,7 +1130,7 @@ }, { "cell_type": "markdown", - "id": "6f4b2a9d", + "id": "29d719aa", "metadata": { "editable": true }, @@ -1136,7 +1140,7 @@ }, { "cell_type": "markdown", - "id": "62cab30b", + "id": "d09f28c9", "metadata": { "editable": true }, @@ -1148,7 +1152,7 @@ }, { "cell_type": "markdown", - "id": "4c8c6398", + "id": "b563a46a", "metadata": { "editable": true }, @@ -1158,7 +1162,7 @@ }, { "cell_type": "markdown", - "id": "f9c6ab8a", + "id": "cfb14c2e", "metadata": { "editable": true }, @@ -1170,7 +1174,7 @@ }, { "cell_type": "markdown", - "id": "b7945d33", + "id": "55d73d59", "metadata": { "editable": true }, @@ -1182,7 +1186,7 @@ }, { "cell_type": "markdown", - "id": "80421efe", + "id": "0d302953", "metadata": { "editable": true }, @@ -1194,7 +1198,7 @@ }, { "cell_type": "markdown", - "id": "cc1fb4bf", + "id": "3134df8b", "metadata": { "editable": true }, @@ -1206,7 +1210,7 @@ }, { "cell_type": "markdown", - "id": "c149bd15", + "id": "f7a379d8", "metadata": { "editable": true }, @@ -1218,7 +1222,7 @@ }, { "cell_type": "markdown", - "id": "4aeb6fad", + "id": "625b988b", "metadata": { "editable": true }, @@ -1234,7 +1238,7 @@ }, { "cell_type": "markdown", - "id": "fecdf631", + "id": "9ad87f84", "metadata": { "editable": true }, @@ -1246,7 +1250,7 @@ }, { "cell_type": "markdown", - "id": "7ffbaccd", + "id": "c09b142d", "metadata": { "editable": true }, @@ -1256,7 +1260,7 @@ }, { "cell_type": "markdown", - "id": "ba12c9f2", + "id": "87e150ea", "metadata": { "editable": true }, @@ -1268,7 +1272,7 @@ }, { "cell_type": "markdown", - "id": "871cfd8e", + "id": "df00240d", "metadata": { "editable": true }, @@ -1286,7 +1290,7 @@ }, { "cell_type": "markdown", - "id": "0ad332cd", + "id": "8fdbd7f8", "metadata": { "editable": true }, @@ -1298,7 +1302,7 @@ }, { "cell_type": "markdown", - "id": "5e7042e9", + "id": "238c7bd8", "metadata": { "editable": true }, @@ -1310,7 +1314,7 @@ }, { "cell_type": "markdown", - "id": "43b825ce", + "id": "18a876fb", "metadata": { "editable": true }, @@ -1320,7 +1324,7 @@ }, { "cell_type": "markdown", - "id": "58a4ed44", + "id": "ef14c409", "metadata": { "editable": true }, @@ -1332,7 +1336,7 @@ }, { "cell_type": "markdown", - "id": "202c5775", + "id": "13723af9", "metadata": { "editable": true }, @@ -1342,7 +1346,7 @@ }, { "cell_type": "markdown", - "id": "0eab64e4", + "id": "4d4ffe70", "metadata": { "editable": true }, @@ -1354,7 +1358,7 @@ }, { "cell_type": "markdown", - "id": "d17063fa", + "id": "6d044514", "metadata": { "editable": true }, @@ -1364,7 +1368,7 @@ }, { "cell_type": "markdown", - "id": "02cca57e", + "id": "63c7644a", "metadata": { "editable": true }, @@ -1378,7 +1382,7 @@ }, { "cell_type": "markdown", - "id": "d5a0e65b", + "id": "c2dbbf59", "metadata": { "editable": true }, @@ -1390,7 +1394,7 @@ }, { "cell_type": "markdown", - "id": "03f47788", + "id": "c972290a", "metadata": { "editable": true }, @@ -1401,7 +1405,7 @@ }, { "cell_type": "markdown", - "id": "ab07b7cf", + "id": "141194f9", "metadata": { "editable": true }, @@ -1414,7 +1418,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "f51e672d", + "id": "015492ec", "metadata": { "collapsed": false, "editable": true @@ -1441,7 +1445,7 @@ }, { "cell_type": "markdown", - "id": "e44be45e", + "id": "1d13253b", "metadata": { "editable": true }, @@ -1452,7 +1456,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "b4786589", + "id": "a85b890a", "metadata": { "collapsed": false, "editable": true @@ -1465,7 +1469,7 @@ }, { "cell_type": "markdown", - "id": "af2dcc52", + "id": "08eee60c", "metadata": { "editable": true }, @@ -1479,7 +1483,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "2bc65bc5", + "id": "06c7d473", "metadata": { "collapsed": false, "editable": true @@ -1492,7 +1496,7 @@ }, { "cell_type": "markdown", - "id": "46bda600", + "id": "8a9eb7fd", "metadata": { "editable": true }, @@ -1503,7 +1507,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "9bdae7bf", + "id": "44804614", "metadata": { "collapsed": false, "editable": true @@ -1515,7 +1519,7 @@ }, { "cell_type": "markdown", - "id": "64eeaaef", + "id": "3c36f7b4", "metadata": { "editable": true }, @@ -1526,7 +1530,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "cafbda91", + "id": "128cc3f9", "metadata": { "collapsed": false, "editable": true @@ -1542,7 +1546,7 @@ }, { "cell_type": "markdown", - "id": "831a5888", + "id": "f0555b78", "metadata": { "editable": true }, @@ -1553,7 +1557,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "90f6a538", + "id": "f482d41d", "metadata": { "collapsed": false, "editable": true @@ -1567,7 +1571,7 @@ }, { "cell_type": "markdown", - "id": "dc364c27", + "id": "292cb89c", "metadata": { "editable": true }, @@ -1588,7 +1592,7 @@ }, { "cell_type": "markdown", - "id": "1598259c", + "id": "59a7edef", "metadata": { "editable": true }, @@ -1599,7 +1603,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "ca994e68", + "id": "847478f5", "metadata": { "collapsed": false, "editable": true @@ -1652,7 +1656,7 @@ }, { "cell_type": "markdown", - "id": "7353f2e7", + "id": "4a92abc5", "metadata": { "editable": true }, @@ -1663,7 +1667,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "05a066db", + "id": "71d29d58", "metadata": { "collapsed": false, "editable": true @@ -1688,7 +1692,7 @@ }, { "cell_type": "markdown", - "id": "1f30de64", + "id": "71ffb936", "metadata": { "editable": true }, @@ -1700,7 +1704,7 @@ }, { "cell_type": "markdown", - "id": "80fa8b7d", + "id": "ed47d431", "metadata": { "editable": true }, @@ -1729,7 +1733,7 @@ }, { "cell_type": "markdown", - "id": "7e92be20", + "id": "4a01c695", "metadata": { "editable": true }, @@ -1754,7 +1758,7 @@ }, { "cell_type": "markdown", - "id": "052e8c0c", + "id": "d8b9ee62", "metadata": { "editable": true }, @@ -1774,7 +1778,7 @@ }, { "cell_type": "markdown", - "id": "d752c7f4", + "id": "a5f362af", "metadata": { "editable": true }, @@ -1801,7 +1805,7 @@ }, { "cell_type": "markdown", - "id": "4b40d092", + "id": "1bdf7ea5", "metadata": { "editable": true }, @@ -1814,7 +1818,7 @@ }, { "cell_type": "markdown", - "id": "f8526e57", + "id": "142f891c", "metadata": { "editable": true }, @@ -1826,7 +1830,7 @@ }, { "cell_type": "markdown", - "id": "5cfb3455", + "id": "aee9f94b", "metadata": { "editable": true }, @@ -1837,7 +1841,7 @@ }, { "cell_type": "markdown", - "id": "363e0117", + "id": "4ce309d1", "metadata": { "editable": true }, @@ -1853,7 +1857,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "4c7ecfc5", + "id": "0a704745", "metadata": { "collapsed": false, "editable": true @@ -1887,7 +1891,7 @@ }, { "cell_type": "markdown", - "id": "981f65fb", + "id": "84eabf2a", "metadata": { "editable": true }, @@ -1897,7 +1901,7 @@ }, { "cell_type": "markdown", - "id": "9ddcca79", + "id": "d43e8012", "metadata": { "editable": true }, @@ -1912,7 +1916,7 @@ }, { "cell_type": "markdown", - "id": "02bed8b3", + "id": "7e9736ec", "metadata": { "editable": true }, @@ -1924,7 +1928,7 @@ }, { "cell_type": "markdown", - "id": "64033f1d", + "id": "b10b3475", "metadata": { "editable": true }, @@ -1934,7 +1938,7 @@ }, { "cell_type": "markdown", - "id": "1cfc52cc", + "id": "d84b36f4", "metadata": { "editable": true }, @@ -1950,7 +1954,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "06b67f41", + "id": "f7106c42", "metadata": { "collapsed": false, "editable": true @@ -1967,7 +1971,7 @@ }, { "cell_type": "markdown", - "id": "773210a0", + "id": "3c69f9f8", "metadata": { "editable": true }, @@ -1980,7 +1984,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "34cb4217", + "id": "11c487ef", "metadata": { "collapsed": false, "editable": true @@ -2027,7 +2031,7 @@ }, { "cell_type": "markdown", - "id": "4ae9cee9", + "id": "7c801b72", "metadata": { "editable": true }, @@ -2038,7 +2042,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "9be1964e", + "id": "d3aeb46a", "metadata": { "collapsed": false, "editable": true @@ -2141,7 +2145,7 @@ }, { "cell_type": "markdown", - "id": "f0fe5870", + "id": "40492c3d", "metadata": { "editable": true }, @@ -2169,7 +2173,7 @@ }, { "cell_type": "markdown", - "id": "9b60a7bd", + "id": "8522203f", "metadata": { "editable": true }, @@ -2204,7 +2208,7 @@ }, { "cell_type": "markdown", - "id": "a31dcc5d", + "id": "be983c3c", "metadata": { "editable": true }, @@ -2219,7 +2223,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "225671c5", + "id": "1efd2e47", "metadata": { "collapsed": false, "editable": true @@ -2244,7 +2248,7 @@ }, { "cell_type": "markdown", - "id": "ac1448c8", + "id": "f19c62cb", "metadata": { "editable": true }, @@ -2260,7 +2264,7 @@ }, { "cell_type": "markdown", - "id": "c6e308a3", + "id": "a584c9cd", "metadata": { "editable": true }, @@ -2272,7 +2276,7 @@ }, { "cell_type": "markdown", - "id": "a2f2dab5", + "id": "0be698a6", "metadata": { "editable": true }, @@ -2287,7 +2291,7 @@ }, { "cell_type": "markdown", - "id": "8a7df606", + "id": "5d75610e", "metadata": { "editable": true }, @@ -2299,7 +2303,7 @@ }, { "cell_type": "markdown", - "id": "31e595c9", + "id": "ff7ee954", "metadata": { "editable": true }, @@ -2309,7 +2313,7 @@ }, { "cell_type": "markdown", - "id": "f5f389db", + "id": "5e6bb341", "metadata": { "editable": true }, @@ -2321,7 +2325,7 @@ }, { "cell_type": "markdown", - "id": "1dd4b34d", + "id": "e963c568", "metadata": { "editable": true }, @@ -2331,7 +2335,7 @@ }, { "cell_type": "markdown", - "id": "f931e286", + "id": "55885a4a", "metadata": { "editable": true }, @@ -2343,7 +2347,7 @@ }, { "cell_type": "markdown", - "id": "4cbda41b", + "id": "45b41040", "metadata": { "editable": true }, @@ -2356,7 +2360,7 @@ }, { "cell_type": "markdown", - "id": "6657a435", + "id": "09f46805", "metadata": { "editable": true }, @@ -2368,7 +2372,7 @@ }, { "cell_type": "markdown", - "id": "91f7475b", + "id": "d1568bca", "metadata": { "editable": true }, @@ -2378,7 +2382,7 @@ }, { "cell_type": "markdown", - "id": "98482060", + "id": "5596da7b", "metadata": { "editable": true }, @@ -2390,7 +2394,7 @@ }, { "cell_type": "markdown", - "id": "01e12c29", + "id": "1a811520", "metadata": { "editable": true }, @@ -2400,7 +2404,7 @@ }, { "cell_type": "markdown", - "id": "38fa32e4", + "id": "97432a8f", "metadata": { "editable": true }, @@ -2412,7 +2416,7 @@ }, { "cell_type": "markdown", - "id": "ea483f66", + "id": "f0771458", "metadata": { "editable": true }, @@ -2422,7 +2426,7 @@ }, { "cell_type": "markdown", - "id": "d5862089", + "id": "7c19d9c3", "metadata": { "editable": true }, @@ -2434,7 +2438,7 @@ }, { "cell_type": "markdown", - "id": "0456f62e", + "id": "f095d30a", "metadata": { "editable": true }, @@ -2444,7 +2448,7 @@ }, { "cell_type": "markdown", - "id": "1ed14941", + "id": "40723219", "metadata": { "editable": true }, @@ -2456,7 +2460,7 @@ }, { "cell_type": "markdown", - "id": "43387b69", + "id": "46ed821b", "metadata": { "editable": true }, @@ -2466,7 +2470,7 @@ }, { "cell_type": "markdown", - "id": "06bd01bf", + "id": "5a319080", "metadata": { "editable": true }, @@ -2478,7 +2482,7 @@ }, { "cell_type": "markdown", - "id": "9cad411e", + "id": "1113a828", "metadata": { "editable": true }, @@ -2488,7 +2492,7 @@ }, { "cell_type": "markdown", - "id": "c37f7792", + "id": "283f8fe8", "metadata": { "editable": true }, @@ -2500,7 +2504,7 @@ }, { "cell_type": "markdown", - "id": "8a7f23f8", + "id": "d2e5d910", "metadata": { "editable": true }, @@ -2512,7 +2516,7 @@ }, { "cell_type": "markdown", - "id": "a7fdf6e8", + "id": "2de4cd2c", "metadata": { "editable": true }, @@ -2524,7 +2528,7 @@ }, { "cell_type": "markdown", - "id": "3ac73282", + "id": "ef87b933", "metadata": { "editable": true }, @@ -2537,7 +2541,7 @@ }, { "cell_type": "markdown", - "id": "e55db5a0", + "id": "36ae94a8", "metadata": { "editable": true }, @@ -2549,7 +2553,7 @@ }, { "cell_type": "markdown", - "id": "966cd383", + "id": "0e940b73", "metadata": { "editable": true }, @@ -2559,7 +2563,7 @@ }, { "cell_type": "markdown", - "id": "360cb45f", + "id": "6d215e00", "metadata": { "editable": true }, @@ -2573,7 +2577,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "2099267d", + "id": "8e8abb2e", "metadata": { "collapsed": false, "editable": true @@ -2670,7 +2674,7 @@ }, { "cell_type": "markdown", - "id": "9ba9afe9", + "id": "2d3510cf", "metadata": { "editable": true }, @@ -2691,7 +2695,7 @@ }, { "cell_type": "markdown", - "id": "ea4bf6fe", + "id": "6bbe3c03", "metadata": { "editable": true }, @@ -2703,7 +2707,7 @@ }, { "cell_type": "markdown", - "id": "98ca9b28", + "id": "9402a7f6", "metadata": { "editable": true }, @@ -2713,7 +2717,7 @@ }, { "cell_type": "markdown", - "id": "996fc4f6", + "id": "2854105e", "metadata": { "editable": true }, @@ -2725,7 +2729,7 @@ }, { "cell_type": "markdown", - "id": "b5db8128", + "id": "8a104c4a", "metadata": { "editable": true }, @@ -2735,7 +2739,7 @@ }, { "cell_type": "markdown", - "id": "745d6bff", + "id": "903e7426", "metadata": { "editable": true }, @@ -2747,7 +2751,7 @@ }, { "cell_type": "markdown", - "id": "2ecb048e", + "id": "08a6f7fc", "metadata": { "editable": true }, @@ -2763,381 +2767,17 @@ }, { "cell_type": "markdown", - "id": "73eb2f08", + "id": "f08f1d7b", "metadata": { "editable": true }, "source": [ - "## The Boston housing data example\n", - "\n", - "The Boston housing \n", - "data set was originally a part of UCI Machine Learning Repository\n", - "and has been removed now. The data set is now included in **Scikit-Learn**'s \n", - "library. There are 506 samples and 13 feature (predictor) variables\n", - "in this data set. The objective is to predict the value of prices of\n", - "the house using the features (predictors) listed here.\n", - "\n", - "The features/predictors are\n", - "1. CRIM: Per capita crime rate by town\n", - "\n", - "2. ZN: Proportion of residential land zoned for lots over 25000 square feet\n", - "\n", - "3. INDUS: Proportion of non-retail business acres per town\n", - "\n", - "4. CHAS: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise)\n", - "\n", - "5. NOX: Nitric oxide concentration (parts per 10 million)\n", - "\n", - "6. RM: Average number of rooms per dwelling\n", - "\n", - "7. AGE: Proportion of owner-occupied units built prior to 1940\n", - "\n", - "8. DIS: Weighted distances to five Boston employment centers\n", - "\n", - "9. RAD: Index of accessibility to radial highways\n", - "\n", - "10. TAX: Full-value property tax rate per USD10000\n", - "\n", - "11. B: $1000(Bk - 0.63)^2$, where $Bk$ is the proportion of [people of African American descent] by town\n", - "\n", - "12. LSTAT: Percentage of lower status of the population\n", - "\n", - "13. MEDV: Median value of owner-occupied homes in USD 1000s" + "## Material for lecture Monday, August 26" ] }, { "cell_type": "markdown", - "id": "41d9c008", - "metadata": { - "editable": true - }, - "source": [ - "## Housing data, the code\n", - "We start by importing the libraries" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "id": "0af3b38a", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "import numpy as np\n", - "import matplotlib.pyplot as plt \n", - "\n", - "import pandas as pd \n", - "import seaborn as sns" - ] - }, - { - "cell_type": "markdown", - "id": "41771944", - "metadata": { - "editable": true - }, - "source": [ - "and load the Boston Housing DataSet from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "id": "c0ad90ff", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.datasets import load_boston\n", - "\n", - "boston_dataset = load_boston()\n", - "\n", - "# boston_dataset is a dictionary\n", - "# let's check what it contains\n", - "boston_dataset.keys()" - ] - }, - { - "cell_type": "markdown", - "id": "ef2f9bce", - "metadata": { - "editable": true - }, - "source": [ - "Then we invoke Pandas" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "id": "150d1433", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "boston = pd.DataFrame(boston_dataset.data, columns=boston_dataset.feature_names)\n", - "boston.head()\n", - "boston['MEDV'] = boston_dataset.target" - ] - }, - { - "cell_type": "markdown", - "id": "1be017ef", - "metadata": { - "editable": true - }, - "source": [ - "and preprocess the data" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "id": "01ef8953", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# check for missing values in all the columns\n", - "boston.isnull().sum()" - ] - }, - { - "cell_type": "markdown", - "id": "adc486b5", - "metadata": { - "editable": true - }, - "source": [ - "We can then visualize the data" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "id": "2471fc63", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# set the size of the figure\n", - "sns.set(rc={'figure.figsize':(11.7,8.27)})\n", - "\n", - "# plot a histogram showing the distribution of the target values\n", - "sns.distplot(boston['MEDV'], bins=30)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "e26d39f7", - "metadata": { - "editable": true - }, - "source": [ - "It is now useful to look at the correlation matrix" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "6bb60001", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# compute the pair wise correlation for all columns \n", - "correlation_matrix = boston.corr().round(2)\n", - "# use the heatmap function from seaborn to plot the correlation matrix\n", - "# annot = True to print the values inside the square\n", - "sns.heatmap(data=correlation_matrix, annot=True)" - ] - }, - { - "cell_type": "markdown", - "id": "90f47dc1", - "metadata": { - "editable": true - }, - "source": [ - "From the above coorelation plot we can see that **MEDV** is strongly correlated to **LSTAT** and **RM**. We see also that **RAD** and **TAX** are stronly correlated, but we don't include this in our features together to avoid multi-colinearity" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "id": "a1f980e4", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "plt.figure(figsize=(20, 5))\n", - "\n", - "features = ['LSTAT', 'RM']\n", - "target = boston['MEDV']\n", - "\n", - "for i, col in enumerate(features):\n", - " plt.subplot(1, len(features) , i+1)\n", - " x = boston[col]\n", - " y = target\n", - " plt.scatter(x, y, marker='o')\n", - " plt.title(col)\n", - " plt.xlabel(col)\n", - " plt.ylabel('MEDV')" - ] - }, - { - "cell_type": "markdown", - "id": "9efdaaaa", - "metadata": { - "editable": true - }, - "source": [ - "Now we start training our model" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "id": "01e9afe5", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "X = pd.DataFrame(np.c_[boston['LSTAT'], boston['RM']], columns = ['LSTAT','RM'])\n", - "Y = boston['MEDV']" - ] - }, - { - "cell_type": "markdown", - "id": "73335565", - "metadata": { - "editable": true - }, - "source": [ - "We split the data into training and test sets" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "id": "f865febb", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.model_selection import train_test_split\n", - "\n", - "# splits the training and test data set in 80% : 20%\n", - "# assign random_state to any value.This ensures consistency.\n", - "X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size = 0.2, random_state=5)\n", - "print(X_train.shape)\n", - "print(X_test.shape)\n", - "print(Y_train.shape)\n", - "print(Y_test.shape)" - ] - }, - { - "cell_type": "markdown", - "id": "88f5a339", - "metadata": { - "editable": true - }, - "source": [ - "Then we use the linear regression functionality from **Scikit-Learn**" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "id": "bacdbf9b", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "from sklearn.linear_model import LinearRegression\n", - "from sklearn.metrics import mean_squared_error, r2_score\n", - "\n", - "lin_model = LinearRegression()\n", - "lin_model.fit(X_train, Y_train)\n", - "\n", - "# model evaluation for training set\n", - "\n", - "y_train_predict = lin_model.predict(X_train)\n", - "rmse = (np.sqrt(mean_squared_error(Y_train, y_train_predict)))\n", - "r2 = r2_score(Y_train, y_train_predict)\n", - "\n", - "print(\"The model performance for training set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))\n", - "print(\"\\n\")\n", - "\n", - "# model evaluation for testing set\n", - "\n", - "y_test_predict = lin_model.predict(X_test)\n", - "# root mean square error of the model\n", - "rmse = (np.sqrt(mean_squared_error(Y_test, y_test_predict)))\n", - "\n", - "# r-squared score of the model\n", - "r2 = r2_score(Y_test, y_test_predict)\n", - "\n", - "print(\"The model performance for testing set\")\n", - "print(\"--------------------------------------\")\n", - "print('RMSE is {}'.format(rmse))\n", - "print('R2 score is {}'.format(r2))" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "id": "09aa7ac9", - "metadata": { - "collapsed": false, - "editable": true - }, - "outputs": [], - "source": [ - "# plotting the y_test vs y_pred\n", - "# ideally should have been a straight line\n", - "plt.scatter(Y_test, y_test_predict)\n", - "plt.show()" - ] - }, - { - "cell_type": "markdown", - "id": "cb088f7a", - "metadata": { - "editable": true - }, - "source": [ - "## Material for lecture Thursday, August 31" - ] - }, - { - "cell_type": "markdown", - "id": "a452bf26", + "id": "5d936c7e", "metadata": { "editable": true }, @@ -3151,7 +2791,7 @@ }, { "cell_type": "markdown", - "id": "603ea987", + "id": "ef7769a7", "metadata": { "editable": true }, @@ -3163,7 +2803,7 @@ }, { "cell_type": "markdown", - "id": "61b65c66", + "id": "7771ff2c", "metadata": { "editable": true }, @@ -3175,7 +2815,7 @@ }, { "cell_type": "markdown", - "id": "d08fd064", + "id": "10fc7ed2", "metadata": { "editable": true }, @@ -3187,7 +2827,7 @@ }, { "cell_type": "markdown", - "id": "e8f62983", + "id": "39b5e3bd", "metadata": { "editable": true }, @@ -3197,7 +2837,7 @@ }, { "cell_type": "markdown", - "id": "d68a9415", + "id": "52b3d0bb", "metadata": { "editable": true }, @@ -3209,7 +2849,7 @@ }, { "cell_type": "markdown", - "id": "3307fed7", + "id": "4c3bc56d", "metadata": { "editable": true }, @@ -3219,7 +2859,7 @@ }, { "cell_type": "markdown", - "id": "8a910e57", + "id": "1763f73c", "metadata": { "editable": true }, @@ -3231,7 +2871,7 @@ }, { "cell_type": "markdown", - "id": "218a6b48", + "id": "10ca64dc", "metadata": { "editable": true }, @@ -3242,7 +2882,7 @@ }, { "cell_type": "markdown", - "id": "8f3748ba", + "id": "59d74409", "metadata": { "editable": true }, @@ -3254,7 +2894,7 @@ }, { "cell_type": "markdown", - "id": "d0385420", + "id": "e096a0c8", "metadata": { "editable": true }, @@ -3266,7 +2906,7 @@ }, { "cell_type": "markdown", - "id": "4644a05e", + "id": "9e7b9f26", "metadata": { "editable": true }, @@ -3276,7 +2916,7 @@ }, { "cell_type": "markdown", - "id": "bfb350df", + "id": "5f8e828c", "metadata": { "editable": true }, @@ -3288,7 +2928,7 @@ }, { "cell_type": "markdown", - "id": "508acac7", + "id": "b649f8ce", "metadata": { "editable": true }, @@ -3300,7 +2940,7 @@ }, { "cell_type": "markdown", - "id": "1cde0c41", + "id": "57c7d832", "metadata": { "editable": true }, @@ -3310,7 +2950,7 @@ }, { "cell_type": "markdown", - "id": "683baaea", + "id": "c9c6af68", "metadata": { "editable": true }, @@ -3322,7 +2962,7 @@ }, { "cell_type": "markdown", - "id": "ec9c67ea", + "id": "fa1128b4", "metadata": { "editable": true }, @@ -3332,7 +2972,7 @@ }, { "cell_type": "markdown", - "id": "cdc9c6fc", + "id": "85c79bbd", "metadata": { "editable": true }, @@ -3344,7 +2984,7 @@ }, { "cell_type": "markdown", - "id": "c7590b65", + "id": "a771f3ba", "metadata": { "editable": true }, @@ -3354,7 +2994,7 @@ }, { "cell_type": "markdown", - "id": "f2d7afb2", + "id": "a537e28f", "metadata": { "editable": true }, @@ -3394,7 +3034,7 @@ }, { "cell_type": "markdown", - "id": "69fd907d", + "id": "22a92910", "metadata": { "editable": true }, @@ -3411,7 +3051,7 @@ }, { "cell_type": "markdown", - "id": "33b93521", + "id": "93aec13e", "metadata": { "editable": true }, @@ -3434,7 +3074,7 @@ }, { "cell_type": "markdown", - "id": "600d8db6", + "id": "3e8fc4af", "metadata": { "editable": true }, @@ -3451,7 +3091,7 @@ }, { "cell_type": "markdown", - "id": "22fc0a80", + "id": "3f2d73ed", "metadata": { "editable": true }, @@ -3470,7 +3110,7 @@ }, { "cell_type": "markdown", - "id": "bd71990f", + "id": "cebec7f9", "metadata": { "editable": true }, @@ -3481,7 +3121,7 @@ }, { "cell_type": "markdown", - "id": "587d44ae", + "id": "da556bd6", "metadata": { "editable": true }, @@ -3493,7 +3133,7 @@ }, { "cell_type": "markdown", - "id": "2158156f", + "id": "4d23351d", "metadata": { "editable": true }, @@ -3511,7 +3151,7 @@ }, { "cell_type": "markdown", - "id": "10eb0b7c", + "id": "162bcba6", "metadata": { "editable": true }, @@ -3527,7 +3167,7 @@ }, { "cell_type": "markdown", - "id": "2aceb644", + "id": "778461b7", "metadata": { "editable": true }, @@ -3539,7 +3179,7 @@ }, { "cell_type": "markdown", - "id": "1465b8be", + "id": "c691b8b0", "metadata": { "editable": true }, @@ -3549,7 +3189,7 @@ }, { "cell_type": "markdown", - "id": "b3afc822", + "id": "b6b7e4a0", "metadata": { "editable": true }, @@ -3564,7 +3204,7 @@ }, { "cell_type": "markdown", - "id": "4357f67d", + "id": "9a612971", "metadata": { "editable": true }, @@ -3576,7 +3216,7 @@ }, { "cell_type": "markdown", - "id": "b2ed8199", + "id": "706132dc", "metadata": { "editable": true }, @@ -3586,7 +3226,7 @@ }, { "cell_type": "markdown", - "id": "a28f5e2a", + "id": "206c55a7", "metadata": { "editable": true }, @@ -3598,7 +3238,7 @@ }, { "cell_type": "markdown", - "id": "dda00171", + "id": "6b74284d", "metadata": { "editable": true }, @@ -3608,7 +3248,7 @@ }, { "cell_type": "markdown", - "id": "99e49156", + "id": "0234a46a", "metadata": { "editable": true }, @@ -3620,7 +3260,7 @@ }, { "cell_type": "markdown", - "id": "3de354b0", + "id": "abb8474f", "metadata": { "editable": true }, @@ -3632,7 +3272,7 @@ }, { "cell_type": "markdown", - "id": "9b719377", + "id": "9467e419", "metadata": { "editable": true }, @@ -3647,7 +3287,7 @@ }, { "cell_type": "markdown", - "id": "f46453c7", + "id": "abfadb01", "metadata": { "editable": true }, @@ -3658,7 +3298,7 @@ }, { "cell_type": "markdown", - "id": "0255efb1", + "id": "b4d7950d", "metadata": { "editable": true }, @@ -3678,7 +3318,7 @@ }, { "cell_type": "markdown", - "id": "61df6aad", + "id": "c6e946ea", "metadata": { "editable": true }, @@ -3690,7 +3330,7 @@ }, { "cell_type": "markdown", - "id": "ac44e8fa", + "id": "485e3f93", "metadata": { "editable": true }, @@ -3700,7 +3340,7 @@ }, { "cell_type": "markdown", - "id": "a73ed285", + "id": "8dd085df", "metadata": { "editable": true }, @@ -3712,7 +3352,7 @@ }, { "cell_type": "markdown", - "id": "4809c104", + "id": "5e745921", "metadata": { "editable": true }, @@ -3741,7 +3381,7 @@ }, { "cell_type": "markdown", - "id": "9ff4078a", + "id": "e123b112", "metadata": { "editable": true }, @@ -3768,7 +3408,7 @@ }, { "cell_type": "markdown", - "id": "78a8b113", + "id": "8716fc03", "metadata": { "editable": true }, @@ -3778,8 +3418,8 @@ }, { "cell_type": "code", - "execution_count": 26, - "id": "47f6d805", + "execution_count": 15, + "id": "3b53ef76", "metadata": { "collapsed": false, "editable": true @@ -3819,7 +3459,7 @@ }, { "cell_type": "markdown", - "id": "5d841c14", + "id": "577ae352", "metadata": { "editable": true }, @@ -3836,7 +3476,7 @@ }, { "cell_type": "markdown", - "id": "579b46a4", + "id": "052f1ae4", "metadata": { "editable": true }, @@ -3859,7 +3499,7 @@ }, { "cell_type": "markdown", - "id": "1bb48e3c", + "id": "245d15c0", "metadata": { "editable": true }, @@ -3873,7 +3513,7 @@ }, { "cell_type": "markdown", - "id": "a872fcf9", + "id": "b1b84021", "metadata": { "editable": true }, @@ -3892,7 +3532,7 @@ }, { "cell_type": "markdown", - "id": "f0565ccd", + "id": "59677057", "metadata": { "editable": true }, @@ -3902,7 +3542,7 @@ }, { "cell_type": "markdown", - "id": "a659e96f", + "id": "579a9b4c", "metadata": { "editable": true }, @@ -3914,7 +3554,7 @@ }, { "cell_type": "markdown", - "id": "fcfcf6b0", + "id": "49fd275c", "metadata": { "editable": true }, @@ -3928,7 +3568,7 @@ }, { "cell_type": "markdown", - "id": "ea39064c", + "id": "094a53e2", "metadata": { "editable": true }, @@ -3940,7 +3580,7 @@ }, { "cell_type": "markdown", - "id": "0096e499", + "id": "c1fec661", "metadata": { "editable": true }, @@ -3950,7 +3590,7 @@ }, { "cell_type": "markdown", - "id": "bf32dfa9", + "id": "a897fce4", "metadata": { "editable": true }, @@ -3962,7 +3602,7 @@ }, { "cell_type": "markdown", - "id": "e0d6fee2", + "id": "cf091974", "metadata": { "editable": true }, @@ -3979,7 +3619,7 @@ }, { "cell_type": "markdown", - "id": "0cb15d9d", + "id": "43eeed44", "metadata": { "editable": true }, @@ -3989,7 +3629,7 @@ }, { "cell_type": "markdown", - "id": "754f4312", + "id": "6c94161a", "metadata": { "editable": true }, @@ -4005,7 +3645,7 @@ }, { "cell_type": "markdown", - "id": "5bd1e9b0", + "id": "f2d6cec5", "metadata": { "editable": true }, @@ -4015,7 +3655,7 @@ }, { "cell_type": "markdown", - "id": "2a839ac1", + "id": "3439cf2f", "metadata": { "editable": true }, @@ -4031,7 +3671,7 @@ }, { "cell_type": "markdown", - "id": "69e34c64", + "id": "0c3d6910", "metadata": { "editable": true }, @@ -4041,7 +3681,7 @@ }, { "cell_type": "markdown", - "id": "b32ae1de", + "id": "b3fe6cae", "metadata": { "editable": true }, @@ -4057,7 +3697,7 @@ }, { "cell_type": "markdown", - "id": "00c3ff66", + "id": "52b64666", "metadata": { "editable": true }, @@ -4067,7 +3707,7 @@ }, { "cell_type": "markdown", - "id": "92f1238d", + "id": "c016890a", "metadata": { "editable": true }, @@ -4084,7 +3724,7 @@ }, { "cell_type": "markdown", - "id": "71f43637", + "id": "2589545c", "metadata": { "editable": true }, @@ -4096,7 +3736,7 @@ }, { "cell_type": "markdown", - "id": "4bac0a15", + "id": "d74b662f", "metadata": { "editable": true }, @@ -4108,7 +3748,7 @@ }, { "cell_type": "markdown", - "id": "b523b964", + "id": "79f18748", "metadata": { "editable": true }, @@ -4120,7 +3760,7 @@ }, { "cell_type": "markdown", - "id": "3d7f8195", + "id": "c97ef564", "metadata": { "editable": true }, @@ -4130,7 +3770,7 @@ }, { "cell_type": "markdown", - "id": "f308dd0a", + "id": "f2b64e40", "metadata": { "editable": true }, @@ -4142,7 +3782,7 @@ }, { "cell_type": "markdown", - "id": "929784cf", + "id": "2780c653", "metadata": { "editable": true }, @@ -4154,7 +3794,7 @@ }, { "cell_type": "markdown", - "id": "09dccee1", + "id": "42a104ce", "metadata": { "editable": true }, @@ -4166,7 +3806,7 @@ }, { "cell_type": "markdown", - "id": "165b3f17", + "id": "665eee0d", "metadata": { "editable": true }, @@ -4176,7 +3816,7 @@ }, { "cell_type": "markdown", - "id": "24a8dd50", + "id": "152a833c", "metadata": { "editable": true }, @@ -4188,7 +3828,7 @@ }, { "cell_type": "markdown", - "id": "2597dc03", + "id": "af006756", "metadata": { "editable": true }, @@ -4198,7 +3838,7 @@ }, { "cell_type": "markdown", - "id": "4d40ddce", + "id": "aa8a26d4", "metadata": { "editable": true }, @@ -4210,7 +3850,7 @@ }, { "cell_type": "markdown", - "id": "41d0e0cb", + "id": "21f907f2", "metadata": { "editable": true }, @@ -4226,7 +3866,7 @@ }, { "cell_type": "markdown", - "id": "e4bafe51", + "id": "39b264f4", "metadata": { "editable": true }, @@ -4238,7 +3878,7 @@ }, { "cell_type": "markdown", - "id": "aab4d56f", + "id": "b77259ea", "metadata": { "editable": true }, @@ -4250,7 +3890,7 @@ }, { "cell_type": "markdown", - "id": "861395ef", + "id": "dba49a93", "metadata": { "editable": true }, @@ -4260,7 +3900,7 @@ }, { "cell_type": "markdown", - "id": "299b8198", + "id": "b51fa501", "metadata": { "editable": true }, @@ -4272,7 +3912,7 @@ }, { "cell_type": "markdown", - "id": "2096c2e7", + "id": "8edb1494", "metadata": { "editable": true }, @@ -4283,7 +3923,7 @@ }, { "cell_type": "markdown", - "id": "4ad3b043", + "id": "e9d9d5d3", "metadata": { "editable": true }, @@ -4295,7 +3935,7 @@ }, { "cell_type": "markdown", - "id": "66bf91e3", + "id": "7c49927e", "metadata": { "editable": true }, @@ -4305,7 +3945,7 @@ }, { "cell_type": "markdown", - "id": "95afc99c", + "id": "77eb9e2f", "metadata": { "editable": true }, @@ -4317,7 +3957,7 @@ }, { "cell_type": "markdown", - "id": "73334115", + "id": "9a20a065", "metadata": { "editable": true }, @@ -4327,7 +3967,7 @@ }, { "cell_type": "markdown", - "id": "fb6f936e", + "id": "f5ccfe0e", "metadata": { "editable": true }, @@ -4339,7 +3979,7 @@ }, { "cell_type": "markdown", - "id": "f9093b47", + "id": "40447dce", "metadata": { "editable": true }, @@ -4350,7 +3990,7 @@ }, { "cell_type": "markdown", - "id": "fe539ee1", + "id": "859c86b6", "metadata": { "editable": true }, @@ -4362,7 +4002,7 @@ }, { "cell_type": "markdown", - "id": "d130c8c1", + "id": "72d9fdde", "metadata": { "editable": true }, @@ -4380,7 +4020,7 @@ }, { "cell_type": "markdown", - "id": "6787b5c2", + "id": "4c69a499", "metadata": { "editable": true }, @@ -4396,7 +4036,7 @@ }, { "cell_type": "markdown", - "id": "b2e599e5", + "id": "00f97350", "metadata": { "editable": true }, @@ -4408,7 +4048,7 @@ }, { "cell_type": "markdown", - "id": "854ff040", + "id": "c71f00ef", "metadata": { "editable": true }, @@ -4420,7 +4060,7 @@ }, { "cell_type": "markdown", - "id": "aaf5e54e", + "id": "35b4c0ce", "metadata": { "editable": true }, @@ -4432,7 +4072,7 @@ }, { "cell_type": "markdown", - "id": "444a68be", + "id": "16757c16", "metadata": { "editable": true }, @@ -4445,7 +4085,7 @@ }, { "cell_type": "markdown", - "id": "56e0f274", + "id": "ea15a5d1", "metadata": { "editable": true }, @@ -4461,7 +4101,7 @@ }, { "cell_type": "markdown", - "id": "a55a54c3", + "id": "b658712b", "metadata": { "editable": true }, @@ -4475,7 +4115,7 @@ }, { "cell_type": "markdown", - "id": "b614c964", + "id": "9e2de3bd", "metadata": { "editable": true }, @@ -4485,7 +4125,7 @@ }, { "cell_type": "markdown", - "id": "624b1c18", + "id": "ac8eda2d", "metadata": { "editable": true }, @@ -4497,7 +4137,7 @@ }, { "cell_type": "markdown", - "id": "63dc085a", + "id": "4dede760", "metadata": { "editable": true }, @@ -4507,7 +4147,7 @@ }, { "cell_type": "markdown", - "id": "28db2f6a", + "id": "2fd5acb5", "metadata": { "editable": true }, @@ -4519,7 +4159,7 @@ }, { "cell_type": "markdown", - "id": "a9f1ebdd", + "id": "e14ee8e6", "metadata": { "editable": true }, @@ -4529,7 +4169,7 @@ }, { "cell_type": "markdown", - "id": "0b8bf07b", + "id": "8e51c303", "metadata": { "editable": true }, @@ -4543,7 +4183,7 @@ }, { "cell_type": "markdown", - "id": "5f237448", + "id": "5399fb0c", "metadata": { "editable": true }, @@ -4560,7 +4200,7 @@ }, { "cell_type": "markdown", - "id": "75b7044c", + "id": "a252f1ea", "metadata": { "editable": true }, @@ -4576,7 +4216,7 @@ }, { "cell_type": "markdown", - "id": "51268862", + "id": "36f5c9dd", "metadata": { "editable": true }, @@ -4588,7 +4228,7 @@ }, { "cell_type": "markdown", - "id": "608b9dff", + "id": "f2c3a15d", "metadata": { "editable": true }, @@ -4601,7 +4241,7 @@ }, { "cell_type": "markdown", - "id": "b06c316f", + "id": "e1dc5ae3", "metadata": { "editable": true }, @@ -4615,7 +4255,7 @@ }, { "cell_type": "markdown", - "id": "e82ba709", + "id": "18cba5ba", "metadata": { "editable": true }, @@ -4625,7 +4265,7 @@ }, { "cell_type": "markdown", - "id": "92d739a1", + "id": "0611a8e9", "metadata": { "editable": true }, @@ -4638,7 +4278,7 @@ }, { "cell_type": "markdown", - "id": "14ce5cea", + "id": "a4cc4815", "metadata": { "editable": true }, @@ -4657,7 +4297,7 @@ }, { "cell_type": "markdown", - "id": "f7e1f2b1", + "id": "e9921c65", "metadata": { "editable": true }, @@ -4669,7 +4309,7 @@ }, { "cell_type": "markdown", - "id": "71910404", + "id": "9d1540c2", "metadata": { "editable": true }, @@ -4681,7 +4321,7 @@ }, { "cell_type": "markdown", - "id": "cbd60268", + "id": "277e8be4", "metadata": { "editable": true }, @@ -4691,7 +4331,7 @@ }, { "cell_type": "markdown", - "id": "e6c94e3d", + "id": "c00cef73", "metadata": { "editable": true }, @@ -4703,7 +4343,7 @@ }, { "cell_type": "markdown", - "id": "20cf812e", + "id": "3a7619df", "metadata": { "editable": true }, @@ -4716,7 +4356,7 @@ }, { "cell_type": "markdown", - "id": "dd1cb8be", + "id": "357c8a98", "metadata": { "editable": true }, @@ -4735,7 +4375,7 @@ }, { "cell_type": "markdown", - "id": "98a4e944", + "id": "ef8c1445", "metadata": { "editable": true }, @@ -4745,7 +4385,7 @@ }, { "cell_type": "markdown", - "id": "8c6e3845", + "id": "3d542210", "metadata": { "editable": true }, @@ -4764,7 +4404,7 @@ }, { "cell_type": "markdown", - "id": "bc13a77d", + "id": "93a12764", "metadata": { "editable": true }, @@ -4782,7 +4422,7 @@ }, { "cell_type": "markdown", - "id": "19d6cd9e", + "id": "ab31ef4e", "metadata": { "editable": true }, @@ -4796,7 +4436,7 @@ }, { "cell_type": "markdown", - "id": "c5c7eee1", + "id": "48d5864c", "metadata": { "editable": true }, @@ -4810,8 +4450,8 @@ }, { "cell_type": "code", - "execution_count": 27, - "id": "6ab6bcc3", + "execution_count": 16, + "id": "de29006a", "metadata": { "collapsed": false, "editable": true @@ -4832,7 +4472,7 @@ }, { "cell_type": "markdown", - "id": "839a512c", + "id": "b81e82a1", "metadata": { "editable": true }, @@ -4848,8 +4488,8 @@ }, { "cell_type": "code", - "execution_count": 28, - "id": "bad7396d", + "execution_count": 17, + "id": "59d716dc", "metadata": { "collapsed": false, "editable": true @@ -4881,7 +4521,7 @@ }, { "cell_type": "markdown", - "id": "365c6ef8", + "id": "7f3a4e9a", "metadata": { "editable": true }, @@ -4895,7 +4535,7 @@ }, { "cell_type": "markdown", - "id": "6fd82fe9", + "id": "0be6217d", "metadata": { "editable": true }, @@ -4907,8 +4547,8 @@ }, { "cell_type": "code", - "execution_count": 29, - "id": "80ba738c", + "execution_count": 18, + "id": "c90c9bbd", "metadata": { "collapsed": false, "editable": true @@ -4933,7 +4573,7 @@ }, { "cell_type": "markdown", - "id": "4f390c8f", + "id": "23861648", "metadata": { "editable": true }, @@ -4943,7 +4583,7 @@ }, { "cell_type": "markdown", - "id": "4bceabcb", + "id": "47a35083", "metadata": { "editable": true }, @@ -4953,8 +4593,8 @@ }, { "cell_type": "code", - "execution_count": 30, - "id": "0146e7c8", + "execution_count": 19, + "id": "7ac06d35", "metadata": { "collapsed": false, "editable": true @@ -5008,7 +4648,7 @@ }, { "cell_type": "markdown", - "id": "6e15d041", + "id": "1b096c22", "metadata": { "editable": true }, @@ -5025,7 +4665,7 @@ }, { "cell_type": "markdown", - "id": "107d5b46", + "id": "df200389", "metadata": { "editable": true }, @@ -5037,7 +4677,7 @@ }, { "cell_type": "markdown", - "id": "e47d0e76", + "id": "1d05f20f", "metadata": { "editable": true }, @@ -5049,7 +4689,7 @@ }, { "cell_type": "markdown", - "id": "86b8daf6", + "id": "686f4de4", "metadata": { "editable": true }, @@ -5059,7 +4699,7 @@ }, { "cell_type": "markdown", - "id": "934cc6c5", + "id": "5f1d2cf2", "metadata": { "editable": true }, @@ -5076,7 +4716,7 @@ }, { "cell_type": "markdown", - "id": "2a384ee9", + "id": "c3af1edc", "metadata": { "editable": true }, @@ -5086,7 +4726,7 @@ }, { "cell_type": "markdown", - "id": "e9a632a7", + "id": "16e4f2e4", "metadata": { "editable": true }, @@ -5101,7 +4741,7 @@ }, { "cell_type": "markdown", - "id": "8cbf4cb8", + "id": "cfebd376", "metadata": { "editable": true }, @@ -5111,7 +4751,7 @@ }, { "cell_type": "markdown", - "id": "b29a7909", + "id": "4e9bf897", "metadata": { "editable": true }, @@ -5125,7 +4765,7 @@ }, { "cell_type": "markdown", - "id": "31b9c6a9", + "id": "a72e01ca", "metadata": { "editable": true }, @@ -5137,7 +4777,7 @@ }, { "cell_type": "markdown", - "id": "cdc2f810", + "id": "8551cc9e", "metadata": { "editable": true }, @@ -5149,7 +4789,7 @@ }, { "cell_type": "markdown", - "id": "0b7d368d", + "id": "2dc67193", "metadata": { "editable": true }, @@ -5161,7 +4801,7 @@ }, { "cell_type": "markdown", - "id": "6d5ddd28", + "id": "7f9b2782", "metadata": { "editable": true }, @@ -5171,7 +4811,7 @@ }, { "cell_type": "markdown", - "id": "a18622fc", + "id": "e7e4222d", "metadata": { "editable": true }, @@ -5183,7 +4823,7 @@ }, { "cell_type": "markdown", - "id": "b5a8893c", + "id": "98a151ba", "metadata": { "editable": true }, @@ -5193,7 +4833,7 @@ }, { "cell_type": "markdown", - "id": "50a0a62a", + "id": "30667b0e", "metadata": { "editable": true }, @@ -5210,7 +4850,7 @@ }, { "cell_type": "markdown", - "id": "20380d89", + "id": "f72ff51e", "metadata": { "editable": true }, @@ -5220,7 +4860,7 @@ }, { "cell_type": "markdown", - "id": "10805b50", + "id": "80b9b440", "metadata": { "editable": true }, @@ -5232,7 +4872,7 @@ }, { "cell_type": "markdown", - "id": "b9c31a46", + "id": "0f19edd6", "metadata": { "editable": true }, @@ -5242,7 +4882,7 @@ }, { "cell_type": "markdown", - "id": "1f48b48e", + "id": "e0f2758b", "metadata": { "editable": true }, @@ -5254,7 +4894,7 @@ }, { "cell_type": "markdown", - "id": "ad8f7a8c", + "id": "3ba08a96", "metadata": { "editable": true }, @@ -5268,7 +4908,7 @@ }, { "cell_type": "markdown", - "id": "9e0dec01", + "id": "b7271b81", "metadata": { "editable": true }, @@ -5280,7 +4920,7 @@ }, { "cell_type": "markdown", - "id": "46fd0b6d", + "id": "56ad87f1", "metadata": { "editable": true }, @@ -5302,7 +4942,7 @@ }, { "cell_type": "markdown", - "id": "3d2047ca", + "id": "d7c4dc29", "metadata": { "editable": true }, @@ -5314,7 +4954,7 @@ }, { "cell_type": "markdown", - "id": "4a5f5016", + "id": "3209959e", "metadata": { "editable": true }, @@ -5329,7 +4969,7 @@ }, { "cell_type": "markdown", - "id": "52651fc6", + "id": "8466bcf7", "metadata": { "editable": true }, @@ -5341,7 +4981,7 @@ }, { "cell_type": "markdown", - "id": "fea09344", + "id": "a44c56d3", "metadata": { "editable": true }, @@ -5353,7 +4993,7 @@ }, { "cell_type": "markdown", - "id": "bcfd303f", + "id": "0dc26201", "metadata": { "editable": true }, @@ -5363,7 +5003,7 @@ }, { "cell_type": "markdown", - "id": "f684d942", + "id": "ed78f0e3", "metadata": { "editable": true }, @@ -5375,7 +5015,7 @@ }, { "cell_type": "markdown", - "id": "1e54bd36", + "id": "3a072221", "metadata": { "editable": true }, @@ -5385,7 +5025,7 @@ }, { "cell_type": "markdown", - "id": "4cdcdef2", + "id": "60baf463", "metadata": { "editable": true }, @@ -5397,7 +5037,7 @@ }, { "cell_type": "markdown", - "id": "a6d5bd03", + "id": "60ff042d", "metadata": { "editable": true }, @@ -5407,7 +5047,7 @@ }, { "cell_type": "markdown", - "id": "a4d9fc21", + "id": "1c31b285", "metadata": { "editable": true }, @@ -5419,7 +5059,7 @@ }, { "cell_type": "markdown", - "id": "119bc56e", + "id": "4587edf9", "metadata": { "editable": true }, @@ -5436,7 +5076,7 @@ }, { "cell_type": "markdown", - "id": "d15cad60", + "id": "3a423c6a", "metadata": { "editable": true }, @@ -5449,7 +5089,7 @@ }, { "cell_type": "markdown", - "id": "f725d905", + "id": "d53b24a7", "metadata": { "editable": true }, @@ -5461,7 +5101,7 @@ }, { "cell_type": "markdown", - "id": "a2a5b25f", + "id": "9d589cad", "metadata": { "editable": true }, @@ -5471,7 +5111,7 @@ }, { "cell_type": "markdown", - "id": "a9f43162", + "id": "f6e8bb3f", "metadata": { "editable": true }, @@ -5484,7 +5124,7 @@ }, { "cell_type": "markdown", - "id": "debb0a19", + "id": "c01d5a5e", "metadata": { "editable": true }, @@ -5494,7 +5134,7 @@ }, { "cell_type": "markdown", - "id": "2764c014", + "id": "46e5562b", "metadata": { "editable": true }, @@ -5506,7 +5146,7 @@ }, { "cell_type": "markdown", - "id": "ad141726", + "id": "44d5398b", "metadata": { "editable": true }, @@ -5519,7 +5159,7 @@ }, { "cell_type": "markdown", - "id": "d194482f", + "id": "addf0d49", "metadata": { "editable": true }, @@ -5532,7 +5172,7 @@ }, { "cell_type": "markdown", - "id": "7ccf56c7", + "id": "fdb87f8d", "metadata": { "editable": true }, @@ -5544,7 +5184,7 @@ }, { "cell_type": "markdown", - "id": "41939010", + "id": "69d507e7", "metadata": { "editable": true }, @@ -5556,7 +5196,7 @@ }, { "cell_type": "markdown", - "id": "93d38078", + "id": "a4b61630", "metadata": { "editable": true }, @@ -5566,7 +5206,7 @@ }, { "cell_type": "markdown", - "id": "9c6d063a", + "id": "c82b13a0", "metadata": { "editable": true }, @@ -5579,7 +5219,7 @@ }, { "cell_type": "markdown", - "id": "90d9a525", + "id": "9d225ea8", "metadata": { "editable": true }, @@ -5591,7 +5231,7 @@ }, { "cell_type": "markdown", - "id": "d1c9d3ea", + "id": "293d144e", "metadata": { "editable": true }, @@ -5603,7 +5243,7 @@ }, { "cell_type": "markdown", - "id": "6a03fd03", + "id": "2ba90687", "metadata": { "editable": true }, @@ -5615,7 +5255,7 @@ }, { "cell_type": "markdown", - "id": "12f9e2f4", + "id": "71b67ece", "metadata": { "editable": true }, @@ -5627,7 +5267,7 @@ }, { "cell_type": "markdown", - "id": "0bd449c0", + "id": "848de99f", "metadata": { "editable": true }, @@ -5641,7 +5281,7 @@ }, { "cell_type": "markdown", - "id": "528f4c54", + "id": "229ab3bb", "metadata": { "editable": true }, @@ -5653,7 +5293,7 @@ }, { "cell_type": "markdown", - "id": "a4e89b45", + "id": "fafe6f12", "metadata": { "editable": true }, @@ -5663,7 +5303,7 @@ }, { "cell_type": "markdown", - "id": "af51b23c", + "id": "075b9702", "metadata": { "editable": true }, @@ -5675,7 +5315,7 @@ }, { "cell_type": "markdown", - "id": "26945717", + "id": "4e8ad796", "metadata": { "editable": true }, @@ -5687,7 +5327,7 @@ }, { "cell_type": "markdown", - "id": "70a85186", + "id": "070bea88", "metadata": { "editable": true }, @@ -5699,7 +5339,7 @@ }, { "cell_type": "markdown", - "id": "86de1af1", + "id": "cbb1a6d0", "metadata": { "editable": true }, @@ -5711,7 +5351,7 @@ }, { "cell_type": "markdown", - "id": "a7eaaac6", + "id": "62ea95e8", "metadata": { "editable": true }, @@ -5723,7 +5363,7 @@ }, { "cell_type": "markdown", - "id": "732d4020", + "id": "1d0a0c3f", "metadata": { "editable": true }, @@ -5742,7 +5382,7 @@ }, { "cell_type": "markdown", - "id": "06f71f9c", + "id": "502bf9b1", "metadata": { "editable": true }, @@ -5754,7 +5394,7 @@ }, { "cell_type": "markdown", - "id": "04266404", + "id": "b98b3e29", "metadata": { "editable": true }, @@ -5764,7 +5404,7 @@ }, { "cell_type": "markdown", - "id": "753d4bf0", + "id": "9afa64c1", "metadata": { "editable": true }, @@ -5776,7 +5416,7 @@ }, { "cell_type": "markdown", - "id": "ea8b1f8f", + "id": "756fc3c6", "metadata": { "editable": true }, @@ -5786,7 +5426,7 @@ }, { "cell_type": "markdown", - "id": "12703a7e", + "id": "9faf05fa", "metadata": { "editable": true }, @@ -5798,7 +5438,7 @@ }, { "cell_type": "markdown", - "id": "90522189", + "id": "36e62812", "metadata": { "editable": true }, @@ -5810,7 +5450,7 @@ }, { "cell_type": "markdown", - "id": "b81abc7b", + "id": "dee00fc3", "metadata": { "editable": true }, @@ -5826,7 +5466,7 @@ }, { "cell_type": "markdown", - "id": "115018b1", + "id": "1287f83a", "metadata": { "editable": true }, @@ -5838,7 +5478,7 @@ }, { "cell_type": "markdown", - "id": "8741b7a9", + "id": "b4240a7b", "metadata": { "editable": true }, @@ -5850,7 +5490,7 @@ }, { "cell_type": "markdown", - "id": "5fe75d98", + "id": "fd444925", "metadata": { "editable": true }, @@ -5860,7 +5500,7 @@ }, { "cell_type": "markdown", - "id": "522e6278", + "id": "5b055ab3", "metadata": { "editable": true }, @@ -5872,7 +5512,7 @@ }, { "cell_type": "markdown", - "id": "eaa39cca", + "id": "bc539215", "metadata": { "editable": true }, @@ -5882,7 +5522,7 @@ }, { "cell_type": "markdown", - "id": "230a8059", + "id": "5a4af335", "metadata": { "editable": true }, @@ -5894,7 +5534,7 @@ }, { "cell_type": "markdown", - "id": "698a93f7", + "id": "94a4c6dc", "metadata": { "editable": true }, @@ -5911,7 +5551,7 @@ }, { "cell_type": "markdown", - "id": "96e49fbc", + "id": "6cef8bfb", "metadata": { "editable": true }, @@ -5923,7 +5563,7 @@ }, { "cell_type": "markdown", - "id": "f2043d81", + "id": "5f04ae7d", "metadata": { "editable": true }, @@ -5935,7 +5575,7 @@ }, { "cell_type": "markdown", - "id": "f2dd8e44", + "id": "35418e34", "metadata": { "editable": true }, @@ -5945,7 +5585,7 @@ }, { "cell_type": "markdown", - "id": "0ab90bb2", + "id": "df4a83ee", "metadata": { "editable": true }, @@ -5957,7 +5597,7 @@ }, { "cell_type": "markdown", - "id": "1090467c", + "id": "43751ced", "metadata": { "editable": true }, @@ -5967,7 +5607,7 @@ }, { "cell_type": "markdown", - "id": "8bc71963", + "id": "4a030f43", "metadata": { "editable": true }, @@ -5979,7 +5619,7 @@ }, { "cell_type": "markdown", - "id": "918da4ad", + "id": "9e27747e", "metadata": { "editable": true }, @@ -5989,7 +5629,7 @@ }, { "cell_type": "markdown", - "id": "ee673e3d", + "id": "be4c8f46", "metadata": { "editable": true }, @@ -6001,7 +5641,7 @@ }, { "cell_type": "markdown", - "id": "03352030", + "id": "7da22e7f", "metadata": { "editable": true }, @@ -6011,7 +5651,7 @@ }, { "cell_type": "markdown", - "id": "1b29a63e", + "id": "9c059120", "metadata": { "editable": true }, @@ -6023,7 +5663,7 @@ }, { "cell_type": "markdown", - "id": "206bcec2", + "id": "aa7c7a38", "metadata": { "editable": true }, diff --git a/doc/src/week34/exercisesweek34.do.txt b/doc/src/week34/exercisesweek34.do.txt index 20bcf493a..542d00eda 100644 --- a/doc/src/week34/exercisesweek34.do.txt +++ b/doc/src/week34/exercisesweek34.do.txt @@ -78,6 +78,7 @@ We recommend using _Anaconda_ if you are not too familiar with setting paths in We will generate our own dataset for a function $y(x)$ where $x \in [0,1]$ and defined by random numbers computed with the uniform distribution. The function $y$ is a quadratic polynomial in $x$ with added stochastic noise according to the normal distribution $\cal {N}(0,1)$. The following simple Python instructions define our $x$ and $y$ values (with 100 data points). !bc pycod +import numpy as np x = np.random.rand(100,1) y = 2.0+5*x*x+0.1*np.random.randn(100,1) !ec diff --git a/doc/src/week34/exercisesweek34.ipynb b/doc/src/week34/exercisesweek34.ipynb new file mode 100644 index 000000000..6a84a1d30 --- /dev/null +++ b/doc/src/week34/exercisesweek34.ipynb @@ -0,0 +1,303 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "a50ea987", + "metadata": { + "editable": true + }, + "source": [ + "\n", + "" + ] + }, + { + "cell_type": "markdown", + "id": "291e6015", + "metadata": { + "editable": true + }, + "source": [ + "# Exercises week 34\n", + "**FYS-STK3155/4155**\n", + "\n", + "Date: **August 19-23, 2024**" + ] + }, + { + "cell_type": "markdown", + "id": "141ff111", + "metadata": { + "editable": true + }, + "source": [ + "## Exercises\n", + "\n", + "Here are three possible exercises for week 34" + ] + }, + { + "cell_type": "markdown", + "id": "32a1fc9e", + "metadata": { + "editable": true + }, + "source": [ + "## Exercise 1: Setting up various Python environments\n", + "\n", + "The first exercise here is of a mere technical art. We want you to have \n", + "* git as a version control software and to establish a user account on a provider like GitHub. Other providers like GitLab etc are equally fine. You can also use the University of Oslo [GitHub facilities](https://www.uio.no/tjenester/it/maskin/filer/versjonskontroll/github.html). \n", + "\n", + "* Install various Python packages\n", + "\n", + "We will make extensive use of Python as programming language and its\n", + "myriad of available libraries. You will find\n", + "IPython/Jupyter notebooks invaluable in your work. You can run **R**\n", + "codes in the Jupyter/IPython notebooks, with the immediate benefit of\n", + "visualizing your data. You can also use compiled languages like C++,\n", + "Rust, Fortran etc if you prefer. The focus in these lectures will be\n", + "on Python.\n", + "\n", + "If you have Python installed (we recommend Python3) and you feel\n", + "pretty familiar with installing different packages, we recommend that\n", + "you install the following Python packages via **pip** as \n", + "\n", + "1. pip install numpy scipy matplotlib ipython scikit-learn sympy pandas pillow \n", + "\n", + "For **Tensorflow**, we recommend following the instructions in the text of \n", + "[Aurelien Geron, Hands‑On Machine Learning with Scikit‑Learn and TensorFlow, O'Reilly](http://shop.oreilly.com/product/0636920052289.do)\n", + "\n", + "We will come back to **tensorflow** later. \n", + "\n", + "For Python3, replace **pip** with **pip3**.\n", + "\n", + "For OSX users we recommend, after having installed Xcode, to\n", + "install **brew**. Brew allows for a seamless installation of additional\n", + "software via for example \n", + "\n", + "1. brew install python3\n", + "\n", + "For Linux users, with its variety of distributions like for example the widely popular Ubuntu distribution,\n", + "you can use **pip** as well and simply install Python as \n", + "\n", + "1. sudo apt-get install python3 (or python for Python2.7)\n", + "\n", + "If you don't want to perform these operations separately and venture\n", + "into the hassle of exploring how to set up dependencies and paths, we\n", + "recommend two widely used distrubutions which set up all relevant\n", + "dependencies for Python, namely \n", + "\n", + "* [Anaconda](https://docs.anaconda.com/), \n", + "\n", + "which is an open source\n", + "distribution of the Python and R programming languages for large-scale\n", + "data processing, predictive analytics, and scientific computing, that\n", + "aims to simplify package management and deployment. Package versions\n", + "are managed by the package management system **conda**. \n", + "\n", + "* [Enthought canopy](https://www.enthought.com/product/canopy/) \n", + "\n", + "is a Python\n", + "distribution for scientific and analytic computing distribution and\n", + "analysis environment, available for free and under a commercial\n", + "license.\n", + "\n", + "We recommend using **Anaconda** if you are not too familiar with setting paths in a terminal environment." + ] + }, + { + "cell_type": "markdown", + "id": "f103f4c1", + "metadata": { + "editable": true + }, + "source": [ + "## Exercise 2: making your own data and exploring scikit-learn\n", + "\n", + "We will generate our own dataset for a function $y(x)$ where $x \\in [0,1]$ and defined by random numbers computed with the uniform distribution. The function $y$ is a quadratic polynomial in $x$ with added stochastic noise according to the normal distribution $\\cal {N}(0,1)$.\n", + "The following simple Python instructions define our $x$ and $y$ values (with 100 data points)." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "81c11edc", + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "import numpy as np\n", + "x = np.random.rand(100,1)\n", + "y = 2.0+5*x*x+0.1*np.random.randn(100,1)" + ] + }, + { + "cell_type": "markdown", + "id": "970bd604", + "metadata": { + "editable": true + }, + "source": [ + "1. Write your own code (following the examples under the [regression notes](https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter1.html)) for computing the parametrization of the data set fitting a second-order polynomial. \n", + "\n", + "2. Use thereafter **scikit-learn** (see again the examples in the regression slides) and compare with your own code. \n", + "\n", + "3. Using scikit-learn, compute also the mean square error, a risk metric corresponding to the expected value of the squared (quadratic) error defined as" + ] + }, + { + "cell_type": "markdown", + "id": "bda3ed04", + "metadata": { + "editable": true + }, + "source": [ + "$$\n", + "MSE(\\boldsymbol{y},\\boldsymbol{\\tilde{y}}) = \\frac{1}{n}\n", + "\\sum_{i=0}^{n-1}(y_i-\\tilde{y}_i)^2,\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "id": "ca995691", + "metadata": { + "editable": true + }, + "source": [ + "and the $R^2$ score function.\n", + "If $\\tilde{\\boldsymbol{y}}_i$ is the predicted value of the $i-th$ sample and $y_i$ is the corresponding true value, then the score $R^2$ is defined as" + ] + }, + { + "cell_type": "markdown", + "id": "27cbfeed", + "metadata": { + "editable": true + }, + "source": [ + "$$\n", + "R^2(\\boldsymbol{y}, \\tilde{\\boldsymbol{y}}) = 1 - \\frac{\\sum_{i=0}^{n - 1} (y_i - \\tilde{y}_i)^2}{\\sum_{i=0}^{n - 1} (y_i - \\bar{y})^2},\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "id": "9e063f6d", + "metadata": { + "editable": true + }, + "source": [ + "where we have defined the mean value of $\\boldsymbol{y}$ as" + ] + }, + { + "cell_type": "markdown", + "id": "e582c2bb", + "metadata": { + "editable": true + }, + "source": [ + "$$\n", + "\\bar{y} = \\frac{1}{n} \\sum_{i=0}^{n - 1} y_i.\n", + "$$" + ] + }, + { + "cell_type": "markdown", + "id": "59e0ed7a", + "metadata": { + "editable": true + }, + "source": [ + "You can use the functionality included in scikit-learn. If you feel for it, you can use your own program and define functions which compute the above two functions. \n", + "Discuss the meaning of these results. Try also to vary the coefficient in front of the added stochastic noise term and discuss the quality of the fits." + ] + }, + { + "cell_type": "markdown", + "id": "051e71aa", + "metadata": { + "editable": true + }, + "source": [ + "## Exercise 3: Split data in test and training data\n", + "\n", + "In this exercise we want you to to compute the MSE for the training\n", + "data and the test data as function of the complexity of a polynomial,\n", + "that is the degree of a given polynomial.\n", + "\n", + "The aim is to reproduce Figure 2.11 of [Hastie et al](https://github.com/CompPhysics/MLErasmus/blob/master/doc/Textbooks/elementsstat.pdf).\n", + "\n", + "Our data is defined by $x\\in [-3,3]$ with a total of for example $n=100$ data points. You should try to vary the number of data points $n$ in your analysis." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "c82d8b64", + "metadata": { + "collapsed": false, + "editable": true + }, + "outputs": [], + "source": [ + "np.random.seed()\n", + "n = 100\n", + "# Make data set.\n", + "x = np.linspace(-3, 3, n).reshape(-1, 1)\n", + "y = np.exp(-x**2) + 1.5 * np.exp(-(x-2)**2)+ np.random.normal(0, 0.1, x.shape)" + ] + }, + { + "cell_type": "markdown", + "id": "3e810bba", + "metadata": { + "editable": true + }, + "source": [ + "where $y$ is the function we want to fit with a given polynomial." + ] + }, + { + "cell_type": "markdown", + "id": "c1198fce", + "metadata": { + "editable": true + }, + "source": [ + "**a)**\n", + "Write a first code which sets up a design matrix $X$ defined by a fifth-order polynomial and split your data set in training and test data." + ] + }, + { + "cell_type": "markdown", + "id": "1b0cea0a", + "metadata": { + "editable": true + }, + "source": [ + "**b)**\n", + "Write thereafter (using either **scikit-learn** or your matrix inversion code using for example **numpy**)\n", + "and perform an ordinary least squares fitting and compute the mean squared error for the training data and the test data. These calculations should apply to a model given by a fifth-order polynomial." + ] + }, + { + "cell_type": "markdown", + "id": "5194ba08", + "metadata": { + "editable": true + }, + "source": [ + "**c)**\n", + "Add now a model which allows you to make polynomials up to degree $15$. Perform a standard OLS fitting of the training data and compute the MSE for the training and test data and plot both test and training data MSE as functions of the polynomial degree. Compare what you see with Figure 2.11 of Hastie et al. Comment your results. For which polynomial degree do you find an optimal MSE (smallest value)?" + ] + } + ], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 5 +}