Package | Description |
---|---|
org.neuroph.nnet.learning |
Provides implementations of specific neural network learning algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvolutionalBackpropagation |
class |
DynamicBackPropagation
Backpropagation learning rule with dynamic learning rate and momentum
|
class |
ManhattanPropagation |
class |
MomentumBackpropagation
Backpropagation learning rule with momentum.
|
class |
QuickPropagation |
class |
ResilientPropagation
Resilient Propagation learning rule used for Multi Layer Perceptron neural networks.
|
Copyright © 2019 Neuroph Project. All rights reserved.