Release Version 1.10
Containers
-
Added RecurrentNeuralNetworkCell, RecurrentNeuralNetwork, GatedRecurrentUnitCell and GatedRecurrent Unit.
-
Some containers now have the ability to update the weights immediately after weight loss tensor calculation and is activated by default. This includes Sequential, RecurrentNeuralNetworkCell and GatedRecurrentUnitCell containers. This allows the containers to train more quickly compared to the standard implementation of backward propagation.
-
Containers now inherits from BaseContainer class to reduce the maintenance effort.
Models
- Added Diffusion model.
OperatorBlocks
- Added PairwiseDistance operator block.