Class | Description |
---|---|
EasyImageRecordReader |
ImageRecordReader in DeepLearning4j assumes that your images are separated into different folders,
where each folder is a class, e.g.
|
FileIterationListener |
Class for listening to performance stats and writing them to a file.
|
NeuralNetConfiguration |
A version of DeepLearning4j's NeuralNetConfiguration that implements WEKA option handling.
|
ScaleImagePixelsPreProcessor |
A simple preprocessor that divides all values in the dataset by 255.
|
ShufflingDataSetIterator |
An nd4j mini-batch iterator that shuffles the data whenever it is reset.
|