GRU

scalation.modeling.autograd.GRU
See theGRU companion class
object GRU

The GRU object provides a factory method for creating instances of the GRU class.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GRU.type

Members list

Value members

Concrete methods

def apply(inputSize: Int, hiddenSize: Int, numLayers: Int = ...): GRU

Factory method for creating a standard GRU instance.

Factory method for creating a standard GRU instance.

Value parameters

hiddenSize

number of features in the hidden state

inputSize

number of features in the input at each time step

numLayers

number of stacked GRU layers (default = 1)

Attributes

Returns

an instance of GRU