update comments

This commit is contained in:
Christopher Murphy 2018-10-02 15:31:44 -04:00
parent 7e67bf06e1
commit 95d72d7f79

View File

@ -80,7 +80,7 @@ getfeatures(io::IO, index::Integer) = vec(getimage(io, index))
images()
images(:test)
Load the MNIST images.
Load the Fashion-MNIST images.
Each image is a 28×28 array of `Gray` colour values (see Colors.jl).