You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project-report/src/latex/design.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ \subsection{Data Structures}
62
62
I will use the following data structures in the program:
63
63
64
64
\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.
66
66
\item Tuples where tuple unpacking is usefull, such as returning multiple values from methods.
67
67
\item Dictionaries for loading the default hyper-parameter values from a JSON file.
68
68
\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