From 09830ac8fb599fcc2842d205c411d5e6edfec29e Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Thu, 17 Feb 2022 23:07:58 +0100 Subject: [PATCH] Vorlesung 08 Abgeschlossen --- ML_Zusammenfassung.tex | 1 + chapters/Neural_Networks/Practical_Considerations.tex | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 chapters/Neural_Networks/Practical_Considerations.tex diff --git a/ML_Zusammenfassung.tex b/ML_Zusammenfassung.tex index 5ea94d0..02eb68e 100644 --- a/ML_Zusammenfassung.tex +++ b/ML_Zusammenfassung.tex @@ -54,6 +54,7 @@ \input{chapters/Neural_Networks/Basics.tex} \input{chapters/Neural_Networks/Gradient_Descent.tex} \input{chapters/Neural_Networks/Regularization.tex} + \input{chapters/Neural_Networks/Practical_Considerations.tex} \input{chapters/Neural_Networks/CNNs_and_LSTMs.tex} \part{Classical Unsupervised Learning} diff --git a/chapters/Neural_Networks/Practical_Considerations.tex b/chapters/Neural_Networks/Practical_Considerations.tex new file mode 100644 index 0000000..0fc51e5 --- /dev/null +++ b/chapters/Neural_Networks/Practical_Considerations.tex @@ -0,0 +1,3 @@ +\chapter{Practical Considerations}% +\label{cha:Practical Considerations} +{\color{red} siehe Vorlesung 08 Folien 93-111}