added clustering algorithms and changed acronyms

This commit is contained in:
2021-01-28 16:22:16 +01:00
parent e5cb5ef2f4
commit 93b3f58029
17 changed files with 142 additions and 57 deletions

View File

@@ -1,5 +1,4 @@
\part{Supervised Learning}
\part{Supervised Learning}\label{supervised learning}
\input{chapters/Supervised Learning/Occam's Razor.tex}
\input{chapters/Supervised Learning/Linear Machines.tex}
\input{chapters/Supervised Learning/SVM.tex}
\input{chapters/Supervised Learning/Hierachische Verfahren.tex}
\input{chapters/Supervised Learning/SVM.tex}

View File

@@ -1,3 +1,4 @@
\part{Unsupervised Learning}
\part{Unsupervised Learning}\label{unsupervised learning}
\input{chapters/Unsupervised Learning/Clustering.tex}
\input{chapters/Unsupervised Learning/Clustering.tex}
\input{chapters/Unsupervised Learning/Clustering Algorithms.tex}