Trait/Object

io.github.mandar2812.dynaml.models.neuralnets

Activation

Related Docs: object Activation | package neuralnets

Permalink

trait Activation[I] extends Scaler[I]

Linear Supertypes
Scaler[I], DataPipe[I, I], Serializable, Serializable, DataPipeConvertible[I, I], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Activation
  2. Scaler
  3. DataPipe
  4. Serializable
  5. Serializable
  6. DataPipeConvertible
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val grad: Scaler[I]

    Permalink
  2. abstract def run(data: I): I

    Permalink
    Definition Classes
    DataPipe

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %>(that: Basis[I]): Basis[I]

    Permalink
    Definition Classes
    DataPipe
  4. def *[T](that: Scaler[T]): Scaler[(I, T)]

    Permalink
    Definition Classes
    Scaler
  5. def *[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): ParallelPipe[I, I, OtherSource, OtherDestination]

    Permalink
    Definition Classes
    DataPipe
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def >(otherScaler: Scaler[I]): Scaler[I]

    Permalink
    Definition Classes
    Scaler
  8. def >[Further](that: DataPipeConvertible[I, Further]): DataPipe[I, Further]

    Permalink
    Definition Classes
    DataPipe
  9. def >-<[OtherSource, OtherDestination](that: DataPipe[OtherSource, OtherDestination]): DataPipe2[I, OtherSource, (I, OtherDestination)]

    Permalink
    Definition Classes
    DataPipe
  10. def apply[T <: Traversable[I]](data: T): T

    Permalink
    Definition Classes
    Scaler → DataPipe
  11. def apply(data: I): I

    Permalink
    Definition Classes
    DataPipe
  12. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def toPipe: (I) ⇒ I

    Permalink
    Definition Classes
    DataPipe → DataPipeConvertible
  25. def toString(): String

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

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

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

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

Inherited from Scaler[I]

Inherited from DataPipe[I, I]

Inherited from Serializable

Inherited from Serializable

Inherited from DataPipeConvertible[I, I]

Inherited from AnyRef

Inherited from Any

Ungrouped