Package org.vizzini.ai.neuralnetwork

Provides neural network classes for the game framework.

See:
          Description

Interface Summary
IActivationFunction Defines methods required by activation functions for a neural network.
IConnector Defines methods required by neural network layer connectors.
ILayer Defines methods required by a layer of a neural network.
INeuralNetwork Defines methods required by a neural network.
 

Class Summary
AbstractConnector Provides base functionality for connectors between layers in a neural network.
AbstractNeuralNetwork Provides base functionality for neural networks.
Connector Provides a connector between layers in a neural network.
ConnectorCollection Provides a collection to hold IConnector s.
DefaultNeuralNetwork Provides a default neural network.
FeedForwardNetwork Provides a standard feed-forward neural network, consisting of an input layer, a hidden layer, and an output layer.
LayerFactory Provides a factory to create Layer instances.
NeuralNetworkTrainer Provides a neural network trainer.
 

Package org.vizzini.ai.neuralnetwork Description

Provides neural network classes for the game framework.

Figure 1. Neuralnetwork package Class Diagram

Figure 1 displays an overview of all classes in the neuralnetwork package.

Author:
Admin


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02