kr.ac.kaist.ir.deep

network

package network

Package for network structure

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

Type Members

  1. class AutoEncoder extends Network

    Network: Single-layer Autoencoder

  2. class BasicNetwork extends Network

    Network: A basic network implementation

  3. trait Network extends (ScalarMatrix) ⇒ ScalarMatrix with Serializable

    Trait: Network interface

  4. implicit class NetworkOp extends Serializable

    Operation for Network

  5. class StackedAutoEncoder extends Network

    Network: Stack of autoencoders.

Value Members

  1. object Network extends Serializable

    Companion object of BasicNetwork

Inherited from AnyRef

Inherited from Any

Ungrouped