Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
teaching:st20:praktikum:start [2020/04/09 10:55]
ipa created
teaching:st20:praktikum:start [2021/03/02 13:28] (current)
Line 1: Line 1:
-====== Exponential Integrators in PyTorch ​ ======+====== Exponential Integrators in PyTorch ====== 
 + 
 +In this programming practical, we will jointly develop [[https://​pytorch.org/​|PyTorch]] code for Exponential Integrators. 
 +This means all participants will work on the same code base and not everyone on her/his own. 
 + 
 + 
 +Please check your module manual if you can use the programming practical in your field of studies. 
 + 
 +===== Exponential Integrators ===== 
 + 
 +For a quick introduction to exponential integrators,​ have a look at this paper: 
 +[[https://​dl.acm.org/​doi/​10.1145/​2168773.2168781|Niesen,​ Wright - Algorithm 919: A Krylov Subspace Algorithm for Evaluating the ϕ-Functions Appearing in Exponential Integrators]] 
 + 
 + 
 +===== Registration ===== 
 +Please write a mail to [[:​people|Alexander Zeilmann]] until April 24th, 2020 if you want to participate.
  
-Coming soon