MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.nt Namespace Reference

The MyCaffe.layers.nt namespace contains all Neural Transfer related layers. More...

Classes

class  EventLayer
 The EventLayer provides an event that fires on the forward pass and another that fires on the backward pass. More...
 
class  GramLayer
 The GramLayer computes the Gram matrix used in Neural Style. More...
 
class  LayerFactory
 The LayerFactor is responsible for creating all layers implemented in the MyCaffe.layers.ssd namespace. More...
 
class  OneHotLayer
 The OneHotLayer is a layer for converting real values into a one-hot vector where a 1 is placed within the bucketized range for which the input value falls. More...
 
class  ScalarLayer
 The ScalarLayer computes the operation with the value on the input. More...
 
class  TVLossLayer
 The TVLossLayer computes total variation loss as described by 'Mahendran' et al., and used in Neural Style. More...
 

Detailed Description

The MyCaffe.layers.nt namespace contains all Neural Transfer related layers.

The MyCaffe.layers.beta namespace contains all early release layers that have a fluid and changing code base.

See also
A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge, 2015
ftokarev/caffe-neural-style Github by ftokarev, 2017.