A B C D E F G H I L M N O P R S T

N

Network - Class in neural.net
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.
Network(int, int, int, ActivationFunction) - Constructor for class neural.net.Network
Constructor
Network(int, int, int) - Constructor for class neural.net.Network
Constructor - uses default ActivationFunction (Sigmoid)
NetworkManager - Class in ocr.data
Manage a Network, handle creating and saving the network for OCR
NetworkManager() - Constructor for class ocr.data.NetworkManager
Constructor - creates Neural Network
NetworkManager(File) - Constructor for class ocr.data.NetworkManager
Constructor - loads Neural Network from File
neural.net - package neural.net
 
neural.test - package neural.test
 
Neuron - Class in neural.net
Represents a single neuron within an Artificial Neural Net
Neuron(int, ActivationFunction) - Constructor for class neural.net.Neuron
Constructor

A B C D E F G H I L M N O P R S T