From 61fad3a5c47a40340698000c286ce0a48a27c36f Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Wed, 20 Dec 2023 17:15:11 +0000 Subject: [PATCH] Fix citing types --- report/report.tex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/report/report.tex b/report/report.tex index 9df058f..9d8001b 100644 --- a/report/report.tex +++ b/report/report.tex @@ -35,7 +35,7 @@ \setlength{\headheight}{13.6pt} % numeric -\usepackage[style=ieee,sorting=none,backend=biber]{biblatex} +\usepackage[bibstyle=ieee, citestyle=numeric, sorting=none,backend=biber]{biblatex} \addbibresource{../main.bib} % Write the approved title of your dissertation @@ -103,10 +103,6 @@ This method is more effective at allowing users to add new types of products but as it does not give defined classes as the output the system does not give the target functionality that this project is hoping to achive. - \subsection{Alternatives to my Project} - There currently exist systems that do image classification, like Google Vision AI \cite{google-vision-api}, and Amazon's Rekoginition \cite{amazon-rekognition}. - Their tools, while providing similar services to what my project is supposed to do, it mostly focusses on general image classification rather than specific image classification, i.e. Car vs Boat, vs, Car model X vs Car model Y. - \subsection{Creation Models} The models that I will be creating will be Convolutional Neural Network(CNN) \cite{lecun1989handwritten,fukushima1980neocognitron}. The system will be creating two types of models that cannot be expanded and models that can be expanded. For the models that can be expanded, see the section about expandable models.