This commit is contained in:
Morten Hjorth-Jensen
2023-11-08 15:57:33 +01:00
parent 2edd177646
commit 3b9f0dbb29
145 changed files with 3873 additions and 2256 deletions
+17 -7
View File
@@ -343,6 +343,16 @@ const thebe_selector_output = ".output, .cell_output"
Week 43: Deep Learning: Constructing a Neural Network code and solving differential equations
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="week44.html">
Week 44, Convolutional Neural Networks (CNN)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="week45.html">
Week 45, Recurrent Neural Networks
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -1456,15 +1466,15 @@ function.</p>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Own inversion
[[3.88391015]
[3.15024162]]
Eigenvalues of Hessian Matrix:[0.29734306 4.63081005]
[[4.34459931]
[2.77172582]]
Eigenvalues of Hessian Matrix:[0.28795864 4.47391428]
theta from own gd
[[3.88391015]
[3.15024162]]
[[4.34459931]
[2.77172582]]
theta from own sdg
[[3.92822216]
[3.17648722]]
[[4.35401107]
[2.71654553]]
</pre></div>
</div>
<img alt="_images/week40_25_1.png" src="_images/week40_25_1.png" />