| 123456789101112131415161718192021222324252627282930313233343536 |
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % Author: Phillip Rothenbeck
- % Title: Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks
- % File: chap03/chap03.tex
- % Part: Methods
- % Description:
- % summary of the content in this chapter
- % Version: 01.01.2012
- % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \chapter{Methods 8}
- \label{chap:methods}
- % -------------------------------------------------------------------
- \section{Data Preprocessing 3}
- \label{sec:preprocessing}
- % -------------------------------------------------------------------
- \subsection{RKI Data 2}
- \label{sec:preprocessing:rki}
- % -------------------------------------------------------------------
- \subsection{Recovery Queue 1}
- \label{sec:preprocessing:rq}
- % -------------------------------------------------------------------
- \section{PINN for the SIR Model 3}
- \label{sec:pinn:sir}
- % -------------------------------------------------------------------
- \section{PINN for the reduced SIR Model 2}
- \label{sec:pinn:rsir}
|