Uses of Enum Class
deepnetts.net.train.opt.OptimizerType
Packages that use OptimizerType
Package
Description
Neural network layers, which are main building blocks of a neural network.
Training algorithms and related utilities.
Optimization methods used by training algorithm.
-
Uses of OptimizerType in deepnetts.net.layers
Methods in deepnetts.net.layers that return OptimizerTypeMethods in deepnetts.net.layers with parameters of type OptimizerTypeModifier and TypeMethodDescriptionvoid
AbstractLayer.setOptimizerType
(OptimizerType optType) void
FlattenLayer.setOptimizerType
(OptimizerType optType) -
Uses of OptimizerType in deepnetts.net.train
Methods in deepnetts.net.train that return OptimizerTypeMethods in deepnetts.net.train with parameters of type OptimizerType -
Uses of OptimizerType in deepnetts.net.train.opt
Methods in deepnetts.net.train.opt that return OptimizerTypeModifier and TypeMethodDescriptionstatic OptimizerType
Returns the enum constant of this class with the specified name.static OptimizerType[]
OptimizerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in deepnetts.net.train.opt with parameters of type OptimizerTypeModifier and TypeMethodDescriptionstatic Optimizer
Optimizer.create
(OptimizerType type, AbstractLayer layer) Factory method to create different types of optimizers