Neuron Net
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CCArrayDouble
 CCBufferDoubleClass of OpenCL buffer data. Used for transfer data from CPU to GPU and back
 CCArrayObj
 CCArrayConArray of connections to anothe neuron
 CCArrayLayerClass of layers collection in Neural Net
 CCLayerClass of neurons collection in one layer of Neural Net
 CCNetThe main class of the neural network. Contains basic methods for the functioning of a neural network
 CCObject
 CCConnectionClass of connection to anothe neuron
 CCLayerDescriptionClass of layer decription. Used to describe the structure of a neural network from the main program
 CCNeuronBaseThe base class of neuron
 CCNeuronClass of neuron for full connected layers
 CCNeuronProofClass of pooling layer
 CCNeuronConvClass of convolution layer
 CCNeuronLSTMClass of recurrent LSTM unit
 CCNeuronBaseOCLThe base class of neuron for GPU calculation
 CCNeuronAttentionOCLClass of Self-Attention layer GPU calculation
 CCNeuronProofOCLClass of pooling layer GPU calculation
 CCNeuronConvOCLClass of convolution layer GPU calculation
 CCOpenCL
 CCOpenCLMyClass for working with OpenCL