diff options
author | SIPB | 2024-12-10 23:00:13 -0500 |
---|---|---|
committer | SIPB | 2024-12-10 23:00:13 -0500 |
commit | 75a6921af214a4d7157627524d916a5bda7d1406 (patch) | |
tree | 4ed7e096911b40e43e228e585355acc851becebd /index.html | |
parent | 6affd742f11839ed0d09f620e73317f655ec568b (diff) |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -601,11 +601,11 @@ loss, indicating that the solution is somewhat “findable” by gradient descent.</p> <div style="text-align:center"> <figure> -<img src="perturb.png" alt="perturb.png" /> +<img src="img/perturb.png" alt="perturb.png" /> <figcaption aria-hidden="true">perturb.png</figcaption> </figure> <figure> -<img src="perturb-loss.png" alt="perturb-loss.png" /> +<img src="img/perturb-loss.png" alt="perturb-loss.png" /> <figcaption aria-hidden="true">perturb-loss.png</figcaption> </figure> </div> |