fyp-report/report/start.tex

61 lines
2.0 KiB
TeX
Raw Normal View History

2024-05-02 01:19:25 +01:00
\pagenumbering{gobble}
\maketitle
\pagestyle{my_empty}
\begin{center}
\includegraphics[height=0.5\textheight]{uni_surrey}
\end{center}
\begin{center}
\monthyeardate\today
\end{center}
\NewPage
\pagenumbering{arabic}
\pagestyle{simple}
\begin{center}
\vspace*{\fill}
\section*{Declaration of Originality}
I confirm that the submitted work is my own work and that I have clearly identified and fully
acknowledged all material that is entitled to be attributed to others (whether published or
unpublished) using the referencing system set out in the programme handbook. I agree that the
University may submit my work to means of checking this, such as the plagiarism detection service
Turnitin® UK. I confirm that I understand that assessed work that has been shown to have been
plagiarised will be penalised.
\vspace*{\fill}
\end{center}
\NewPage
\begin{center}
\vspace*{\fill}
\section*{Acknowledgements}
I would like to take this opportunity to thank my supervisor, Rizwan Asghar that helped me with this project from the start of the until the end.
His help with the report was incredibly useful.
I would like to thank my family and friends for their support and encouragement from the beginning.
\vspace*{\fill}
\end{center}
\NewPage
\begin{center}
\vspace*{\fill}
\section*{Abstract}
Currently there is a log of man-hours used performing tasks that can be done by automated systems.
If a user, without any knowledge of image classification, can create an image classification model with ease, it would allow those man-hours to be used for more productive.
This project aims to develop a classification platform where users can create image classification models with as few clicks as possible.
The project will create multiple systems that allow: model creation, model raining, and model inference.
This report will guide the reader through the ideas and designs that were implemented.
\vspace*{\fill}
\end{center}
\NewPage
\tableofcontents
\newpage
\pagestyle{full}