| Class | Description |
|---|---|
| ConvolutionUtils |
Convolutional shape utilities
|
| Dl4jReflection | |
| MaskedReductionUtil |
This is a TEMPORARY class for implementing global pooling with masking.
|
| ModelSerializer |
Utility class suited to save/restore neural net models
|
| MovingWindowMatrix |
Moving window on a matrix (usually used for images)
Given a: This is a list of flattened arrays:
1 1 1 1 1 1 2 2
2 2 2 2 ----> 1 1 2 2
3 3 3 3 3 3 4 4
4 4 4 4 3 3 4 4
|
| NetworkUtils | |
| ThreadUtils |
Utils for the basic use and flow of threads.
|
| TimeSeriesUtils |
Basic time series utils
|
| UIDProvider |
Static methods for obtaining unique identifiers for both the machine (hardware) and the JVM.
|
| Exception | Description |
|---|---|
| ThreadUtils.UncheckedInterruptedException |
Similar to
InterruptedException in concept, but unchecked. |
Copyright © 2018. All rights reserved.