Uses of Package
org.generation5.nn

Packages that use org.generation5.nn
org.generation5.nn Neural network example classes including Kohonen, Perceptron and Feedforward networks. 
 

Classes in org.generation5.nn used by org.generation5.nn
Activation
          The interface for the neural network activation function.
FeedForwardNN
          A simple implementation of a feedforward network.
FFNInputLayer
          This class implements the input layer for the feedforward network.
FFNLayer
          An abstract class for the feedforward layers.
KohonenNN
          This class provides a simple implementation of a two-dimensional Kohonen self- organizing map.
NeuralNetwork
          A neural network framework class.
NeuralNetworkException
          A simple class for neural network exceptions.
NeuralNetworkTrainer
          This class is intended to provide a common interface for the more complicated neural network training algorithms, such as a multi-stage Kohonen training algorithm.
Notifier
          The neural network notifier interface.
 


This documentation is part of the Generation5 JDK.