Skip to content

Commit 844f6d3

Browse files
committed
Update project report with code changes
1 parent 4682aca commit 844f6d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

project-report/project-report.pdf

522 Bytes
Binary file not shown.

project-report/src/latex/technical-solution.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ \subsubsection{File Structure}
2424
\pagebreak
2525

2626
\begin{footnotesize}
27-
\verbatiminput{|"git ls-tree -r --name-only HEAD | grep -v -E 'project-report/|Makefile' | tree --fromfile --charset=ascii"} % TODO: Could include project-report and Makefile
27+
\verbatiminput{|"git ls-tree -r --name-only HEAD | grep -v -E 'project-report/|Makefile' | tree --fromfile --charset=ascii"}
2828
\end{footnotesize}
2929

3030
\subsubsection{Dependencies}
@@ -77,7 +77,7 @@ \subsection{models package}
7777
This package is a self-contained package for creating trained Artificial Neural Networks and can either be used for a CPU or a GPU, as well as containing the test
7878
and training data for all three datasets in a datasets directory. Whilst both the cpu and gpu subpackage are similar in functionality, the cpu subpackage uses NumPy
7979
for matrices whereas the gpu subpackage utilise NumPy and another library CuPy which requires a GPU to be utilised for operations with the matrices. For that reason
80-
it is only worth showing the code for the cpu subpackage. % TODO: Decide if this should remain true
80+
it is only worth showing the code for the cpu subpackage.
8181

8282
Both the cpu and gpu subpackage contain a utils subpackage that provides the tools for creating Artificial Neural Networks, and three modules that are the implementation
8383
of Artificial Neural Networks for each dataset.
@@ -119,7 +119,6 @@ \subsection{frames package}
119119
\inputminted{python}{./school_project/frames/create_model.py}
120120
\item load\_model.py module:
121121
\inputminted{python}{./school_project/frames/load_model.py}
122-
% TODO: Should test_model.py be here on in test section?
123122
\end{itemize}
124123

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

0 commit comments

Comments
 (0)