Package

com.thoughtworks

deeplearning

Permalink

package deeplearning

Visibility
  1. Public
  2. All

Type Members

  1. trait Lift[From] extends DepFn1[From]

    Permalink
  2. 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 Lift extends LowPriorityLiftFunctions

    Permalink
  2. object Tape extends Serializable

    Permalink
  3. package differentiable

    Permalink
  4. object logs

    Permalink
  5. 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]>

  6. object tapefactories

    Permalink

    Author:

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

Ungrouped