adding project updates

This commit is contained in:
Morten Hjorth-Jensen
2023-11-13 06:15:13 +01:00
parent b03bb69d94
commit 0a91cbc852
16 changed files with 332 additions and 205 deletions
+11 -6
View File
@@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project 2 on Machine Learning, deadline November 13 (Midnight) &#8212; Applied Data Analysis and Machine Learning</title>
<title>Project 2 on Machine Learning, deadline November 17 (Midnight) &#8212; Applied Data Analysis and Machine Learning</title>
<link href="_static/css/theme.css" rel="stylesheet">
<link href="_static/css/index.ff1ffe594081f20da1ef19478df9384b.css" rel="stylesheet">
@@ -352,6 +352,11 @@ const thebe_selector_output = ".output, .cell_output"
Week 45, Recurrent Neural Networks
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="week46.html">
Week 46: Decision Trees, Ensemble methods and Random Forests
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -366,7 +371,7 @@ const thebe_selector_output = ".output, .cell_output"
</li>
<li class="toctree-l1 current active">
<a class="current reference internal" href="#">
Project 2 on Machine Learning, deadline November 13 (Midnight)
Project 2 on Machine Learning, deadline November 17 (Midnight)
</a>
</li>
</ul>
@@ -502,7 +507,7 @@ const thebe_selector_output = ".output, .cell_output"
<div class="col-12 col-md-9 pl-md-3 pr-md-0">
<!-- Table of contents that is only displayed when printing the page -->
<div id="jb-print-docs-body" class="onlyprint">
<h1>Project 2 on Machine Learning, deadline November 13 (Midnight)</h1>
<h1>Project 2 on Machine Learning, deadline November 17 (Midnight)</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
@@ -575,10 +580,10 @@ const thebe_selector_output = ".output, .cell_output"
<!-- HTML file automatically generated from DocOnce source (https://github.com/doconce/doconce/)
doconce format html Project2.do.txt -->
<!-- dom:TITLE: Project 2 on Machine Learning, deadline November 13 (Midnight) --><div class="tex2jax_ignore mathjax_ignore section" id="project-2-on-machine-learning-deadline-november-13-midnight">
<h1>Project 2 on Machine Learning, deadline November 13 (Midnight)<a class="headerlink" href="#project-2-on-machine-learning-deadline-november-13-midnight" title="Permalink to this headline"></a></h1>
<!-- dom:TITLE: Project 2 on Machine Learning, deadline November 17 (Midnight) --><div class="tex2jax_ignore mathjax_ignore section" id="project-2-on-machine-learning-deadline-november-17-midnight">
<h1>Project 2 on Machine Learning, deadline November 17 (Midnight)<a class="headerlink" href="#project-2-on-machine-learning-deadline-november-17-midnight" title="Permalink to this headline"></a></h1>
<p><strong><a class="reference external" href="http://www.uio.no/studier/emner/matnat/fys/FYS3155/index-eng.html">Data Analysis and Machine Learning FYS-STK3155/FYS4155</a></strong>, Department of Physics, University of Oslo, Norway</p>
<p>Date: <strong>Oct 9, 2023</strong></p>
<p>Date: <strong>Nov 13, 2023</strong></p>
<p>Copyright 1999-2023, <a class="reference external" href="http://www.uio.no/studier/emner/matnat/fys/FYS3155/index-eng.html">Data Analysis and Machine Learning FYS-STK3155/FYS4155</a>. Released under CC Attribution-NonCommercial 4.0 license</p>
<div class="section" id="classification-and-regression-from-linear-and-logistic-regression-to-neural-networks">
<h2>Classification and Regression, from linear and logistic regression to neural networks<a class="headerlink" href="#classification-and-regression-from-linear-and-logistic-regression-to-neural-networks" title="Permalink to this headline"></a></h2>