This commit is contained in:
parent
7075234b35
commit
d9c06cdf0e
@ -73,9 +73,10 @@
|
||||
This project's primary objectives are to:
|
||||
\begin{itemize}
|
||||
\item Create platform where the users can create and manage their models.
|
||||
\item Create a system to automatically create and train
|
||||
\item Create a system to automatically create and train models
|
||||
\item Create a system to automatically create and train.
|
||||
\item Create a system to automatically create and train models.
|
||||
\item Create a system to automatically expand and reduce models without fully retraining the models.
|
||||
\item Create an API so that users can interact programatically with the system.
|
||||
\end{itemize}
|
||||
This project extended objectives are to:
|
||||
\begin{itemize}
|
||||
@ -114,8 +115,54 @@
|
||||
% 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}
|
||||
\subsection{Timeline}
|
||||
% The following work plan is what I will be using for the project is shown in Figure~\ref{fig:sample2}.
|
||||
Do the work!
|
||||
\begin{tabular}{ |c|c| }
|
||||
Month & Goals \\
|
||||
September & \begin{itemize}
|
||||
\item Experimenting with web development frameworks.
|
||||
\item Started working on code development.
|
||||
\end{itemize} \\
|
||||
October & \begin{itemize}
|
||||
\item Starting working on Project Synopsis.
|
||||
\item Continue working on project development.
|
||||
\item Finish user management system and basic ui decisions.
|
||||
\item Finish data upload section of the website.
|
||||
\end{itemize} \\
|
||||
November & \begin{itemize}
|
||||
\item Finish writing on Project Synopsis.
|
||||
\item Finish codding the basic model generation and training.
|
||||
\end{shitemize} \\
|
||||
December & \begin{itemize}
|
||||
\item Improve basic model generation.
|
||||
\end{shitemize} \\
|
||||
January & \begin{itemize}
|
||||
\item Add api support.
|
||||
\item Started working on the final report
|
||||
\end{shitemize} \\
|
||||
Feburary & \begin{itemize}
|
||||
\item Start working on expandable models generation
|
||||
\end{shitemize} \\
|
||||
March & \begin{itemize}
|
||||
\item Create systems to expand the expandable models and contract models
|
||||
\item Review draft submissions
|
||||
\end{shitemize} \\
|
||||
April & \begin{itemize}
|
||||
\item Basic final report finish
|
||||
\item Create systems to expand and reduce expandable models
|
||||
\end{shitemize} \\
|
||||
May & \begin{itemize}
|
||||
\item Finish and submit final report
|
||||
\end{shitemize} \\
|
||||
\end{tabular}
|
||||
|
||||
\subsection{Risks}
|
||||
\begin{tabular}{ |c| }
|
||||
Risk \\
|
||||
Automatic model generation is not feasable\\
|
||||
Easy model expancion is not feasble\\
|
||||
Not enough compute power to train models fast enough to develop the program\\
|
||||
\end{tabular}
|
||||
|
||||
\appendix
|
||||
\newpage
|
||||
|
Loading…
Reference in New Issue
Block a user