Package

io.github.mandar2812.dynaml

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. class FFNeuralGraph extends NeuralGraph[FramedGraph[Graph], DenseVector[Double], DenseVector[Double]]

    Permalink

    Represents the underlying graph of a feed-forward neural network.

  2. trait NeuralGraph[B, I, J] extends AnyRef

    Permalink

    A Neural Graph is an encapsulation of a base graph of type B with a set of predefined behaviors.

    A Neural Graph is an encapsulation of a base graph of type B with a set of predefined behaviors.

    B

    The type of the encapsulated base graph object

    I

    Type of input

    J

    Type of output

Value Members

  1. object FFNeuralGraph

    Permalink
  2. package utils

    Permalink

Ungrouped