Uses of Interface
deepnetts.data.Preprocessing
Packages that use Preprocessing
Package
Description
Neural network architectures with their corresponding builders.
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
-
Uses of Preprocessing in deepnetts.net
Methods in deepnetts.net that return PreprocessingModifier and TypeMethodDescriptionNeuralNetwork.getPreprocessing()
Gets preprocessing that needs to be performed before input is fed to this network.Methods in deepnetts.net with parameters of type PreprocessingModifier and TypeMethodDescriptionvoid
NeuralNetwork.setPreprocessing
(Preprocessing<TensorBase> preprocessing) Sets preprocessing that needs to be performed before input is fed to this network. -
Uses of Preprocessing in deepnetts.util
Classes in deepnetts.util that implement PreprocessingModifier and TypeClassDescriptionclass
Image pre-processing to be used at inference time, after feeding input to the network.