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.NN
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public class Recurrent
Public Class Recurrent
public ref class Recurrent

Inheritance Hierarchy


Object
  SiaNet.NN..::..Recurrent