- All Implemented Interfaces:
- Serializable
public class DL4JConfiguration
extends Object
implements Serializable
DL4JConfiguration: simple configuration method that contains the following:
- MultiLayerConfiguration
- Early stopping settings, OR number of epochs
Note: if early stopping configuration is absent, a fixed number of epochs (default: 1) will be used.
If both early stopping and number of epochs is present: early stopping will be used.
- See Also:
- Serialized Form