Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.neuroph.core.learning Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
ErrorFunctionInterface for calculating total network error during the learning.Interfaceorg.neuroph.core.learning.errorNeuroph
IterativeLearningBase class for all iterative learning algorithms.Classorg.neuroph.core.learningNeuroph
LearningRuleBase class for all neural network learning algorithms.Classorg.neuroph.core.learningNeuroph
MaxErrorStopStops learning rule if total network error is below some specified valueAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
MaxIterationsStopStops learning rule if specified number of iterations has been reachedAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
MeanSquaredErrorCommonly used mean squared errorAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.errorNeuroph
SmallErrorChangeStopStops learning rule if error change has been too small for specified numberAuthor:Zoran Sevarac See Also:Serialized FormClassorg.neuroph.core.learning.stopNeuroph
StopConditionInterface for learning rule stop condition.Interfaceorg.neuroph.core.learning.stopNeuroph
SupervisedLearningBase class for all supervised learning algorithms.Classorg.neuroph.core.learningNeuroph
UnsupervisedLearningBase class for all unsupervised learning algorithms.Classorg.neuroph.core.learningNeuroph