|
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. |