Class/Object

org.platanios.tensorflow.api.learn.layers.rnn.cell

LSTMCell

Related Docs: object LSTMCell | package cell

Permalink

class LSTMCell extends RNNCell[Output, Shape, LSTMState, (Shape, Shape)]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LSTMCell
  2. RNNCell
  3. Layer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LSTMCell(name: String, numUnits: Int, dataType: DataType, forgetBias: Float = 1.0f, usePeepholes: Boolean = false, cellClip: Float = 1, projectionSize: Int = 1, projectionClip: Float = 1, activation: (Output) ⇒ Output = ops.Math.tanh(_), kernelInitializer: Initializer = null, biasInitializer: Initializer = ZerosInitializer)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: Layer[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]): Concatenate[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]

    Permalink
    Definition Classes
    Layer
  4. def ++(others: Seq[Layer[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]]): Concatenate[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]

    Permalink
    Definition Classes
    Layer
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >>[S](other: Layer[Tuple[Output, LSTMState], S]): Compose[Tuple[Output, LSTMState], Tuple[Output, LSTMState], S]

    Permalink
    Definition Classes
    Layer
  7. final def _forward(input: Tuple[Output, LSTMState], mode: Mode): Tuple[Output, LSTMState]

    Permalink
    Attributes
    protected
    Definition Classes
    RNNCellLayer
  8. val activation: (Output) ⇒ Output

    Permalink
  9. def apply(input: Tuple[Output, LSTMState], mode: Mode): Tuple[Output, LSTMState]

    Permalink
    Definition Classes
    Layer
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val biasInitializer: Initializer

    Permalink
  12. val cellClip: Float

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compose[S](other: Layer[Tuple[Output, LSTMState], S]): Compose[Tuple[Output, LSTMState], Tuple[Output, LSTMState], S]

    Permalink
    Definition Classes
    Layer
  15. def concatenate(others: Layer[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]*): Concatenate[Tuple[Output, LSTMState], Tuple[Output, LSTMState]]

    Permalink
    Definition Classes
    Layer
  16. implicit val context: DynamicVariable[LayerCreationContext]

    Permalink
    Definition Classes
    Layer
  17. final def createCell(mode: Mode, inputShape: Shape): ops.rnn.cell.RNNCell[Output, Shape, LSTMState, (Shape, Shape)]

    Permalink
    Definition Classes
    RNNCell
  18. def createCellWithoutContext(mode: Mode, inputShape: Shape): ops.rnn.cell.LSTMCell

    Permalink
    Definition Classes
    LSTMCellRNNCell
  19. val dataType: DataType

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val forgetBias: Float

    Permalink
  24. def forward(input: Tuple[Output, LSTMState], mode: Mode): Tuple[Output, LSTMState]

    Permalink
    Definition Classes
    Layer
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. val kernelInitializer: Initializer

    Permalink
  29. val layerType: String

    Permalink
    Definition Classes
    LSTMCellLayer
  30. val name: String

    Permalink
    Definition Classes
    LSTMCellRNNCellLayer
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val numUnits: Int

    Permalink
  35. val projectionClip: Float

    Permalink
  36. val projectionSize: Int

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    Layer → AnyRef → Any
  39. val usePeepholes: Boolean

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RNNCell[Output, Shape, LSTMState, (Shape, Shape)]

Inherited from AnyRef

Inherited from Any

Ungrouped