Package org.encog.neural.networks.synapse

Interface Summary
Synapse A synapse is the connection between two layers of a neural network.
 

Class Summary
BasicSynapse An abstract class that implements basic functionality that may be needed by the other synapse classes.
DirectSynapse A direct synapse will present the entire input array to each of the directly connected neurons in the next layer.
OneToOneSynapse A one-to-one synapse requires that the from and to layers have exactly the same number of neurons.
WeightedSynapse A fully-connected weight based synapse.
WeightlessSynapse A fully connected synapse that simply sums all input to each neuron, no weights are applied.
 

Enum Summary
SynapseType Specifies the type of synapse to be created.
 



Copyright © 2011. All Rights Reserved.