Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Adding the soil moisture example back
  • Loading branch information
chaopengshen authored Jan 6, 2024
1 parent aef23fb commit ca6dfa3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docs/codes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,21 @@ A differentiable physics-informed ecosystem model
<div class="result" markdown>
<div class="grid cards" markdown>

- [Updated, simplified __LSTM tutorial__ for CAMELS streamflow] [tutorial]
- [Starting point: Quick __LSTM tutorial__ on soil moisture prediction] [tutorial1]

---
This notebook is the "high-flow expert" listed on the benchmark page. We greatly simplified the LSTM interface, making it easy to reuse this code on your data. This is the interface to use when you get started in learning our code. Thanks to Yalan Song, Kamlesh Sawadekar and Dapeng Feng. Note that different pytorch versions could lead to slightly different performances.
This notebook is the starting point for new people to learn hydrologic time series prediction using deep neural networks. You can see how CudnnLSTMmodel and CpuLSTM models are trained and how data are formatted. Dataset is embedded in the hydroDL library so it is easy to run the example.


</div>
</div>
<div class="result" markdown>
<div class="grid cards" markdown>

- [Updated, simplified __LSTM tutorial__ for CAMELS streamflow] [tutorial2]

---
This notebook is the "high-flow expert" listed on the benchmark page. We greatly simplified the LSTM interface, making it easy to reuse this code on your data. This is slightly more involved than the soil moisture tutorial as we are dealing with a larger and more complex dataset. Thanks to Yalan Song, Kamlesh Sawadekar and Dapeng Feng. Note that different pytorch versions could lead to slightly different performances.


</div>
Expand Down Expand Up @@ -94,7 +105,8 @@ CONUS scale aggregated metrics of stream temperature models for the test period.
</div>

[feng_2023.md]: ../codes/feng_2023.md
[tutorial]: https://bit.ly/47KqJHK
[tutorial1]: https://colab.research.google.com/drive/1C4LIgMcqef3WxEd8TosLXP6tGD-CAXsJ
[tutorial2]: https://bit.ly/47KqJHK
[bindas_2023.md]: ../codes/bindas_2023.md
[liu_2022.md]: ../codes/liu_2022.md
[Song_SWE_2023.md]: ../codes/Song_SWE_2023.md
Expand Down

0 comments on commit ca6dfa3

Please sign in to comment.