Skip navigation links

Package boone

Basic package for Boone, with the main boone classes.

See: Description

Package boone Description

Basic package for Boone, with the main boone classes.

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.

Skip navigation links