Skip to content

Commit

Permalink
Add test_model to report's testing section
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Feb 2, 2024
1 parent ca358aa commit e4dd665
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file modified project-report/project-report.pdf
Binary file not shown.
32 changes: 32 additions & 0 deletions project-report/src/latex/testing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ \subsection{Investigation}

\subsubsection{test\_model module}

The test\_model module is contained within the frames package, and contains tkinter frames for testing the trained Artificial Neural Network models for each dataset.
Each frame displays the results of the testing along with a random selection of incorrect and correct predictions.

\inputminted{python}{./school_project/frames/test_model.py}

Which outputs the following for the MNIST dataset:

\pagebreak

\begin{figure}[h!]
\centering
\frame{\includegraphics[width=1\textwidth]{./project-report/src/images/test-mnist-frame.png}}
\end{figure}

And outputs the following for the Cat Recognition dataset:

\pagebreak

\begin{figure}[h!]
\centering
\frame{\includegraphics[width=1\textwidth]{./project-report/src/images/test-cat-recognition-frame.png}}
\end{figure}

And outputs the following for the XOR dataset:

\pagebreak

\begin{figure}[h!]
\centering
\frame{\includegraphics[width=1\textwidth]{./project-report/src/images/test-xor-frame.png}}
\end{figure}

\subsubsection{Effects of Hyper-Parameters}

\subsection{Manual Testing}
Expand Down

0 comments on commit e4dd665

Please sign in to comment.