···154154155155 \paragraph{Random Forest}
156156157157- \cite{randomforest}
157157+ \cite{randomforest} is a method that is based on classifications decision
158158+ trees. In a decision tree a new instances is classified by going down a
159159+ (binary) tree. Each non-leaf node contain a selection criteria to its
160160+ branches. Every leaf node contains the class that will be assigned to the
161161+ instance if the node is reached. In other training methods, decision trees
162162+ have the tendency to overfit, but in random forest a multitude of decision
163163+ tree is trained with a certain degree of randomness and the mean of these
164164+ trees is used which avoids this problem.
158165159166 \subsection{Neural Network Architectures}
160167 \todo{Did we only do the three in the end? (Alexnet?)}