Add numpy citation
This commit is contained in:
parent
0955aee4cb
commit
2dbb5f9e76
@ -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}
|
||||||
|
}
|
||||||
|
@ -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).
|
||||||
|
Reference in New Issue
Block a user