chap02.tex 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Author: Phillip Rothenbeck
  3. % Title: Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks
  4. % File: chap02/chap02.tex
  5. % Part: theoretical background
  6. % Description:
  7. % summary of the content in this chapter
  8. % Version: 25.07.2024
  9. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  10. \chapter{Theoretical background}
  11. \label{chap:background}
  12. % -------------------------------------------------------------------
  13. \section{Domain Mathematics}
  14. \label{sec:domain}
  15. The mathematics of domains work with spaces of numbers on which several mathematical operations are performed to retrieve a number in a different space.
  16. For the definition of a function is essential. Which is described by Rudin\cite{Rudin2007}. A function $f$ assigns each element $x$ of the set $A$ to an
  17. element of the set $B$.
  18. \begin{equation}
  19. f: A \rightarrow B
  20. \end{equation}
  21. In this case $A$ is called the domain, while $B$ is called the codomain. For further explanations we refer to $f$ as:
  22. \begin{equation}
  23. f: \mathbb{R} \rightarrow \mathbb{R}
  24. \end{equation}
  25. Functions are able to describe the condition of a system given certain parameters.
  26. % -------------------------------------------------------------------
  27. \section{Basics of Differential Equations}
  28. \label{sec:differentialEq}
  29. - different information about the domain (domain -> codomain) -> (domain -> change of the funcion)
  30. - example
  31. % -------------------------------------------------------------------
  32. \section{Pandemic Models}
  33. \label{sec:pandemicModel}
  34. - modelation in a mathematical sense
  35. - what do pandemic models have to do?
  36. % -------------------------------------------------------------------
  37. \subsection{SIR Model}
  38. \label{sec:pandemicModel:sir}
  39. % -------------------------------------------------------------------
  40. \subsection{reduced SIR Model}
  41. \label{sec:pandemicModel:rsir}
  42. % -------------------------------------------------------------------
  43. \section{Multilayer Perceptron}
  44. \label{sec:mlp}
  45. % -------------------------------------------------------------------
  46. \section{Physics Informed Neural Networks}
  47. \label{sec:pinn}
  48. % -------------------------------------------------------------------
  49. \subsection{Disease Informed Neural Networks}
  50. \label{sec:pinn:dinn}
  51. % -------------------------------------------------------------------