update project synopsis
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-10-26 09:56:52 +01:00
parent 8be295378e
commit 0e22cb362b

View File

@ -55,22 +55,21 @@
\newpage
% This section should contain an introduction to the problem aims and objectives (0.5 page)
\section{Introduction}
% This section should contain an introduction to the problem aims and objectives (0.5 page)
Image classification is a useful task in many areas. Currently, there exists a few systems that can do image classification, for example Google's Vision API or Amazon's Rekoginition, which tend to be for more general object recognition and labelling. My plan is to create a generalized image classification solution to automatically generate models with the input dataset with minimal user interaction.
Image classification is a useful task in many areas.
Currently, there exists a few systems that can do image classification, for example Google's Vision API or Amazon's Rekoginition, which tend to be for more general object recognition and labelling.
My plan is to create a generalized image classification solution to automatically generate models with the input dataset with minimal user interaction.
The system should also allow the user to create expandable models, where the number of classes is not known at the moment of that the model is created. Therefore, the system should allow the user to create models that can expand and reduce.
The system should also allow the user to create expandable models, where the number of classes is not known at the moment of that the model is created.
Therefore, the system should allow the user to create models that can expand and reduce.
This should be done in an efficient, and a change in the number of classes should not result in the entire model retraining.
\subsection{Aims}
This project aims to:
\begin{itemize}
\item Create a system to automatically create and train models
\item Create a system to automatically expand and reduce models without fully retraining.
\item Create a system to automatically to merge modules to increase efficiency
\end{itemize}
The project aims to create a system that allows users to create classification models with 0 knowledge of machine learning or data science.
The system should also allow the user to expand the models to include new classes if the user wishes, after the model has been trained.
\subsection{Objectives}
This project objectives are to:
@ -81,18 +80,16 @@
\end{itemize}
\section{Literature Review}
There currently exist systems that do image classification, like Google Vision AI, and Amazon's Rekoginition. 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.
% 1 page of background and literature review. Here you will need to references things. Gamal et al.~\cite{gamal} introduce the concept of \ldots
There currently exist systems that do image classification, like Google Vision AI, and Amazon's Rekoginition.
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.
1 page of background and literature review. Here you will need to references things. Gamal et al.~\cite{gamal} introduce the concept of \ldots
\section{Technical overview}
1 page of overview. My approach is shown in Figure~\ref{fig:sample}. You can draw the diagram in powerpoint and save the picture
% 1 page of overview. My approach is shown in Figure~\ref{fig:sample}. You can draw the diagram in powerpoint and save the picture
\section{Workplan}
The following work plan is what I will be using for the project is shown in Figure~\ref{fig:sample2}.
% The following work plan is what I will be using for the project is shown in Figure~\ref{fig:sample2}.
\appendix
\newpage