Packages

class RBM[T] extends TrainableModel[ops.Output[T], ops.Output[T], ops.Output[T], ops.Output[T], Float, ops.Output[T]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RBM
  2. TrainableModel
  3. InferenceModel
  4. Model
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RBM(input: Input[ops.Output[T]], numHidden: Int, meanField: Boolean = true, numSamples: Int = 100, meanFieldCD: Boolean = false, cdSteps: Int = 1, optimizer: Optimizer, colocateGradientsWithOps: Boolean = false, name: String = "RBM")(implicit arg0: core.types.TF[T], arg1: core.types.IsIntOrLongOrHalfOrFloatOrDouble[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildEvalOps(metrics: Seq[Metric[ops.Output[T], ops.Output[Float]]]): EvalOps[ops.Output[T], ops.Output[T]]
    Definition Classes
    RBMTrainableModel
  6. def buildInferOps(): InferOps[ops.Output[T], ops.Output[T]]
    Definition Classes
    RBMInferenceModel
  7. def buildTrainOps(): TrainOps[ops.Output[T], ops.Output[T], Float]
    Definition Classes
    RBMTrainableModel
  8. val cdSteps: Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val colocateGradientsWithOps: Boolean
  11. def contrastiveDivergence(initialV: ops.Output[T], vb: ops.variables.Variable[T], hb: ops.variables.Variable[T], w: ops.variables.Variable[T]): ops.Output[T]
    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val evalOpsCache: Map[core.Graph, EvalOps[ops.Output[T], ops.Output[T]]]
    Attributes
    protected
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val inferOpsCache: Map[core.Graph, InferOps[ops.Output[T], ops.Output[T]]]
    Attributes
    protected
  19. val input: Input[ops.Output[T]]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val meanField: Boolean
  22. val meanFieldCD: Boolean
  23. val name: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val nextInputCache: Map[core.Graph, ops.Output[T]]
    Attributes
    protected
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val numHidden: Int
  29. val numInputs: Int
  30. val numSamples: Int
  31. val optimizer: Optimizer
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val trainOpsCache: Map[core.Graph, TrainOps[ops.Output[T], ops.Output[T], Float]]
    Attributes
    protected
  35. def variables(): (ops.variables.Variable[T], ops.variables.Variable[T], ops.variables.Variable[T])
    Attributes
    protected
  36. val variablesCache: Map[core.Graph, (ops.variables.Variable[T], ops.variables.Variable[T], ops.variables.Variable[T])]
    Attributes
    protected
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from InferenceModel[ops.Output[T], ops.Output[T]]

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped