<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PyTorch | Math to Power Industry</title><link>https://m2pi.ca/keywords/pytorch/</link><atom:link href="https://m2pi.ca/keywords/pytorch/index.xml" rel="self" type="application/rss+xml"/><description>PyTorch</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>© 2025 Pacific Institute for the Mathematical Sciences</copyright><lastBuildDate>Tue, 24 Mar 2026 00:00:00 +0000</lastBuildDate><image><url>https://m2pi.ca/media/logo.svg</url><title>PyTorch</title><link>https://m2pi.ca/keywords/pytorch/</link></image><item><title>Environment and Climate Change Canada</title><link>https://m2pi.ca/project/2026/eccc/</link><pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate><guid>https://m2pi.ca/project/2026/eccc/</guid><description>&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/project/2026/eccc/ECCC_hu400e17715dc2e716e2c3544e5475f9ab_37724_05500c4f253d806f8216acf2ef8fbd7c.webp 400w,
/project/2026/eccc/ECCC_hu400e17715dc2e716e2c3544e5475f9ab_37724_9fb5a777ceb839649358d10628a971ff.webp 760w,
/project/2026/eccc/ECCC_hu400e17715dc2e716e2c3544e5475f9ab_37724_1200x1200_fit_q90_h2_lanczos_3.webp 1200w"
src="https://m2pi.ca/project/2026/eccc/ECCC_hu400e17715dc2e716e2c3544e5475f9ab_37724_05500c4f253d806f8216acf2ef8fbd7c.webp"
width="760"
height="314"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>The training of a neural network is the most cost-consuming part of scientific
machine learning. The optimizers are algorithms used to adjust model parameters
to minimize the loss function. The optimizers determine the efficiency of the
training approach and the quality of the resulting model. No one single
optimizer is fit for all problems.&lt;/p>
&lt;p>The &lt;a href="https://arxiv.org/html/2601.21151v1" target="_blank" rel="noopener">PARADIS&lt;/a> model is a data-driven model developed by &lt;a href="https://www.canada.ca/en/environment-climate-change.html" target="_blank" rel="noopener">Environment and Climate
Change Canada (ECCC)&lt;/a>
for medium-range global weather forecasting. The goal of this project is to
compare various optimization protocols during the training of the PARADIS
model.&lt;/p>
&lt;h3 id="data-set">Data set&lt;/h3>
&lt;h4 id="shallow-water-equations">Shallow Water Equations&lt;/h4>
&lt;p>(&lt;a href="https://en.wikipedia.org/wiki/Shallow_water_equations" target="_blank" rel="noopener">SWE&lt;/a>) Due to the size
of the ERA-5 global weather dataset, it is more suitable to use the data
generated by SWE for this project.&lt;/p>
&lt;h3 id="optimizers-for-comparison">Optimizers for comparison&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://optimization.cbe.cornell.edu/index.php?title=AdamW" target="_blank" rel="noopener">AdamW&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://en.wikipedia.org/wiki/Stochastic_gradient_descent" target="_blank" rel="noopener">SGD&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://en.wikipedia.org/wiki/Stochastic_gradient_descent" target="_blank" rel="noopener">Muon&lt;/a>&lt;/li>
&lt;li>etc.&lt;/li>
&lt;/ul>
&lt;h3 id="metric-of-comparison">Metric of comparison&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Efficiency:&lt;/strong> the rate of convergence&lt;/li>
&lt;li>&lt;strong>Quality:&lt;/strong> The loss of the optimized point, the spectral of the optimized point.&lt;/li>
&lt;/ul>
&lt;p>&lt;em>N.B. Students are required to have access to GPU for training.&lt;/em>&lt;/p></description></item></channel></rss>