Uses of Class
de.jungblut.math.minimize.CostGradientTuple
-
Packages that use CostGradientTuple Package Description de.jungblut.classification.nn de.jungblut.classification.regression de.jungblut.math.minimize de.jungblut.ner -
-
Uses of CostGradientTuple in de.jungblut.classification.nn
Methods in de.jungblut.classification.nn that return CostGradientTuple Modifier and Type Method Description static CostGradientTupleMultilayerPerceptronCostFunction. computeNextStep(de.jungblut.math.DoubleVector input, de.jungblut.math.DoubleMatrix x, de.jungblut.math.DoubleMatrix y, MultilayerPerceptronCostFunction.NetworkConfiguration conf)Do a full forward pass and backpropagate the error.protected CostGradientTupleMultilayerPerceptronCostFunction. evaluateBatch(de.jungblut.math.DoubleVector theta, de.jungblut.math.DoubleMatrix featureBatch, de.jungblut.math.DoubleMatrix outcomeBatch)protected CostGradientTupleRBMCostFunction. evaluateBatch(de.jungblut.math.DoubleVector input, de.jungblut.math.DoubleMatrix data, de.jungblut.math.DoubleMatrix outcomeBatch) -
Uses of CostGradientTuple in de.jungblut.classification.regression
Methods in de.jungblut.classification.regression that return CostGradientTuple Modifier and Type Method Description CostGradientTupleLogisticRegressionCostFunction. evaluateCost(de.jungblut.math.DoubleVector theta) -
Uses of CostGradientTuple in de.jungblut.math.minimize
Methods in de.jungblut.math.minimize that return CostGradientTuple Modifier and Type Method Description protected abstract CostGradientTupleAbstractMiniBatchCostFunction. evaluateBatch(de.jungblut.math.DoubleVector theta, de.jungblut.math.DoubleMatrix featureBatch, de.jungblut.math.DoubleMatrix outcomeBatch)Evaluate the batch.CostGradientTupleAbstractMiniBatchCostFunction. evaluateCost(de.jungblut.math.DoubleVector input)CostGradientTupleCostFunction. evaluateCost(de.jungblut.math.DoubleVector input)Evaluation for the cost function to retrieve cost and gradient.CostGradientTupleNegatedCostFunction. evaluateCost(de.jungblut.math.DoubleVector input) -
Uses of CostGradientTuple in de.jungblut.ner
Methods in de.jungblut.ner that return CostGradientTuple Modifier and Type Method Description CostGradientTupleConditionalLikelihoodCostFunction. evaluateCost(de.jungblut.math.DoubleVector input)
-