WLJS LogoWLJS Notebook

BasicRecurrentLayer

BasicRecurrentLayer[n] represents a trainable recurrent layer that takes a sequence of vectors and produces a sequence of vectors each of size n.

BasicRecurrentLayer[n, opts] includes options for initial weights and other parameters.

Examples

Create a basic recurrent layer:

BasicRecurrentLayer[128]

Please visit the official Wolfram Language Reference for more details.

On this page