Class | Description |
---|---|
Hdf5Archive |
Class for reading ND4J arrays and JSON strings from HDF5 archive files.
|
KerasLayer |
Build Layer from Keras layer configuration.
|
KerasModel |
Build ComputationGraph from Keras (Functional API) Model or
Sequential model configuration.
|
KerasModelImport |
Reads stored Keras configurations and weights from one of two archives:
either (1) a single HDF5 file storing model and training JSON configurations
and weights or (2) separate text file storing model JSON configuration and
HDF5 file storing weights.
|
KerasSequentialModel |
Build DL4J MultiLayerNetwork model from Keras Sequential
model configuration.
|
Enum | Description |
---|---|
KerasLayer.DimOrder |
Copyright © 2018. All rights reserved.