adding dft slides
This commit is contained in:
@@ -333,6 +333,16 @@ const thebe_selector_output = ".output, .cell_output"
|
||||
Week 42 Constructing a Neural Network code with introduction to Tensor flow
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="exercisesweek43.html">
|
||||
Exercises weeks 43 and 44
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="week43.html">
|
||||
Week 43: Deep Learning: Constructing a Neural Network code and solving differential equations
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p aria-level="2" class="caption" role="heading">
|
||||
<span class="caption-text">
|
||||
@@ -2034,7 +2044,7 @@ case under study.</p>
|
||||
</div>
|
||||
<div class="cell_output docutils container">
|
||||
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>RandomizedSearchCV(estimator=Ridge(), n_iter=100,
|
||||
param_distributions={'alpha': <scipy.stats._distn_infrastructure.rv_frozen object at 0x156346610>})
|
||||
param_distributions={'alpha': <scipy.stats._distn_infrastructure.rv_frozen object at 0x1045a7eb0>})
|
||||
Best estimated lambda-value: 0.9849967686928113
|
||||
MSE score: 1.0853136633465326
|
||||
R2 score: -0.0002382102844775691
|
||||
|
||||
Reference in New Issue
Block a user