| Class | Description |
|---|---|
| Boone |
An automatic registry of qualified class names in Boone.
|
| Brain |
A brain containing a number of NeuralNets (brain areas) and DataSets (memories).
|
| BrainPart |
Base class for neuron and link.
|
| Link |
An un/directed link from a source neuron to a sink neuron.
|
| NeuralNet |
This class holds the neurons, links, trainers and other things of a neural network.
|
| Neuron |
Class representing a Neuron or Unit in the Neural Network.
|
| PatternSet |
Base class that defines a generic data structure for the storage of network related data.
|
| Trainer |
The trainer super class for all training algorithms.
|
The basic boone package contains the main Boone classes and
implementations. There are classes for a NeuralNet,
for Neurons and Links, and a base class for
Trainers,
a Boone class containing the list of available Boone
classes for I/O, a Function class with many function
definitions such as Function.Sigmoid or
Function.AtLeast, and a NetFactory class
which can generate new networks easily.
Also, this package contains the sub-packages boone.spike with classes for spiking neural networks, boone.io with I/O-related classes, boone.training with trainer instances, and boone.util with a number general-purpose utility classes.