Skip to content

Commit

Permalink
Fix further grammatical errors in report
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Feb 25, 2024
1 parent 2fadf05 commit d85eb10
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/train-dataset-size-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"As shown above, as the train dataset size increases do does both the prediction accuracy and the training time taken. Therefore, I can predict that if I increase the size of the Cat Recognition dataset, I could improve the accuracy of the model trained on the dataset."
"As shown above, as the train dataset size increases so does both the prediction accuracy and the training time taken. Therefore, I can predict that if I increase the size of the Cat Recognition dataset, I could improve the accuracy of the model trained on the dataset."
]
}
],
Expand Down
Binary file modified project-report/project-report.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions project-report/src/latex/analysis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ \subsection{Theory Behind Deep Artificial Neural Networks}

\subsubsection{Setup}

\pagebreak

\begin{figure}[h!]
\centering
\includegraphics[width=1\textwidth]{./project-report/src/images/deep-ann-diagram.png}
Expand Down
2 changes: 1 addition & 1 deletion project-report/src/latex/testing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

\maketitle

\section{Testing TODO}
\section{Testing}

\subsection{Investigation}

Expand Down
Binary file modified project-report/src/pdfs/cpu-vs-gpu-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/epoch-count-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/layer-count-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/learning-rate-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/neuron-count-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/relu-analysis.pdf
Binary file not shown.
Binary file modified project-report/src/pdfs/train-dataset-size-analysis.pdf
Binary file not shown.

0 comments on commit d85eb10

Please sign in to comment.