Liking cljdoc? Tell your friends :D

deebn.mnist


load-dataclj

(load-data filepath)

Load a MNIST CSV data set.

Load a MNIST CSV data set.
sourceraw docstring

load-data-sans-labelclj

(load-data-sans-label filepath)

Load a MNIST CSV data set without the label

Load a MNIST CSV data set without the label
sourceraw docstring

load-data-with-softmaxclj

(load-data-with-softmax filepath)

Load a dataset with the class label expanded to a softmax-appropriate form. Example: In the MNIST dataset, class '7' expands to -> '0 0 0 0 0 0 0 1 0 0

Load a dataset with the class label expanded to a softmax-appropriate form.
Example: In the MNIST dataset, class '7' expands to -> '0 0 0 0 0 0 0 1 0 0
sourceraw docstring

scale-dataclj

(scale-data x)

Scale the input parameters to [0-1]. This assumes that the label is the first element. After scaling, the label is the last element.

Scale the input parameters to [0-1]. This assumes that the label is
the first element. After scaling, the label is the last element.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close