Neuron Net
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCArrayConArray of connections to anothe neuron
 CCArrayLayerClass of layers collection in Neural Net
 CCBufferDoubleClass of OpenCL buffer data. Used for transfer data from CPU to GPU and back
 CCConnectionClass of connection to anothe neuron
 CCLayerClass of neurons collection in one layer of Neural Net
 CCLayerDescriptionClass of layer decription. Used to describe the structure of a neural network from the main program
 CCNetThe main class of the neural network. Contains basic methods for the functioning of a neural network
 CCNeuronClass of neuron for full connected layers
 CCNeuronAttentionOCLClass of Self-Attention layer GPU calculation
 CCNeuronBaseThe base class of neuron
 CCNeuronBaseOCLThe base class of neuron for GPU calculation
 CCNeuronConvClass of convolution layer
 CCNeuronConvOCLClass of convolution layer GPU calculation
 CCNeuronLSTMClass of recurrent LSTM unit
 CCNeuronProofClass of pooling layer
 CCNeuronProofOCLClass of pooling layer GPU calculation
 CCOpenCLMyClass for working with OpenCL