Package | Description |
---|---|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
deepnetts.net.train |
Training algorithms and related utilities.
|
deepnetts.net.train.opt |
Optimization methods used by training algorithm.
|
Modifier and Type | Method and Description |
---|---|
OptimizerType |
AbstractLayer.getOptimizerType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLayer.setOptimizerType(OptimizerType optType) |
void |
FlattenLayer.setOptimizerType(OptimizerType optType) |
Modifier and Type | Method and Description |
---|---|
OptimizerType |
BackpropagationTrainer.getOptimizer() |
Modifier and Type | Method and Description |
---|---|
BackpropagationTrainer |
BackpropagationTrainer.setOptimizer(OptimizerType optimizer) |
Modifier and Type | Method and Description |
---|---|
static OptimizerType |
OptimizerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptimizerType[] |
OptimizerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optimizer |
Optimizer.create(OptimizerType type,
AbstractLayer layer)
Factory method to create different types of optimizers
|
Copyright © 2022. All rights reserved.