Uses of Interface
engine.neural.Cost
Packages that use Cost
-
Uses of Cost in engine.neural.costs
Classes in engine.neural.costs that implement CostModifier and TypeClassDescriptionclassclassclassclass -
Uses of Cost in engine.neural.networks
Fields in engine.neural.networks declared as CostModifier and TypeFieldDescriptionprivate final CostFeedforward.costVariable that tracks the cost function being usedConstructors in engine.neural.networks with parameters of type CostModifierConstructorDescriptionFeedforward(int[] networkSizes, Initializer initializer, Activation activation, Cost cost, Optimizer optimizer) Constructs a new multilayer neural network