GRU

scalation.modeling.forecasting.neuralforecasting.GRU
See theGRU companion class
object GRU

The GRU companion object provides factory methods.

Attributes

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

Members list

Value members

Concrete methods

def rescale(x: MatrixD, y: MatrixD, fname: Array[String], n_mem: Int): GRU

Create a GRU with automatic rescaling from a data matrix and response matrix.

Create a GRU with automatic rescaling from a data matrix and response matrix.

Value parameters

fname

the feature/variable names

n_mem

the size of the hidden state (dimensionality of memory)

x

the input/data matrix

y

the output/response matrix

Attributes