Object

org.platanios.tensorflow.api.tf

learn

Related Doc: package tf

Permalink

object learn extends API

Linear Supertypes
API, API, API, API, API, API, API, API, API, API, API, API, API, API, API, API, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. learn
  2. API
  3. API
  4. API
  5. API
  6. API
  7. API
  8. API
  9. API
  10. API
  11. API
  12. API
  13. API
  14. API
  15. API
  16. API
  17. API
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Activation = learn.layers.Activation

    Permalink
    Definition Classes
    API
  2. type AddBias = learn.layers.AddBias

    Permalink
    Definition Classes
    API
  3. type AudioSummary = learn.layers.AudioSummary

    Permalink
    Definition Classes
    API
  4. type BasicLSTMCell = learn.layers.rnn.cell.BasicLSTMCell

    Permalink
    Definition Classes
    API
  5. type BasicRNNCell = learn.layers.rnn.cell.BasicRNNCell

    Permalink
    Definition Classes
    API
  6. type BasicTuple = Tuple[ops.Output, ops.Output]

    Permalink
    Definition Classes
    API
  7. type BidirectionalRNN[O, OS, S, SS] = learn.layers.rnn.BidirectionalRNN[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  8. type Cast = learn.layers.Cast

    Permalink
    Definition Classes
    API
  9. type CheckpointSaver = learn.hooks.CheckpointSaver

    Permalink
    Definition Classes
    API
  10. type ClipGradients = learn.ClipGradients

    Permalink
    Definition Classes
    API
  11. type ClipGradientsByAverageNorm = learn.ClipGradientsByAverageNorm

    Permalink
    Definition Classes
    API
  12. type ClipGradientsByGlobalNorm = learn.ClipGradientsByGlobalNorm

    Permalink
    Definition Classes
    API
  13. type ClipGradientsByNorm = learn.ClipGradientsByNorm

    Permalink
    Definition Classes
    API
  14. type ClipGradientsByValue = learn.ClipGradientsByValue

    Permalink
    Definition Classes
    API
  15. type Compose[T, R, S] = learn.layers.Compose[T, R, S]

    Permalink
    Definition Classes
    API
  16. type Concatenate[T, R] = learn.layers.Concatenate[T, R]

    Permalink
    Definition Classes
    API
  17. type Configuration = learn.Configuration

    Permalink
    Definition Classes
    API
  18. type Conv2D = learn.layers.Conv2D

    Permalink
    Definition Classes
    API
  19. type DeviceWrapper[O, OS, S, SS] = learn.layers.rnn.cell.DeviceWrapper[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  20. type Dropout = learn.layers.Dropout

    Permalink
    Definition Classes
    API
  21. type DropoutWrapper[O, OS, S, SS] = learn.layers.rnn.cell.DropoutWrapper[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  22. type Embedding = learn.layers.Embedding

    Permalink
    Definition Classes
    API
  23. type Estimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.estimators.Estimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  24. type Evaluator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.hooks.Evaluator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  25. type FileBasedEstimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.estimators.FileBasedEstimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  26. type Flatten = learn.layers.Flatten

    Permalink
    Definition Classes
    API
  27. type GRUCell = learn.layers.rnn.cell.GRUCell

    Permalink
    Definition Classes
    API
  28. type HistogramSummary = learn.layers.HistogramSummary

    Permalink
    Definition Classes
    API
  29. type Hook = learn.hooks.Hook

    Permalink
    Definition Classes
    API
  30. type Identity[T] = learn.layers.Identity[T]

    Permalink
    Definition Classes
    API
  31. type ImageSummary = learn.layers.ImageSummary

    Permalink
    Definition Classes
    API
  32. type InMemoryEstimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.estimators.InMemoryEstimator[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  33. type InferenceModel[IT, IO, ID, IS, I] = learn.InferenceModel[IT, IO, ID, IS, I]

    Permalink
    Definition Classes
    API
  34. type Input[T, O, DA, D, S] = learn.layers.Input[T, O, DA, D, S]

    Permalink
    Definition Classes
    API
  35. type L2Loss = learn.layers.L2Loss

    Permalink
    Definition Classes
    API
  36. type LSTMCell = learn.layers.rnn.cell.LSTMCell

    Permalink
    Definition Classes
    API
  37. type LSTMState = ops.rnn.cell.LSTMState

    Permalink
    Definition Classes
    API
  38. type LSTMTuple = Tuple[ops.Output, LSTMState]

    Permalink
    Definition Classes
    API
  39. type Layer[T, R] = learn.layers.Layer[T, R]

    Permalink
    Definition Classes
    API
  40. type Linear = learn.layers.Linear

    Permalink
    Definition Classes
    API
  41. type LogPoissonLoss = learn.layers.LogPoissonLoss

    Permalink
    Definition Classes
    API
  42. type LogSoftmax = learn.layers.LogSoftmax

    Permalink
    Definition Classes
    API
  43. type Loss[T] = learn.layers.Loss[T]

    Permalink
    Definition Classes
    API
  44. type LossLogger = learn.hooks.LossLogger

    Permalink
    Definition Classes
    API
  45. type Map[T, R, S, CC[A] <: TraversableLike[A, CC[A]]] = learn.layers.Map[T, R, S, CC]

    Permalink
    Definition Classes
    API
  46. type MaxPool = learn.layers.MaxPool

    Permalink
    Definition Classes
    API
  47. type Mean = learn.layers.Mean

    Permalink
    Definition Classes
    API
  48. type Mode = learn.Mode

    Permalink
    Definition Classes
    API
  49. type Model = learn.Model

    Permalink
    Definition Classes
    API
  50. type ModelDependentHook[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.hooks.ModelDependentHook[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  51. type MultiCell[O, OS, S, SS] = learn.layers.rnn.cell.MultiCell[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  52. type NaNChecker = learn.hooks.NaNChecker

    Permalink
    Definition Classes
    API
  53. type OneHot = learn.layers.OneHot

    Permalink
    Definition Classes
    API
  54. type RNN[O, OS, S, SS] = learn.layers.rnn.RNN[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  55. type RNNCell[O, OS, S, SS] = learn.layers.rnn.cell.RNNCell[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  56. type RNNTuple[O, S] = Tuple[O, S]

    Permalink
    Definition Classes
    API
  57. type ResidualWrapper[O, OS, S, SS] = learn.layers.rnn.cell.ResidualWrapper[O, OS, S, SS]

    Permalink
    Definition Classes
    API
  58. type ScalarSummary = learn.layers.ScalarSummary

    Permalink
    Definition Classes
    API
  59. type SequenceLoss = learn.layers.SequenceLoss

    Permalink
    Definition Classes
    API
  60. type SigmoidCrossEntropy = learn.layers.SigmoidCrossEntropy

    Permalink
    Definition Classes
    API
  61. type Softmax = learn.layers.Softmax

    Permalink
    Definition Classes
    API
  62. type SoftmaxCrossEntropy = learn.layers.SoftmaxCrossEntropy

    Permalink
    Definition Classes
    API
  63. type SparseSoftmaxCrossEntropy = learn.layers.SparseSoftmaxCrossEntropy

    Permalink
    Definition Classes
    API
  64. type Squeeze = learn.layers.Squeeze

    Permalink
    Definition Classes
    API
  65. type StepRateLogger = learn.hooks.StepRateLogger

    Permalink
    Definition Classes
    API
  66. type StopCriteria = learn.StopCriteria

    Permalink
    Definition Classes
    API
  67. type Stopper = learn.hooks.Stopper

    Permalink
    Definition Classes
    API
  68. type Sum = learn.layers.Sum

    Permalink
    Definition Classes
    API
  69. type SummarySaver = learn.hooks.SummarySaver

    Permalink
    Definition Classes
    API
  70. type SummaryWriterHookAddOn = learn.hooks.SummaryWriterHookAddOn

    Permalink
    Definition Classes
    API
  71. type SupervisedTrainableModel[IT, IO, ID, IS, I, TT, TO, TD, TS, T] = learn.SupervisedTrainableModel[IT, IO, ID, IS, I, TT, TO, TD, TS, T]

    Permalink
    Definition Classes
    API
  72. type TensorBoardHook = learn.hooks.TensorBoardHook

    Permalink
    Definition Classes
    API
  73. type TensorLogger = learn.hooks.TensorLogger

    Permalink
    Definition Classes
    API
  74. type TrainableModel[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] = learn.TrainableModel[IT, IO, ID, IS, I, TT, TO, TD, TS, EI]

    Permalink
    Definition Classes
    API
  75. type Transpose = learn.layers.Transpose

    Permalink
    Definition Classes
    API
  76. type TriggeredHook = learn.hooks.TriggeredHook

    Permalink
    Definition Classes
    API
  77. type UnsupervisedTrainableModel[IT, IO, ID, IS, I] = learn.UnsupervisedTrainableModel[IT, IO, ID, IS, I]

    Permalink
    Definition Classes
    API

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AddBias: learn.layers.AddBias.type

    Permalink
    Definition Classes
    API
  5. val AudioSummary: learn.layers.AudioSummary.type

    Permalink
    Definition Classes
    API
  6. val BasicLSTMCell: learn.layers.rnn.cell.BasicLSTMCell.type

    Permalink
    Definition Classes
    API
  7. val BasicRNNCell: learn.layers.rnn.cell.BasicRNNCell.type

    Permalink
    Definition Classes
    API
  8. val BidirectionalRNN: learn.layers.rnn.BidirectionalRNN.type

    Permalink
    Definition Classes
    API
  9. val CReLU: learn.layers.CReLU.type

    Permalink
    Definition Classes
    API
  10. val Cast: learn.layers.Cast.type

    Permalink
    Definition Classes
    API
  11. val CheckpointSaver: learn.hooks.CheckpointSaver.type

    Permalink
    Definition Classes
    API
  12. val ClipGradientsByAverageNorm: learn.ClipGradientsByAverageNorm.type

    Permalink
    Definition Classes
    API
  13. val ClipGradientsByGlobalNorm: learn.ClipGradientsByGlobalNorm.type

    Permalink
    Definition Classes
    API
  14. val ClipGradientsByNorm: learn.ClipGradientsByNorm.type

    Permalink
    Definition Classes
    API
  15. val ClipGradientsByValue: learn.ClipGradientsByValue.type

    Permalink
    Definition Classes
    API
  16. val Configuration: learn.Configuration.type

    Permalink
    Definition Classes
    API
  17. val Conv2D: learn.layers.Conv2D.type

    Permalink
    Definition Classes
    API
  18. val DeviceWrapper: learn.layers.rnn.cell.DeviceWrapper.type

    Permalink
    Definition Classes
    API
  19. val Dropout: learn.layers.Dropout.type

    Permalink
    Definition Classes
    API
  20. val DropoutWrapper: learn.layers.rnn.cell.DropoutWrapper.type

    Permalink
    Definition Classes
    API
  21. val ELU: learn.layers.ELU.type

    Permalink
    Definition Classes
    API
  22. val EVALUATION: learn.EVALUATION.type

    Permalink
    Definition Classes
    API
  23. val Embedding: learn.layers.Embedding.type

    Permalink
    Definition Classes
    API
  24. val Estimator: learn.estimators.Estimator.type

    Permalink
    Definition Classes
    API
  25. val Evaluator: learn.hooks.Evaluator.type

    Permalink
    Definition Classes
    API
  26. val FileBasedEstimator: learn.estimators.FileBasedEstimator.type

    Permalink
    Definition Classes
    API
  27. val Flatten: learn.layers.Flatten.type

    Permalink
    Definition Classes
    API
  28. val GRUCell: learn.layers.rnn.cell.GRUCell.type

    Permalink
    Definition Classes
    API
  29. val HistogramSummary: learn.layers.HistogramSummary.type

    Permalink
    Definition Classes
    API
  30. val INFERENCE: learn.INFERENCE.type

    Permalink
    Definition Classes
    API
  31. val Identity: learn.layers.Identity.type

    Permalink
    Definition Classes
    API
  32. val ImageSummary: learn.layers.ImageSummary.type

    Permalink
    Definition Classes
    API
  33. val InMemoryEstimator: learn.estimators.InMemoryEstimator.type

    Permalink
    Definition Classes
    API
  34. val Input: learn.layers.Input.type

    Permalink
    Definition Classes
    API
  35. val L2Loss: learn.layers.L2Loss.type

    Permalink
    Definition Classes
    API
  36. val LSTMCell: learn.layers.rnn.cell.LSTMCell.type

    Permalink
    Definition Classes
    API
  37. val LSTMState: learn.layers.rnn.cell.LSTMState.type

    Permalink
    Definition Classes
    API
  38. def LSTMTuple(output: ops.Output, state: LSTMState): LSTMTuple

    Permalink
    Definition Classes
    API
  39. val Linear: learn.layers.Linear.type

    Permalink
    Definition Classes
    API
  40. val LogPoissonLoss: learn.layers.LogPoissonLoss.type

    Permalink
    Definition Classes
    API
  41. val LogSoftmax: learn.layers.LogSoftmax.type

    Permalink
    Definition Classes
    API
  42. val LossLogger: learn.hooks.LossLogger.type

    Permalink
    Definition Classes
    API
  43. val MaxPool: learn.layers.MaxPool.type

    Permalink
    Definition Classes
    API
  44. val Mean: learn.layers.Mean.type

    Permalink
    Definition Classes
    API
  45. val Model: learn.Model.type

    Permalink
    Definition Classes
    API
  46. val MultiCell: learn.layers.rnn.cell.MultiCell.type

    Permalink
    Definition Classes
    API
  47. val NaNChecker: learn.hooks.NaNChecker.type

    Permalink
    Definition Classes
    API
  48. val NoClipGradients: learn.NoClipGradients.type

    Permalink
    Definition Classes
    API
  49. val NoHookTrigger: learn.hooks.NoHookTrigger.type

    Permalink
    Definition Classes
    API
  50. val OneHot: learn.layers.OneHot.type

    Permalink
    Definition Classes
    API
  51. val RNN: learn.layers.rnn.RNN.type

    Permalink
    Definition Classes
    API
  52. val RNNTuple: Tuple.type

    Permalink
    Definition Classes
    API
  53. val ReLU: learn.layers.ReLU.type

    Permalink
    Definition Classes
    API
  54. val ReLU6: learn.layers.ReLU6.type

    Permalink
    Definition Classes
    API
  55. val ResidualWrapper: learn.layers.rnn.cell.ResidualWrapper.type

    Permalink
    Definition Classes
    API
  56. val SELU: learn.layers.SELU.type

    Permalink
    Definition Classes
    API
  57. val ScalarSummary: learn.layers.ScalarSummary.type

    Permalink
    Definition Classes
    API
  58. val SequenceLoss: learn.layers.SequenceLoss.type

    Permalink
    Definition Classes
    API
  59. val Sigmoid: learn.layers.Sigmoid.type

    Permalink
    Definition Classes
    API
  60. val SigmoidCrossEntropy: learn.layers.SigmoidCrossEntropy.type

    Permalink
    Definition Classes
    API
  61. val Softmax: learn.layers.Softmax.type

    Permalink
    Definition Classes
    API
  62. val SoftmaxCrossEntropy: learn.layers.SoftmaxCrossEntropy.type

    Permalink
    Definition Classes
    API
  63. val Softplus: learn.layers.Softplus.type

    Permalink
    Definition Classes
    API
  64. val Softsign: learn.layers.Softsign.type

    Permalink
    Definition Classes
    API
  65. val SparseSoftmaxCrossEntropy: learn.layers.SparseSoftmaxCrossEntropy.type

    Permalink
    Definition Classes
    API
  66. val Squeeze: learn.layers.Squeeze.type

    Permalink
    Definition Classes
    API
  67. val StepHookTrigger: learn.hooks.StepHookTrigger.type

    Permalink
    Definition Classes
    API
  68. val StepRateLogger: learn.hooks.StepRateLogger.type

    Permalink
    Definition Classes
    API
  69. val StopCriteria: learn.StopCriteria.type

    Permalink
    Definition Classes
    API
  70. val Stopper: learn.hooks.Stopper.type

    Permalink
    Definition Classes
    API
  71. val Sum: learn.layers.Sum.type

    Permalink
    Definition Classes
    API
  72. val SummarySaver: learn.hooks.SummarySaver.type

    Permalink
    Definition Classes
    API
  73. val TRAINING: learn.TRAINING.type

    Permalink
    Definition Classes
    API
  74. val TensorBoardConfig: config.TensorBoardConfig.type

    Permalink
    Definition Classes
    API
  75. val TensorBoardHook: learn.hooks.TensorBoardHook.type

    Permalink
    Definition Classes
    API
  76. val TensorLogger: learn.hooks.TensorLogger.type

    Permalink
    Definition Classes
    API
  77. val TimeHookTrigger: learn.hooks.TimeHookTrigger.type

    Permalink
    Definition Classes
    API
  78. val Transpose: learn.layers.Transpose.type

    Permalink
    Definition Classes
    API
  79. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  80. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def createWith[R](nameScope: String = null, device: String = "", deviceFunction: (ops.OpSpecification) ⇒ String = op => op.device)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  82. def currentDevice: String

    Permalink
    Definition Classes
    API
  83. def currentDeviceFunction: (ops.OpSpecification) ⇒ String

    Permalink
    Definition Classes
    API
  84. def currentNameScope: String

    Permalink
    Definition Classes
    API
  85. def currentVariableScope: ops.variables.VariableScope

    Permalink
    Definition Classes
    API
  86. def device[R](device: String)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  87. def deviceFunction[R](deviceFunction: (ops.OpSpecification) ⇒ String)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  88. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  91. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  94. def nameScope[R](nameScope: String)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  95. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  98. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  100. def updatedVariableScope[R](variableScope: ops.variables.VariableScope, reuse: ReuseAllowed = ReuseOrCreateNew, dataType: types.DataType = null, initializer: Initializer = null, regularizer: Regularizer = null, partitioner: Partitioner = null, cachingDevice: (ops.OpSpecification) ⇒ String = null, customGetter: ops.variables.Variable.VariableGetter = null, isPure: Boolean = false)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  101. def variableScope[R](name: String, reuse: ReuseAllowed = ReuseOrCreateNew, dataType: types.DataType = null, initializer: Initializer = null, regularizer: Regularizer = null, partitioner: Partitioner = null, cachingDevice: (ops.OpSpecification) ⇒ String = null, customGetter: ops.variables.Variable.VariableGetter = null, isDefaultName: Boolean = false, isPure: Boolean = false)(block: ⇒ R): R

    Permalink
    Definition Classes
    API
  102. final def wait(): Unit

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

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

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

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from API

Inherited from AnyRef

Inherited from Any

Ungrouped