Skip to content

Commit 3f1102e

Browse files
committed
Fix mention of python arrays to lists in report
1 parent 5033881 commit 3f1102e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

project-report/project-report.pdf

186 Bytes
Binary file not shown.

project-report/src/latex/design.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ \subsection{Data Structures}
6262
I will use the following data structures in the program:
6363

6464
\begin{itemize}
65-
\item Standard arrays for storing data contiguously, for example storing the shape of the Artificial Neural Network's layers.
65+
\item Standard lists for storing data, for example storing the shape of the Artificial Neural Network's layers.
6666
\item Tuples where tuple unpacking is usefull, such as returning multiple values from methods.
6767
\item Dictionaries for loading the default hyper-parameter values from a JSON file.
6868
\item Matrices to represent the layers and allow for a varied number of neurons in each layer. To represent the Matrices I will use both numpy arrays and cupy

0 commit comments

Comments
 (0)