Package | Description |
---|---|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Modifier and Type | Method and Description |
---|---|
Preprocessing<Tensor> |
NeuralNetwork.getPreprocessing()
Gets preprocessing that needs to be performed before input is fed to this network.
|
Modifier and Type | Method and Description |
---|---|
void |
NeuralNetwork.setPreprocessing(Preprocessing<Tensor> preprocessing)
Sets preprocessing that needs to be performed before input is fed to this network.
|
Modifier and Type | Class and Description |
---|---|
class |
ImagePreprocessing
Used at inference time
|
Copyright © 2022. All rights reserved.