change of deadline for p1

This commit is contained in:
mhjensen
2020-10-02 11:10:22 +02:00
parent 8ae6436fcd
commit 1844c3c31f
9 changed files with 27 additions and 27 deletions
@@ -7,9 +7,9 @@ Automatically generated HTML file from DocOnce source
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Project 1 on Machine Learning, deadline October 5, 2020">
<meta name="description" content="Project 1 on Machine Learning, deadline October 10, 2020">
<title>Project 1 on Machine Learning, deadline October 5, 2020</title>
<title>Project 1 on Machine Learning, deadline October 10, 2020</title>
<style type="text/css">
@@ -107,7 +107,7 @@ MathJax.Hub.Config({
<center><h1>Project 1 on Machine Learning, deadline October 5, 2020</h1></center> <!-- document title -->
<center><h1>Project 1 on Machine Learning, deadline October 10, 2020</h1></center> <!-- document title -->
<p>
<!-- author(s): <a href="http://www.uio.no/studier/emner/matnat/fys/FYS3155/index-eng.html" target="_blank">Data Analysis and Machine Learning FYS-STK3155/FYS4155</a> -->
@@ -122,7 +122,7 @@ MathJax.Hub.Config({
<center><b>Department of Physics, University of Oslo, Norway</b></center>
<br>
<p>
<center><h4>Sep 16, 2020</h4></center> <!-- date -->
<center><h4>Oct 2, 2020</h4></center> <!-- date -->
<br>
<h2 id="___sec0">Regression analysis and resampling methods </h2>
@@ -209,7 +209,7 @@ z <span style="color: #666666">=</span> FrankeFunction(x, y)
<span style="color: #408080; font-style: italic"># Plot the surface.</span>
surf <span style="color: #666666">=</span> ax<span style="color: #666666">.</span>plot_surface(x, y, z, cmap<span style="color: #666666">=</span>cm<span style="color: #666666">.</span>coolwarm,
linewidth<span style="color: #666666">=0</span>, antialiased<span style="color: #666666">=</span><span style="color: #008000">False</span>)
linewidth<span style="color: #666666">=0</span>, antialiased<span style="color: #666666">=</span><span style="color: #008000; font-weight: bold">False</span>)
<span style="color: #408080; font-style: italic"># Customize the z axis.</span>
ax<span style="color: #666666">.</span>set_zlim(<span style="color: #666666">-0.10</span>, <span style="color: #666666">1.40</span>)