| Package | Description |
|---|---|
| org.cognity.neural.train |
| Modifier and Type | Class and Description |
|---|---|
class |
Backpropagation
The backpropagation algorithm with momentum.
|
| Constructor and Description |
|---|
MaxErrorCondition(GradientDescent algorithm)
Creates a new stop condition using default value for the maximum
acceptable error.
|
MaxErrorCondition(GradientDescent algorithm,
double maxError)
Creates a new stop condition.
|
MinErrorChangeCondition(GradientDescent algorithm)
Creates a new stop condition using default minimal error change value.
|
MinErrorChangeCondition(GradientDescent algorithm,
double minErrorChange)
Creates a new stop condition.
|
Copyright © 2012. All Rights Reserved.