Skip to content

Commit

Permalink
Add UI images to report's technical solution
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Jan 8, 2024
1 parent 3023b77 commit a706651
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 0 deletions.
Binary file modified project-report/project-report.pdf
Binary file not shown.
Binary file added project-report/src/images/home-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-report/src/images/load-model-frame-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-report/src/images/test-mnist-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-report/src/images/test-xor-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-report/src/images/training-frame-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added project-report/src/images/training-frame-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions project-report/src/latex/technical-solution.tex
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,63 @@ \subsection{frames package}
\inputminted{json}{./school_project/frames/hyper-parameter-defaults.json}
\item create\_model.py module:
\inputminted{python}{./school_project/frames/create_model.py}

Which outputs the following for the hyper-parameter frame:

\pagebreak

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

And outputs the following for the training frame during training:

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

\pagebreak

And outputs the following for the training frame once training has completed:

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

\item load\_model.py module:
\inputminted{python}{./school_project/frames/load_model.py}

Which outputs the following for the load model frame when models have been saved for the dataset:

\pagebreak

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

And outputs the following for the load model frame when no models have been saved for the dataset:

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

\subsection{\_\_main\_\_.py module}

This module is the entrypoint to the project and loads the main window of the User Interface:

\inputminted{python}{./school_project/__main__.py}

Which outputs the following for the home frame:

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

\end{document}

0 comments on commit a706651

Please sign in to comment.