dLife Home Page

Uses of Package
dlife.nn

Packages that use dlife.nn
dlife.nn Classes and interfaces that support the creation of neural networks. 
 

Classes in dlife.nn used by dlife.nn
FFNeuralNetwork
          Implementation of a fully connected multi-layer feed forward neural network.
NeuralNetwork
          Abstract base class that provides common functionality for a variety of neural networks.
Neuron
          Implemented by classes representing the Neurons that make up a NeuralNetwork.
NNDataFilter
          Implemented by objects that can be used to filter the inputs or outputs of a NeuralNetwork.
NNDataSet
          A set of input/output pairs for evaluating or training a NeuralNetwork.
NNDataSetPair
          Represents an input/output pair for a NNDataSet.
NNResults
          The results of either training or evaluating a NeuralNetwork on a specific NNDataSet.
 


dLife Home Page