Package nnetwork

The Neural Network class. The "ANNMain" main class that operates the neural network. The "Node" class that implements the network nodes. The "Codec" is the encoder and decoder of the Edge Vector graph representation. The "Topology" generates the topologies for the various neural network flavours. The "NNetwork" class implements the neural network.
  • Class Summary
    Class Description
    ANNMain
    Operates the neural network.
    Codec
    Encodes and decodes graph in the Edge Vector format.
    NNetwork
    Implements the neural network.
    Node
    Network node.
    Topology
    Network topology.