1
0

Add numpy citation

This commit is contained in:
Jip J. Dekker 2018-05-25 14:46:14 +10:00
parent 0955aee4cb
commit 2dbb5f9e76
2 changed files with 45 additions and 39 deletions

View File

@ -119,3 +119,10 @@ keywords={backpropagation;convolution;multilayer perceptrons;optical character r
doi={10.1109/5.726791}, doi={10.1109/5.726791},
ISSN={0018-9219}, ISSN={0018-9219},
month={Nov},} month={Nov},}
@book{numpy,
title={A guide to NumPy},
author={Oliphant, Travis E},
volume={1},
year={2006},
publisher={Trelgol Publishing USA}
}

View File

@ -188,8 +188,7 @@
These images provide the added benefit of containing the most individual images of the three size groups. These images provide the added benefit of containing the most individual images of the three size groups.
\\ \\
\par \par
Each of the 64$\times$64 pixel images were inserted into a Numpy Each of the 64$\times$64 pixel images were inserted into a Numpy~\cite{numpy}
\footnote{Numpy is a popular Python programming library for scientific computing}
array of images, and a binary value was inserted into a seperate list at the same index. array of images, and a binary value was inserted into a seperate list at the same index.
These binary values form the labels for each image (waldo or not waldo). These binary values form the labels for each image (waldo or not waldo).
Colour normalisation was performed on each so that artefacts in an image's colour profile correspond to meaningful features of the image (rather than photographic method). Colour normalisation was performed on each so that artefacts in an image's colour profile correspond to meaningful features of the image (rather than photographic method).