Release Version 1.9
QuickSetups
- Added “QuickSetups” section.
LinkLayers
- Added “LinkLayers” section.
RegularizationFunctions
- Added “RegularizationFunctions” section.
CostFunctions
- Added HingeLoss, FastHingeLoss, EpsilonInsensitiveLoss and FastEpsilonInsensitiveLoss.
ReinforcementLearningModels
- Added TemporalDifferenceActorCritic, DeepNStepQLearning, DeepNStepStateActionRewardStateAction and DeepNStepExpectedStateActionRewardStateAction.
AutomaticDifferentiationTensor
-
Fixed some bug where the first derivative tensor calculations are wrong for the subtraction and division operations.
-
Fixed some bugs where the first derivative tensor do not collapse to the input tensors’ dimension size array.
-
Fixed a bug where the minimum constructor uses math.max instead of math.min in its internal calculation.