Difference between revisions of "SciML curriculum"

From epsciwiki
Jump to navigation Jump to search
Line 60: Line 60:
  
  
## Neural nets
+
== Neural nets ==
 
Interested in convolutional neural nets
 
Interested in convolutional neural nets
  

Revision as of 19:26, 27 June 2022

Ordinary Differential Equations

Formal definition of ODEs, geometrical view, charged particle in a magnetic field

Video lectures

Reading materials


Numerical methods for solving ODEs

Explicit Euler, Implicit Euler, Trapezoid Rule, RK4

Video lectures

Reading materials

Exercises

  • TUM SciComp 1, Worksheets 7, 8. Particularly the charged particle one


Brief Introduction to Partial Differential Equations

Definition of partial derivative 2D stationary heat equation 2D diffusion equation

Video lectures

Reading materials


Finite Differences

Reading materials

Exercises

TUM SciComp1, Worksheet 9.


Neural nets

Interested in convolutional neural nets

Physics-informed neural nets

https://en.wikipedia.org/wiki/Physics-informed_neural_networks https://github.com/tum-pbs/Physics-Based-Deep-Learning

Video lectures

Lecture notes (almost a textbook)

The above two video lectures are from a grad-level course on SciML:


Papers

  • Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations
  • An improved data-free surrogate model for solving partial differential equations using deep neural networks
  • NeuralPDE: Automating Physics-Informed Neural Networks (PINNs) with Error Approximations
  • Neural Ordinary Differential Equations