| Package | Description |
|---|---|
| org.neuroph.core.learning |
Provides base classes for neural network learning algorithms.
|
| org.neuroph.core.learning.stop |
Provides stop functions for learning rules
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StopCondition> |
IterativeLearning.stopConditions |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxErrorStop
Stops learning rule if total network error is below some specified value
|
class |
MaxIterationsStop
Stops learning rule if specified number of iterations has been reached
|
class |
SmallErrorChangeStop
Stops learning rule if error change has been too small for specified number
of iterations
|
Copyright © 2019 Neuroph Project. All rights reserved.