Recurrent Class
A recurrent neural network (RNN) is a class of artificial neural network where connections between units form a directed cycle. This allows it to exhibit dynamic temporal behavior. Unlike feedforward neural networks, RNNs can use their internal memory to process arbitrary sequences of inputs.
Namespace:
SiaNet.NNAssembly: SiaNet (in SiaNet.dll)