Package

com.lewuathe

dllib

Permalink

package dllib

Visibility
  1. Public
  2. All

Type Members

  1. class ActivationStack extends Stack[Vector[Double]]

    Permalink

    ActivationStack collects all raw output of each layer.

    ActivationStack collects all raw output of each layer. - Raw output that multiplication weight and input

  2. class Bias extends Serializable

    Permalink

    Bias represents a intercept vector of each layer

  3. class Model extends Serializable

    Permalink
  4. class ModelShape extends Serializable

    Permalink
  5. class Weight extends Serializable

    Permalink

    Weight represents a coefficient of each layer

Value Members

  1. object Bias extends Serializable

    Permalink
  2. object Model extends Serializable

    Permalink
  3. object Weight extends Serializable

    Permalink
  4. package example

    Permalink
  5. package graph

    Permalink
  6. package layer

    Permalink
  7. package network

    Permalink
  8. package objective

    Permalink
  9. package solver

    Permalink

Ungrouped