book update

This commit is contained in:
Morten Hjorth-Jensen
2021-04-26 09:20:25 -04:00
parent 4446c1be47
commit c82f437bcf
64 changed files with 6377 additions and 1162 deletions
+15 -4
View File
@@ -58,7 +58,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="2. Resampling Methods" href="chapter2.html" />
<link rel="prev" title="1. Elements of Probability Theory and Statistical Data Analysis" href="statistics.html" />
<link rel="prev" title="2. Linear Algebra, Handling of Arrays and more Python Features" href="linalg.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
@@ -128,6 +128,11 @@
1. Elements of Probability Theory and Statistical Data Analysis
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="linalg.html">
2. Linear Algebra, Handling of Arrays and more Python Features
</a>
</li>
</ul>
<p class="caption collapsible-parent">
<span class="caption-text">
@@ -206,6 +211,11 @@
2. Building a Feed Forward Neural Network
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="chapter11.html">
3. Solving Differential Equations with Deep Learning
</a>
</li>
</ul>
</nav> <!-- To handle the deprecated key -->
@@ -750,8 +760,9 @@ For an <span class="math notranslate nohighlight">\(N\times N\)</span> matrix <
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[ 0.82672272 0.45257846 -3.50535083 -0.60868993 -0.32256204 0.35390727
-0.8063309 -0.22751293 -0.26205577 -0.65826338]
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>[ 1.59542395e+00 -1.76635856e-01 6.09517402e-01 7.37482326e-01
1.23310910e+00 8.39779531e-04 -1.09487746e+00 8.32655571e-01
-8.22808167e-01 9.71128130e-01]
</pre></div>
</div>
</div>
@@ -2921,7 +2932,7 @@ techniques.</p>
<div class='prev-next-bottom'>
<a class='left-prev' id="prev-link" href="statistics.html" title="previous page"><span class="section-number">1. </span>Elements of Probability Theory and Statistical Data Analysis</a>
<a class='left-prev' id="prev-link" href="linalg.html" title="previous page"><span class="section-number">2. </span>Linear Algebra, Handling of Arrays and more Python Features</a>
<a class='right-next' id="next-link" href="chapter2.html" title="next page"><span class="section-number">2. </span>Resampling Methods</a>
</div>