Module prophet::topology [] [src]

Provides operations, data structures and error definitions for Disciple objects which form the basis for topologies of neural networks.

Structs

Layer

Represents the topology element for a fully connected layer with input neurons, output neurons and an activation function.

Topology

Represents the neural network topology.

TopologyBuilder

Used to build topologies and do some minor compile-time and runtime checks to enforce validity of the topology as a shape for neural nets.