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}
- \label{chap:methods}
- % -------------------------------------------------------------------
- \section{Data Preprocessing}
- \label{sec:preprocessing}
- % -------------------------------------------------------------------
- \subsection{RKI Data}
- \label{sec:preprocessing:rki}
- % -------------------------------------------------------------------
- \subsection{Recovery Queue}
- \label{sec:preprocessing:rq}
- % -------------------------------------------------------------------
- \section{PINN for the SIR Model}
- \label{sec:pinn:sir}
- % -------------------------------------------------------------------
- \section{PINN for the reduced SIR Model}
- \label{sec:pinn:rsir}
|