Object

io.github.mandar2812.dynaml.tensorflow.utils

Utils

Related Doc: package utils

Permalink

object Utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buffered_preds[IT, IO, ID, IS, I, TT, TO, TD, TS, EI, InferInput, InferOutput, ModelInferenceOutput](predictiveModel: Estimator[IT, IO, ID, IS, I, (IT, TT), (IO, TO), (ID, TD), (IS, TS), (I, EI)], workingData: InferInput, buffer: Int, dataSize: Int)(implicit getSplitByIndex: MetaPipe12[InferInput, Int, Int, InferInput], concatenateSplits: DataPipe[Iterable[InferOutput], InferOutput], evFetchableIO: Aux[IO, IT], evFetchableI: Aux[I, ModelInferenceOutput], evFetchableIIO: Aux[(IO, I), (IT, ModelInferenceOutput)], ev: SupportedInferInput[InferInput, InferOutput, IT, IO, ID, IS, ModelInferenceOutput]): InferOutput

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def cross_entropy(target_prob: Tensor, prob: Tensor): Tensor

    Permalink

    Calculate the cross-entropy of two probability distributions.

  8. def cross_entropy(target_prob: Output, prob: Output): Output

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def get_ffstack_properties(neuron_counts: Seq[Int], ff_index: Int, data_type: String): (Seq[Shape], Seq[String], Seq[String])

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hellinger(target_prob: Tensor, prob: Tensor): Tensor

    Permalink
  16. def hellinger(target_prob: Output, prob: Output): Output

    Permalink

    Calculate the Hellinger distance between two probability distributions.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def js(target_prob: Tensor, prob: Tensor): Output

    Permalink
  19. def js(target_prob: Output, prob: Output): Output

    Permalink

    Calculate the Jensen Shannon divergence between a probability and a target probability.

  20. def kl(prior: Tensor, p: Tensor): Output

    Permalink
  21. def kl(prior: Output, p: Output): Output

    Permalink

    Calculate the Kullback Leibler divergence of a probability density from a prior density.

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def predict_data[IT, IO, ID, IS, I, TT, TO, TD, TS, EI, InferOutput, ModelInferenceOutput](predictiveModel: Estimator[IT, IO, ID, IS, I, (IT, TT), (IO, TO), (ID, TD), (IS, TS), (I, EI)], data: AbstractDataSet[IT, TT], pred_flags: (Boolean, Boolean) = (false, true), buff_size: Int = 400)(implicit getSplitByIndex: MetaPipe12[IT, Int, Int, IT], concatenateSplits: DataPipe[Iterable[InferOutput], InferOutput], evFetchableIO: Aux[IO, IT], evFetchableI: Aux[I, ModelInferenceOutput], evFetchableIIO: Aux[(IO, I), (IT, ModelInferenceOutput)], ev: SupportedInferInput[IT, InferOutput, IT, IO, ID, IS, ModelInferenceOutput]): (Option[InferOutput], Option[InferOutput])

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

    Permalink
    Definition Classes
    AnyRef
  27. def toDoubleSeq(t: Tensor): Iterator[Double]

    Permalink

    Convert a float tensor to a Sequence.

  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped