Group work for a Monash Research Methods course

Small fixes

+2 -3
+2 -3
mini_proj/report/waldo.tex
··· 72 72 various different classification methods from more classical machine 73 73 learning, like naive Bayes classifiers, to the currently state of the art, 74 74 Neural Networks. In \Cref{sec:background} we will introduce the different 75 - classification methods, \Cref{sec:methods} will explain the way in which 75 + classification methods, \Cref{sec:method} will explain the way in which 76 76 these methods are trained and how they will be evaluated, in 77 77 \Cref{sec:results} will discuss the results, and \Cref{sec:conclusion} will 78 78 offer our final conclusions. ··· 117 117 118 118 \todo{This paper is mad \cite{Kotsiantis2007}.} 119 119 120 - \section{Methods} 120 + \section{Method} \label{sec:method} 121 121 122 122 % Kelvin Start 123 123 \subsection{Benchmarking}\label{benchmarking} ··· 135 135 statistics include: 136 136 137 137 \begin{itemize} 138 - \tightlist 139 138 \item 140 139 \textbf{Accuracy:} 141 140 \[a = \dfrac{|correct\ predictions|}{|predictions|} = \dfrac{tp + tn}{tp + tn + fp + fn}\]