MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MyCaffe.layers.lnn namespace contains all Liquid Neural Network (LNN) related layers. More...
Classes | |
class | CfcLayer |
The CfcLayer implements the Closed form Continuous layer. More... | |
class | CfcUnitLayer |
The CfcUnitLayer implements the Closed form Continuous Cell (CfcCell) layer. More... | |
class | LayerFactory |
The LayerFactor is responsible for creating all layers implemented in the MyCaffe.layers.tft namespace. More... | |
class | LeCunLayer |
The LeCunLayer performs the LeCun's Tanh function More... | |
class | LnnUnitLayer |
The LnnUnitLayer implements the base class to the Cfc and Ltc Unit layers. More... | |
class | LtcUnitLayer |
The LtcUnitLayer implements the liquid time constant with ODE solver (LTCCell) layer. More... | |
class | SiLULayer |
The SiLULayer implements the Sigmoid-weighted Linear Unit (SiLU) activation function More... | |
class | SoftPlusLayer |
The SoftPlusLayer implements the Softplus function, a smooth approximation of the ReLU function More... | |
The MyCaffe.layers.lnn namespace contains all Liquid Neural Network (LNN) related layers.