RNN

scalation.modeling.forecasting.neuralforecasting.RNN
See theRNN companion class
object RNN

The RNN companion object provides factory methods.

Attributes

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

Members list

Value members

Concrete methods

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

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

Create a RNN 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