Package | Description |
---|---|
org.encog.mathutil.matrices.hessian | |
org.encog.neural.networks.training.lma |
Modifier and Type | Class and Description |
---|---|
class |
BasicHessian
Some basic code used to calculate Hessian matrixes.
|
class |
HessianCR
Calculate the Hessian matrix using the chain rule method.
|
class |
HessianFD
Calculate the Hessian matrix using the finite difference method.
|
Modifier and Type | Method and Description |
---|---|
ComputeHessian |
LevenbergMarquardtTraining.getHessian() |
Constructor and Description |
---|
LevenbergMarquardtTraining(BasicNetwork network,
MLDataSet training,
ComputeHessian h)
Construct the LMA object.
|
Copyright © 2014. All Rights Reserved.