Package

com.thoughtworks

deeplearning

Permalink

package deeplearning

Visibility
  1. Public
  2. All

Type Members

  1. final case class Caller[+A](value: A) extends Product with Serializable

    Permalink
  2. trait Lift[From] extends DepFn1[From]

    Permalink
  3. final case class Tape[+Data, -Delta](data: Data, backward: (Do[Delta]) ⇒ Future[Unit]) extends Product with Serializable

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

Value Members

  1. object Caller extends Serializable

    Permalink
  2. object Lift extends LowPriorityLiftFunctions

    Permalink
  3. object Tape extends Serializable

    Permalink
  4. package differentiable

    Permalink
  5. object logs

    Permalink
  6. object math

    Permalink

    A namespace of definitions of polymophic functions.

    A namespace of definitions of polymophic functions.

    Those functions are implemented in other objects.

    Author:

    杨博 (Yang Bo) <[email protected]>

  7. object tapefactories

    Permalink

    Author:

    杨博 (Yang Bo) <[email protected]>

Ungrouped