You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title={Pangu-weather: A 3d high-resolution model for fast and accurate global weather forecast},
13
26
author={Bi, Kaifeng and Xie, Lingxi and Zhang, Hengheng and Chen, Xin and Gu, Xiaotao and Tian, Qi},
@@ -84,13 +97,6 @@ @article{kashinath2021physics
84
97
publisher={The Royal Society Publishing}
85
98
}
86
99
87
-
@article{pathak2022fourcastnet,
88
-
title={Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators},
89
-
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},
90
-
journal={arXiv preprint arXiv:2202.11214},
91
-
year={2022}
92
-
}
93
-
94
100
@inproceedings{ma2021data,
95
101
title={Data-driven discovery of the governing equations describing radiation belt dynamics},
96
102
author={Ma, Donglai and Bortnik, Jacob and Alves, Edurado and Camporeale, Enrico and Chu, Xiangning and Kellerman, Adam},
@@ -100,6 +106,13 @@ @inproceedings{ma2021data
100
106
year={2021}
101
107
}
102
108
109
+
@article{pathak2022fourcastnet,
110
+
title={Fourcastnet: A global data-driven high-resolution weather model using adaptive fourier neural operators},
111
+
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},
112
+
journal={arXiv preprint arXiv:2202.11214},
113
+
year={2022}
114
+
}
115
+
103
116
@article{rasp2020weatherbench,
104
117
title={WeatherBench: a benchmark data set for data-driven weather forecasting},
105
118
author={Rasp, Stephan and Dueben, Peter D and Scher, Sebastian and Weyn, Jonathan A and Mouatadid, Soukayna and Thuerey, Nils},
- The simplest neural networks commonly used are generally called fully-connected nerual nets, dense networks, multi-layer perceptrons, or artifical neural networks (ANNs).
274
+
- The simplest neural networks commonly used are generally called fully-connected neural nets, dense networks, multi-layer perceptrons, or artifical neural networks (ANNs).
- In this workshop-lecture-thing, we will implement some straightforward neural networks in PyTorch, and use them for different classification and regression problems.
310
+
- In this workshop, we will implement some straightforward neural networks in PyTorch, and use them for different classification and regression problems.
259
311
- PyTorch is a deep learning framework that can be used in both Python and C++.
260
312
- I have never met anyone actually training models in C++; I find it a bit weird.
261
313
- See the PyTorch website: [https://pytorch.org/](https://pytorch.org/)
@@ -405,22 +457,46 @@ $$
405
457
- In short, the model must learn to estimate $x_{\text{c}}$, $y_{\text{c}}$, $r_{x}$ and $r_{y}$.
0 commit comments