| Interface | Description |
|---|---|
| Layer |
A layer represents a set of neurons which share the same properties.
|
| TransferLayer |
The transfer layer is a basic model of a layer, that processes
data in a neural network.
|
| Class | Description |
|---|---|
| GenericTransferLayer |
The basic implementation of the
TransferLayer interface. |
| InputLayer |
Input layer is a layer which provides data for other layers.
|
Copyright © 2012. All Rights Reserved.