Package

com.github.nearbydelta.deepspark

network

Permalink

package network

Package: deepspark.network

Package contains network-level classes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. network
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class GeneralNetwork[In, Out] extends Network[In, Out]

    Permalink

    Network with general input

    Network with general input

    In

    Input type

    Out

    Output type

  2. trait Network[In, Out] extends Serializable with KryoSerializable

    Permalink

    Trait of network.

    Trait of network.

    In

    Type of input

    Out

    Type of output.

  3. class SimpleNetwork[Out] extends Network[DataVec, Out]

    Permalink

    Network without input layer.

    Network without input layer. (Input with vector)

    Out

    Type of output.

Value Members

  1. object Network extends Serializable

    Permalink

    Companion object of network.

Inherited from AnyRef

Inherited from Any

Ungrouped