Skip to content

Commit

Permalink
added finetuning notebook dynamicslab#36, fixed missing links in docs (
Browse files Browse the repository at this point in the history
…dynamicslab#69)

* added finetuning notebook dynamicslab#36, fixed missing links in docs

* Apply suggestions from code review

Co-authored-by: Martin Gauch <15731649+gauchm@users.noreply.github.com>

Co-authored-by: Martin Gauch <15731649+gauchm@users.noreply.github.com>
  • Loading branch information
kratzert and gauchm committed Jan 13, 2021
1 parent b4d9f27 commit 0c38c3d
Show file tree
Hide file tree
Showing 9 changed files with 97,623 additions and 52 deletions.
3 changes: 3 additions & 0 deletions docs/source/tutorials/finetuning.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/06-Finetuning/finetuning.ipynb"
}
7 changes: 7 additions & 0 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Tutorials
| **Multi-Timescale Prediction**
| In one of our `papers <https://arxiv.org/abs/2010.07921>`__, we introduced Multi-Timescale LSTMs that can predict at multiple timescales simultaneously. If you need predictions at sub-daily granularity or you want to generate daily and hourly predictions (or any other timescale), `this tutorial <https://neuralhydrology.readthedocs.io/tutorials/multi-timescale.html>`__ explains how to get there.
| **Inspecting the internals of LSTMs**
| Model interpretability is an ongoing research topic. We showed in previous publications (e.g. `this one <https://arxiv.org/abs/1903.07903>`__) that LSTM internals can be linked to physical processes. In `this tutorial <https://neuralhydrology.readthedocs.io/tutorials/inspect-lstm.html>`__, we show how to extract those model internals with our library.
| **Finetuning models**
| A common way to increase model performance with deep learning models is called finetuning. Here, first a model is trained on a large and diverse dataset, before second, the model is finetuned to the actual problem of interest. In `this tutorial <https://neuralhydrology.readthedocs.io/tutorials/finetuning.html>`__, we show how you can perform finetuning with our library.
.. toctree::
:maxdepth: 1
Expand All @@ -22,3 +27,5 @@ Tutorials
adding-gru
add-dataset
multi-timescale
inspect-lstm
finetuning
96,356 changes: 96,307 additions & 49 deletions examples/05-Inspecting-LSTMs/inspecting-lstms.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0c38c3d

Please sign in to comment.