org.deeplearning4j.scalnet

models

package models

Visibility
  1. Public
  2. All

Type Members

  1. trait Model extends Logging

    Abstract base class for neural net architectures.

  2. class NeuralNet extends Model with Logging

    Simple DL4J-style sequential neural net architecture with one input node and one output node for each node in computational graph.

  3. class Sequential extends Model with Logging

    Class for keras-style simple sequential neural net architectures with one input node and one output node for each node in computational graph.

Value Members

  1. object NeuralNet

  2. object Sequential

Ungrouped