chap03.tex 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks
  4. % File: chap03/chap03.tex
  5. % Part: Methods
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 01.01.2012
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Methods}
  11. \label{chap:methods}
  12. % -------------------------------------------------------------------
  13. \section{Data Preprocessing}
  14. \label{sec:preprocessing}
  15. % -------------------------------------------------------------------
  16. \subsection{RKI Data}
  17. \label{sec:preprocessing:rki}
  18. % -------------------------------------------------------------------
  19. \subsection{Recovery Queue}
  20. \label{sec:preprocessing:rq}
  21. % -------------------------------------------------------------------
  22. \section{PINN for the SIR Model}
  23. \label{sec:pinn:sir}
  24. % -------------------------------------------------------------------
  25. \section{PINN for the reduced SIR Model}
  26. \label{sec:pinn:rsir}