From 997118dd68ab86087f1fe6540155ba32d0019a5f Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Tue, 6 Sep 2022 09:00:52 +0200 Subject: [PATCH] cleaning up typos --- .../2022/Project1/html/._Project1-bs000.html | 6 +- .../2022/Project1/html/Project1-bs.html | 6 +- doc/Projects/2022/Project1/html/Project1.html | 6 +- .../2022/Project1/ipynb/Project1.ipynb | 106 +++++++++--------- .../Project1/ipynb/ipynb-Project1-src.tar.gz | Bin 193 -> 193 bytes doc/Projects/2022/Project1/pdf/Project1.p.tex | 6 +- doc/Projects/2022/Project1/pdf/Project1.pdf | Bin 254161 -> 254161 bytes doc/Projects/2022/Project1/pdf/Project1.tex | 6 +- .../Projects/2022/Project1/Project1.do.txt | 4 +- 9 files changed, 70 insertions(+), 70 deletions(-) diff --git a/doc/Projects/2022/Project1/html/._Project1-bs000.html b/doc/Projects/2022/Project1/html/._Project1-bs000.html index 27a4b8847..affba1fe4 100644 --- a/doc/Projects/2022/Project1/html/._Project1-bs000.html +++ b/doc/Projects/2022/Project1/html/._Project1-bs000.html @@ -162,7 +162,7 @@ MathJax.Hub.Config({
-

Sep 5, 2022

+

Sep 6, 2022


@@ -171,7 +171,7 @@ MathJax.Hub.Config({

Regression analysis and resampling methods

The main aim of this project is to study in more detail various -regression methods, including the Ordinary Least Squares (OLS) method, +regression methods, including the Ordinary Least Squares (OLS) method. In addition to the scientific part, in this course we want also to give you an experience in writing scientific reports. The format for the delivery of your answers is namely that of a scientific report. At @@ -189,7 +189,7 @@ recommend to do the code development and testing with a simpler one-dimensional function, similar to those discussed in the exercises of week 35. A simple test, as discussed during the lectures the first two weeks is to set the design matrix equal to the identity -matrix. Then our model should give a mean square error which is exactly equal to zero. +matrix. Then your model should give a mean square error which is exactly equal to zero. When you are sure that your codes function well, you can then replace the one-dimensional test function with the two-dimensional Franke function discussed here. diff --git a/doc/Projects/2022/Project1/html/Project1-bs.html b/doc/Projects/2022/Project1/html/Project1-bs.html index 27a4b8847..affba1fe4 100644 --- a/doc/Projects/2022/Project1/html/Project1-bs.html +++ b/doc/Projects/2022/Project1/html/Project1-bs.html @@ -162,7 +162,7 @@ MathJax.Hub.Config({

-

Sep 5, 2022

+

Sep 6, 2022


@@ -171,7 +171,7 @@ MathJax.Hub.Config({

Regression analysis and resampling methods

The main aim of this project is to study in more detail various -regression methods, including the Ordinary Least Squares (OLS) method, +regression methods, including the Ordinary Least Squares (OLS) method. In addition to the scientific part, in this course we want also to give you an experience in writing scientific reports. The format for the delivery of your answers is namely that of a scientific report. At @@ -189,7 +189,7 @@ recommend to do the code development and testing with a simpler one-dimensional function, similar to those discussed in the exercises of week 35. A simple test, as discussed during the lectures the first two weeks is to set the design matrix equal to the identity -matrix. Then our model should give a mean square error which is exactly equal to zero. +matrix. Then your model should give a mean square error which is exactly equal to zero. When you are sure that your codes function well, you can then replace the one-dimensional test function with the two-dimensional Franke function discussed here. diff --git a/doc/Projects/2022/Project1/html/Project1.html b/doc/Projects/2022/Project1/html/Project1.html index e62ff2afa..3230fa730 100644 --- a/doc/Projects/2022/Project1/html/Project1.html +++ b/doc/Projects/2022/Project1/html/Project1.html @@ -201,13 +201,13 @@ MathJax.Hub.Config({

-

Sep 5, 2022

+

Sep 6, 2022


Regression analysis and resampling methods

The main aim of this project is to study in more detail various -regression methods, including the Ordinary Least Squares (OLS) method, +regression methods, including the Ordinary Least Squares (OLS) method. In addition to the scientific part, in this course we want also to give you an experience in writing scientific reports. The format for the delivery of your answers is namely that of a scientific report. At @@ -225,7 +225,7 @@ recommend to do the code development and testing with a simpler one-dimensional function, similar to those discussed in the exercises of week 35. A simple test, as discussed during the lectures the first two weeks is to set the design matrix equal to the identity -matrix. Then our model should give a mean square error which is exactly equal to zero. +matrix. Then your model should give a mean square error which is exactly equal to zero. When you are sure that your codes function well, you can then replace the one-dimensional test function with the two-dimensional Franke function discussed here. diff --git a/doc/Projects/2022/Project1/ipynb/Project1.ipynb b/doc/Projects/2022/Project1/ipynb/Project1.ipynb index e45c271d8..3af46c0ae 100644 --- a/doc/Projects/2022/Project1/ipynb/Project1.ipynb +++ b/doc/Projects/2022/Project1/ipynb/Project1.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "7a2ac097", + "id": "f3a8c4d6", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "4c81032a", + "id": "ba2f6e4e", "metadata": { "editable": true }, @@ -22,12 +22,12 @@ "# Project 1 on Machine Learning, deadline October 7, 2022\n", "**[Data Analysis and Machine Learning FYS-STK3155/FYS4155](http://www.uio.no/studier/emner/matnat/fys/FYS3155/index-eng.html)**, University of Oslo, Norway\n", "\n", - "Date: **Sep 5, 2022**" + "Date: **Sep 6, 2022**" ] }, { "cell_type": "markdown", - "id": "3a6a8595", + "id": "e7d1ae4f", "metadata": { "editable": true }, @@ -35,7 +35,7 @@ "## Regression analysis and resampling methods\n", "\n", "The main aim of this project is to study in more detail various\n", - "regression methods, including the Ordinary Least Squares (OLS) method,\n", + "regression methods, including the Ordinary Least Squares (OLS) method.\n", "In addition to the scientific part, in this course we want also to\n", "give you an experience in writing scientific reports. The format for\n", "the delivery of your answers is namely that of a scientific report. At\n", @@ -52,7 +52,7 @@ "one-dimensional function, similar to those discussed in the exercises\n", "of week 35. A simple test, as discussed during the lectures the first\n", "two weeks is to set the design matrix equal to the identity\n", - "matrix. Then our model should give a mean square error which is exactly equal to zero.\n", + "matrix. Then your model should give a mean square error which is exactly equal to zero.\n", "When you are sure that your codes function well, you can then replace\n", "the one-dimensional test function with the two-dimensional **Franke** function\n", "discussed here.\n", @@ -63,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "612a16af", + "id": "8524af72", "metadata": { "editable": true }, @@ -85,7 +85,7 @@ }, { "cell_type": "markdown", - "id": "9acb8af9", + "id": "67acaf3f", "metadata": { "editable": true }, @@ -100,7 +100,7 @@ }, { "cell_type": "markdown", - "id": "1760b791", + "id": "7fbfb83f", "metadata": { "editable": true }, @@ -129,7 +129,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "0887069d", + "id": "365c9b12", "metadata": { "collapsed": false, "editable": true @@ -181,7 +181,7 @@ }, { "cell_type": "markdown", - "id": "6ba1eed9", + "id": "42bf4d8c", "metadata": { "editable": true }, @@ -197,7 +197,7 @@ }, { "cell_type": "markdown", - "id": "b8977dc1", + "id": "1a97a8a9", "metadata": { "editable": true }, @@ -209,7 +209,7 @@ }, { "cell_type": "markdown", - "id": "97dbce3f", + "id": "005a34cd", "metadata": { "editable": true }, @@ -220,7 +220,7 @@ }, { "cell_type": "markdown", - "id": "918c0cbb", + "id": "f5cba6b7", "metadata": { "editable": true }, @@ -232,7 +232,7 @@ }, { "cell_type": "markdown", - "id": "12ed8d76", + "id": "c614fcd7", "metadata": { "editable": true }, @@ -244,7 +244,7 @@ }, { "cell_type": "markdown", - "id": "dde5fd1a", + "id": "d05b6889", "metadata": { "editable": true }, @@ -256,7 +256,7 @@ }, { "cell_type": "markdown", - "id": "5ab0b041", + "id": "16138919", "metadata": { "editable": true }, @@ -267,7 +267,7 @@ }, { "cell_type": "markdown", - "id": "d10e8fa5", + "id": "bc66b35b", "metadata": { "editable": true }, @@ -279,7 +279,7 @@ }, { "cell_type": "markdown", - "id": "4bde13fb", + "id": "4eb37340", "metadata": { "editable": true }, @@ -292,7 +292,7 @@ }, { "cell_type": "markdown", - "id": "8635bca3", + "id": "325b1020", "metadata": { "editable": true }, @@ -304,7 +304,7 @@ }, { "cell_type": "markdown", - "id": "da21e635", + "id": "df636f58", "metadata": { "editable": true }, @@ -314,7 +314,7 @@ }, { "cell_type": "markdown", - "id": "62ce1847", + "id": "7362a90c", "metadata": { "editable": true }, @@ -326,7 +326,7 @@ }, { "cell_type": "markdown", - "id": "8b985826", + "id": "4a23d9aa", "metadata": { "editable": true }, @@ -337,7 +337,7 @@ }, { "cell_type": "markdown", - "id": "1c015e08", + "id": "048427bb", "metadata": { "editable": true }, @@ -359,7 +359,7 @@ }, { "cell_type": "markdown", - "id": "ea1b5d0b", + "id": "5798da61", "metadata": { "editable": true }, @@ -372,7 +372,7 @@ }, { "cell_type": "markdown", - "id": "362e556a", + "id": "dabdfbc1", "metadata": { "editable": true }, @@ -384,7 +384,7 @@ }, { "cell_type": "markdown", - "id": "e5eeda54", + "id": "6f83ef69", "metadata": { "editable": true }, @@ -396,7 +396,7 @@ }, { "cell_type": "markdown", - "id": "70012504", + "id": "fd117767", "metadata": { "editable": true }, @@ -406,7 +406,7 @@ }, { "cell_type": "markdown", - "id": "8d234f27", + "id": "36d8ba67", "metadata": { "editable": true }, @@ -418,7 +418,7 @@ }, { "cell_type": "markdown", - "id": "3460f330", + "id": "277e8cbd", "metadata": { "editable": true }, @@ -447,7 +447,7 @@ }, { "cell_type": "markdown", - "id": "2b0214ff", + "id": "e0056ae2", "metadata": { "editable": true }, @@ -479,7 +479,7 @@ }, { "cell_type": "markdown", - "id": "ba76c42f", + "id": "5bea6c04", "metadata": { "editable": true }, @@ -491,7 +491,7 @@ }, { "cell_type": "markdown", - "id": "cc9118d1", + "id": "2b233d93", "metadata": { "editable": true }, @@ -510,7 +510,7 @@ }, { "cell_type": "markdown", - "id": "f0901443", + "id": "bbfe79b1", "metadata": { "editable": true }, @@ -522,7 +522,7 @@ }, { "cell_type": "markdown", - "id": "128dfd18", + "id": "f6b6ef4e", "metadata": { "editable": true }, @@ -536,7 +536,7 @@ }, { "cell_type": "markdown", - "id": "e5ff09e8", + "id": "d42ac463", "metadata": { "editable": true }, @@ -548,7 +548,7 @@ }, { "cell_type": "markdown", - "id": "a39514b2", + "id": "93d7fb47", "metadata": { "editable": true }, @@ -558,7 +558,7 @@ }, { "cell_type": "markdown", - "id": "4c34a548", + "id": "9e03ac19", "metadata": { "editable": true }, @@ -570,7 +570,7 @@ }, { "cell_type": "markdown", - "id": "300bde6a", + "id": "c1a62cd8", "metadata": { "editable": true }, @@ -580,7 +580,7 @@ }, { "cell_type": "markdown", - "id": "71a2c51a", + "id": "2ceb482f", "metadata": { "editable": true }, @@ -592,7 +592,7 @@ }, { "cell_type": "markdown", - "id": "f7e980d0", + "id": "61d409d6", "metadata": { "editable": true }, @@ -611,7 +611,7 @@ }, { "cell_type": "markdown", - "id": "ef87f011", + "id": "d5b3b111", "metadata": { "editable": true }, @@ -636,7 +636,7 @@ }, { "cell_type": "markdown", - "id": "1288c49d", + "id": "19411bb1", "metadata": { "editable": true }, @@ -656,7 +656,7 @@ }, { "cell_type": "markdown", - "id": "8ba58fed", + "id": "33c43b4e", "metadata": { "editable": true }, @@ -673,7 +673,7 @@ }, { "cell_type": "markdown", - "id": "4b4db7cc", + "id": "1daf2ad3", "metadata": { "editable": true }, @@ -701,7 +701,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "daf3d605", + "id": "26959ad8", "metadata": { "collapsed": false, "editable": true @@ -713,7 +713,7 @@ }, { "cell_type": "markdown", - "id": "25e4e3c2", + "id": "4cb0aeb9", "metadata": { "editable": true }, @@ -725,7 +725,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "045af476", + "id": "15a9a7ad", "metadata": { "collapsed": false, "editable": true @@ -751,7 +751,7 @@ }, { "cell_type": "markdown", - "id": "44ca47a4", + "id": "1ca366f6", "metadata": { "editable": true }, @@ -776,7 +776,7 @@ }, { "cell_type": "markdown", - "id": "0bff19b9", + "id": "ed16fcae", "metadata": { "editable": true }, @@ -790,7 +790,7 @@ }, { "cell_type": "markdown", - "id": "f244210d", + "id": "a10f8033", "metadata": { "editable": true }, @@ -820,7 +820,7 @@ }, { "cell_type": "markdown", - "id": "a44b37da", + "id": "04989dae", "metadata": { "editable": true }, @@ -842,7 +842,7 @@ }, { "cell_type": "markdown", - "id": "36139a4b", + "id": "df183f51", "metadata": { "editable": true }, diff --git a/doc/Projects/2022/Project1/ipynb/ipynb-Project1-src.tar.gz b/doc/Projects/2022/Project1/ipynb/ipynb-Project1-src.tar.gz index 54c7d870b08b5fa8ba98808a3ea89e6e642d4844..68e17223f652b39a89cca2070ca1296f13b620a7 100644 GIT binary patch literal 193 zcmV;y06za8iwFQ0@D^hL1MSbv3c@f92k@Qu6nTQtx^+DZdhj3&@dY~9xlY&2wgdO} z?gR9sco`z}cli?%LUP!yH~Vem?k-piAtX%_7?Y=LO0t^k38frp5);Pw(BMF5%wiG% zS?;8l&N^X+Q<|!l+DiRyZWt@e4}0cU;F*8oSSbs;talY^(CB22c!A7dEl-X{s_k_S v1xh?2x&}1BncpiXh=Q4 z^-g-}jb(Z~rL7w-4VUlc#<8mUuxEJ%p7|$^wJ@;D2U{x%QdwRob%9)~hMz16L^sF+ vO2y681kG=~&>WZ?fR&}NLP>V@JFU)|wI=X?{f^@}j`O7lP==zn00;m8cmrBL diff --git a/doc/Projects/2022/Project1/pdf/Project1.p.tex b/doc/Projects/2022/Project1/pdf/Project1.p.tex index 2a080cd07..37f743039 100644 --- a/doc/Projects/2022/Project1/pdf/Project1.p.tex +++ b/doc/Projects/2022/Project1/pdf/Project1.p.tex @@ -132,7 +132,7 @@ Project 1 on Machine Learning, deadline October 7, 2022 % --- begin date --- \begin{center} -Sep 5, 2022 +Sep 6, 2022 \end{center} % --- end date --- @@ -142,7 +142,7 @@ Sep 5, 2022 \subsection{Regression analysis and resampling methods} The main aim of this project is to study in more detail various -regression methods, including the Ordinary Least Squares (OLS) method, +regression methods, including the Ordinary Least Squares (OLS) method. In addition to the scientific part, in this course we want also to give you an experience in writing scientific reports. The format for the delivery of your answers is namely that of a scientific report. At @@ -159,7 +159,7 @@ recommend to do the code development and testing with a simpler one-dimensional function, similar to those discussed in the exercises of week 35. A simple test, as discussed during the lectures the first two weeks is to set the design matrix equal to the identity -matrix. Then our model should give a mean square error which is exactly equal to zero. +matrix. Then your model should give a mean square error which is exactly equal to zero. When you are sure that your codes function well, you can then replace the one-dimensional test function with the two-dimensional \textbf{Franke} function discussed here. diff --git a/doc/Projects/2022/Project1/pdf/Project1.pdf b/doc/Projects/2022/Project1/pdf/Project1.pdf index c39dde934601b14fdca63d51f07a5188c2e630c1..19452bc03c5a4a2c83f1eee9b98dcdee178f6554 100644 GIT binary patch delta 2880 zcmV-G3%~Ty!4J{F50E93U=%5Tl~~(y%0hbl6dR52qKku_cadtp&UzWo=5)s zu53@Xu_VQQ+0{IJX%+^5CbL+&{rBB^wO0P!{ok=?vVk0@PuM@!e*Z{q_QR2;mh|s*#UGdL=2p)= zp^G4g1J)GhEMf)j%pTiEk)PghJ2{(?0#%blJ2$F03&Je+)@d4ls3Pa(pUu-?tZf(# z3H*2Vrju&!U{1N)x9mR1J2P$>SGDECE))eS^BE{(<;4V;NHBT7MND*(`@6E~sF(R= zv*RIh9JS+irF_zZggt>6&SenO$n<6GdA%JE^+`U-mb-qCV`?*&P0Rh~6`eLT{lW6I zVdep+6Pt$9YJ1~DiQGT(q-nlnK8%3LaP9AK}*9E3N`dn-1f4&qF+bpu@wI(8T>c{5gwz97L=V8&nSPeJl06tl{?d(rj4hwcpt3fM(irS zXIE5&K|;KLv#?7*^4@JhzRcJf>X>hIZHn z9v*_K-);Wf@Af}!!5Ed@fO3g$C!*arL)HZtGy?lLCSuZgX#0oF4%fj9o4T(y$We5& z?dHRC*&a%Q_{X878#NobMYMulyx2rty4+8);5H;OUgm8(*|35g9 zBKC6U$3d1vUX;W^nn)mKR8aU8 zb3x&M6a2gSYDi*&q*yD!b~KgnjY7L0%ri4PNz1#RX#X!${OCKgRN`31yk0^hsef$R zmcN1FWWj@*BTMSWRtIZME#hGy#+nyPX9J=z$dC)20WCaw7>u3Ru$GRa(^zN-1ISnD zIbYG2wtNsi$?t{WJPb>zyjMoC22x9f(_(5H@2aBGqBKih8=LW9)oA=m4CJV(cqCni~q4@)0VWQl1oMH zws(btiZ5;mzPRM>X2^H*%?wpz9dwj`TxPVcST^PhOHtyWkvP~wW;SWN+{eqID@a~bf;7Qzh>x#+ka+LFgVLD#GQsa_AvFN6yuqN7!B!s)r9*md4TcQ zwsPAq4xtow%^ViSHX-ik_LXeA~-?)zS)i|J`H&X|a-0b=K3tpp|04l zVgvDF`$@3dv`GvTmG?o;`>o zdDcf1KlbS>H>jcr;Kqs5rJ8se%00oK-BFIE0r zD8@KA>*C0tSGo3u2c_J9f&~{GE6;oCQVE{95>Dr5LZr##wHv5X<;rD#?s7!hQ`her zdbHvVrg@)`;ey8UEK|vgjOPeaidPN@FVG07LP=%n-zn_9U)lCibLG#$I;a~g@$#6o9Bk=nkOED(&ajWOrKbGzqQFvZJ0P3PMclx_2AeIQ|zIl z1zVO}*f6sidTZD4KD||%a}iH7x_W~={MJv7AMW4%4?|hfwu1=?hY1M*hY1M+w+RUY zN6IQTFgY+VGdU|TGAA%FCn*XqO>bmGVRU66C`39kFfuYQIWRUbIWRCYIk$S#1NI70 zI59yuL^m}?GB!m*MnytGHAXWKPE=78#_{#7&A<#7xrm}L zil~5q3V6c{h>D<&2r4q(5u~A|q%yHHF}w5$tcXuQ=uAv3Y>ctf!uTG@f7$%<&Dnde zz0Ry-X13#IZnDj3BMBT56rc_oW!4;9ics1m?}vSG06JKxCv}o)pcWc<)=O%JCRwQ* zrS`B;hNFMb1&84ntF6Et-Xd$S#EEv`N^gU`Z01>xbOa7T4|KC7dg+jrm!bfj`axE~ zxy`#|1D|7+UYr6>Der@B+1O;P(xg+_qrc-2uXO?jU<6J>zijG#96Jf8U=W75JSvaE zS-1?tvf0)+aUL$f7@UENa1Jg}ATA$=Yj8zY?Tml3S78z+;08>=O_+umxCQfYUAEj8 zXK%wDsK8yAg?li^z45o-CpD2CkXlF&NinhoQcU_0EJ76?!xMPQ7N+md;5od2m#_q{ zU>R0qYwOY9YuUSBkyd5fy`*ePKZ+)eF2qksA3jBL>EoM7N&50PQjPS}BNgN;e@Cjr-fy|I|44J`a2A}yN@-U1j eegC%G^Y1qM2cO1H&zGp+10e`F3MC~)Peuytb#J%; delta 2862 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