LSTM

scalation.modeling.forecasting.neuralforecasting.LSTM
See theLSTM companion class
object LSTM

The LSTM companion object provides factory methods.

Attributes

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

Members list

Value members

Concrete methods

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

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

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