Skip to content

Commit

Permalink
update title slide, add material slide, cite Jack and Jim and update …
Browse files Browse the repository at this point in the history
…contact slide
  • Loading branch information
ma595 committed Jun 27, 2024
1 parent 2d00f9a commit 3abd7e0
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 19 deletions.
27 changes: 20 additions & 7 deletions slides/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ @article{alexander1999spectral
year={1999}
}

@article{atkinson2024practical,
author = {Atkinson, Jack and Denholm, Jim},
doi = {10.21105/jose.00239},
journal = {Journal of Open Source Education},
month = jun,
number = {76},
pages = {239},
title = {{Practical machine learning with PyTorch}},
url = {https://jose.theoj.org/papers/10.21105/jose.00239},
volume = {7},
year = {2024}
}

@article{bi2022pangu,
title={Pangu-weather: A 3d high-resolution model for fast and accurate global weather forecast},
author={Bi, Kaifeng and Xie, Lingxi and Zhang, Hengheng and Chen, Xin and Gu, Xiaotao and Tian, Qi},
Expand Down Expand Up @@ -84,13 +97,6 @@ @article{kashinath2021physics
publisher={The Royal Society Publishing}
}

@article{pathak2022fourcastnet,
title={Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators},
author={Pathak, Jaideep and Subramanian, Shashank and Harrington, Peter and Raja, Sanjeev and Chattopadhyay, Ashesh and Mardani, Morteza and Kurth, Thorsten and Hall, David and Li, Zongyi and Azizzadenesheli, Kamyar and others},
journal={arXiv preprint arXiv:2202.11214},
year={2022}
}

@inproceedings{ma2021data,
title={Data-driven discovery of the governing equations describing radiation belt dynamics},
author={Ma, Donglai and Bortnik, Jacob and Alves, Edurado and Camporeale, Enrico and Chu, Xiangning and Kellerman, Adam},
Expand All @@ -100,6 +106,13 @@ @inproceedings{ma2021data
year={2021}
}

@article{pathak2022fourcastnet,
title={Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators},
author={Pathak, Jaideep and Subramanian, Shashank and Harrington, Peter and Raja, Sanjeev and Chattopadhyay, Ashesh and Mardani, Morteza and Kurth, Thorsten and Hall, David and Li, Zongyi and Azizzadenesheli, Kamyar and others},
journal={arXiv preprint arXiv:2202.11214},
year={2022}
}

@article{rasp2020weatherbench,
title={WeatherBench: a benchmark data set for data-driven weather forecasting},
author={Rasp, Stephan and Dueben, Peter D and Scher, Sebastian and Weyn, Jonathan A and Mouatadid, Soukayna and Thuerey, Nils},
Expand Down
71 changes: 59 additions & 12 deletions slides/slides.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Introduction to Neural Networks with PyTorch"
subtitle: "ICCS Summer School 2024"
bibliography: references.bib
format:
revealjs:
embed-resources: true
Expand All @@ -12,12 +13,12 @@ format:
theme: [dark, custom.scss]
render-on-save: true
authors:
- name: Jack Atkinson
orcid: 0000-0001-5001-4812
affiliations: ICCS/Cambridge
- name: Jim Denholm
affiliations: Cambridge
orcid: 0000-0002-2389-3134
# - name: Jack Atkinson
# orcid: 0000-0001-5001-4812
# affiliations: ICCS/Cambridge
# - name: Jim Denholm
# affiliations: Cambridge
# orcid: 0000-0002-2389-3134
- name: Matt Archer
affiliations: ICCS/Cambridge
orcid: 0009-0002-7043-6769
Expand All @@ -29,6 +30,28 @@ revealjs-plugins:
- attribution
---


## Material {.smaller}

These slides can be viewed at:

- [https://cambridge-iccs.github.io/practical-ml-with-pytorch](https://cambridge-iccs.github.io/practical-ml-with-pytorch)

The html and source can be found [on GitHub](https://github.com/Cambridge-ICCS/practical-ml-with-pytorch). Follow this link:

- [https://tinyurl.com/ml-iccs-24](https://tinyurl.com/ml-iccs-24)

\
\
Based on the workshop developed by [Jack Atkinson](https://orcid.org/0000-0001-5001-4812) and [Jim Denholm](https://orcid.org/0000-0002-2389-3134):

- [github.com/Cambridge-ICCS/practical-ml-with-pytorch](https://github.com/Cambridge-ICCS/practical-ml-with-pytorch)
- [LICENSE](https://github.com/Cambridge-ICCS/practical-ml-with-pytorch/blob/main/LICENSE)

V1.0 released and JOSE paper accepted:

- [@atkinson2024practical]

## Rough Schedule {.smaller}

:::: {.columns}
Expand Down Expand Up @@ -434,22 +457,46 @@ $$
- In short, the model must learn to estimate $x_{\text{c}}$, $y_{\text{c}}$, $r_{x}$ and $r_{y}$.


# Further information
<!-- # Further information -->

## Slides
<!-- ## Slides
These slides can be viewed at:
[https://cambridge-iccs.github.io/practical-ml-with-pytorch](https://cambridge-iccs.github.io/practical-ml-with-pytorch)
The html and source can be found [on GitHub](https://github.com/Cambridge-ICCS/practical-ml-with-pytorch).
The html and source can be found [on GitHub](https://github.com/Cambridge-ICCS/practical-ml-with-pytorch). -->


## Contact {.smaller}

For more information we can be reached at:

:::: {.columns}
::: {.column width="50%"}
:::: {.columns style="font-size: 60%"}
::: {.column width="25%"}

{{< fa pencil >}} \ Matt Archer

{{< fa solid person-digging >}} \ [ICCS/UoCambridge](https://iccs.cam.ac.uk/about-us/our-team)

{{< fa solid envelope >}} \ [ma595[AT]cam.ac.uk](mailto:[email protected])

{{< fa brands github >}} \ [ma595](https://github.com/ma595)

:::

::: {.column width="25%"}

{{< fa pencil >}} \ Surbhi Goel

{{< fa solid person-digging >}} \ [ICCS/UoCambridge](https://iccs.cam.ac.uk/about-us/our-team)

{{< fa solid envelope >}} \ [sg2147[AT]cam.ac.uk](mailto:[email protected])

{{< fa brands github >}} \ [surbhigoel77](https://github.com/surbhigoel77)

:::

::: {.column width="25%"}

{{< fa pencil >}} \ Jack Atkinson

Expand All @@ -465,7 +512,7 @@ For more information we can be reached at:

:::

::: {.column width="50%"}
::: {.column width="25%"}

{{< fa pencil >}} \ Jim Denholm

Expand Down

0 comments on commit 3abd7e0

Please sign in to comment.