diff --git a/SoftwareGuide/Latex/Classification.tex b/SoftwareGuide/Latex/Classification.tex
new file mode 100644
index 0000000000000000000000000000000000000000..e13a4f33834ebbc44a97e106c75ae81d82ca815d
--- /dev/null
+++ b/SoftwareGuide/Latex/Classification.tex
@@ -0,0 +1,19 @@
+\chapter{Classification}
+\section{Introduction}
+What is feature extraction
+
+
+\section{Support Vector Machines}
+\label{sec:SupportVectorMachines}
+\subsection{Learning With PointSets}
+\label{sec:LearningWithPointSets}
+\input{SVMPointSetModelEstimatorExample}
+\subsection{PointSet Classification}
+\label{sec:PointSetClassification}
+\input{SVMPointSetClassificationExample}
+\subsection{Learning With Images}
+\label{sec:LearningWithImages}
+\input{SVMImageModelEstimatorExample}
+\subsection{Image Classification}
+\label{sec:ImageClassification}
+\input{SVMImageClassificationExample}