generated from alshedivat/al-folio
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a598318
commit 630768f
Showing
15 changed files
with
95 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
title: geometric acoustics | ||
description: | ||
img: assets/img/animations/specular_reflection.gif | ||
importance: 6 | ||
category: acoustics animations | ||
--- | ||
|
||
<div class="row"> | ||
<div class= "col-sm"> | ||
{% include figure.html path="assets/img/animations/specular_reflection.gif" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
<div class = "col-sm"> | ||
{% include figure.html path="assets/img/animations/diffuse_reflection.gif" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
</div> | ||
<div class="caption"> | ||
Specular and diffuse reflections used in geometric acoustics | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
layout: page | ||
title: optimization methods | ||
description: | ||
img: assets/img/animations/GradientDescent.gif | ||
importance: 6 | ||
category: signal processing animations | ||
--- | ||
|
||
Optimization algorithms try to minimize a function. | ||
|
||
In gradient descent, the iterative update is related to the local gradient of the objective function | ||
\begin{equation} | ||
\mathbf{x}^{(k+1)} = \mathbf{x}^{(k)} - \mu \nabla J(\mathbf{x}^{(k)}). | ||
\end{equation} | ||
|
||
<div class="row"> | ||
<div class = "col-sm"> | ||
</div> | ||
<div class="col-sm"> | ||
{% include figure.html path="assets/img/animations/GradientDescent.gif" title="example image" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
<div class = "col-sm"> | ||
</div> | ||
</div> | ||
<div class="caption"> | ||
Gradient descent algorithm | ||
</div> | ||
|
||
Newton's method uses the Hessian matrix to compute the local curvature. This leads to a more direct descent path. However, computing the Hessian matrix may be difficult for some problems. | ||
\begin{equation} | ||
\mathbf{x}^{(k+1)} = \mathbf{x}^{(k)} - \mathbf{H}^{-1}(\mathbf{x}^{(k)})\nabla J(\mathbf{x}^{(k)}). | ||
\end{equation} | ||
|
||
<div class="row"> | ||
<div class = "col-sm"> | ||
</div> | ||
<div class="col-sm"> | ||
{% include figure.html path="assets/img/animations/NewtonsMethod.gif" title="example image" class="img-fluid rounded z-depth-1" %} | ||
</div> | ||
<div class = "col-sm"> | ||
</div> | ||
</div> | ||
<div class="caption"> | ||
Newton's method | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.