Uses of Package
neural.net

Packages that use neural.net
neural.net   
ocr.data   
 

Classes in neural.net used by neural.net
ActivationFunction
          Interface to implement for any Activation Function to be used with a Neural Network
Layer
          Represents a layer of neurons within an Artificial Neural Net
Network
          Representation of an Artificial Neural Network The number of inputs, outputs, and neurons in the hidden layer are configurable and the Activation Function can be configured too with any class that implements the ActivationFunction interface.
Neuron
          Represents a single neuron within an Artificial Neural Net
 

Classes in neural.net used by ocr.data
Network
          Representation of an Artificial Neural Network The number of inputs, outputs, and neurons in the hidden layer are configurable and the Activation Function can be configured too with any class that implements the ActivationFunction interface.